body {
    background: #fff;
	font-size: 1em;
    line-height: 1.3;
    font-family: sans-serif /*{global-font-family}; */;
}  
section{
	display: inline-block;
    width: 100%;
}
a:hover,a:focus,a:visited{text-decoration:none;}

.footer a {
    font-weight: 500;
}

.p-0{padding:0;}
.p-60{padding:60px 0;}
.p-50{padding:50px 0;}
.p-30{padding:30px 0;}
.p-20{padding:20px 0;}
.p-10{padding:10px 0;}
.p-5{padding:5px 0;}

.mt-10{
	margin-top:10px;
}
.mt-0{margin-top:0 !important;}

.panel-theme > .panel-heading {
    color: #ffffff;
    background-color: #ed1e79;
    border-color: #ed1e79;
}

.panel-theme {
    border-color: #ed1e79;
}

.panel_new{
    margin-bottom: 20px;
    background-color: #ffffff;
    border:1px solid #ddd !important;
    border-radius: 4px;
   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.panel-title-new{margin-top: 0;
    margin-bottom: 0;
    /* font-size: 16px; */
    color: #ed1e79 !important;
    font-weight: bolder !important;
    
}

.border-0{
    border: 0px !important;
}
.bb-0{border-bottom:0px !important;}

.breadcrumb {
    margin-top: 15px;
}

/****************top menu*****************/
.top-menu-section{
    position:fixed;
   top: 0;
   left: 0;
   z-index:99;
}

.bottom-menu-section{
   position:fixed;
   bottom: 0;
   left: 0;
   z-index:99;
}

.top-menu-section + div {
	padding-top:60px;
	padding-bottom:60px;
}

.top-menu-section .header, .bottom-menu-section .footer {
	margin:0px;
	padding: 0;
    width: 100%;
}

.top-menu-section .menu_list, .bottom-menu-section .menu_list {
	margin:0px;
	padding: 0;
	width:100%;
}
.top-menu-section .menu_list li, .bottom-menu-section .menu_list li{
	float:left;
	width:20%;
	text-align:center;
}

.top-menu-section .menu_list li a, .bottom-menu-section .menu_list li a{
    background-color: #ed1e79;
    border-color: #821042;
    color: #ffffff;
    text-shadow: 0 1px 0 #444444;
	display:block;
	padding: 8px 5px;
    font-family: sans-serif;
   
}
.top-menu-section .menu_list li a span, .bottom-menu-section .menu_list li a span{ 
  display:block;
  line-height:1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-menu-section .menu_list li + li a, .bottom-menu-section .menu_list li + li a{
 border-left: 1px solid #5d5d5d;
}

.top-menu-section .menu_list li.active a, .top-menu-section .menu_list li:hover a, .top-menu-section .menu_list li:focus a, .bottom-menu-section .menu_list li.active a, .bottom-menu-section .menu_list li:hover a, .bottom-menu-section .menu_list li:focus a {
	background-color: #FF228b;
}

.top-menu-section .menu_list li.active, .bottom-menu-section .menu_list li.active {
  box-shadow: 0px 2px 6px #a7a2a2;
}

 .top-menu-section .menu_list .icons,  .bottom-menu-section .menu_list .icons{
	display: block;
    width: 22px;
    height: 20px;
    margin: 0 auto;
    padding: 3px 0;
    background: #d4005d;
    border-radius: 50%;
}

/****************side menu***************/

.sidebar-menu {
	position: fixed;
    right: -250px;
    top: 0;
	bottom:0;
	z-index: 100;
	background: #fff;
    *border-left: 1px solid rgba(53, 52, 52, 0.35);
	box-shadow: -2px 1px 10px rgba(62, 61, 61, 0.42);
	
	 -webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
	    overflow-y: auto;
}

.sidebar-menu.open_menu{
right: 0;
}

.sidebar-menu .menu_list{ 
   width: 250px;
   
}
.sidebar-menu .menu_list li{
	width:100%;
	border-bottom: 1px solid #4e4e4e;
}
.sidebar-menu .menu_list li a{
	width:100%;
	background-color: #ed1e79;
    border-color: #821042;
    color: #ffffff;
    text-shadow: 0 1px 0 #444444;
	display:block;
	padding: 8px 10px;
    font-family: sans-serif;
	font-size: 15px;
}

.sidebar-menu .menu_list li.active a, .sidebar-menu .menu_list li:hover a, .sidebar-menu .menu_list li:focus a {
	background-color: #FF228b;
}
.sidebar-menu .menu_list li a .icons {
    width: 22px;
    height: 22px;
    display: block;
    float: right;
    padding: 4px 0;
    text-align: center;
    background: #c70d5f;
    border-radius: 50%;
}
.sidemenu-toggle .icons{
	line-height: .78;
}
.sidemenu-toggle .icons:before{
	font-size:16px;
}

/**************scroll****************/

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 6px;
    background: rgba(237, 30, 121, 0.6);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/***************main section*****************/
.site-name{
	margin: 0;
    font-size: 16px;
    color: #ed1e79;
    font-weight: 800;
}
.bg-gray
{
	background:#f1f1f1;
}

.log_here {    
margin-top: 8px; 
*padding: 0 15px;
 font-weight: 600;
 font-size: 20px;
}

.side-bar-login{
	margin: 10px 0;
}
.side-bar-signup{
	margin: 20px 0;
}

.checkbox-style{
	display: block;
    background: rgba(204, 204, 204, 0.45);
    border-radius: 4px;
    text-align: left;
    width: 100%;
    padding: 9px 10px;
    background-color: #e4e4e4;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
}

.checkbox-style input {
	width: 21px;
    margin: 0;
    float: left;
    height: 21px;
    margin-right: 10px;
}

.user_detail {
	color: #848383;
}

.carousel {
    height: 400px;
    margin-bottom: 0px; 
    z-index: -1px;
    position: relative;
}

.btn-theme {
    color: #ffffff;
    background-color: #ed1e79;
    border-color: #ce0f63;
}

.btn-theme:hover {
    background-color: #f93c96;
}

.member-list-title{
    padding: 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #ed1e79;	
	margin-top: 15px;
    color: #fff;
}

.pre-scrollable {
    max-height: 480px !important;
    overflow-y: auto;
  }
  
.member_img {
	width:100%;
}

.text-two-line{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list_wrapper{
	margin: 5px -7px 10px;
    padding: 5px;
    background: #f5f5f5;
    box-shadow: 3px 4px 4px #ccc;
    min-height: 425px;
}

.member-details {
	padding:0 5px;
}
.member-details .name {
	font-size:17px;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: #ed1e79;
    font-weight: 600;
}

/***************login page*****************/
  .main-login-page {  position: relative;  }
  .login-wrapper {  display: flex;
    height: calc(100vh - 125px);  }
  .login-section {
	  align-self: center;
	  width:350px;
	  margin: 0 auto;
  }
  .login-section .form-bg{
	padding: 10px 0 20px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
  }
  
   .login-section .title-sec{
	padding: 10px 5px;
    margin-bottom: 10px;
  }
  
  .search-top{
  display: inline-block;
    width: 100%;
  }
	.search-box {  
    display: inline-block;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
	margin-top: 5px;
	}
   .search-box input{
	    border: 0;
    width: calc(100% - 40px);
    padding: 7px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
   }
   .search-box i{
	       width: 40px;
    float: right;
    padding: 9px;
    text-align: center;
    cursor: pointer;
    background: #f5f5f5;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
   }
    .search-box i.fa-search:before {
    padding: 5px;
    border-radius: 50%;
    background: #cecccc;
    color: #fff;
  }
  
  .advance-search  {font-size: 12px;
    color: #ef872b;
	float: left;
	text-decoration: underline;
  }
  .pay-out  {
	  float:right;
	  font-size: 12px;
      color: #ef2b2b;
	  text-decoration: underline;
  }

  
  .bg-yellow{
	  background: #feff00;
  }
  
  .member-ship-offers h2{
	  font-size: 20px;
    text-align: center;
    color: #f70000;
    font-weight: 600;
    font-family: sans-serif;
	    margin-top: 5px;
  }
  
 .advance-menu {
	     border-radius: 6px;
 }
 .advance-menu .menu-list {
	background: #f1f1f1;
    padding: 8px;
    
}  
 .advance-menu .menu-list i {
	padding: 4px;
    border-radius: 12px;
    background: #ccc;
    color: #fff;
    width: 22px;
    text-align: center;
	    margin-right: 6px;
}

 .advance-menu a:first-child  .menu-list{
	 border-top-left-radius:5px;
	 border-top-right-radius:5px;
	 
 }
  .advance-menu a:last-child  .menu-list{
	 border-bottom-left-radius:5px;
	 border-bottom-right-radius:5px;
	 
 }
 .advance-menu a + a  li {
    border-top: 1px solid #d4d4d4;
 }
 .advance-menu .menu-list span {
	  font-weight:600;
 }
 .advance-menu .menu-list span.right-text {
	float: right;
    padding: 1px 5px;
    border-radius: 5px;
    border: 2px solid;
	background: #f5f4f4;

 }
 
 .c-green{
     color: green;
 }
  .c-green-l{
    color: #49b34c;
 }
 .c-blue{
     color: #4395ba;
 }
 .c-purple {
    color: #6744ac;
}
 .c-cream {
    color: #ac4411;
}
 .c-dym {
    color: #a0be4e;
}

 .c-red {
    color: #fa1220;
}  

.c-pink {
    color: #ed1e79;
}

.profile-bg{
	background: -webkit-linear-gradient(#e4e4e4, #0c7574)
    background: -o-linear-gradient(#e4e4e4, #0c7574)
    background: -moz-linear-gradient(#e4e4e4, #0c7574);
    background: linear-gradient(#e4e4e4, #0c7574);
	
	padding: 5px;
    border-radius: 5px;
    margin: 0 auto;
}

.profile-bg .img-thumbnail{
    max-height: auto;
    height: 200px;
    max-width: auto;
    width: 100%;
    margin: 0 auto;
    align-self: center;
    display: flex;
    *border-radius: 50%;
    padding: 0;
    border: 4px solid #f5f3f3;
    box-shadow: 0px 4px 3px #585858;
}

.matching-profile-title{
	font-size: 16px;
    text-align: center;
    color: #f70000;
    font-weight: 600;
    font-family: sans-serif;
    margin-top: 10px;
	background: #f1f1f1;
    padding: 10px 5px;
    border-radius: 5px;
}
.matching-user-details {
	padding: 16px;
    background: #f1f1f1;
    margin: 3px 0 10px;
}

.matching-user-details .btn{
	width: 100%;
    border: 1px solid #c3c0c0;
    font-weight: 600;
    background: #f7f7f7;
	font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.matching-user-details [class^="col-"] {
	padding: 0 5px;
}

.short-details{
	margin:7px 0;
}
.short-details p {
	    margin: 0;
    font-weight: 600;
	color:#000;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.short-details p.title {
    color: #ed1e79;
}
  
.btn-default{
	    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}


.onlineWidget {
    top: auto!important;
    bottom: 33px;
}
.chatbox {
    bottom: 30px!important;
	width: 300px!important;
    right: 0px!important;
}

.profile_thum{
	width: 38px;
    height: 38px;
    border: 1px solid #c10055;
}


.onlineWidget, .channel {
    background-color: #ed1e79 !important;
}
.onlineWidget:hover {
    background-color: #ff228b !important;
}

.onlineWidget .label {
    color: #fff;
}

.onlineWidget .count {
    color: #f5f5f5 !important;
    font-size: 21px !important; ;
}
.mem-last-seen {
	font-size:12px;
}



/***************media*****************/

@media (min-width: 1300px){
 .container {
    width: 1300px;
 }  
  
}
@media (max-width: 767px){
 .margin-top-header {
    margin-top: 30px;
 }  
  
 
  
}
@media (max-width: 500px){

 .login-section {
	  width:300px;
  } 
  
}