#mpages {
    float: left;
    width: 100%;
    margin-top: 5px; 
}
  #mpages .toptitle {
    padding: 5px !important;
    background: white;
 }
  #mpages .botcontent {
    padding: 0px !important;
    margin-top: 5px;
    float: left;
    width: 100%; 
}
#mpages .botcontent .lefttabpages {
    float: left;
    width: 25% !important;
    min-height: 370px;
    background: white none repeat scroll 0% 0%;
    padding: 5px;
}
#mpages .botcontent .lefttabpages span {
    display: block;
    margin: 5px; 
    color: #50C6C6;
    font-size: 15px;
}
aside#mpages .botcontent .lefttabpages {
    float: left;
    width:auto !important;
    min-height: 370px;
    background: white none repeat scroll 0% 0%;
    padding: 5px;
    padding-left: 10px; 
}
#mpages .botcontent .lefttabpages span {
    display: block;
    margin: 5px; 
    color: #50C6C6;
    font-size: 15px;
}
#mpages .botcontent .righttabpages {
    float: left;
    width: 74%;
    background: white none repeat scroll 0% 0%;
    margin-left: 8px;
    /*padding: 0%;*/
    padding-left: 2%; 
    padding-top: 10px;
}
#mpages .botcontent .righttabpages .catdiv {
    width: 31%;
    float: left;
    border: 2px solid #F5EEEE;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: 6px; 
    box-shadow: 0px 5px 9px #ddd;
}

.innercatdiv {
    /*  margin: 2px;*/
    /*  background-color: lightgray;*/
    background-color: #f0f0f0;
    text-align: center;
    padding-top: 15%;
    min-height: 151px;
    /*padding-bottom: 20%;*/
}
.innercatdiv .ctitle {
    display: block;
    font-size: 16px;
    color: #0D7755;
    width: 181px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 5px;
    font-weight: normal;
    color: #0D7755;
    margin-top: 30px;
}

.crpage {
    background-color: white;
    float: left;
    width: 100%;
    margin-top: 5px;  
}

.crpage  .pbtn{
	padding-right: 15px;	
}
.crpage .crepah {
    padding: 5px;
}
.crpage .crepah span {
    display: block;
    text-align: center;
    font-size: 14px;
}
.crpage .crepah span.crpageheading {
    color: #50c6c6;
    font-size: 20px;
    text-align: center;
}

.pbtn button:hover {
    background-color: #FFF;
    border-color: #CCC;
    color: #333;
}

.cattitlepage {
    float: left;
    width: 100%;
    padding: 15px 0px 15px 12px !important;
}
.subpage {
    float: left;
    width: 100%;
    padding: 15px 15px !important;
}

.cattitlepage .catitems {
    width: 32%;
    float: left;
	margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid lightgray; 
}
.cattitlepage .catitems .citeminner {
    cursor: pointer;
    margin: 5px;
    background: #f0f0f0;
    text-align: center;
    padding: 10px 0px;
}
.catitems a:focus,.catitems a:hover{
    text-decoration: none;
}
.cattitlepage .catitems .citeminner:hover{
    background-color:#c7c7c7;
}
.cattitlepage .catitems .citeminner img {
    margin: 0 auto;
    width: 100px;
    display: block;
    margin-top: 5%;
    margin-bottom: 3%;
}
.cattitlepage .catitems .citeminner span {
    font-size: 14px;
    font-weight: bold;
    color:black;
    text-decoration: none;
}

/*# sourceMappingURL=pages.css.map */
/***************************************************************************
        START CSS FOR SET UP PAGE SECTION
***************************************************************************/


/*************** START CSS About tab **********************/

.wh-box {
    float: left;
    height: auto;
    background-color: #ffffff;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  margin-top:10px;
}

.set-up-page{
  color:#666666;
  font-size:20px;
  }
  
.sup-menu {
  background: #ffffff;
  width: 100%;
  height: auto;
  /* padding: 2px; */
  float: left;
  margin-top:10px;
  margin-bottom:10px;
  border-top: 1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  }
  
/*Start css for hoz SET UP PAGE menu*/    
.sup {
  margin-bottom: 10px;
  /*padding: 10px 0px;*/
  }

.sup ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }

.sup ul li {
  padding: 10px 0px;
  font-size: 16px;
  float: left;
  width: 32.8%;
  text-align: center;
  background-color: rgb(222, 222, 222);
  margin: 4px 2px;
  }
  


#sup-active {
  background-color: #50c6c6;
  }

/*END css for hoz SET UP PAGE menu*/  

  
.sup-text:link {
  color: #004E4B;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  }
.sup-text:visited {
  color: #004E4B;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  }
.sup-text:hover, .sup-text:active, .sup-text:focus {
  color: #004E4B;
  font-size: 16px;
  text-transform: uppercase;
  }
  


.sup-add-cat{
  color:#666666;
  font-size:16px;
  }
  
.sup-asterisks{
  color:#999999;
  font-size:11px;
  }
  
.sup-form-control {
  background-color: #fff;
  width:100%;
  margin-bottom:10px;
  margin-top:10px;
  background-image: none;
  border: 1px solid #50c6c6;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 12px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  }
  
  

.sup-form-control:focus {
  border-color: #50c6c6;
  outline: 0px none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
  }
  
.sup-textbox-control {
  background-color: #fff;
  width:100%;
  height:78px;
  margin-bottom:10px;
  margin-top:10px;
  background-image: none;
  border: 1px solid #50c6c6;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 12px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  }
  
  
.sup-textbox-control:focus {
  border-color: #50c6c6;
  outline: 0px none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
  }
  
  
.sup-two-col {
    width: 100%;
    height: auto;
    float: left;
}

.sup-width1 {
    width: 49%;
    float: left;
    margin-right: 2px;
}

.sup-width2 {
    width: 49%;
    float: right;
    margin-left: 2px;
}


.sup-btn-primary {
  color: #fff;
  font-size: 12px;
  background-color: #50c6c6;
  border-color: #50c6c6;
  }

.sup-btn-primary:hover, .sup-btn-primary:focus, .sup-btn-primary:active, .sup-btn-primary.active, .sup-open > .sup-dropdown-toggle.btn-primary {
  color: #FFF;
  font-size: 12px;
  background-color: #219998;
  border-color: #219998;
  }


.sup-help-text:link {
  color: #004E4B;
  text-decoration: none;
  font-size: 16px;

  }
.sup-help-text:visited {
  color: #004E4B;
  text-decoration: none;
  font-size: 16px;
  }
.sup-help-text:hover, .sup-help-text:active, .sup-help-text:focus {
  color: #004E4B;
  font-size: 16px;
  }
/*************** END CSS About tab **********************/






/*************** START CSS Profile Image tab **********************/

.pi-sup-width1 {
    width: 29%;
    float: left;
    margin-right: 2px;
    margin-bottom: 10px;
}

.pi-sup-width2 {
    width: 69%;
    float: right;
    margin-left: 2px;
    margin-bottom: 10px;
}

.pi-ph-square {
    border-radius: 10%;
    width: 230px;
    height: 230px;
}

.upload-from-com{
  width: 100%;
  height: 230px;
  float: left;
  /*background: #cccccc;*/
  padding: 10px;
  margin: 0 10px 0 22px;
  text-align: center;
  border-left: 1px solid #cccccc;
  }

  .upload-from-com-font{
    color:#666666;
    font-size:20px;
  }

.choose-file{
  margin-top: 20px;
}

.import-form-web{
  width: 260px;
  height: 230px;
  float: left;
  /*background: #cccccc;*/
  padding: 10px;
  margin: 0 10px 0 10px;
  text-align: center;
  border-radius: 4%;
  border: 1px solid #cccccc;
  }

  .import-form-web-font{
    color:#666666;
    font-size:20px;
  }


/*************** END CSS Profile Image tab **********************/

/*************** START CSS Preffered Page Audience tab **********************/
.ppa-head{
  color:#666666;
  font-size:20px;
  }

.ppa-details{
  color:#666666;
  font-size:14px;
  }

.ppa-btn-default {
    background-color: #fff;
    border-color: #50c6c6;
    color: #333;
}

.ppa-dd-text:link {
  color: #004E4B;
  text-decoration: none;
  font-size: 12px;

  }
.ppa-dd-text:visited {
  color: #004E4B;
  text-decoration: none;
  font-size: 12px;
  }
.ppa-dd-text:hover, .ppa-dd-text:active, .ppa-dd-text:focus {
  color: #004E4B;
  font-size: 12px;
  }

.input-head{
  color:#666666;
  font-size:14px;
  font-weight: bold;
  margin-top: 10px;
}


.ppa-two-col {
    width: 94%;
    height: auto;
    float: left;
}

.ppa-col-1 {
    width: 49%;
    margin-right: 2px;
}

.ppa-but{
  margin-top: 10px;
}

.ppa-btn-default {
    color: #333;
    background-color: #FFF;
    border-color: #50C6C6;
    }

.ppa-btn-default:hover, .ppa-btn-default:focus, .ppa-btn-default:active, .ppa-btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #d3fafc;
    border-color: #50C6C6;
    }

.ppa-form-control {
        width: 100%;
        background-color: #fff;
        background-image: none;
        border: 1px solid #50c6c6;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        color: #555555;
        display: block;
        font-size: 12px;
        height: 34px;
        line-height: 1.42857;
        padding: 6px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    }

    .ppa-form-control:focus {
        border-color: #50c6c6;
        outline: 0px none;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    }

/*************** END CSS Preffered Page Audience tab **********************/

/***************************************************************************
                      START CSS PAGE SECTION
***************************************************************************/

.page-bgimg-box {
  float: left;
    height: 285px;
    width: 100%;
    background-color: #ffffff;
    margin-top:5px;
    position:relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	overflow:hidden;
}


.page-bgimg-box *{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}


.pg-header-text {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height:auto;
}

.menu-box-2 {
    float: left;
    height: auto;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px dashed #CCCCCC;
    border-top: 1px dashed #CCCCCC;
}

.page-box {
    float: left;
    height: auto;
    background-color: #ffffff;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}



.page-main-two-col {
    width: 100%;
    height: auto;
    float: left;
}

.page-main-col-l {
    width: 70%;
    float: left;
    margin-right: 2px;
}

.page-main-col-r {
    width: 29%;
    float: right;
    margin-left: 2px;
}

.page-name{
    margin-top: 105px;
  text-align: left;
}


.ph-circle {
    border-radius: 50% 50% 50% 50%;
    width: 40px;
    height: 40px;
}

.pg-ph-square {
    border-radius: 10% 10% 10% 10%;
    width: 100px;
    height: 70px;
}

.ph-circle2 {
    border-radius: 50% 50% 50% 50%;
    width: 30px;
    height: 30px;
}

.page-ph {
    margin-right: 10px;
    float: left;
}

.page-icon {
    width: 40px;
    height: auto;
    margin-right: 10px;
    float: left;
    text-align: center;
}

.page-head{
    margin-top: 0;
    color: #219998;
}

.page-head a{  color: #219998;}

.page-ph-text{
  overflow: hidden;
}

.page-like {
    width: 100%;
    height: 30px;
}

.page-likediv{
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 0 10px 0 2px;
    cursor: pointer;
}

.page-like-text{
  margin-left: 5px;
}

#page-like ul.dropdown-menu {
    left: 1px;
    min-width: 90px;
}

.page-line{
  width: 100%;
  margin: 7px 0 7px 0;
  border-bottom:1px dashed #CCCCCC;
}

.page-reach-but{
  margin-top: 5px;
}

.page-like-but{
  font-size: 18px;
  color: #bf4e24;
}

.page-img-two-col {
   width: 100%;
    height: 245px;
    float: left;
}


.page-img-col-l {
   width: 21%;
    float: left;
    margin-right: 2px;
    padding: 10px;
    position: relative;
    margin-top: 105px;
}

.page-img-col-r {
    width: 78%;
    float: right;
    margin-left: 2px;
    padding: 10px;
    position: relative;
}



.pg-pro-img {
     border-radius: 2%;
    width: 160px;
    height: 160px;
    border: 1px solid #999999;
    padding: 7px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;

}

.pg-pro-img *{
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.page-img-but {
     width: 40%;
    height: auto;
    float: right; 
}


.page-heading{
    font-size: 26px;
  color: #219998;
}


.page-sub-heading{
    font-size: 20px;
    color: #333333;
    background-color: #b8b8b887;
    max-width: max-content;
}
.page-sub-headingcount {
    color: #333333;
    font-size: 20px;
}

.page-img-butdiv{
  height: 30px;
  float: left;
  margin: 0 2px 0 2px;
}
.page-head-bt {
    margin-top: 0;
    margin-bottom: 0;
}

.page-head-bt ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page-head-bt ul li {
    display: inline;
    padding: 0 5px 0px 3px;
}

.page-header-glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 0 0;
}

.page-select-wrapper {
    background: url(../page/images/cam.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 33px;
    height: 33px;
    bottom: 19px;
    right: 19px;
}

#page-upload-image {
    cursor: pointer;
    width: 50px;
    height: 39px;
    margin-right: 100px;
    opacity: 0
}


/*Start css for hoz menu*/    
    .page-menu {
    }

    .page-menu ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }

    .page-menu ul li {
      padding: 5px 0px;
      font-size: 14px;
      float: left;
      width: 13.8%;
      text-align: center;
      background-color: #ffffff;
      margin: 4px 2px;
      border-right: 1px dashed #CCCCCC;
    }

    #page-menu {
      background-color: #C4FFFF;
    }

    .page-photo{
      margin-top: 5px;
      width: 100%;
    }

    .page-inputbox {
        width: 100%;
        background-color: #fff;
        background-image: none;
        border: 1px solid #50c6c6;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        color: #555555;
        display: block;
        font-size: 12px;
        height: auto;
        line-height: 1.42857;
        padding: 6px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    }

    .page-inputbox:focus {
        border-color: #50c6c6;
        outline: 0px none;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    }


.page-cover-cam {
      background: url(../page/images/cam.png) no-repeat;
    background-size: cover;
  
    bottom: 60px;
    height: 33px;
    position: absolute;
    right: 30px;
    width: 33px;
    
}
  
/***************************************************************************
                      END CSS PAGE SECTION
***************************************************************************/

/*********EXtra Start*********/

.page-upload-image {
    cursor: pointer;
    width: 50px;
    height: 39px;
    margin-right: 100px;
    opacity: 0;

}

.page-mess-head{
  font-size: 18px;
  color: #219998;
}
.innercatdivoldpg{
    padding-top: 0%;
    background-color: transparent;
}
.innercatdivoldpg .ctitle{
    margin-top: 5px;
}
.innercatdivoldpg > img{
    width: 100%;
    height: 150px;
    max-height: 150px;
    max-width: 100%;
}
.messagedivp{
  float: right;
  width: 65%;
  z-index: 10;
  background: white;
  z-index: 10;
  position: relative;
  padding: 10px;
  top: -139px;
  border:1px solid #a9a9a9;
  margin-right: 5px;
  opacity: 0;
  border-radius: 10px;
  visibility: hidden;
  transition: visibility 0.5s,opacity 1s linear;
}
.sendsmsbtn{
  margin-top: 10px;
  font-weight:bolder; 
  text-align:center;
  color:#ffffff !important;
  background-color: #50c6c6;
  cursor:pointer !important;
}
.sendsmsbtn:hover{
  margin-top: 10px;
  font-weight:bolder; 
  text-align:center;
  color:#ffffff !important;
  background-color: #50c6c6;
  cursor:pointer !important;
}


.page-friendsdiv {
    border-radius: 5%;
    width: 104px;
    height: 100px;
    float: left;
    border: 1px solid #d2d2d2;
    padding: 5px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #e6e6e6;
    margin: 0 5px 10px 5px;
}

.page-friendsdiv *{
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.page-frd-text{
  font-size: 16px;
  color: #219998; 
}

.page-friends {
    width: 100%;
    float: left;
}

.page-frdmaindiv{
  float: left;
  margin: 0 5px 0 5px;
}
.arrow-up{
  float: right;
  margin-top: 21px;
  margin-right: -171px;
  position: relative;
  z-index: 15;
  visibility: hidden;
  opacity: 0;
  transition:  visibility 0.5s,opacity 1s linear;
}
.showhidemsg{
   visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition:visibility 0.5s,opacity 1s linear;
  -moz-transition: visibility 0.5s,opacity 1s linear;
  -ms-transition: visibility 0.5s,opacity 1s linear;
  transition: visibility 0.5s,opacity 1s linear;
}
#cancmsgb{
  margin-right: 5px;

}
.mesgpheader{
  margin-bottom: 10px;
}

.page-photo div.main_image_box {
   float: none !important;
   width: 365px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .arrow-up{
    left: 5%;
    z-index: 100;
    position: relative !important;
    margin-top: 22px !important;
  }
  .messagedivp{
    left: 27%;
    margin-top: 2px;
    position: relative !important;
    z-index: 10 !important;
  }
}

/*********EXtra End*********/


/***************************************************************************
        START CSS FOR SET UP PAGE SECTION
***************************************************************************/

/******Ashok start 5sept2015 ******/
div.page-likediv a {
    color: #50c6c6;
  }

  .gly-color-lcs {
    margin-right: 5px;
  }
  .gbpagecommentlist {
      background-color: #E2FCFD;
      padding: 15px;
  }
  
  .gbpagecommentlist .ph-circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}


.textcolorsetgreen {
  color: #50c6c6;
  cursor:pointer !important;
}
/******Ashok End 5sept2015 ******/



 /*********** START CSS PHOTO-VIDEO SECTION **********/


#pv-page-upload-image {
    cursor: pointer;
    width: 50px;
    height: 39px;
    margin-right: 100px;
    opacity: 0
}

#pv-page-upload-image-cover {
    cursor: pointer;
    width: 50px;
    height: 39px;
    margin-right: 100px;
    opacity: 0
}

.pv-page-img-but {
    width: 23%;
    height: auto;
    float: right;
}

.pv-but-two-col {
    width: 100%;
    height: 60px;
    float: left;
}

.pv-photo-col {
    width: 49%;
    float: left;
    margin-right: 2px;
    position: relative;
    text-align: center;
}

.pv-video-col {
    width: 49%;
    float: left;
    margin-left: 2px;
    position: relative;
    text-align: center;
}


.pv-sel-wrap-ph {
    background: url(../page/images/cam2.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 27px;
    height: 21px;
    /*bottom: -30px;
    right: 42px;*/
}

.pv-sel-wrap-vd {
    background: url(../page/images/video2.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 27px;
    height: 17px;
    bottom: -30px;
    right: 42px;
}


.pv-ph-vd-txt {
    font-size: 18px;
    color: #219998;
}

.pv-text {
    font-size: 14px;
    color: #219998;
}



.phvdal-box {
    float: left;
    height: auto;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 5px;
}

/*Start css for hoz menu*/    
    .phvdal {
      
    }

    .phvdal ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }

    .phvdal ul li a {
      padding: 10px 0px;
      font-size: 14px;
      float: left;
      width: 32.6%;
      text-align: center;
      background-color: rgb(222, 222, 222);
      margin: 4px 2px;
      height: 43px;
    }

    #phvdal {
      background-color: #50c6c6;
    }

    .phvdal-text:link {
      color: #004E4B;
      text-decoration: none;
      font-size: 14px;
    }

    .phvdal-text:visited {
      color: #004E4B;
      text-decoration: none;
      font-size: 14px;
    }

    .phvdal-text:hover, a:active, a:focus {
      color: #004E4B;
      font-size: 14px;
    }
    
    /*End css for hoz menu*/



.pv-icon-right{
  margin-right: 5px;
}

.pv-album-square { 
       border-radius: 4%;
       width: 89px;
       height: 89px;
       float: left;
       margin-left: 2px;
       margin-bottom: 2px;
    }

.pv-gr-line {
      background: #dbdbdb;
      width: 100%;
      height: 1px;
      margin-bottom: 9px;
      margin-top: 9px;
      float: left;
    } 

.pv-photo-box {
      float: left;
      width: 100%;
      height: auto;
      padding: 7px 2px 7px 2px;
      font-size: 12px;
      border: 1px solid #ddd;
      border-radius: 4px;
      text-align: center;
      margin: 0 3px 0 2px;
      margin-bottom: 10px;
    } 


.pv-photo-square { 
       border-radius: 4%;
       width: 129px;
       height: 129px;
       float: left;
       margin-bottom: 2px;
    } 

.img-caption-pv {
    padding: 5px;
    border: solid 1px #ddd;
    margin-bottom: 20px;
    color: #fff;
    width: 24.3%;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
}

.pv-page-like-text{
    margin-left: 5px;
    color: #666666;
    font-size: 11px;
}

.pv-page-likediv{
    width: 60px;
    height: 23px;
    line-height: 23px;
    float: left;
    margin: 0 2px 0 2px;
}



.pvtrpage-box {
    float: left;
    height: auto;
    background-color: #ffffff;
    width: 100%;
    padding: 25px ;
    margin-bottom: 5px;
}


div.phb  {
    background: #fff;
    display: inline;
    float: left;
    margin: 0 0 27px 30px;
    width: 150px;
    padding: 10px 10px 4px;
    text-align: center;
    font-family: "Marker Felt",sans-serif;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    box-shadow: 0 3px 6px rgba(0,0,0,.45);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.45);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.45);
    transition: all 200ms ease-in;
    transform: rotate(-2deg);
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: rotate(-2deg);
    -webkit-transition: -webkit-transform .15s linear;
    -moz-transition: all 200ms ease-in;
    -moz-transform: rotate(-2deg);
    -ms-transition: all 200ms ease-in;
    -ms-transform: rotate(-2deg);
    -o-transition: all 200ms ease-in;
    -o-transform: rotate(-2deg); 
}


div.phb:hover {
    transition: all 200ms ease-in;
    transform: scale(1.25);
    -webkit-transform: all 200ms ease-in;
    -webkit-transform: scale(1.25);
    -moz-transform: all 200ms ease-in;
    -moz-transform: scale(1.25);
    -o-transform: all 200ms ease-in;
    -o-transform: scale(1.25);
    -ms-transform: all 200ms ease-in;
    -ms-transform: scale(1.25);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
    -o-box-shadow: 0 3px 6px rgba(0,0,0,.5);
    -ms-box-shadow: 0 3px 6px rgba(0,0,0,.5);
    position: relative;
    z-index: 5;
}
div.phb:nth-child(even) {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}
div.phb:nth-child(even):hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
    position: relative;
    z-index: 5;
}
ul.phb  {
    padding-left: 0;
    display: inline;
}
ul.phb img {
    display: block;
    margin-bottom: 12px;
}
.pv-page-likediv{
    width: 60px;
    height: 23px;
    line-height: 23px;
    float: left;
    margin: 0 2px 0 2px;
}

.pv-page-like {
    width: 100%;
    height: 30px;
    -webkit-transform: rotate(-2deg);
    -webkit-transition: -webkit-transform .15s linear;
    -moz-transform: rotate(-2deg);
}

.pvglyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #50c6c6;
    font-size: 12px;
}


.ph-big-img {
    border-radius: 2%;
    width: 870px;
    height: 500px;
    padding: 7px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
}

.ph-big-img *{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}


.ph-thnail {
    border-radius: 2%;
    width: 129px;
    height: 129px;
    line-height: 129px;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;

}

.ph-thnail *{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    overflow: hidden;
}


/*********** END CSS PHOTO-VIDEO SECTION ***********/

/*********** START CSS VIDEO SECTION ***********/
  
  #vd-page-upload-image {
    cursor: pointer;
    width: 50px;
    height: 39px;
    margin-right: 100px;
    opacity: 0
}

#vd-page-upload-image-cover {
    cursor: pointer;
    width: 50px;
    height: 39px;
    margin-right: 100px;
    opacity: 0
}


#vd-page-upload-ph {
    cursor: pointer;
    width: 50px;
    height: 39px;
    margin-right: 100px;
    opacity: 0
}
#vd-page-upload-vd {
    cursor: pointer;
    width: 50px;
    height: 39px;
    margin-right: 100px;
    opacity: 0
}
.vd-wrapper {
    padding: 5px;
    border: solid 1px #ddd;
    margin-bottom: 20px;
    color: #fff;
    width: 49.2%;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
}
.vd-like {
    width: 100%;
}

/*********** END CSS VIDEO SECTION ***********/

/*********** START CSS ALBUMS SECTION ***********/

#alb-page-upload-image {
    cursor: pointer;
    width: 50px;
    height: 39px;
    margin-right: 100px;
    opacity: 0
}

#alb-page-upload-image-cover {
    cursor: pointer;
    width: 50px;
    height: 39px;
    margin-right: 100px;
    opacity: 0
}
#alb-page-upload-ph {
    cursor: pointer;
    width: 50px;
    height: 39px;
    margin-right: 100px;
    opacity: 0
}
#alb-page-upload-vd {
    cursor: pointer;
    width: 50px;
    height: 39px;
    margin-right: 100px;
    opacity: 0
}
.alb-txt {
    font-size: 14px;
    color: #219998;
}
.alb-txt-det {
    font-size: 10px;
    color: #666666;
}
.albname:link {
  color: #219998;
  text-decoration: none;
  font-size: 14px;

  }
.albname:visited {
  color: #219998;
  text-decoration: none;
  font-size: 14px;
  }
.albname:hover, .albname:active, .albname:focus {
  color: #219998;
  text-decoration: underline;
  font-size: 14px;
  }
  
  .page-box-r2 {
    float: left;
    height: auto;
    background-color: #ffffff;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
}
.kh-photo{
  padding:0 !important;
}

#stream_att > span{
  float: left;
}
#stream_att .fa.fa-file-text-o{
  color: #50c6c6;
}
#stream_att{
  float: left;
  width: 100%;
}
#stream_box{
  float: left;width: 100%;
}
#stream_att_blogs_radio{
  margin-left: 10px;
  padding-left: 7px;
}
#stream_att_events_radio {
   padding-left: 7px;
}
.input.multiple_image{
  width: 80px;
}
/*********** END CSS ALBUMS SECTION ***********/
/*********** START CSS CREATE ALBUM SECTION ***********/

#ca-page-upload-image {
    cursor: pointer;
    width: 50px;
    height: 39px;
    margin-right: 100px;
    opacity: 0
}

#ca-page-upload-image-cover {
    cursor: pointer;
    width: 50px;
    height: 39px;
    margin-right: 100px;
    opacity: 0
}

#ca-page-upload-ph {
    cursor: pointer;
    width: 50px;
    height: 39px;
    margin-right: 100px;
    opacity: 0
}

#ca-page-upload-vd {
    cursor: pointer;
    width: 50px;
    height: 39px;
    margin-right: 100px;
    opacity: 0
}

div.img_container
{
    width: 40%;
}
.ca-photo-col {
   float: left;
    margin-left: 7px;
}

.ca-video-col {
    width: 49%;
    float: left;
    margin-left: 2px;
    position: relative;
    text-align: center;
}
.ca-btn-primary {
  color: #fff;
  font-size: 14px;
  background-color: #50c6c6;
  border-color: #50c6c6;
  }

.ca-btn-primary:hover, .sup-btn-primary:focus, 
.sup-btn-primary:active, .sup-btn-primary.active,
 .sup-open > .sup-dropdown-toggle.btn-primary {
  color: #FFF;
  font-size: 14px;
  background-color: #219998;
  border-color: #219998;
  }

.cralb-text{
    font-size: 16px;
    color: #219998; 
    margin-bottom: 10px;
}

.create-alb a {
  font-size: 16px;
  float: left;
  width: 100%;
}
/*********** END CSS CREATE ALBUM SECTION ***********/

/*********Ashok start*****/
.ph-pos{
    position: relative;
}

.cr-but{
    position: absolute;
    right: 4px;
    top: 1px;
}

.vd-videoalb {
    border-radius: 2%;
    width: 278px;
    height: 216px;
    border: 1px solid #dddddd;
    padding: 5px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 20px;
}

.vd-videoalb *{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
/*******Ashok End*********/

/********Page share RAJESH START***********/
.maindivpage{
    float: left;
    width: 100%;
    display: block;
}
.coverphoto{
    float: left;
    width: 100%;
    max-height: 110px;
    min-height: 110px;
}
.coverphoto img{
    max-height: 100%;
    max-width: 100%;
    float: left;
    width: 100%;
    height: 110px;
}
.covertext{
    float: left;
    width: 100%;
    margin-top: -47px;
}
.coverpagesprimg{
    float: left;
    width: 130px;
    background: white none repeat scroll 0% 0%;
    border: 2px solid rgb(218, 218, 233);
    margin-left: 5px;
}
.coverpagesprimg img{
    max-width: 100%;
    margin: 5px;
    width: 92%;
}
.coverpagentext{
    float: left;
    padding-left: 8px;
}
.coverpagentext span{
    float: left;
    width: 100%;
    font-size: 2rem;
    color: white;
}
.coverpagentext small{
    font-size: 1.2rem;
    color: white;
}
.lkebtn{
    background-color: #50c6c6;
    border:1px solid #50c6c6;
    color: white;
    border-radius: 2px;
    padding:2px 15px;
}
.pagelikesc{
    float: left;
    width: 100%;
}
.pagelikesc{
    padding-left: 37%;
    margin-top: 0px;
}
.pagelikesc .spantext{
    width: 53%;
    float: left;
}
.pagelikesc .spantext > span{
    display: block;
	position: relative;
	top: -15px;
	left: -68px;	
}
.likebtndiv{
    float: right;
    width: 20%;
}
/********Page share RAJESH END***********/

/* monika share popup start*/

.pull-right
	{
	float: right;
	}
.invite-frnds-popup .close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 5px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	font-size: 15px;
}

.invite-frnds-popup .close:hover { background:  #209999;}

.invite-frnds-popup .modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.invite-frnds-popup .modalDialog > div {
	position: relative;	
	margin: 5% auto;
	padding: 0px 5px 0 5px;
	background: #fff;
	 
}

.invite-frnds-popup h2
		{
			color: #209999;
		    margin-top: 5px;
			margin-bottom: 0px;
		}
h2{
	border-bottom: 0px solid #CCC;
	padding:10px;
	font-size:20px;
}
textarea{
	height: 40px;
}
.invite-frnds-popup .modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

/* invite popup */

.invite-frnds-popup .invite-frnd
{
 background-color: rgb(233, 233, 233);
padding: 5px;
width: 100%;
margin-bottom: 2px;
}

.invite-frnds-popup .in
{
	width: 400px;
	height: 400px;
 }
	 
.invite-frnds-popup .txt
{
color: #209999;
font-size: 12px;
}
.invite-frnds-popup .frnd-pic
{
border-radius: 50px;
width: 10%;
overflow:hidden;
}

.invite-frnds-popup .img-bx
{
width: 35px;

}

.invite-frnds-popup .frnd-pic img
{
width: 100%;
height: 30px;
}
.invite-frnds-popup .frnd-name{
width: 90%;
padding-left: 10px;
float: right;
text-align: left;
}

.invite-frnds-popup .int-control
{
border: 1px solid #209999;
color: #209999;
background-color: #fff;
padding: 2px;
border-radius: 3px;}

/* end invite pop */
.invite-frnds-popup .sh{
	width: 600px;
	max-height: 600px;
	}

.invite-frnds-popup textarea{
	width: 100%;
	border: 1px solid #209999;
	border-radius: 3px;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.invite-frnds-popup .share p{
font-size: 13px;
}

.invite-frnds-popup .cont{
overflow: hidden;
text-align: center;
padding: 5px;
border-bottom: 1px solid  #209999;
}

.invite-frnds-popup .cont img{
    max-width: 100%;
}

.invite-frnds-popup .btn-row{
    width: 100%;
    padding: 10px;
}

.invite-frnds-popup .btn-row button{
    background-color: #50C6C6;
    color: #FFF;
    border-radius: 3px;
    border: 1px solid #209999;
    padding: 3px;
    cursor: pointer;
    position:relative;
    top:-40px;
}

.invite-frnds-popup select{
    padding: 5px;
    boder-radius: 3px;
    outline: 1px solid #209999;
    color: #209999;
    cursor: pointer;
}
/* monika share popup end*/

/*******photo album start*****************/
.pv-album-box {
      float: left;
      width: 32.4%;
      height: 270px;
      padding: 7px 2px 7px 2px;
      font-size: 12px;
      border: 1px solid #ddd;
      border-radius: 4px;
      text-align: center;
      margin: 0 3px 0 2px;
      margin-bottom: 20px;
    }

.pv-thnail {
    border-radius: 4%;
    height: 89px;
    line-height: 89px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
    background-color: #e3e3e3;
    overflow: hidden;   
  }

 .pv-thnail *{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
  }

 .pageimages{
    float: left;
    width: 100%;
    min-height: 183px;
    max-height: 183px;
    overflow:hidden;
 }

 .image3 > div:nth-child(1){
    max-width: 99%;
    width: 98%;
    float: left;
 }

 .image3 > div:nth-child(2){
    max-width: 48%;
    width: 49%;
    float: left;
 }

 .image3 > div:nth-child(3){
    max-width: 48%;
    width: 49%;
    float: left;
 }

 .image2 > div, .image1 > div{
    max-width: 99%;
    width: 98%;
    float: left;
 }

 .image1 > div{
    height: unset;
 }

.image1 > div > img{
    max-height: 183px;
 }

.image4 > div{
    max-width: 48%;
    width: 49%;
    float: left;
 }

/*******photo album End*****************/
/*********** START CSS FOR SUGGESTED PAGES SECTION ***********/

#container-item{
    width:235px;
    height:50px;
}

#list-container {
    overflow:hidden;    
    width: 235px; 
    height: 200px;  
}

.list{
    background:#ffffff;
    min-width:1400px;
    float:left;
}

.item{
    background:#ffffff;
    width:222px;
    height:auto;
    margin:5px;
    float:left;
    position:relative;
}

#arrowR{
    background:#dddddd;
    border: 1px solid #999999;
    border-radius: 50%;
    text-align: center;
    width:20px;
    height:20px;
    line-height: 18px;
    float:right;
    cursor:pointer;
    margin-right: 70px;
}

#arrowL{
    background:#dddddd;
    border: 1px solid #999999;
    border-radius: 50%;
    text-align: center;
    width:20px;
    height:20px;
    line-height: 18px;
    float:left;
    cursor:pointer;
    margin-left: 70px;
}


/*********** END CSS FOR SUGGESTED PAGES SECTION ***********/


/*******Monika Album edit album list start***************/

.pageimages img{
max-width: 100%;
}
.pv-album-box .txt{
    float: left;
    width: 93.8%;
    padding: 0 15px;
    font-size: 15px;
    text-align: right;
}
.pv-album{
    width: 32.3%;
}
.pv-album-box .txt button{
    padding: 3px;
    color: #fff;
    border: 1px solid #219998;
    background: #50c6c6;
    border-radius: 3px;
    float: left;
}
.alb-t{
    font-size: 15px;
    color: #666666;
    overflow: hidden;
    height: 44px;
    float: left;
    width: 93.8%;
    padding: 0 15px;
}

.pic-pageimages {
    float: left;
    width: 96.5%;
    height: 183px;
   overflow: hidden;
} 
/*******Monika Album edit album list END***************/

/******Ashok without login start************/

.wol{
    overflow: hidden;
    position: relative;
    width: 860px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto; 
}

/******Ashok without login End************/


/*********Share popup monika start*******/ 
.modal-body .sharerow {
    margin-left: 0;
    margin-right: 0; 
}
.modal-body .sharerow .pageshare-img{
    float:left; 
} 

input.chplaceholder{
	border:1px solid red !important;
}

/*********Share popup *******/

#botareakhas{
	float:left;
	min-width:100%;
	margin-left:-14px !important;
}
#pic_area,#video_area{
	float:left;
	width:85%;
}

.categtitle{
  text-align: center !important;
  font-size: 15px;
  font-weight: bold;
}

.closeq{
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}

#createbtn{
    background-color: #50c6c6 !important;
    border-color: #50c6c6 !important;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

#pbtn-pull-right a{
    background-color: #50c6c6 !important;
    border-color: #50c6c6 !important;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

#page-post-btn{
    background-color: #50c6c6 !important;
    border-color: #50c6c6 !important;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 2px;
}

#page-cmnt{
    background-color: #50c6c6 !important;
    border-color: #50c6c6 !important;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;

}

#page-invite-text1 a p{
  color: #50C6C6;
}

/*CSS FOR THUMBNAIL SLIDER PAGE SUGGESTION STARTS*/
#pagesuggestion .carousel {
    position: relative;
}
#pagesuggestion #titlebg {
      background-color: rgba(255, 255, 255, 0.4);
      color: #fff;
    }
#pagesuggestion .carousel-inner>.item>img, .carousel-inner>.item>a>img
    {
        height:200px;
        width:380px;
    }
#pagesuggestion #carousel-caption {
    left: 20%;
    padding-bottom: 0;
    right: 20%;
}
#pagesuggestion .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
#pagesuggestion .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}
#pagesuggestion .carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}
#pagesuggestion .carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 15%;
}

/********TRENDING PAGE SLIDER START*************/
#trendingslider .carousel {
    position: relative;
}
#trendingslider #titlebg {
      background-color: rgba(255, 255, 255, 0.4);
      color: #fff;
    }

#trendingslider .carousel-inner>.item>img, .carousel-inner>.item>a>img{
        height:200px;
        width:380px;
    }

#trendingslider #carousel-caption {
    left: 20%;
    padding-bottom: 0;
    right: 20%;
   }
#trendingslider .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}   
#trendingslider .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}
#trendingslider .carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}
#trendingslider .carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 15%;
}
/*CSS FOR THUMBNAIL SLIDER PAGE SUGGESTION ENDS*/

.deldropdownbtn{
    float:right;
}
.deletemenu{
    left:20px !important;
}
#stream_att #ozlocation{
    margin-top:-9px;
}
.btn-primary {
    background-color: #50c6c6;
    border-color: #209999;
    color: #fff;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #50c6c6;
    border-color: #209999;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #50c6c6;
  border-color: #209999;
}
@media only screen and (min-width : 320px) and (max-width : 700px){
		.wol{
			width: 1366px !important;
		}
}

#cover-remove {
    color: red;
    max-width: 100%;
    opacity: 0;
    width: 20px;
}
.coverimgremove {
    cursor: pointer;
    float: right;
    font-size: 22px;
    font-weight: bold;
    opacity: 1 !important;
    text-align: center;
    text-decoration: none;
    width: 20px;
}

#imgpicremove {
    color: red;
    height: 15px;
    opacity: 0;
    width: 10px;
    z-index: 101;
    float: right;
    position: absolute;
    top: 0;
    right: 15px;
}
.imgremove {
    cursor: pointer;
    float: right;
    font-size: 22px;
    font-weight: bold;
    opacity: 1 !important;
    text-align: center;
    text-decoration: none;
    width: 20px;
}
#picexport {
    bottom: 135px;
    height: 25px;
    right: 12px;
    width: 51px;
    z-index: 100;
}
#coverexport{
    bottom: 135px;
    height: 25px;
    right: 12px;
    width: 51px;
    z-index: 100;
}
.mlike {
    height: 30px;
    width: 100%;
}

.mpage-likediv {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 6px 0 2px;
    width: 30%;
}
.m-colorlike {
    color: #50c6c6;
    cursor: pointer;
    font-size: 16px;
    margin-right: 5px;
}
.showme {
    background-color: #ffffff;
    border: 5px solid #50c6c6;
    display: none;
    height: 30%;
    overflow-y: scroll;
    position: absolute;
    width: 50%;
    z-index: 100;
}
#imgprev {
    float: left;
    /*margin-bottom: 50px;*/
    width: 90%;
}
.success {
    float: left;
    margin-right: 5px;
    max-width: 70px;
}
#invitefr {
     width: 400px;
     height: 300px;
     overflow: auto;
     max-width: 100%;
}
.sharepopup{
           display:none;
}
.removevid{
    cursor:pointer;
}
.tweetDlt{
    cursor:pointer;
}
.tweetEdit{
    cursor:pointer;
}
.likemainpost{
    cursor:pointer;
}
.cursor{
    cursor:pointer;
}
.dltvideo {
    color: red;
    cursor: pointer;
    float: right;
    font-size: 25px;
    max-width: 100%;
}

.dltImage {
    color: red;
    cursor: pointer;
    font-size: 25px;
    max-width: 100%;
}