/*@import url('https://fonts.googleapis.com/css?family=Roboto');
*/
 @import url('https://fonts.googleapis.com/css?family=Metrophobic');
 body{
     /*background-image: url('../../img/bg-login.jpg');*/
     margin: 0 !important;
     padding: 0 !important;
     background-repeat: repeat;
    /*background-position: center;
     background-size: cover;
    */
}
 img {
     max-width: 100%;
}
 h1, h2, h3, h4, h5, h6{
     color:#9c2628;
}
 a:focus {
     outline: none;
}
 button:focus{
     outline: none;
}
 .widget-header{
     background-color: #a2b685;
}
 .navbar-light {
     border-bottom: 2px solid #87CEEB;
    /*background-color: #bcb4a9;
    */
    /*#b0aeae #686464 rgba(232, 232, 232, 1)*/
     background-image: linear-gradient(to right, #556066 0%, #a2b685 0%, #a2b685 30%, #556066 100%);
}
 #site-header input[type="text"], #site-header input[type="password"] {
     background-color: #fff;
}
 .logo-wrapper > .logo {
     display: inline-block;
    /*margin-top: 3px;
    */
}
 a.logo {
    /*margin-top: 3px ;
     margin-bottom: 8px;
    */
     display: inline-block;
}

a.logo {
    margin-top: 0;
    margin-bottom: -65px;
    display: inline-block;
    position: relative;
}
 /*.logo > img {
     max-width: 165px;
     display: inline-block;
     margin-top: 5px;
     margin-left:35px;
}*/
.logo > img {
    max-width: 165px;
    display: inline-block;
    margin-top:15px;
    margin-left: 35px;
}

 #login-form .form-group label {
     color: #fff;
     font-weight: normal;
}
/*.signup-page.page-section {
     padding-top: 120px;
     padding-bottom: 60px;
}
*/
 .left-img-block {
     margin-top: 134px;
}
 .page-step3 .page-section {
     padding: 130px 0 40px;
}
 .signup-page .panel-body {
     padding-top: 0;
}
/*.signup-page .form-group {
     margin-bottom: 6px;
}
*/
.signup-page #signup-form .col-md-6:first-child {
     padding-right: 8px;
}
 .signup-page #signup-form .col-md-6:nth-child(2) {
     padding-left: 8px;
}
 
	
	
 .form-title.color-burgundy {
     margin-top: 0;
     margin-bottom: 0;
     font-size: 25px;
     text-transform: uppercase;
     font-weight: bold;
}
 .page-section {
     position: relative;
     /*padding: 150px 0 80px;*/
    /*min-height: 100vh;
     background-image: url('../../img/bg-login.jpg');
    */
}
/*.signup-page.page-section {
     background-image: url('../../img/bg-login2.jpg');
     background-position-x: right;
     background-position-y: 21%;
     position: relative;
}
*/
.main-page-wrapper .container{ /*width: 1700px;*/ width: 87%; }
.col-md-6.col-sm-5.left-img-block {
   line-height: 23px !important;
   padding: 62px 0;
}

.container-fluid{/*width: 1890px !important;*/ width: 99% !important;}

.signup-msg-top-box{
     font-size: 17px;
     color: #7c6eb9;
     font-weight: 52;
     padding: 0px 15px 4px 3px;
}

.signup-msg {

    width: 100%;
    text-align: left;
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 0px;
    font-size: 20px;

}

.loding:after{ display:block; content:""; position:fixed; left:0; right:0; top:0; bottom:0; z-index:9999; height:100%; width:100%; background-color:rgba(255, 255, 255, 0.7); background-image:url(../../img/6.svg); background-repeat:no-repeat; background-position:center center;}
 .signup-page.page-section::after {
     content: '';
     display: block;
     position: absolute;
     height: 40%;
     width: 100%;
     background-color: #c8195e;
     z-index: 1;
     left: 0;
     top: 33.5%;
}
 .signup-page.page-section > .container {
     position: relative;
     z-index: 9;
}
 .form-wrapper {
     position: relative;
     z-index: 1;
}
 .panel-login {
     border-color: #ccc;
     -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
     -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
     box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
 .panel-login>.panel-heading {
     color: #00415d;
     background-color: #fff;
     border-color: #fff;
     text-align:center;
}
 .panel-login>.panel-heading a{
     text-decoration: none;
     color: #2382BD;
     font-weight: bold;
     font-size: 15px;
     -webkit-transition: all 0.1s linear;
     -moz-transition: all 0.1s linear;
     transition: all 0.1s linear;
}
 .panel-login>.panel-heading a.active{
     color: #9c2628;
     font-size: 18px;
}
 .panel-login>.panel-heading hr{
     margin-top: 10px;
     margin-bottom: 0px;
     clear: both;
     border: 0;
     height: 1px;
     background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
     background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
     background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
     background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
 .panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"],.panel-login input[type="tel"] {
     height: 45px;
     border: 1px solid #ddd;
     font-size: 16px;
     -webkit-transition: all 0.1s linear;
     -moz-transition: all 0.1s linear;
     transition: all 0.1s linear;
}
 .panel-login input:hover, .panel-login input:focus {
     outline:none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
     border-color: #ccc;
}
 .btn-login {
     background-color: #9c2628;
     outline: none;
     color: #fff;
     font-size: 14px;
     height: auto;
     font-weight: normal;
     padding: 14px 0;
     text-transform: uppercase;
     border-color: #9c2628;
}
 .btn-login:hover, .btn-login:focus {
     color: #fff;
     background-color: #2382BD;
     border-color: #2382BD;
}
 .forgot-password, .sign-up-link {
     font-size: 10px;
     text-decoration: underline;
}
 .forgot-password:hover, .forgot-password:focus {
     text-decoration: underline;
     color: #666;
}
 .btn-register, .btn-skip{
     background-color: #9c2628;
     outline: none;
     color: #fff;
     font-size: 14px;
     height: auto;
     font-weight: normal;
     /*padding: 14px 0;*/
     text-transform: uppercase;
     border-color: #9c2628;
}
 .signup-page .btn-register{
     padding: 4px 0;
     width: 100px;
     display: block;
     margin: 0 auto;
}
 .btn-skip{
    display: block;
}
 .btn-register:hover, .btn-register:focus, .btn-skip:hover, .btn-skip:focus {
     color: #fff;
     background-color: #2382BD;
     border-color: #2382BD;
}
 .form-inline {
     display: inline-block;
     vertical-align: middle;
     padding: 5px 15px 0 0;
     color: #888;
     font-size: 17px;
}
 #signup-form input[type="radio"], #signup-form input[type="checkbox"]{
     cursor: pointer;
     position: static;
     opacity: 1;
     display: inline-block;
     vertical-align: middle;
     margin-top: 0;
}
 .color-burgundy{
     color: #9c2628 !important;
}
 .color-white{
     color: #fff !important;
}
 .color-blue {
     color: #2382BD !important;
}
 .home-title {
     font-size: 23px;
     text-transform: uppercase;
     font-weight: bold;
}
 .home-tagline {
     font-size: 20px;
     margin: 25px 0;
     color: #034168;
}
 .form-title-tagline {
     color: #AFAFAF;
     margin: 5px 0;
     font-size: 18px;
}
 .home-para {
     font-size: 18px;
     margin: 10px 0 0;
     font-weight: bold;
     color: #034168;
}
 .profile-nav .r-activity {
     margin-top: 9px;
}
 .image-wr > img {
     object-fit: cover;
     width: 100%;
}
 .login-form-wr {
     margin-top: 20px;
}
.login-form-wr .form-group {
    margin-top: 5px;
    margin-bottom: 0;
}
 #login-submit {
     padding: 6px 0;
     margin-top:0px;
}
 .birthday-label {
     display: block;
}
 .div-inline {
     display: inline-block;
}
 .page-title {
     position: relative;
     margin-bottom: 35px;
     padding-bottom: 10px;
}
 .page-title::after {
     content: '';
     display: block;
     height: 3px;
     background-color: #9c2628;
     width: 110px;
     position: absolute;
     left: 50%;
     bottom: -10px;
     margin-left: -55px;
}
 .text-contents {
     font-size: 17px;
     text-align: justify;
}
 .panel-title > a:before {
     float: right !important;
     font-family: FontAwesome;
     content:"\f056";
     padding-right: 5px;
}
 .panel-title > a.collapsed:before {
     float: right !important;
     content:"\f055";
}
 .cover.profile a.btn {
     color: #444 !important;
     font-size: 15px !important;
}
 .profile-list {
     list-style: none;
     padding: 0;
     margin: 0;
}
 .profile-list > li {
     display: inline-block;
     font-size: 15px;
     color: #eee;
     text-shadow: 1px 1px 1px #000;
}
 .cover.profile .cover-info .name .profile-list > li a {
     color: #eee;
     font-size: 15px;
     font-weight: bold;
}
 .footer-links {
     list-style: none;
     padding: 0;
     margin: 20px 0;
}
 .footer-links > li {
     display: inline-block;
     padding-left: 20px;
}
 .terms-div {
     position: relative;
     margin-top: 10px;
     font-size: 80%;
     color: #333;
}
 .terms-div a {
     color: #337ab7;
}
 .terms-ul {
     list-style: none;
     padding: 0;
}
 .terms-ul > li {
     margin-bottom: 5px;
}
 .logins-select .panel-body select {
     width: 100%;
}
 .step-2-title {
     font-weight: bold;
     font-size: 20px;
     margin-bottom: 20px;
}
 .row-block {
     margin-bottom: 25px;
}
 .add-more {
     display: block;
}
 .profile-div {
     position: relative;
}
 .profile-div > input {
     position: absolute;
     height: 100%;
     width: calc(100% - 30px);
     width: -webkit-calc(100% - 30px);
     width: -moz-calc(100% - 30px);
     opacity: 0;
     cursor: pointer;
}
 .form-btn.row {
     margin-top: 30px;
}
 .profile-div img {
     width: 100%;
}
 #navbar .navbar-right {
     margin-top: 30px;
     padding-right: 80px;
     margin-right: 0px;
}
 #navbar.icons-right li {
     margin: 0 5px;
}
 .nav > li.log-out-li {
     /*position: fixed;
     right: 15px;
     top: 30px;*/
}
 #navbar.icons-right li > a {
     margin: 0;
     padding: 0;
     color: #fff;
     line-height: 36px;
}
 #navbar.icons-right li > a.chat-box-toggle {
     width: auto;
     height: auto;
     background-image: none;
}
 #navbar.icons-right li > a.chat-box-toggle img {
     width: 45px;
     margin-top: -5px;
}
 .icons-right a {
     background-image: url('../../img/icons/btn.png');
     width: 32px;
     height: 32px;
     background-repeat: no-repeat;
     background-size: 32px;
     text-align: center;
}
 #navbar.icons-right li > a:hover {
     text-shadow: 0px 1px 1px #fff;
     background-color: transparent;
}
/*home page css ------------------------*/
 .block-right {
     text-align: right;
}
 .explore-div {
     padding-bottom: 110px;
}
/*.home-connections-p, .see-all-btn {
     color: #9c2628;
}
*/
 .username-p {
     margin: 10px 0;
}
 .follow-images-block {
     margin-top: 20px;
     position: relative;
}
 .prof-img-wr {
     background-color: #eee;
     padding: 25px 0 5px;
     box-shadow: 3px 5px 15px #000;
     position: relative;
}
 a.profile-img::after {
     content: '';
     display: block;
     position: absolute;
     background-color: #9c2628;
     height: 100%;
     width: 100%;
     top: -45px;
     left: 0;
}
 a.profile-img {
     max-width: 100%;
     position: relative;
     display: block;
     margin-top: -30px;
     padding-top: 15px;
     overflow: hidden;
}
 .prof-img-wr img {
     border-radius: 50%;
     position: relative;
     z-index: 1;
     border: 8px solid #EEEEEE;
     width: 125px;
     height: 125px;
     object-fit: cover;
     object-position: top;
}
 .prof-img-wr .btn {
     width: 120px;
     padding: 10px 0;
     font-size: 15px;
}
 .cancel-btn {
     color: #fff;
     font-size: 16px;
     position: absolute;
     top: 7px;
     right: 10px;
     font-weight: bold;
     opacity: 0.6;
}
 .images-block{
     margin-top: 30px;
}
 .images-margin{
     margin-bottom: 100px;
}
 p.home-connections-p {
     font-size: 25px;
     float: left;
     color: #000;
     font-family: 'Metrophobic', sans-serif;
}
 .block-left span img{
     padding: 0px 10px;
}
 .home-explore {
     float: left;
     margin-bottom: 0;
    /*font-size: 25px;
    */
     color: #000;
     font-family: 'Metrophobic', sans-serif;
}
 .advance-search-title {
     font-size: 17px;
     text-transform: uppercase;
     font-weight: bold;
     margin-bottom: 20px;
}
 .advance-seach-form input, .advance-seach-form select {
     width: 100%;
     padding: 10px;
}
 .margin-15 {
     margin-bottom: 15px;
}
 .select-div {
     margin-bottom: 0;
}
 .widget-header > span.widget-caption {
     display: inline-block;
     width: 50%;
}
 .widget-header > span.widget-caption.text-right {
     text-align: right;
     padding-right: 15px;
}
 .widget-header + .bordered-top {
     border-color: #eee;
}
 .storyline-body .col-xs-9 .timeago {
     display: block;
     color: #aaa;
}
/*chat-box css-----------------------*/
 .chat-scroll{
     height: 100vh;
     position: relative;
}
 #chat-box {
     top: 30px;
     padding-top: 55px;
    /*width: 270px;
    */
     width: 16%;
     height: 100%;
}
 #chat-box .chat-form{
     padding: 8px 10px 0;
}
 #chat-box.chat-sidebar .list-group-item{
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
     padding: 7px 5px;
    /*background-image: linear-gradient(to right, #403B4A 0%, #E7E9BB 0%, #5f576f 100%);
    */
    /*background-image: linear-gradient(to right, #403B4A 0%, #f0ede6 0%, #403B4A 100%);
    */
     background-image: linear-gradient(to left, #556066 0%, #a2b685 0%, #556066 100%);
     color: #fff;
}
 #chat-box.chat-sidebar .img-chat {
     width: 50px;
     height: 50px;
     border-radius: 25px !important;
     border: 1px solid #ddd !important;
     padding: 2px;
     margin: 0 6px;
     background: none;
}
 #chat-box.chat-sidebar .connected-status {
     color: #7fba00 !important;
     width: 12px;
     height: 12px;
     background-color: #7fba00;
     border-radius: 50%;
     position: absolute;
     top: 40px;
     left: 50px;
}
 .chat-img-icon {
     width: 65px;
     display: inline-block;
}
 .after-thumb-div {
     display: inline-block;
     max-width: 150px;
     vertical-align: bottom;
}
 .chat-child-1 {
     margin-bottom: 8px;
     display: inline-block;
}
 .chat-child-1 span.chat-user-name {
     display: inline-block !important;
     padding-top: 0px !important;
     vertical-align: middle !important;
     text-overflow: ellipsis !important;
     white-space: nowrap !important;
     width: 85px !important;
     font-weight: bold;
}
 .chat-child-1 span.right-twit {
     width: 60px !important;
     display: inline-block;
     vertical-align: middle;
     text-overflow: ellipsis !important;
     white-space: nowrap !important;
     font-size: 12px;
     font-style: italic;
     overflow: hidden;
}
 .chat-child-2 p.tagline {
     margin-bottom: 0;
     font-size: 13px;
     font-style: italic;
}
 #chat-box.focus{
     right: -100%;
}
 #chat-box.active{
     right: 0;
}
 .margin-30 {
     margin-top: 30px;
}
 #site-footer {
     z-index: 999;
     height: auto;
}
 #navbar.icons-right li > a:focus {
     background-color: transparent;
     outline: none;
}
 .popup-box {
     background-color: #ffffff;
     border: 1px solid #b0b0b0;
     bottom: 0;
     display: none;
     height: 415px;
     position: fixed;
    /*right: 200px;
    */
     right: 271px;
     width: 365px;
     z-index: 99;
}
 .round.hollow {
     margin: 40px 0 0;
}
 .round.hollow a {
     border: 2px solid #9c2628;
     border-radius: 35px;
     color: red;
     color: #9c2628;
     font-size: 23px;
     padding: 10px 21px;
     text-decoration: none;
     font-family: 'Open Sans', sans-serif;
}
 .round.hollow a:hover {
     border: 2px solid #000;
     border-radius: 35px;
     color: red;
     color: #000;
     font-size: 23px;
     padding: 10px 21px;
     text-decoration: none;
}
/*chat message box css -----------------------------*/
 .popup-box-on {
     display: block !important;
}
 .popup-box .popup-head {
     background-color: #9bad83;
     clear: both;
     color: #fff;
     display: inline-table;
     font-size: 17px;
     padding: 7px 10px;
     width: 100%;
     box-shadow: inset 2px 2px 15px 3px #6b796f;
}
 .bg_none i {
     border-radius: 25px;
     color: #fff;
     font-size: 13px;
     height: 26px;
     width: 25px;
     line-height: 25px;
}
 .bg_none svg {
    /*border: 1px solid #9c2628;
    */
     border-radius: 25px;
     color: #9c2628;
     font-size: 13px;
     height: 25px;
     line-height: 23px;
     width: 25px !important;
     vertical-align: middle ;
}
 .bg_none:hover i {
    /*border: 1px solid #000;
     border-radius: 25px;
     color: #000;
     font-size: 13px;
     height: 25px;
     line-height: 23px;
     width: 25px;
    */
}
 .bg_none {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: medium none;
     padding: 0px;
     background-image: url(../../img/icons/chat-btn-hover.png);
     background-repeat: no-repeat;
     margin: 0 2px;
     background-position: 0 -28px;
}
 .bg_none:hover {
     background-position: 0 0;
}
 .bg_none_bottom {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: medium none;
     padding: 0px;
     background-image: url(../../img/icons/chat-btn-hover.png);
     background-repeat: no-repeat;
     margin: 0 2px;
     background-position: 0 0px;
}
 .bg_none_bottom:hover {
     background-position:0 -28px;
}
 .smile-btn {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: medium none;
     padding: 0px;
     background-image: url(../../img/icons/smile-btn.png);
     background-repeat: no-repeat;
     margin: 0 2px;
     background-position: 0 0px;
     border-radius: 25px;
     color: #fff;
     font-size: 13px;
     height: 26px;
     width: 25px;
     line-height: 25px;
}
 .smile-btn:hover {
     background-position:0 -28px;
}
 .send-btn, .postBtn {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: medium none;
     padding: 0px;
     background-image: url(../../img/icons/send-btn.png);
     background-repeat: no-repeat;
     margin: 0 2px;
     background-position: 0 0px;
     border-radius: 25px;
     color: #fff;
     font-size: 13px;
     height: 26px;
     width: 25px;
     line-height: 25px;
}
 .send-btn:hover, .postBtn:hover {
     background-position:0 -28px;
}
 .bg_none_bottom i {
     border-radius: 25px;
     color: #fff;
     font-size: 13px;
     height: 26px;
     width: 25px;
     line-height: 25px;
}
 .whatsapp-icon{
     font-size: 17px !important;
}
 .popup-box .popup-head .popup-head-right {
     margin: 7px 0px;
}
 .popup-box .popup-messages {
}
 .popup-head-left img {
     border: 1px solid #7b7b7b;
     border-radius: 50%;
     width: 35px;
}
 .popup-messages-footer > textarea {
     border-bottom: 1px solid #b2b2b2 !important;
     /*height: 34px !important;*/
     margin: 7px;
     padding: 5px !important;
     border: medium none;
     width: 95% !important;
}
 #messageBox{
     border: 1px solid #ddd !important;
     /*height: 50px !important;*/
     height: 50px;
     padding: 5px !important;
     border: medium none;
     vertical-align: middle;
     /*border-radius: 4px !important;*/
     font-size: 14px;
}
 .popup-messages-footer {
     background: #fff none repeat scroll 0 0;
     bottom: 0;
     position: absolute;
     width: 100%;
}
 .popup-messages-footer .btn-footer {
     overflow: hidden;
     padding: 2px 5px 10px 6px;
     width: 100%;
}
 .simple_round {
     background: #d1d1d1 none repeat scroll 0 0;
     border-radius: 50%;
     color: #4b4b4b !important;
     height: 21px;
     padding: 0 0 0 1px;
     width: 21px;
}
 .popup-box .popup-messages {
    /* background-image: linear-gradient(to right, #403B4A 0%, #f0ede6 0%, #403B4A 100%);
    */
     background-image: linear-gradient(to right, #556066 0%, #a2b685 0%, #556066 100%);
     height: 305px;
     overflow: auto;
     overflow-y: scroll;
}
 .direct-chat-messages {
     overflow: auto;
     padding: 10px;
     transform: translate(0px, 0px);
}
 .popup-messages abbr.timestamp {
     background: #337ab7 none repeat scroll 0 0;
     color: #fff;
     padding: 0 11px;
}
 .popup-head-right .btn-group {
     display: inline-flex;
     margin: 0 8px 0 0;
     vertical-align: top !important;
}
 .chat-header-button {
     background: transparent none repeat scroll 0 0;
     border: 1px solid #636364;
     border-radius: 50%;
     font-size: 13px;
     height: 25px;
     width: 25px;
     line-height: 23px;
}
 .popup-head-right .btn-group .dropdown-menu {
     border: medium none;
     min-width: 122px;
     padding: 0;
     border: 1px solid #ddd;
}
 .popup-head-right .btn-group .dropdown-menu li a {
     font-size: 12px;
     padding: 3px 10px;
     color: #303030;
}
 .popup-messages abbr.timestamp {
     background: #aeabac none repeat scroll 0 0;
     color: #fff;
     padding: 0 11px;
     border-radius: 4px;
}
 .popup-messages .chat-box-single-line {
     border-bottom: 1px solid #ddd;
     height: 12px;
     margin: 7px 0 20px;
     position: relative;
     text-align: center;
     text-transform: uppercase;
     font-size: 13px;
}
 .popup-messages .direct-chat-messages {
     height: auto;
					padding: 10px 10px 25px 10px;
}
 .popup-messages .direct-chat-text {
     background: #dae3e2 none repeat scroll 0 0;
     border: 1px solid #dfece7;
     border-radius: 7px;
     color: #1f2121;
}
 .direct-chat-msg .direct-chat-text::after{
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     border-color: transparent transparent #f0ede6 transparent;
     border-image: none;
     border-style: solid;
     border-width: 8px;
     content: " ";
     width: 0;
     height: 0;
     pointer-events: none;
     position: absolute;
     right: 80%;
     top: -10px;
}
 .direct-chat-text::after {
     border-width: 5px;
     margin-top: -5px;
}
 .popup-messages .direct-chat-timestamp {
     color: #fff;
     opacity: 0.6;
}
 .popup-messages .direct-chat-name {
     font-size: 15px;
     font-weight: 600;
     margin: 0 0 0 49px !important;
     color: #fff;
     opacity: 0.9;
}
 .popup-messages .direct-chat-info {
     display: block;
     font-size: 12px;
     margin-bottom: 0;
}
 .popup-messages .big-round {
     margin: -9px 0 0 !important;
}
 .popup-messages .direct-chat-img {
     background: #337ab7 none repeat scroll 0 0;
     border-radius: 50%;
     float: left;
     height: 40px;
     margin: -21px 0 0;
     width: 40px;
}
/*right message css -------------*/
 .direct-chat-msg-right .direct-chat-img{
     float: right;
}
 .direct-chat-msg-right .direct-chat-name{
     margin: 0 49px 0 0px !important;
}
 .direct-chat-msg-right .direct-chat-text::after{
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     border-color: transparent transparent #f0ede6 transparent;
     border-image: none;
     border-style: solid;
     border-width: 8px;
     content: " ";
     width: 0;
     height: 0;
     pointer-events: none;
     position: absolute;
     left: 80%;
     top: -10px;
}
 .direct-chat-msg-right .direct-chat-text{
     margin: 5px 50px 0 0px;
     font-size: 14px;
}
 .direct-chat-msg-right{
     margin-bottom: 10px;
     margin-top: 10px;
     position: relative;
}
 .direct-chat-reply-name {
     color: #fff;
     font-size: 15px;
     margin: 0 0 0 10px;
     opacity: 0.9;
}
 .direct-chat-img-reply-small {
     border: 1px solid #fff;
     border-radius: 50%;
     float: left;
     height: 20px;
     margin: 0 8px;
     width: 20px;
     background:#337ab7;
}
 .popup-messages .direct-chat-msg {
     margin-bottom: 10px;
     margin-top: 10px;
     position: relative;
}
 .direct-chat-text::after, .direct-chat-text::before {
     border-color: transparent #dfece7 transparent transparent;
}
 .direct-chat-text {
     background: #d2d6de none repeat scroll 0 0;
     border: 1px solid #d2d6de;
     border-radius: 5px;
     color: #444;
     margin: 5px 0 0 50px;
     padding: 7px 10px;
     position: relative;
}
 .last-seen {
     display: inline-block;
}
 .last-seen {
     display: inline-block;
     text-overflow: ellipsis;
     white-space: nowrap;
     width: 210px;
     overflow: hidden;
     font-size: 15px;
     padding: 0 7px;
     vertical-align: middle;
     text-align: center;
     margin: 7px 0px;
}
/*header css ----------------------------------*/
 .header-search input {
     padding: 10px;
     border-radius: 30px !important;
     width: 100%;
    /*max-width: 175px;
    */
}
 .header-search label {
     margin: 0 5px 0 15px;
}
 .event-page .header-search label {
     margin: 0;
}
 .event-page .header-search form {
    /*margin-right: 5px;
    */
}
 .header-search button {
     padding: 12px;
     margin-top: -3px;
}
 #navbar.icons-right li > a > i {
     font-size: 20px;
}
 .social-box-wrapper {
     background-color: #efefef;
     padding: 10px;
     border: 1px solid #ccc;
     margin-bottom: 50px;
}
 .social-top {
     max-width: 100%;
}
 span.place {
     display: block;
}
 .ïmgs-videos-ul {
     list-style: none;
     margin: 20px auto -20px;
     padding: 0;
     max-width: 87%;
}
 .social-bottom {
     margin-left: 69px;
     margin-right: 69px;
}
 .ïmgs-videos-ul > li {
     margin-bottom: 30px;
     background-color: #0b0a0a;  
}
 .icons-ul, .followers-cmtns{
     list-style: none;
     padding: 0;
}
 .followers-cmtns p{
     color: #000;
}
 .followers-cmtns p b{
     color: #337ab7;
}
 .icons-ul.react-ul {
     max-width: 100%;
}
 .icons-ul.react-ul > li {
     padding: 0 5px 5px 0;
}
 .icons-ul.react-ul > .share-li {
     float: right;
}
 .icons-ul > li a{
     color: #9C2628;
}
 .comments-btn > a {
     color: #ccc;
}
 p.timeago {
     color: #aaa;
     text-transform: uppercase;
}
 .comment-form, .reply-textarea {
     border-top: 1px solid #ccc;
     padding: 15px 0 0;
     margin-top: 20px;
     /*margin-right: 65px;*/
}
 .comment-form > textarea, .comment-form textarea, .reply-textarea textarea {
     width: 100%;
     height: 40px;
     line-height: 22px;
     padding: 0 5px;
     border: none;
     background-color: #efefef;
     font-size: 14px;
}
 .comment-form > textarea:focus, .reply-textarea textarea:focus {
     box-shadow: none;
}
 .prof-span.timeago {
     display: block;
}
 .profile-icn {
     background-color: #fff;
     padding: 15px;
     margin-bottom: 15px;
     color: #888;
}
 .storyline-body {
     height: 280px;
     overflow-y: auto;
     padding-top: 0;
     padding-bottom: 0;
}
 .storyline-body .content {
     padding-top: 0;
}
 div.profile-img {
     max-width: 200px;
     margin-top: -90px;
     margin-bottom: -30px;
     float: left;
     height: 200px;
}
 div.profile-img img {
     border-radius: 50%;
     height: 100%;
     object-fit: cover;
     object-position: top;
}
 .remember-button {
     background-image: url(../../img/icons/remember-button.png);
     background-repeat: no-repeat;
     padding: 0px 0px 0 21px;
     width: 100%;
     height: 50px;
     display: block;
     margin: -40px 250px;
     background-position: 0 -49px;
     cursor: pointer;
}
 .remember-button:hover{
     background-position: 0 1px;
}
 .remember-button a {
    /* background-image: linear-gradient(to right, #fff 0%, #9c2628 40%, #52b3e3 100%);
    */
     color: #fff;
     line-height: 50px;
     margin: 0 auto;
}
 .header-search {
     margin-top: 22px;
}
 .header-search form, .header-search .search {
     position: relative;
     width: 51%;
     float: left;
     margin: 0px 15px;
}
 .header-search a.find-freind-btn{
     float: left;
}
 .header-search a.preview-btn{
     float: left;
     margin-right: 15px;
}
 .header-search a.find-freind-btn img{
     margin-top: 5px;
}
 .header-search a.preview-btn img{
     margin-top: 5px;
}
 .profile-page .header-search form {
    /*display: inline-block;
     margin-right: 10px;
     width: 100%;
    */
}
 .event-page .header-search form{
    /*display: inline-block;
     width: 100%;
    */
}
/*.profile-page .header-search input {
     width: auto;
}
*/
/*.header-search form {
     display: inline-block;
}
*/
 .header-search button {
     border: none;
     box-shadow: none;
     position: absolute;
     right: 0;
     background-color: transparent;
     top: 3px;
}
 .event-page .header-search button {
    /*right: 10px;
    */
}
 .remember-btn {
     color: #fff !important;
     padding: 10px 15px;
     margin-top: -3px;
     font-size: 15px;
     border-radius: 30px;
}
 .profile-page .page-content {
     margin-top: 86px;
}
 .top-cover-contents {
     margin-top: -70px;
}
/* .cover-pic {
     width: 100%;
     height: 500px;
     object-fit: cover;
     object-position: top;
     background-color: black !important;
}*/
.cover-pic {
    max-width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: top;
    background-color: black !important;
    background-position: top center;
    margin: auto;
    display: block;
}
 .inner-cont {
     padding-left: 15px;
     margin: 0 -15px;
     padding-right: 15px;
     background-color: #efefef;
}
 .cover-lists-ul {
     margin: 15px 0 0;
}
 .cover-lists-ul > li {
     display: inline-block;
     padding: 0 10px;
}
 .cover-lists-ul > .follow-li, .cover-lists-ul > .unfollow-li {
     position: relative;
     top: -12px;
     left: 10px;
}
 .cover-lists-ul > li > span {
     display: block;
     text-align: center;
     font-size: 15px;
     color: #888;
}
 .cover-lists-ul > li > .number {
     font-weight: bold;
     color: #2382BD;
}
 .cover-left {
     background-color: #fff;
     padding: 10px;
}
 .user-title {
     margin-top: 0;
     font-weight: bold;
     font-size: 20px;
}
 .prof-msg-icn {
     float: right;
     width: 20%;
}
 .prof-msg-icn > a {
     height: 32px;
     width: 32px;
     display: inline-block;
     line-height: 32px;
     text-align: center;
     font-size: 20px;
     vertical-align: t;
}
 span.main {
     float: left;
     width: 80%;
     word-wrap: break-word;
}
/*.school-title {
     color: #333;
}
*/
 .attend-span {
     display: inline-block;
}
 .link-span {
     display: inline-block;
     vertical-align: top;
    /*padding-left: 7px;
     width: 55px;
    */
}
 .after-login-page .header-search button {
    /*right: 10px;
    */
}
 .after-cover {
     margin-top: 30px;
     margin-bottom: 70px;
}
 .cover-ul {
     margin-bottom: 30px;
}
 .cover-ul > li > a {
     background-color: #bebebe;
     color: #fff !important;
}
/*.cover-ul > li.active > a, .cover-ul > li > a:hover, .cover-ul > li > a:focus{
     background-color: #9c2628 !important;
}
 .pagination > li.active > a {
     background-color: #337ab7 !important;
}
 .after-cover > .row > .col-md-2 {
     background-color: rgba(255,255,255,0.6);
     padding-bottom: 10px;
}
*/
 .log-out-ul {
     list-style: none;
     display: none;
     padding: 0;
     margin: 0;
     position: absolute;
     top: 60px;
     width: 90px;
     background-color: #2382BD;
     padding: 20px 0;
     text-align: center;
     right: 0;
}
 .log-out-li::after {
     content: '';
     display: none;
     width: 0;
     height: 0;
     border-width: 20px;
     position: absolute;
     top: 40px;
     left: 12px;
     border-width: 10px;
     border-style: solid;
     border-color: transparent transparent #2382BD transparent;
}
 .log-out-li.active > .log-out-ul,.log-out-li.active::after {
     display: block;
}
 .log-out-ul > li > a {
     color: #fff !important;
     background: none;
}
 .reunion-ul, ul {
     list-style: none;
     padding: 0;
     margin: 0;
}
 .reunion-li > a {
    /*background-color: #9c2628;
     padding: 5px 10px;
     border-radius: 5px;
    */
     color: #fff;
     margin: 0 auto;
     display: block;
    /* padding: 5px 10px;
    */
     text-decoration: none;
}
 .reunion-ul {
     margin-top: 6px;
     display: inline-block;
}
 .reunion-li {
    /*position: relative;
     background-image: url(../../img/icons/reunion-btn-img.png);
     background-repeat: no-repeat;
     width: 192px;
     height: 45px;
     line-height: 42px;
     text-align: center;
     background-position: 0 -47px;
    */
}
 .reunion-li:hover {
    /* background-position: 0 0;
    */
}
/*all red button css*/
 .button-red-bg {
     position: relative;
     background-image: url(../../img/icons/btn-img.png);
     background-repeat: no-repeat;
     width: 125px;
     height: 32px;
     line-height: 32px;
     background-position: 0 -31px;
}
 .button-red-bg:hover {
     background-position: 0 0;
}
 .button-red-bg a {
     color: #fff;
}
 .button-blue-bg {
     position: relative;
     background-image: url(../../img/icons/btn-img.png);
     background-repeat: no-repeat;
     width: 125px;
     height: 32px;
     line-height: 32px;
     background-position: 0 0px;
}
 .button-blue-bg:hover {
     background-position: 0 -31px;
}
 .button-blue-bg a {
     color: #fff;
}
 p.follow-btn {
     margin: 0 auto;
}
 .reunion-ul-child {
     background-color: #0085e2;
     position: absolute;
     z-index: 1;
     top: 44px;
     display: none;
     width: 325px;
     left: 3px;
     z-index: 9;
}
 button#close-reunion{
     color: #fff;
     opacity: 1;
     position: absolute;
     top: 3px;
     right: 6px;
     font-size: 35px;
     float: right;
     line-height: 22px;
}
 .reunion-ul-child > li {
     padding: 15px 10px 0;
     border-bottom: 1px solid #ddd;
}
 .reunion-ul-child > li:last-child {
     margin-top: 5px;
}
 .reunion-ul-child > li:hover{
     background-color: #ef2929;
}
 .reunion-ul-child p {
     margin: 0;
     padding-bottom: 10px;
     line-height: 1.8em;
}
 .reunion-li.active > .reunion-ul-child {
     display: block;
}
 .modal-body1 {
     padding: 10px 15px 10px 20px;
}
 .add-image {
     padding-top: 10px;
}
 .add-image .col-md-8 {
     position: relative;
}
 .event-form label {
     text-transform: uppercase;
     font-weight: normal;
}
 .add-image .col-md-8 > input, .add-img > input{
     width: 100%;
     padding: 5px 0;
     cursor: pointer;
     opacity: 0;
     position: relative;
     z-index: 1;
}
 .add-image .col-md-8 > span, .add-img > span.btn{
     position: absolute;
     top: 0;
     width: 100%;
}
 .event-form select, .event-form input[type="text"], .event-form textarea {
     width: 100% !important;
     padding: 10px 10px;
     box-sizing: border-box;
}
 textarea.margin30 {
     margin: 15px 0 0;
}
 .textarea-span {
     color: #ccc;
     font-size: 12px;
     display: inline-block;
     margin-bottom: 10px;
}
 .add-img{
     position: relative;
}
 .add-date-div .form-group {
     padding-bottom: 20px;
}
 .add-date-div .col-md-6 {
     position: relative;
}
 .add-date-div .col-md-6 label {
     position: absolute;
     font-size: 13px;
     top: -25px;
     color: #888;
}
 input[placeholder="Date"] {
     background-image: url('../../img/icons/calender.png');
     background-repeat: no-repeat;
     background-size: 20px;
     background-position: 98%;
}
 .add-img > input, .add-img > span.btn{
     width: 115px;
}
 .input-full {
     margin-bottom: 15px;
}
 .cancel-span {
     display: inline-block;
     vertical-align: middle;
     margin: 5px 5px 0 -10px;
}
 .event-page .page-content > .row > .col-md-9 {
     color: #90949c;
}
 .white-bg{
     background-color: #fff;
     padding: 15px;
}
 .top-event-img {
     position: relative;
}
/*.change-img-div {
     position: absolute;
     left: 10px;
     top: 10px;
     z-index: 3;
}
*/
 img.cover-pic{
     position: relative;
}
 .profile-page .change-img-div{
     position: absolute;
     left: 30px;
     top: 160px;
     z-index: 3;     
}
 .top-event-img > img{
     height: 350px;
     width: 100%;
     object-fit: cover;
     object-position: top;
}
 .change-img-div .fa {
     font-size: 22px;
     display: inline-block;
     vertical-align: middle;
     color: #eee;
}
 .camera-span {
     color: transparent;
     position: relative;
     z-index: 11;
}
 .change-img-div:hover .camera-span {
     color: #fff;
}
 .select-cover-img {
     opacity: 0;
     height: 25px;
     position: absolute;
     z-index: 1;
     cursor: pointer;
     width: 25px;
}
 .event-date-title {
     font-size: 25px;
     display: inline-block;
     color: transparent;
     background-image: url(../../img/icons/calender-icn.png);
     background-size: 85%;
     padding: 5px;
     background-position: center;
     background-repeat: no-repeat;
}
 .event-date-title > span {
     display: block;
     margin-left: 20px;
     font-size: 22px;
     color: transparent;
}
 .event-name {
     margin-top: 20px;
     color: #9c2628;
     font-weight: bold;
     font-size: 20px;
}
 .event-edit {
     clear: both;
}
 .event-edit-ul > li {
     display: inline-block;
     vertical-align: middle;
     position: relative;
}
 .invite-btn > img {
     width: 20px;
}
 .event-edit .btn, .btn.invite-btn {
     font-size: 15px;
     padding: 5px 10px;
}
 .event-edit-ul li a {
     background-color:rgba(232, 232, 232, 1);
}
 .event-wrapper + hr {
     border-color: #ccc;
}
 .event-con a {
     font-size: 90%;
}
 .event-con2, .event-attender-div{
     margin-top: 15px;
}
 .event-attender-div .guests-ul {
     color: #034168;
     font-size: 18px;
     font-weight: bold;
     margin-bottom: 10px;
}
 .event-attender-div .guests-ul > li {
     display: inline-block;
     vertical-align: middle;
}
 .guests-icons {
     display: inline-block;
     width: 32px;
     height: 32px;
     line-height: 32px;
     background-repeat: no-repeat;
     background-size: 32px;
     background-position: center;
     vertical-align: middle;
}
 .guests-going {
     background-image: url('../../img/icons/running-person.png');
     background-size: 25px;
}
 .guests-maybe{
     background-image: url('../../img/icons/que-mark.png');
     width: 40px;
     height: 45px;
     background-size: 40px;
}
 .guests-invited {
     background-image: url('../../img/icons/envelope-with-seal.png');
     background-position: center right;
     background-size: 29px;
}
 .event-attender-div .col-md-4 {
     margin-top: 17px;
}
 .chat-search > form, .chat-user-btn {
     float: left;
     width: auto;
}
 .chat-search > form {
     max-width: 100px;
     position: relative;
}
 .chat-search > form > input {
     border: none;
     width: 100%;
     background-color: transparent;
     padding: 10px 10px 10px 30px;
}
 .chat-search > form > input:focus {
     box-shadow: none !important;
}
 .chat-search > form > button {
     position: absolute;
     left: 0px;
     top: 8px;
     border: none;
     background-color: transparent;
}
 .chat-user-btn {
     margin-top: 5px;
     float: right;
}
 .chat-user-btn > li {
     display: inline-block;
     vertical-align: middle;
     font-size: 18px;
     padding-left: 5px;
}
 .clear-left{
     clear: left;
}
 .item-video-wrap > video {
     width: 100%;
     height: 229px;
     background-color: #C3D7E7;
}
 .nav-pills > li.upload-title {
     float: none;
     margin-bottom: 5px;
}
 .profile-uploads > li {
     position: relative;
}
 li.upload-li {
     margin-top: 15px;
     position: relative;
     background-image: url(../../img/icons/top-arrow.png);
     background-repeat: no-repeat;
     width: 45px;
     height: 45px;
     line-height: 32px;
     text-align: center;
     background-position: 0 -43px;
     margin-right: 7px;
}

li.ufr-sa-li {
     margin-top: 11px;
     position: relative;
     background-image: url(../../img/icons/friend_froup.png);
     background-repeat: no-repeat;
     width: 64px;
     height: 57px;
     line-height: 32px;
     text-align: center;
     cursor: pointer;
}

li.upload-li:hover{
     background-position: 0 2px;
}
 .upload-li:hover .camera-span{
     color: #000;
     line-height: 16px;
     position: absolute;
     top: 47px;
     right: -55px;
}
 .profile-uploads > li.upload-video {
     margin: 5px 0 0 10px;
}
 .profile-uploads input[type="file"] {
     opacity: 0;
     cursor: pointer;
     width: 50px;
     position: relative;
     z-index: 1;
     height: 50px;
}
 li.upload-li span {
     position: absolute;
     top: 0;
     right: 0;
     /*width: 150px;*/
     float: left;
     clear: both;
}
 .pulse-header .widget-caption {
     color: #9c2628;
}
 .widget-footer {
     background-color: #a2b685;
     padding: 15px 12px;
     border-top: 1px solid #eee;
}
 .react-div {
     margin-top: 10px;
}
 .react-ul > li {
     display: inline-block;
     font-size: 25px;
     padding-right: 10px;
}
 .react-ul > li > a {
     color: #9C2628;
}
 .pulse-header .widget-caption > i, .react-ul i.fa{
     color: transparent;
     display: inline-block;
     width: 32px;
     height: 32px;
     line-height: 32px;
     background-image: url('../../img/icons/pulse.png');
     background-repeat: no-repeat;
     background-size: 32px;
     background-position: 0 0px;
}
 .react-ul .like-li i.fa{
     background-image: url('../../img/icons/heart-double.png');
}
 .react-ul .like-li.active i.fa{
     background-image: url('../../img/icons/heart-double-like.png');
}
 .react-ul .comment-li i.fa{
     background-image: url('../../img/icons/cloud.png');
}
 .react-ul .comment-li.active i.fa{
     background-image: url('../../img/icons/cloud-active.png');
}
 .react-ul .share-li i.fa{
     background-image: url('../../img/icons/share.png');
}
 .react-ul .share-li.active i.fa{
     background-image: url('../../img/icons/share-active.png');
}
/*.right-new-icons {
     margin-top: 100px;
}
*/
 ul.right-new-icons{
     max-width: 195px;
}
 .profile-page .right-new-icons {
     margin-top: 25px;
}
 .right-new-icons > li {
     margin-bottom: 10px;
}
 .right-new-icons > li.advanced-title-li {
     margin-bottom: 10px;
     background-image: url('../../img/icons/advanced-bg.png');
     height: 45px;
     background-repeat: no-repeat;
     width: 192px;
     line-height: 45px;
     text-align: center;
}
 .right-new-icons > li.reunion-popup-li{
     position: relative;
     background-image: url(../../img/icons/reunion-btn-img.png);
     background-repeat: no-repeat;
     width: 192px;
     height: 45px;
     line-height: 32px;
     text-align: center;
     background-position: 0 -47px;
}
 .right-new-icons > li.reunion-popup-li:hover{
     background-position: 0 0;
}
 .right-new-icons label{
     color: #fff;
     text-align: center;
    /*width: 166px;
     padding: 12px 0px 0 32px;
    */
}
 .home-page .page-content {
     margin-bottom: 0;
}
 .control-right > a {
     background-image: url('../../img/icons/arrow-btn.png');
}
 .block-control {
     position: absolute;
     right: 0;
     top: 165px;
     z-index: 99;
}
 .control-right > a, .icn-left {
     background-image: url('../../img/icons/arrow-btn.png');
     height: 32px;
     width: 32px;
     display: inline-block;
     background-size: 30px;
     background-position: center;
     background-repeat: no-repeat;
}
 .signup-page .icn-left {
     vertical-align: middle;
}
 .signup-page .icn-users{
     background-image: url('../../img/icons/users.png');
}
 .signup-page .icn-search{
     background-image: url('../../img/icons/search.png');
}
 .signup-page .icn-run{
     background-image: url('../../img/icons/users-run.png');
}
 .signup-page .icn-share{
     background-image: url('../../img/icons/index-share.png');
}
 .signup-page .icn-speaker{
     background-image: url('../../img/icons/rsz_speaker.png');
}
 .con-right {
     width: calc(100% - 45px);
     margin-left: 5px;
     display: inline-block;
     vertical-align: middle;
}
/*profile page css-----------------------*/
 .edit-div {
     margin-top: 20px;
}
 .profile-tab img{
     width: 100%;
}
/*profile grid css*/
 .main-overlay{
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
     opacity: 0;
     -moz-transition: opacity 250ms linear;
     -o-transition: opacity 250ms linear;
     -webkit-transition: opacity 250ms linear;
     transition: opacity 250ms linear;
     background-color: rgba(0, 0, 0, 0.7);
}
 .video-icn-span {
    /*position: absolute;
     left: 0;
     top: 0;
    */
     width: 100%;
     height: 100%;
     background-image: url('http://13.250.249.116/ps_remember/public/img/icons/circled-play.png');
     background-repeat: no-repeat;
     background-size: 60px auto;
     background-position: center;
}
 .video-icon-add{
     background-image: url('http://13.250.249.116/ps_remember/public/img/icons/circled-play.png');
     background-size: 60px auto;
     background-repeat: no-repeat;
     background-position: center;
}
 .main-overlay:hover {
     opacity: 0.9;
}
 .like-icon-overlay img {
     width: 30px !important;
     height: 30px !important;
}
 .comment-icon-overlay img{
     width: 30px !important;
     height: 30px !important;
}
 .like-comment-img {
     display: block;
     height: 100%;
     padding-top: 78px;
     padding-bottom: 78px;
}
 .main-overlay .like-icon-overlay img {
     float: left;
}
 .main-overlay .like-icon-overlay span {
     float: left;
     color: #fff;
     margin: 5px 19px;
}
 .main-overlay .comment-icon-overlay img {
     float: left;
}
 .main-overlay .comment-icon-overlay span {
     float: left;
     color: #fff;
     margin: 5px 19px;
}
 .profile-page .carousel-inner a.carousel-control.right {
     float: right;
     width: auto;
}
 .profile-page .carousel-inner a.carousel-control {
     position: static;
     background-image: none;
     font-size: 33px;
     color: #000;
}
/*after-login-page-----------------------*/
 .after-login-page ul.ïmgs-videos-ul img {
     width: 100%;
}
/*front slider css*/
 section#testimonial{
     background-color: #a2b685;
     padding: 10px 0px 25px;
     margin-bottom: 20px;
}
 #testimonial h2 {
     color: #4C4C4C;
     word-spacing: 5px;
     font-size: 30px;
     font-weight: 700;
     margin-bottom:30px;
}
 #testimonial .ion-minus{
     padding:0px 10px;
}
 #testimonial blockquote{
     border: none;
     padding: 10px 5px;
     display: block;
     position: relative;
     z-index: 11111;
     margin: 0;
}
 #testimonial blockquote p{
     font-size:14px;
}
 #testimonial #carousel{
     margin: 20px 30px;
}
 #testimonial .left.carousel-control{
     display: inline-block;
     position: absolute;
     top:100%;
     left:20%;
     font-size:30px;
     font-weight: 700;
     color: #9c2628;
     opacity: 1;
}
 #testimonial .right.carousel-control{
     display: inline-block;
     position: absolute;
     top:100%;
     right:20%;
     font-size:30px;
     font-weight: 700;
     color: #9c2628;
     opacity: 1;
}
 #testimonial .fa.fa-quote-right{
     color:#5db4c0;
     font-size:13px;
     padding-right:10px;
}
 span.feed-widget-caption{
     color: #9c2628;
}
 span.feed-widget-caption a{
     line-height: 32px;
}
 #testimonial .feed-widget-caption i{
     color: transparent;
     display: inline-block;
     width: 32px;
     height: 32px;
     line-height: 32px;
     background-image: url(../../img/icons/pulse.png);
     background-repeat: no-repeat;
     background-size: 32px;
     background-position: 0 0px;
}
 #testimonial .feed-pulse-header{
     padding: 0 15px;
     border-bottom: 1px solid #ccc;
     padding-bottom: 10px;
}
 #testimonial .item h5{
     color: #034168;
     font-weight: 700;
     display: inline-block;
}
 #testimonial blockquote footer{
     color: #aaa;
}
 #testimonial .item img{
     /*border: 1px solid #fff;
     width: 65px;
     height: 65px;
     display: inline-block;
     margin-top: 3px;*/
}
 .video-div {
     position: relative;
     width: 100%;
}
 .left-profile-text {
     width: 100%;
     position: absolute;
     top: 0;
     text-align: left;
     word-wrap: break-word;
     padding: 0 5px;
}
 .social-top .avatar img {
     width: 40px;
     height: 40px;
}
/*trend section css*/
 .trends-section{
     width: 100%;
    /*height: 100px;
    */
     background-color: #fff;
     padding: 15px;
     margin-top: 92px;
}
 .trend-heading{
     margin-bottom: 10px;
}
 .trend-heading h5{
     color: #14171a;
     font-size: 18px;
     font-weight: bold;
     margin: 0;
     display: inline-block;
}
 .trend-heading span a{
     font-size: 12px;
     color: #7dc3f9;
     float: right;
}
 .trend-item li.trend-li{
     margin-bottom: 10px;
}
 .trend-item .trend-li a span{
     color: #7dc3f9;
     font-size: 14px;
     font-weight: bold;
     word-wrap: break-word;
}
 .trend-item .trend-li a p{
     color: #657786;
     font-size: 12px;
}
/*home page css-----------------------*/
 .home-right-icons {
     margin-top: 57px;
}
 .right-new-icons a {
     color: #fff;
}
/*.home-page .item-img-wrap {
     height: auto;
     width: 100%;
}
*/
 .profile-btn, .profile-seenby{
     float: left;
     margin-top: 5px;
     background-image: url(../../img/icons/profile-pic-bg.png);
     background-repeat: no-repeat;
     height: 32px;
}
 .profile-btn img, .profile-seenby img{
     width: 23px;
     height: 23px;
     border-radius: 25px !important;
     padding: 0px;
     background: none;
     border: 1px solid #ddd;
     vertical-align: middle;
}
 .profile-btn a, .profile-seenby a{
     background-image: none;
     color: #fff;
     float: left;
     margin: 4px 5px;
}
 .profile-btn span, .profile-seenby span{
     margin: 0 6px;
}
 .follow-images-block .carousel-inner {
     padding-bottom: 20px;
}
 .follow-images-block .carousel-control.left{
     background-image: none;
     display: none;
}
 .follow-images-block .carousel-control.right{
     background-image: none;
     position: absolute;
     top: 75px;
     right: -38px;
     font-size: 65px;
     opacity: 1;
     color: #ef2929;
}
/*video css --------------------------*/
 .item-img-wrap {
     background: #f9f9f9;
     border: 1px solid #ddd;
     height: 240px;
}
 .item-img-wrap img{
     display: block;
     max-width: 100%;
     object-fit: cover;
     width: 100%;
     height: 100%;
     object-position: center;
}
 .item-video-wrap{
     position: relative;
     padding-bottom: 67%;
     height: 0;
     overflow: hidden;
     max-width: 100%;
     background-color: #ccc;
}
 .item-video-wrap > iframe{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #ccc;
}
video {
     width: 100%;
     /*height: 100%;*/
     height: auto;
     
     object-fit: contain;
     
     object-position: top;
}
 .item-video-wrap > iframe body:-webkit-full-page-media {
     background-color: #ccc;
}
 .home-video-div {
     position: relative;
     width: 100%;
     margin-bottom: 8px;
}
 .home-left-profile-text {
     width: 100%;
     position: absolute;
     top: 0;
     word-wrap: break-word;
     padding: 5px 5px;
     z-index: 111;
}
 .home-left-profile-text img {
     border: 1px solid #fff;
     width: 40px;
     height: 40px;
     display: inline-block;
}
 .home-left-profile-text h5 {
     color: #034168;
     font-weight: 700;
     display: inline-block;
     margin: 0;
}
 .home-video-left-text footer {
     border: none;
     display: block;
     position: relative;
     z-index: 11111;
     margin: 0;
     color: #000;
}
 .home-video-left-img {
     float: left;
     width: 20%;
}
 .home-video-left-text {
     width: 80%;
     word-wrap: break-word;
     display: inline-block;
     padding: 0 10px;
}
/*bio and website section css ------------------------*/
 .video-pulse-icon {
     float: left;
     position: relative;
     left: 70px;
     top: 25px;
     cursor: pointer;
}
 .bio-website-center {
     display: inline-block;
}
 .video-pulse-icon img {
     width: 32px;
     height: auto;

}
 .website-area{
     margin: 0 -15px;
     text-align: center;
     padding: 10px 15px 12px 15px;
     background-color: #efefef;
}
 .website-area ul{
     margin-bottom: 10px;
}
 .website-area ul > li {
     display: inline-block;
     position: relative;
     padding-left: 10px;
     word-wrap: normal;
     width: 850px;
}
 .website-area ul > li:first-child::after{
     display: none;
}
 .website-area ul > li::after {
     content: '';
     height: 12px;
     position: absolute;
     left: 3px;
     top: 4px;
     background-color: red;
     width: 1px;
}
/*Edit Profile page css ------------------------*/
 .right-profile-div{
     border-left: 1px solid #dbdbdb;
}
 .profile-section{
     padding-top: 155px;
     padding-bottom: 110px;
}
 .main-profile{
     float: none;
     margin: 0 auto;
}
 .profile-wrapper{
     background-color: #fff;
     border: 1px solid #dbdbdb;
     overflow: hidden;
}
 ul.edit-profile{
     padding: 25px 0px;
}
 .edit-profile li a{
     display: block;
     font-size: 15px;
    /* height: 100%;
    */
     line-height: 20px;
     padding: 16px 16px 16px 30px;
     color: #262626;
}
 ul.profile-pic li{
     display: inline-block;
}
 ul.profile-pic{
     overflow: hidden;
     padding: 40px 23px 10px;
}
 ul.profile-pic li img{
     width: 38px;
     height: 38px;
     border-radius: 50%;
     border: 1px solid #ccc;
     object-fit: cover;
     object-position: top;
     vertical-align: bottom;
}
 ul.profile-pic li input[type="file"] {
     display: inline-block;
     position: absolute;
     left: 90px;
     width: 38px;
     top: 0;
     opacity: 0;
     height: 38px;
     cursor: pointer;
     z-index: 1;
}
 ul.profile-pic li span{
     color: #000;
}
 .right-profile-div .form-data{
     width: 85%;
     padding: 30px 0;
}
 .form-data .form-group label{
     color: #000;
}
 p.form-info {
     color: #999;
     font-size: 14px;
     font-weight: 600;
}
 .form-btn{
    /*width: 90%;
    */
}
 .form-btn button{
     background-color: #337ab7;
     color: #fff;
     border-radius: 3px;
     font-size: 14px;
     font-weight: 600;
     padding: 6px 25px;
}
 .disable-acc{
     float: right;
}
 .checkbox-div input[type="checkbox"] {
     opacity: 1;
     left: auto;
     display: inline-block;
}
 span.check-text{
     float: left;
     padding-left: 28px;
     font-weight: normal;
}
/*modal for message inbox css------------------------------*/
 .modal-open {
     overflow: auto;
}
 .modal-header {
     padding: 5px 20px 5px 20px;
}
 #myModalLabel {
     color: #1d2129;
     font-size: 14px;
     float: left;
}
 .message-inbox .modal-body1{
     padding: 10px 20px 10px 20px;
     height: 550px;
     overflow: auto;
}
 .right-chat-box .modal-body-message{
     height: 523px;
}
 .chat-group-item > span.badge {
     float: none;
     position: absolute;
     left: 59px;
     font-size: 14px;
     top: 53px;
}
 .chat-body .message-img-chat{
     width: 70px;
     height: 70px;
     border-radius: 90%;
     border: 1px solid #ddd !important;
     padding: 2px;
     margin: 0 5px;
     background: none;
}
 .message-chat-box{
     display: inline-block;
     width: 75%;
     color: #fff;
     vertical-align: top;
     margin-left: 10px;
}
 .message-chat-box h5{
     color: #fff;
     font-weight: bold;
}
 .time-chat {
     font-weight: normal;
}
 .message-inbox .modal-dialog{
    /*width: 525px;
    */
     width: 100%;
}
 .chat-body .chat-group-item{
     border:none;
     padding: 0;
     margin-bottom: 15px;
     background: none;
     border-bottom: 1px solid #b6d1be;
     padding: 0 0 10px;
     border-radius: 0px;
}
 .message-inbox .modal-content{
    /*background-image: linear-gradient(to right, #403B4A 0%, #f0ede6 0%, #403B4A 100%);
    */
     background-image: linear-gradient(to right, #556066 0%, #a2b685 0%, #556066 100%);
}
/*add new css for 2 window*/
 .modal-content.left-chat-box {
     display: inline-block;
     clear: both;
     width: 450px;
     box-shadow: none;
     box-shadow: 0 0 10px #ccc;
     background-image: linear-gradient(to left, #556066 0%, #a2b685 0%, #556066 100%);
}
 .modal-content.right-chat-box {
     display: inline-block;
     width: 450px;
     box-shadow: 0 0 10px #ccc;
     vertical-align: top;
}
 .chat-body {
     text-align: left;
}
/*right message modal content */
 .direct-chat-msg-inbox {
     margin-bottom: 20px;
     position: relative;
}
 .direct-chat-info-inbox {
     display: block;
     font-size: 12px;
     margin-bottom: 0;
}
 .direct-chat-name-inbox {
     font-size: 15px;
     font-weight: 600;
     margin: 0 0 0 49px !important;
     color: #fff;
     opacity: 0.9;
}
 .direct-chat-img-inbox {
     background: #337ab7 none repeat scroll 0 0;
     border-radius: 50%;
     float: left;
     height: 40px;
     margin: -21px 0 0;
     width: 40px;
}
 .direct-chat-text-inbox {
     background: #dae3e2 none repeat scroll 0 0;
     border: 1px solid #dfece7;
     border-radius: 7px;
     color: #1f2121;
     width: 85%;
     margin: 12px 0 0 50px;
     padding: 5px 10px;
     position: relative;
}
 .direct-chat-info-inbox {
     display: block;
     font-size: 12px;
     margin-bottom: 0;
}
 .direct-chat-timestamp-inbox {
     color: #fff;
     opacity: 0.6;
}
 .direct-chat-msg-inbox .direct-chat-text-inbox::after {
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     border-color: transparent transparent #dae3e2 transparent;
     border-image: none;
     border-style: solid;
     border-width: 8px;
     content: " ";
     width: 0;
     height: 0;
     pointer-events: none;
     position: absolute;
     right: 90%;
     top: -17px;
}
/*right message box chat*/
 .direct-chat-msg-right-inbox{
     margin-bottom: 20px;
     position: relative;
}
 .direct-chat-msg-right-inbox .direct-chat-name-inbox {
     margin: 0 49px 0 0px !important;
}
 .direct-chat-msg-right-inbox .direct-chat-img-inbox {
     float: right;
}
 .direct-chat-msg-right-inbox .direct-chat-text-inbox {
     margin: 12px 50px 0 0px;
}
 .direct-chat-msg-right-inbox .direct-chat-text-inbox::after {
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     border-color: transparent transparent #dae3e2 transparent;
     border-image: none;
     border-style: solid;
     border-width: 8px;
     content: " ";
     width: 0;
     height: 0;
     pointer-events: none;
     position: absolute;
     left: 90%;
     top: -17px;
}
 .right-chat-box .modal-header {
     padding: 5px 20px 5px 20px;
}
 #modalShow-inbox .modal-dialog {
     position: relative;
     transition: 0.5s;
}
 .right-chat-box {
     position: absolute;
     transform: translate(-100%);
     -webkit-transform: translate(-100%);
     transition: 0.5s;
     -webkit-transition: 0.5s;
     z-index: -1;
}
 .left-chat-box .list-group-item{
     cursor: pointer;
}
 .right-chat-box.active {
     position: static;
     transform: translate(0%);
}
 .message-inbox .popup-head {
    /*background-color: #9bad83;
     box-shadow: inset 2px 2px 15px 3px #6b796f;
    */
     clear: both;
     color: #fff;
     display: inline-table;
     font-size: 17px;
     padding: 7px 10px;
     width: 100%;
}
 .message-inbox .popup-head .popup-head-right {
     margin: 7px 0px;
}
 .message-inbox .popup-head-right .btn-group {
     display: inline-flex;
     margin: 0 8px 0 0;
     vertical-align: top !important;
}
 .message-inbox .last-seen {
     display: inline-block;
     text-overflow: ellipsis;
     white-space: nowrap;
     width: 210px;
     overflow: hidden;
     font-size: 15px;
     padding: 0 7px;
     vertical-align: middle;
     text-align: center;
     margin: 7px 0px;
     color: #262626;
}
 .message-inbox .popup-head .popup-head-right {
     margin: 7px 0px;
}
 .message-inbox .right-chat-box .modal-header {
     padding: 0px;
}
 .message-inbox .modal-footer{
     padding: 0px;
}
 .message-inbox .popup-messages-footer {
     background: #fff none repeat scroll 0 0;
     bottom: 0;
     position: absolute;
     width: 100%;
}
 .message-inbox #status_message {
     border: 1px solid #ddd !important;
     height: 28px !important;
     padding: 2px !important;
     vertical-align: middle;
     border-radius: 4px !important;
}
 .message-inbox .popup-messages-footer .btn-footer {
     overflow: hidden;
     padding: 2px 5px 10px 6px;
     width: 100%;
}
/*modal for notification css------------------------------*/
 #modalShow-notification .modal-content.notification-chat-box {
     display: inline-block;
     clear: both;
     width: 100%;
     box-shadow: none;
     box-shadow: 0 0 10px #ccc;
     background-image: linear-gradient(to left, #556066 0%, #a2b685 0%, #556066 100%);
}
 #modalShow-notification .modal-header.notification-header {
     padding: 5px 20px 5px 20px;
}
 #myModalnotification{
     color: #1d2129;
     font-size: 14px;
     float: left;
}
 #modalShow-notification .modal-body1 {
     padding: 10px 15px 10px 20px;
     height: 600px;
     overflow: auto;
}
 #modalShow-notification .chat-body {
     text-align: left;
}
 #modalShow-notification .chat-body .notification-chat-group-item {
     border: none;
     border-bottom-width: medium;
     border-bottom-style: none;
     border-bottom-color: currentcolor;
     padding: 0;
     margin-bottom: 15px;
     background: none;
     border-bottom: 1px solid #b6d1be;
     padding: 0 0 10px;
     border-radius: 0px;
     overflow: hidden;
}
 #modalShow-notification .chat-body .notification-img-chat{
     width: 70px;
     height: 70px;
     border-radius: 90%;
     border: 1px solid #ddd !important;
     padding: 2px;
     margin: 0 5px;
     background: none;
}
 #modalShow-notification .notification-chat-box {
     display: inline-block;
     float: left;
     width: 60%;
     color: #fff;
     vertical-align: top;
}
 #modalShow-notification .notification-chat-box h5 {
     color: #fff;
     font-weight: bold;
}
 .notification-img {
     float: left;
     width: 20%;
}
 .notification-left-img {
     float: right;
     width: 20%;
}
 .notification-left-img .notification-right-img-chat{
     border-radius: 0%;
     width: 70px;
     height: 70px;
     border: none !important;
     padding: 2px;
     margin: 0 5px;
     background: none;
     object-fit: cover;
     object-position: top;
}
 .notification-comment {
     font-weight: normal;
     margin: 0 10px;
}
 .notification-chat-group-item .comment-icon p{
     display: inline-block;
}
 .notification-chat-group-item .comment-icon img{
     width: 16px;
     height: 16px;
}
/*modal for golive-share------------------------------*/
#modalShow-golive-share .modal-content.golive-chat-box{
	display: inline-block;
    clear: both;
    width: 100%;
    box-shadow: 0 0 10px #ccc;
}
#modalShow-golive-share .chat-body .golive-share-item{
	border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    margin-bottom: 15px;
    background: none;
    border-bottom: 1px solid #b6d1be;
    padding: 0 0 10px;
    border-radius: 0px;
    overflow: hidden;
}
#modalShow-golive-share .modal-header.golive-share-header{
	padding: 5px 20px 5px 20px;
}
#modalShow-golive-share .golive-share-img {
    float: left;
    width: 10%;
}
#modalShow-golive-share .chat-body .golive-share-img-chat {
    width: 40px;
    height: 40px;
    border-radius: 90%;
    border: 1px solid #ddd !important;
    padding: 2px;
    margin: 0 5px;
    background: none;
}
#modalShow-golive-share .golive-share-chat-box {
    display: inline-block;
    float: left;
    width: 60%;
    color: #fff;
    vertical-align: top;
}
#modalShow-golive-share .golive-share-chat-box h5 {
    color: #000;
    font-weight: bold;
    margin: 0;
}
#modalShow-golive-share .golive-share-chat-box p {
    margin-top: 5px;
    color: #ccc;
}
#modalShow-golive-share .golive-share-left-img {
    float: right;
    width: 30%;
    text-align: center;
}
#modalShow-golive-share .golive-share-left-img p{
	float: right;
}


/*modal for invite css------------------------------*/
 .chat-body-invite{
     text-align: left;
}
 .modal-body-invite {
     padding: 10px 15px 20px 20px;
}
 .invite-popup .invite-group-item {
     border: none;
     border-bottom-width: medium;
     border-bottom-style: none;
     border-bottom-color: currentcolor;
     padding: 0;
     margin-bottom: 15px;
     background: none;
     border-bottom: 1px solid #e5e5e5;
     padding: 0 0 10px;
     border-radius: 0px;
     cursor: pointer;
}
 .invite-chat-box {
     display: inline-block;
     width: 75%;
     vertical-align: top;
     margin-left: 10px;
}
 .chat-body-invite .invite-img {
     border: 1px solid #ddd !important;
     padding: 2px 10px;
     margin: 0 5px;
     background: none;
}
 .invite-chat-box h5{
     color: #000;
     font-weight: bold;
     font-size: 16px;
     margin-bottom: 5px;
}
 .invite-chat-box p{
     color: #8b9093;
}
 .connect-other-div p{
     color: #76b6cb;
}
 .connect-other-div {
     margin: 20px 0;
}
 p.invite-option{
     color: #8b9093;
}
/*for all modal popup*/
 .modal-content {
     /*box-shadow: 0px 0px 11px 2px #ccc;*/
     border-radius: 0px;
}
/*modal for profile-pic css ----------------------------*/
 .profile-modal .modal-content{
     color: #000;
     background-color: #fff;
     border: rgba(0, 0, 0, 0);
     background-clip: padding-box;
}
 .profile-modal .modal-header {
     padding: 5px 20px 5px 20px;
}
 .profile-modal .fade.in {
     opacity: 1;
     background: rgba(0,0,0,.75);
}
 .profile-modal button.close{
     color: #fff;
     font-size: 38px;
     opacity: 1;
     /*position: absolute;*/
     top: 6px;
     right: 13px;
}
 .profile-modal .modal-content {
     box-shadow: none;
}
 .profile-modal .modal-dialog {
     /*width: 815px;*/
     width: 76%;
     margin: 30px auto;
}
 .modal-body-profile {
     padding: 10px 10px 10px 10px;
}
 .follow-button button{
     color: #76b6cb;
     padding: 3px 24px;
     border-radius: 34px;
     font-size: 14px;
}
 .profile-pic-img img{
     width: 50px;
     height: 50px;
     border-radius: 90%;
     border: 1px solid #ddd !important;
     padding: 2px;
     margin-right: 8px;
     background: none;
}
 .profile-pic-img {
     float: left;
}
 .left-name-section {
     float: left;
}
 .left-name-section h5{
     margin: 0px;
     color: #262626;
     vertical-align: middle;
     display: inline-block;
}
 .left-name-section p{
     color: #8b9093;
}
 .second-row {
     margin: 15px 0;
}
 .comment-para p{
     color: #8b9093;
}
 .all-icon-style img {
     width: 25px;
     height: 25px;
}
 .all-icon-img {
     margin: 33px 0 15px;
}
 .follow-section-img img{
     width: 50px;
     height: 50px;
     border-radius: 90%;
     border: 1px solid #ddd !important;
     padding: 2px;
     background: none;
}
 .follow-section-img {
     float: left;
     width: 15%;
}
 .follow-section-text {
     float: left;
     width: 50%;
}
 p.profile-modal-follow{
     text-align: center;
     color: #fff;
}
 .comment-text-button {
     margin-bottom: 15px;
}
 .main-profile-wrapper {
     height: 242px;
     overflow: auto;
     margin-top: 30px;
}
 .follow-button p{
     text-align: center;
     color: #fff;
}
 .message-comment-area #status_comment {
     border: 1px solid #ddd !important;
     height: 28px !important;
     padding: 2px !important;
     vertical-align: middle;
     border-radius: 4px !important;
     width: 100%;
}

#post_status_comment {
     border: 1px solid #ddd !important;
     /*height: 28px !important;*/
     padding: 2px !important;
     vertical-align: middle;
     /*border-radius: 4px !important;*/
     width: 100%;
}

/*------------ modal-video css --------------*/
 .modal-video #player:hover #controls{
     display: block !important;
}
 .modal-video {
     width: 100%;
     overflow: hidden;
}

/*.modal video#video-element {
     min-height: 100%;
     height: auto;
     z-index: 111;
     object-fit: contain;
     object-position: center;
     height: 480px !important;
}*/
/*video#video-element {
     min-height: 100%;
     height: auto;
     z-index: 111;
     object-fit: contain;
     object-position: center;
     height: 100% !important;
}*/
 .modal-video #player {
     position: relative;
     /*height: 500px;*/
     height: auto;
     width: 100%;
}
 .modal-video video {
     max-height: 500px;
     width: 100%;
}
 .modal-video .pause {
     background-position:-19px 0;
}
 .modal-video .stop {
     background-position:-38px 0;
}
 .modal-video #volume-bar {
     width: 50px;
     vertical-align: middle;
     padding:0px;
}
 .modal-video .mute {
     background-position:-95px 0;
}
 .modal-video .unmute {
     background-position:-114px 0;
}
 .modal-video .replay {
     background-position:-133px 0;
}
 .modal-video .fullscreen {
     text-indent: 0px;
     color: #00c600;
    /*background-color: black;
    */
     background-image: none;
     padding: 0px;
     font-weight: bold;
     padding-bottom: 3px;
}
 .modal-video #controls {
     width: 100%;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
     padding-bottom: 7px;
     position: absolute;
     bottom: 5px;
     background-color: #5a595926;
     padding-top: 8px;
}
 .modal-video button {
     text-indent:-9999px;
     float: left;
     width:16px;
     height:16px;
     border:none;
     margin: 0 8px;
     cursor:pointer;
     background: transparent url('http://13.250.249.116/ps_remember/public/img/icons/download.png');
}
 .modal-video .pause {
     background-position:-19px 0;
}
 .modal-video .stop {
     background-position:-38px 0;
     display: none;
}
 .modal-video #volume-bar {
     width: 50px;
     vertical-align: middle;
     padding:0px;
     float: left;
}
 .modal-video .mute {
     background-position:-95px 0;
}
 .modal-video .unmute {
     background-position:-114px 0;
}
 .modal-video .replay {
     background-position:-133px 0;
     display: none;
}
 .modal-video .fullscreen {
     text-indent: 0px;
     color: #00c600;
    /*background-color: black;
    */
     background-image: none;
     padding: 0px;
     font-weight: bold;
     padding-bottom: 3px;
     display: none;
}
/*progress-bar css --------------*/
 .modal-video progress {
     float: left;
     color: blue;
     font-size: 12px;
     width: 65%;
     height: 16px;
     border: none;
     margin-right: 10px;
     background: #9e9c9c;
     border-radius: 9px;
     vertical-align: middle;
}
 .modal-video progress[value]::-webkit-progress-bar {
     background: #9e9c9c;
     border-radius: 2px;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
 .modal-video progress::-moz-progress-bar {
     color:blue;
     background:#9e9c9c;
     border-radius: 2px;
}
 .modal-video progress[value]::-webkit-progress-value {
     background-color: #367ef6;
}
 .modal-video progress[value]::-moz-progress-value {
     background-color: #367ef6;
     color: #367ef6;
}
 .modal-video progress::-moz-progress-bar {
     color:blue;
     background:#367ef6;
}
 .modal-video progress[value]::-webkit-progress-bar {
     background-color: #9e9c9c;
     border-radius: 2px;
     box-shadow: none;
}
 .modal-video progress[value]::-webkit-progress-value {
     background-color: blue;
}
/*range css ---------------------*/
 .modal-video input[type=range] {
     -webkit-appearance: none;
     width: 100%;
     margin: 6.8px 0;
}
 .modal-video input[type=range]:focus {
     outline: none;
}
 .modal-video input[type=range]::-webkit-slider-runnable-track {
     width: 100%;
     height: 4.4px;
     cursor: pointer;
     box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;
     background: #205928;
     border-radius: 1px;
     border: 1.1px solid #18d501;
}
 .modal-video input[type=range]::-webkit-slider-thumb {
     box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #00c300;
     border: 2.5px solid #83e584;
     height: 18px;
     width: 9px;
     border-radius: 3px;
     background: #439643;
     cursor: pointer;
     -webkit-appearance: none;
     margin-top: -7.9px;
}
 .modal-video input[type=range]:focus::-webkit-slider-runnable-track {
     background: #276c30;
}
 .modal-video input[type=range]::-moz-range-track {
     width: 100%;
     height: 4.4px;
     cursor: pointer;
     box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;
     background: #205928;
     border-radius: 1px;
     border: 1.1px solid #18d501;
}
 .modal-video input[type=range]::-moz-range-thumb {
     box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #00c300;
     border: 2.5px solid #83e584;
     height: 18px;
     width: 9px;
     border-radius: 3px;
     background: #439643;
     cursor: pointer;
}
 .modal-video input[type=range]::-ms-track {
     width: 100%;
     height: 4.4px;
     cursor: pointer;
     background: transparent;
     border-color: transparent;
     color: transparent;
}
 .modal-video input[type=range]::-ms-fill-lower {
     background: #194620;
     border: 1.1px solid #18d501;
     border-radius: 2px;
     box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;
}
 .modal-video input[type=range]::-ms-fill-upper {
     background: #205928;
     border: 1.1px solid #18d501;
     border-radius: 2px;
     box-shadow: 0.9px 0.9px 1.7px #002200, 0px 0px 0.9px #003c00;
}
 .modal-video input[type=range]::-ms-thumb {
     box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #00c300;
     border: 2.5px solid #83e584;
     height: 18px;
     width: 9px;
     border-radius: 3px;
     background: #439643;
     cursor: pointer;
     height: 4.4px;
}
 .modal-video input[type=range]:focus::-ms-fill-lower {
     background: #205928;
}
 .modal-video input[type=range]:focus::-ms-fill-upper {
     background: #276c30;
}
 .modal-video input[type=range] {
     -webkit-appearance: none;
     width: 100%;
     margin: 6.8px 0;
     color: blue;
     background-color: blue;
     box-shadow: none;
}
 .modal-video input[type=range]:focus {
     outline: none;
     color: blue;
     background-color: blue;
}
 .modal-video input[type=range]::-webkit-slider-runnable-track {
     width: 100%;
     height: 4.4px;
     cursor: pointer;
     box-shadow: none;
     background: #205928;
     border-radius: 1px;
     border: 1.1px solid #279dd0;
     color: blue;
     background-color: blue;
}
 .modal-video input[type=range]::-webkit-slider-thumb {
     box-shadow: none;
     border: 2.5px solid #279dd0;
     height: 18px;
     width: 9px;
     border-radius: 3px;
     background: #439643;
     cursor: pointer;
     -webkit-appearance: none;
     margin-top: -7.9px;
     color: blue;
     background-color: blue;
}
 .modal-video input[type=range]:focus::-webkit-slider-runnable-track {
     background: #276c30;
     box-shadow: none;
}
 .modal-video input[type=range]::-moz-range-track {
     width: 100%;
     height: 4.4px;
     cursor: pointer;
     box-shadow: none;
     background: #205928;
     border-radius: 1px;
     border: 1.1px solid #18d501;
}
 .modal-video input[type=range]::-moz-range-thumb {
     box-shadow: none;
     border: 2.5px solid #83e584;
     height: 18px;
     width: 9px;
     border-radius: 3px;
     background: #439643;
     cursor: pointer;
}
 .modal-video input[type=range]::-ms-track {
     width: 100%;
     height: 4.4px;
     cursor: pointer;
     background: transparent;
     border-color: transparent;
     color: transparent;
}
 .modal-video input[type=range]::-ms-fill-lower {
     background: #194620;
     border: 1.1px solid #18d501;
     border-radius: 2px;
     box-shadow: none;
}
 .modal-video input[type=range]::-ms-fill-upper {
     background: #205928;
     border: 1.1px solid #18d501;
     border-radius: 2px;
     box-shadow: none;
}
 .modal-video input[type=range]::-ms-thumb {
     box-shadow: none;
     border: 2.5px solid #83e584;
     height: 18px;
     width: 9px;
     border-radius: 3px;
     background: #439643;
     cursor: pointer;
     height: 4.4px;
}
 .modal-video input[type=range]:focus::-ms-fill-lower {
     background: #205928;
     box-shadow: none;
}
 .modal-video input[type=range]:focus::-ms-fill-upper {
     background: #276c30;
     box-shadow: none;
}



/*15-06-2018*/
.after-login-page .popup-messages-footer .bg_none_bottom i{text-align:center;vertical-align:top;}
.after-login-page .popup-messages-footer .bg_none_bottom{height:26px; display:inline-block;}
.popup-head-left.pull-left {margin-top: 3px; margin-right: 22px;}
.after-login-page .popup-messages-footer .smile-btn{text-indent: -9999px;}

#online_user_siderbar_list .chat-scroll {height: auto;position: relative;}
/*.after-login-page .popup-messages-footer{position:relative;}*/
#online_user_side_message_box .popup-box{bottom:0px;}
.popup-messages-footer .emojionepicker-picker {
    left: auto !important;
    right: 11px;
    bottom: 14px;
    opacity: 0;
    top: auto !important;
}

.popup-messages-footer .emojionepicker-picker:hover {
    opacity:0!important;
}

.all-user {
    text-align: center;
    display: block;
}
.all-user strong {
    padding: 7px 0px;
    display: block;
    padding-top: 0;
}
.popup-messages-footer .emojionepicker, .form_submit .emojionepicker {
   max-width: 100%;
    width: 100%;
    height: 228px;
    top: -193px;
    left: 0;
    right: 0;
}
.popup-messages .direct-chat-text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;

}

.direct-chat-msg-right .direct-chat-text::after {border-color: transparent transparent #fff;}
#change_icon_modal .direct-chat-msg-right .direct-chat-text::after {
    border-color: transparent transparent #d2d6de;
}

#change_icon_modal .direct-chat-msg .direct-chat-text::after {border-color: transparent transparent #d2d6de}
#newMessageModal .form-row {
    display: inline-block;
    width: 100%;
}
#newMessageModal .form-group label {
    display: block;
}
#newMessageModal .form-row .col-md-6 {
    padding: 0;
}

/*#top_message_details_section .direct-chat-text-inbox::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #dae3e2 transparent;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: " ";
    width: 0;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 90%;
    top: -17px;
}

#top_message_details_section .direct-chat-text-inbox::after {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent transparent #dae3e2 transparent;
border-image: none;
border-style: solid;
border-width: 8px;
content: " ";
width: 0;
height: 0;
pointer-events: none;
position: absolute;
left: 90%;
top: -17px;}*/

.media-profile .modal-dialog {width: 320px; margin: 30px auto;}
.popup-messages-footer .btn-footer {text-align: left;}




/*21-07-2018*/
.signup-page .panel-login #signup-form .col-md-6:nth-child(2){ padding-left: 15px;}
.signup-page .panel-login #signup-form .parsley-errors-list{color:#9c2628;}

.panel-login .step-1-parent{font-weight:600; font-size:16px;margin-bottom:15px;color:#337ab7;}
.panel-login .step-2-title {font-size: 16px;font-weight:600;margin-bottom: 15px;color:#337ab7;}
.logins-select .panel-body select {height:45px;}
.panel-login .parsley-required{color:#9c2628;}
.panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"], .panel-login input[type="tel"]{font-size:14px;}
.panel-login .form-control, select {font-size: 14px;}
.panel-login .btn-register {border: 1px solid #2382BD;}
div.profile-img{position:relative;}
#set_profile_picture #profile_pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid;
    border-radius: 70%;
    opacity: 0;
    z-index: 1;
    width: 100%;cursor:pointer;
}


/*23-07-2018*/
.head-text {
    font-size: 24px;
    color:#2382BD;
}
.head-text sup {
    font-size:8px;
    margin-left: 3px;
    top: -1.2em;
    padding: 2px;font-weight: 600;
}	

/*24-07-2018*/
.page-content {
    margin-top: 150px;
}


/*26-07-2018*/

.is-video {
    width: 80px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -weibkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
				-o-transform: translate(-50%, -50%);
}

.form-wrapper .form-inline {
    font-size: 14px;
    font-weight: normal;
}

.explore-div {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.images-block .mix {margin-bottom: 15px; }

/*08-08-2018*/

.profile-span {
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-span input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

.social-outer {
    position: relative;
    padding-left: 65px;
}

.avatar {
    position: absolute;
    left: 0;
    top: 0;
}

.croper-controll-btn {
    position: absolute;
    left: 65%;
    top: 10px;
    right: 0;
}
.croper-controll-btn button {
    border-radius: 25px;
    box-shadow: none;
    border: none;
    margin: 0px 4px;
}

.croper-controll-btn button:hover{background:#3498db;color:#fff;}

/*22-08-2018*/
.heart-img-cls, .cloud-img-cls {
    display: inline-block;
    width: auto;
    float: none;
}
.inner-icon-cls{text-align: center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
width: 100%; height: auto;}
.main-overlay .like-icon-overlay span {
    margin: 5px 10px;
}




.logo::after {
	position: absolute;
	content: "";
	width: 139px;
height: 78px;
left: 27px;
	right: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	top:7px;
	border-radius: 90px 90px 0 0;
	background:none;
     
	/*border:8px solid #e0d0da;*/
     border:8px solid #e9e9e9;
	border-bottom:none;
	z-index: -1;
	 box-shadow: 1px 1px 10px #ccc;
    -webkit-box-shadow: 1px 1px 10px #ccc;
    -moz-box-shadow: 1px 1px 10px #ccc;
    -ms-box-shadow: 1px 1px 10px #ccc;
    -o-box-shadow: 1px 1px 10px #ccc;
}

.gp-video-outer {
    margin-top: 14px;
}
.gp-video-outer .right-new-icons .reunion-popup-li {
    color: #fff;
    font-size: 14px;
    object-fit: cover;
    height: auto;
    margin: 0;
    padding: 7px 5px;
    display: inline-block; vertical-align: top;
}


.gp-video-outer .right-new-icons .reunion-popup-li:first-child {width:66px; background-position: 0px 0px;}
.gp-video-outer .right-new-icons .reunion-popup-li:nth-child(2){width:35px;	background-image: url('../../img/icons/video-call.png');}
.gp-video-outer .right-new-icons .reunion-popup-li:last-child {width:85px;background-position:-106px -47px;}
.message-search-box{padding:10px 0px 23px 0px;}


/*----------------------------------------------------------*/

a {
    /*color: #1e7ad3;
    text-decoration: none;*/
}

a:hover { /*text-decoration: underline*/ }

.container, .main {
    /*width: 640px;*/
    margin-left: auto;
    margin-right: auto;
    /*height: 300px;*/
}

.main { /*margin-top: 50px*/ }

input {
    font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #555860;
}

.search {
    position: relative;
    margin: 0 auto;
    width: 300px;
}

.search input {
    height: 42px;
    width: 100%;
    padding: 0 12px 0 25px;
    background: white url("https://cssdeck.com/uploads/media/items/5/5JuDgOa.png") 8px 6px no-repeat;
    border-width: 1px;
    border-style: solid;
    border-color: #a8acbc #babdcc #c0c3d2;
    border-radius: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    -moz-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    -ms-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    -o-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
}

.search input:focus {
    outline: none;
    border-color: #66b1ee;
    -webkit-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -moz-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -ms-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -o-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
}

.search input:focus + .results { display: block }

.search .results {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    border-radius: 3px;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #eceef4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -ms-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -o-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: linear-gradient(top, #fdfdfd, #eceef4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.search .results li { display: block }

.search .results li:first-child { margin-top: -1px }

.search .results li:first-child:before, .search .results li:first-child:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border: 5px outset transparent;
}

.search .results li:first-child:before {
    border-bottom: 5px solid #c4c7d7;
    top: -11px;
}

.search .results li:first-child:after {
    border-bottom: 5px solid #fdfdfd;
    top: -10px;
}

.search .results li:first-child:hover:before, .search .results li:first-child:hover:after { display: none }

.search .results li:last-child { margin-bottom: -1px }

.search .results a {
    display: block;
    position: relative;
    margin: 0 -1px;
    padding: 6px 40px 6px 10px;
    color: #808394;
    font-weight: 500;
    text-shadow: 0 1px #fff;
    border: 1px solid transparent;
    border-radius: 3px;
}

.search .results a span { font-weight: 200 }

.search .results a:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    background: url("https://cssdeck.com/uploads/media/items/7/7BNkBjd.png") 0 0 no-repeat;
}

.search .results a:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    border-color: #2380dd #2179d5 #1a60aa;
    background-color: #338cdf;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59aaf4), color-stop(100%, #338cdf));
    background-image: -webkit-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -moz-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -ms-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -o-linear-gradient(top, #59aaf4, #338cdf);
    background-image: linear-gradient(top, #59aaf4, #338cdf);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -o-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
}

:-moz-placeholder {
    color: #a7aabc;
    font-weight: 200;
}

::-webkit-input-placeholder {
    color: #a7aabc;
    font-weight: 200;
}

.lt-ie9 .search input { line-height: 26px }
/*----------------------------------------------------------*/

.img-thumbnail-search-list {
    display: inline-block;
    max-width: 100%;
    height: auto;
    /*padding: 4px;*/
    line-height: 1.42857143;
    /*background-color: #fff;
    border: 1px solid #ddd;*/
    /*border-radius: 4px;*/
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.chat-img-icon-search {
     width: 56px;
     display: inline-block;
}


.commanr_box_feed{
     /*padding: 10px 31px 10px 28px;*/
     padding: 5px 15px 5px 10px;
background: gainsboro;
border-radius: 20px 20px 20px 20px;
width: auto;
display: inline-block;
margin-bottom: 5px;
}


.tagged_link{
     color: #7676c5     
}

/*--------------------Notification -------------------------*/

.notification {
  background-color: #555;
  color: white;
  text-decoration: none;
  padding: 15px 26px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification:hover {
  background: red;
}

.notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background-color: red;
  color: white;
}

/*--------------------Notification -------------------------*/
.right-url-section {float: none; cursor: pointer; position: absolute; right: 0px; top: 0px; }
.copyText{opacity: 0; height: 0px; }
.copyTextDiv {position: relative; padding-right: 20px; }
/*--------------------Notification -------------------------*/


/*--------------------share post feature -------------------------*/
.tool-share{
     border: 1px solid #efe0e0;
     width: 52%;
     padding: 11px 5px 14px 11px;
     border-radius: 5px 5px 5px 5px;
     top: 25px;
     right: 49px;
     background: #25595433;
     margin: ;
     margin: 0px 0px 0px 0px;
     position: absolute;
}
/*--------------------Notification -------------------------*/
/*-------------------- header span -------------------------*/
.profile-seenby span, .profile-btn span{ font-size: 16px; }
/*-------------------- header span -------------------------*/

/*====================== START MEDIA QUERY ======================*/
/*---------------MEDIA FOR MIN WIDTH--------------*/
 @media screen and (min-width: 1440px){
     .trends-section {
         margin-top: 106px;
    }
}
 @media screen and (min-width: 1600px){
     .trends-section {
         margin-top: 121px;
    }
     .popup-box{
         right: 320px;
    }
     .item-img-wrap {
         height: 290px;
    }
}
@media screen and (min-width: 1920px){
     .popup-box {
         /*right: 382px;*/
    }
}
 @media screen and (min-width: 2560px){
}
/*---------------MEDIA FOR MAX WIDTH--------------*/
 @media screen and (max-width: 1024px){
}
 
 @media(max-width:767px){
     .prof-img-wr {margin-bottom: 24px;padding-bottom: 15px;}
     .explore-div { margin-top:20px; }
     .explore-div {padding-bottom: 15px; margin-top:0px;}
     /*.right-url-section{ top: 80%; left: 30%; clear: both; }*/
 }