@charset "utf-8";
/* CSS Document */
/*

myprofile page css-1032
fullprofile page css-1213
membership page css-1449
*/
@font-face{
	src:url(../fonts/OpenSans-Regular.ttf);
	font-family: 'Roboto', sans-serif;	
}
@font-face{
	src:url(../fonts/OpenSans-Bold.ttf);
	font-family: Roboto;	
}
/* Changes For Getting Modal in Center of Screen */
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

/* Changes Ends Here */
/****************************/
.modal-header{
	text-align:center;	
	border:none;
	padding-bottom:0px;
}
.modal-dialog {
    width: 320px;
}
.ok{
	background: #d6175e;
color: #fff;
padding: 6px 20px;
position: relative;
bottom: 0px;
font-style: normal;	
border-radius:4px;
border:none;
}
.modal-title{
	font-family: Roboto;
	color:#000;	
	overflow:hidden;
}
.modal-body{
	overflow:hidden;	
}
.modal-body p{
	font-family: Roboto;
	color:#000;
	overflow:hidden;
	text-align:center;
}
.borderbottom{
	border-bottom: 1px solid #ccc;
    padding-bottom: 15px;	
}
.make_center{
	text-align:center;
	margin:0 auto;	
}
.head-row a{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	font-family: Roboto;
	color:#d6175e;
	line-height:40px;
	text-decoration:none;
	border-bottom: 1px solid#ccc;
}
input[type=radio] {
  display: none;
}
/* div.head-row a.plus{
	float:left;
	padding-left:50px;	
	background:url(public/images/plus1.png);
	background-repeat:no-repeat;
	
}

div.head-row a.minus{
	float:left;
	padding-left:50px;	
	background:url(public/images/minus1.png);
	background-repeat:no-repeat;
	
} */


/*********************************/

/*************************************/
.panel-title{
	color:#000;	
}
.panel-title a {
    font-size: 14px;
}
.panel-heading > .panel-title a.collapsed::after {
    background-color: #f3f3f3;
    content: "\f054";
    color: #b2b2b2;
}
.panel-heading > .panel-title a::after {
    background-color: #ed1c24;
    color: #fff;
    content: "?";
    display: block;
    float: right;
    font-family: FontAwesome;
    font-size: 9px;
    height: 25px;
    margin-left: 7px;
    margin-top: -6px;
    padding: 8px;
    text-align: center;
    transition: all 0.15s ease-in 0s;
    width: 26px;
}



/*************************************/
textarea:focus, keygen:focus, select:focus {
    outline-offset: -2px;
	border:none;
	outline:0px;
}
.txtarea{
	width:100%;
	height:auto;
	min-height:100px;
		
}
.txtareamsg{
	width:100%;
	height:auto;
	min-height:100px;
		
}
@font-face {
	font-family: Roboto;
	src: url('../fonts/Roboto-Regular.ttf');
	src: url('../fonts/Roboto-LightItalic.ttf');
	src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
	src: url(../fonts/Roboto-Thin.ttf);
	font-family: Roboto-Thin;
}
@font-face {
	src: url('../fonts/Roboto-Medium.ttf');
	font-family: Roboto-Medium;
}
@font-face {
	font-family: Roboto-LightItalic;
}
@font-face {
	font-family: RobotoItalic;
src: url('../fonts/Roboto-ThinItalic.ttf');
}
body {
	font-family: 'Roboto', sans-serif;
}
a:hover {
	text-decoration: none !important;
}
.what{
	text-align: right;
    font-size: 25px;
    line-height: 70px;
    font-family: Roboto-Medium;
    color: #d6175e;
}
/*@font-face{
	src:url(../fonts/Roboto-Regular.ttf);
	font-family:Roboto-Regular;	
}
@font-face{
	src:url(../fonts/Roboto-Medium.ttf);
	font-family:Roboto-Medium;	
}*/

.padding-30 {
	padding-bottom: 5px !important;
}
h1 {
	font-family: 'Roboto-Medium' Verdana, Geneva, sans-serif;
	font-size: 30px;
}
.buttontext {
	font-family: 'Roboto-Regular' Verdana, Geneva, sans-serif;
	font-size: 17px;
}
.main-container-bg {
	width: 100%;
	height: auto;
	background: #fff;
}
.container-100 {
	width: 100%;
	height: 82px;
	/*overflow:hidden;*/
	float: left;
	background: #d6175e;
}
.container-100-footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	background: #131228;
}
.container {
	width: 1024px;
	height: auto;
	/*overflow: hidden;*/
	margin: 0 auto;
	padding: 0px !important;
	/*background: #fff;*/
	position: relative;
}
.container1 {
	width: 1024px;
	height: auto;
	/*overflow: hidden;*/
	margin: 0 auto;
	padding: 0px 32px !important;
}
.container-msg{
	width: 1024px;
	height: auto;
	/*overflow: hidden;*/
	margin: 0 auto;
	padding: 0px 32px !important;
}
.wrapper1736 {
	display: none;
}
/*.container{
	width:100%;
	padding-left:170.5px;
	padding-right:170.5px;
	margin-left:0;
	margin-right:0;
}*/
.paddingbottom33 {
	padding-bottom: 33px;
}
.wrapper {
	padding: 0px 32px;
}
.img-wrapper, .img-wrapper2 {
	float: left;
	padding-top: 25px;
	padding-right: 10px;
}
.img-wrapper2 {
	display: none;
}
.menubg {
	background-color: #d6175e;
	min-height: 82px;
	width: 100%
}
.menubg1 {
	background-color: #d6175e;
	height: auto;
	overflow: hidden;
	width: 100%
}
.padding0 {
	padding: 0px;
}
.menu {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
.menu li {
	display: inline-block;
	text-align: center;
	padding: 20px 20px 0px 0px;
	color: #fff;
	position: relative;
}
.badge, badge1 {
	padding: 3px 4px;
	font-size: 11px;
	background-color: #2b2861;
	border-radius: 4px;
	position: absolute;
	left: 32px;
	top: 12px;
}
.menu li a {
	color: #fff;
	text-decoration: none;
}
.menu li:last-child a {
	color: #d6175e;
}
.title {
	float: left;
	color: #fff;
}
.title h1 a{color: #fff;}
/* .button1 {
	padding: 0px;
	color: #d6175e !important;
	width: 135px;
	height: 32px;
	border-radius: 5px;
	background: #fff;
	float: left;
	text-align: center;
	line-height: 32px;
	font-size: 15px;
	position: relative;
} */
.button1 img {
	padding-top: 3px !important;
}
.wrapper1 {
	margin: 0 auto;
	width: 154px;
	height: auto;
	/*border:1px solid #000;	*/
	text-align: center;
}
.wrapper1m {
	margin: 0 auto;
	width: 154px;
	height: auto;
	/*border:1px solid #000;	*/
	text-align: center;
}
ul.count{list-style:none;padding:0px;margin:0px;text-align:center;display:none;}
.count li{display:inline-block;padding-right: 24px;color: #b3b2b3;}
.wrapper1 ul {
	padding: 5px 0px;
	margin: 0px;
	list-style: none;
}
.wrapper1 ul li {
	display: inline-block;
	padding-right: 24px;
	color: #b3b2b3;
}
.wrapper1 ul li:last-child {
	padding: 0px;
}
.wrapper1 h3 {
	font-size: 18px;
	color: #1a1934;
	font-weight: bold;
}
.wrapper1m ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.wrapper1m ul li {
	display: inline-block;
	padding-right: 24px;
	color: #b3b2b3;
}
.wrapper1m ul li:last-child {
	padding: 0px;
}
.wrapper1m h3 {
	font-size: 18px;
	color: #1a1934;
	font-weight: bold;
}
.btnyes {
	width: 73px;
	height: 27px;
	border: 1px solid #d6175e;
	border-radius: 5px;
	font-size: 17px;
	float: left;
	color: #d6175e;
}
.marginleft8 {
	margin-right: 8px;
}
.btnlater {
	width: 154px;
	height: 27px;
	border: 1px solid #d6175e;
	border-radius: 5px;
	font-size: 17px;
	float: left;
	margin-top: 17px;
	color: #d6175e;
}
.btnview {
	width: 154px;
	height: 27px;
	border: 1px solid #d6175e;
	border-radius: 5px;
	font-size: 17px;
	float: left;
	margin-top: 17px;
	background: #d6175e;
	color: #fff;
}
.wrapper2 {
	width: 225px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background: #efefee;
	position: relative;
}
.star {
	position: absolute;
	z-index: 99;
	top: 0;
}
.wrapper2 img {
	width: 100%;
}
.rect {
	width: 100%;
	height: 32px;
	background: #1a1934;
	color: #fff;
	text-align: left;
	vertical-align: middle;
	font-size: 18px;
	line-height: 32px;
	padding-left: 15px;
}
.rect1{
	width: 90%;
	height: 32px;
	background: #efefee;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height: 32px;
	margin-left: 9px;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
}
.man-bg {
	background: #efefee;
}
.borderleft {
	position: absolute;
	z-index: 99;
	top: 11%;
	left: 38%;
}
.wrapper3 {
	width: 232px;
	height: auto;
	overflow: hidden;
	border: 2px solid #131228;
	margin: 0 auto;
}
.dash {
	width: 232px;
	height: 32px;
	background: #131228;
	color: #fff;
	font-size: 16px;
	padding-left: 20px;
	line-height: 32px;
}
.dash-1 {
	border-bottom: 0.3px solid #e3e1e2;
	width: 84%;
	margin: 0 auto;
}
.dash-1 h6 {
	font-size: 15px;
	padding-left: 5px;
	color: #d6175e;
}
.dash-2 {
	border-bottom: 1px solid #d6175e;
	width: 84%;
	margin: 0 auto;
	color: #d6175e;
}
.dash-2 h6 {
	font-size: 15px;
	padding-left: 5px;
}
.dash-3 {
	width: 84%;
	margin: 0 auto;
	color: #d6175e;
}
.dash-3 h6 {
	font-size: 15px;
	padding-left: 5px;
}
.bordre {
/*border-left:1px solid #000;
	float:left;	*/
}
.online {
	width: 172px;
	height: 32px;
	background: #131228;
	color: #fff;
	padding: 5px 13px;
	margin: 25px 50px 0px 0px;
	font-size: 13px;
	float: right;
	position: relative;
}
.online a {
	color: #fff;
	text-decoration: none;
}
.chat {
	display: none;
	position: absolute;
	background: RGBA(204, 204, 204, 0.61);
	left: 0px;
	width: 200px;
	height: 460px;
	overflow: hidden;
	float: left;
	bottom: 32px;
}
.main-menu {
	display: none;
	position: absolute;
	top: 12%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
	background: rgba(214,23,94,0.95);
	z-index: 999;
}
.main-menu ul {
	list-style: none;
	padding: 10px 0px;
	margin: 0 auto;
}
.main-menu ul li {
	text-transform: uppercase;
	padding-top: 34px;
	text-align: center;
}
.main-menu ul li:last-child {
	padding-bottom: 34px;
	margin-bottom: 34px;
	padding: 18px;
}
.main-menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 30px;
}
.profile-menu {
	display: none;
	box-shadow: 0px 3px 5px 0px RGBA(0, 0, 0, 0.22);
	width: 150px;
	height: auto;
	float: left;
	background: #fff;
	color: #000;
	position: absolute;
	top: 60px;
	border-radius: 5px;
	text-align: left;
	z-index: 999;
	right: 0;
	line-height: 21px;
	font-size: 14px;
}
li.bar hr {
	width: 80%;
	background: #ccc !important;
	height: 1px;
	border: none;
	position: absolute;
	left: 0;
	margin: 0 auto;
	margin-left: 18px;
}
.profile-menu ul {
	list-style: none;
	padding: 10px 0px;
	margin: 0px;
}
.profile-menu ul li {
	padding: 0px 16px;
	text-align: left;
	width: 100%;
	line-height: 24px;
}
.profile-menu ul li a {
	color: #000 !important;
	text-decoration: none;
}
.upgrade {
	color: #fbca39 !important;
}
.upgrade a {
	color: #fbca39 !important;
}
.profile-menu ul li.upgrade a {
	color: #fbca39 !important;
}
.footerbg {
	background: #131228;
}
.footer {
	width: 100%;
	height: 135px;
	overflow: hidden;
	color: #757575;
}
.social {
	padding-left: 10px;
}
.social a {
	color: #757575;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}
.paddingtop40 {
	padding-top: 40px;
	padding-bottom: 20px;
}
/*.text-center {
	text-align: center;
	padding-top: 48px;
	padding-bottom: 41px;
	margin: 0px;
}*/
.paddingbottom33
{padding:0 !important;
}
.for-close {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #131228 !important;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    position: relative;
    left: 25px;
    top: -25px;
    float: right;
    outline: none;
    border: 0;
    font-size: 21px;
}
.text-center1 {
	text-align: center;
	margin: 0 auto;
}
.text-center2 {
	margin: 0 auto;
	text-align: center;
}
.box-shadow {
	box-shadow: 0px 3px 5px 0px RGBA(0, 0, 0, 0.22);
	width: 100%;
	margin-bottom: 8px;
}
.box-shadow-profile{
	box-shadow: 0px 3px 5px 0px RGBA(0, 0, 0, 0.22);
	width: 100%;
	margin-bottom: 8px;
}

.footer-wrapper {
	padding-left: 106px;
	padding-right: 79px;
}
.mobileview {
	visibility: hidden;
	display: none;
}
.social1 {
	display: none;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.font12 {
	font-size: 11px;
	text-align: center;
	line-height: 18px;
}
.paddingtop2 {
	padding-top: 2px;
}
.wrapper-shortlist {
	margin: 0 auto;
}
.list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: none;
}
.list ul li {
	float: left;
}
.hr {
	width: 100%;
	background: #17172f !important;
	height: 1px;
	margin-bottom: 10px;
	border: none;
	display: none;
}
.foot a {
	color: #757575;
}
/******************* secound page ******************************/
.heading {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	color: #d6175e;
	padding: 0px 0px 0px 30px;
	font-style:italic;
}
.intermediatebg {
	min-height:625px;
	background: url(../images/interbg1.jpg);
	background-size: cover;
}
.whitebg {
	width: 547px;
	min-height: 365px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 5px;
	padding: 20px;
	margin-left: 12%;
	position: relative;
	font-family:inherit;
	font-style:italic;
}
.whitebg::before {
	content: url(../images/pin.png); /* with class ModalCarrot ??*/
	position: absolute; /*or absolute*/
	z-index: 99;/*a number that's more than the modal box*/
	left: 42px;
	top: -35px;
}
.whitebg::after {
	content: url(../images/pin.png); /* with class ModalCarrot ??*/
	position: absolute; /*or absolute*/
	z-index: 99;/* number that's more than the modal box*/
	right: 42px;
	top: -35px;
}
.whitebg h4 {
	margin: 0 auto;
	padding-bottom: 20px;
	font-size:17px;
	color:#515050;
}
.whitebg ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	color:#686565;
}
.whitebg ul li {
	font-size: 15px;
	line-height: 28px;
	font-family: calibri;
}
.btn {
	background: #d6175e;
	color: #fff;
	padding: 6px 20px;
	float: right;
	position: relative;
	bottom: 0px;
	font-style:normal;
}
.btn a {
	color: #fff !important;
}
.btn1 {
	padding: 6px 20px;
	float: right;
	bottom: 0px;
	border-radius: 5px;
}
.btn1 a {
	color: #d6175e !important;
	text-decoration:none;
}
.btn:hover {
	color: #000;
	text-decoration: none;
}
.line {
	position: relative;
	z-index: 9;
	background: #fff;
	width: 100%;
	height: 3px;
	margin-bottom: 20px;
}
.line:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 74%;
	bottom: 0;
	left: 0;
	background: #d6175e;
}
.pinkcolor {
	width: 10%;
	height: auto;
	overflow: hidden;
	background: #d6175e;
	z-index: 99;
}
.pin1 {
	position: absolute;
	top: 20%;
	left: 26%;
}
.pin2 {
	position: absolute;
	top: 20%;
	right: 38%;
}
/**************** close intermidate page*********************************/
/******************* message  page ******************************/
.nav > li > a:focus, .nav > li > a:hover{
	border:none;	
}
.nav-tabs > li > a:hover {
	border-color: rgba(238, 238, 238, 0) rgba(238, 238, 238, 0) rgba(221, 221, 221, 0);
}
.margintop60 {
	padding-top: 57px;
	padding-bottom: 24px;
	margin: 0px;
}
.nav-tabs {
	border: none;
	display: inline-block;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	cursor: default;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #d6175e;
	color: #d6175e;
	font-family: 'Roboto-Regular' Verdana, Geneva, sans-serif;
	font-size: 16px;
}
.nav-tabs > li > a {
	color: #d6175e;
	border:none;
}
.panel-heading {
	padding: 0px 0px;
	border-bottom: none;
}
.panel {
	border: none;
	box-shadow: unset;
}
.panel-default > .panel-heading {
	color: #fff;
	background-color: #fff;
	font: 'Roboto-Regular'!important;
	font-size: 16px;
	text-align: center;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: rgba(238, 238, 238, 0);
	border-bottom: 1px solid #d6175e;
	color: #d6175e;
}
.name {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 15px;
	position:relative;
}
.name p {
	font-family: 'RobotoItalic', sans-serif;
	font-size: 18px !important;
	font-weight: normal !important;
	font-style: italic !important;
}

.name h4 {
	margin: 0px;
}
.panel-body {
	padding: 15px;
	width: 635px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.delete {
	width: 40%;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	padding-bottom: 10px;
}
.delete a {
	color: #1a1934;
}
.cancle {
	float: right;
}
.img-border {
	width: 100%;
	height: auto;
	border: 8px solid rgb(239, 239, 239);
	float: left;
	position:relative;	
}
.message1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0px 20px 10px;
	border-top: 1px dashed #ccc;
	float: left;
	margin-left: 2px;
}
.message2 {
	width: 100%;
	height: 143px;
	padding: 20px 10px 20px 0px;
	border-top: 1px dashed #ccc;
	margin-right: 2px;
	text-align: right;
}
.over {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: auto;
	overflow:hidden;
}
.paddingbottom15 {
	padding: 0px 0px 15px 0px;
}
.percent30 {
	width: 30%;
	height: auto;
	float: left;
}
.percent70 {
	width: 70%;
	height: auto;
	float: left;
}
.message-menu {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	border: 1px solid #000;
	margin: 0 auto;
}
ul.strip {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #1a1934;
	color: #fff;
}
ul.strip li {
	display: inline-block;
	line-height: 32px;
	padding-left: 10px;
}
ul.strip li a {
	color: #fff;
	text-decoration: none;
}
ul.strip li a:hover {
	color: #d6175e;
	text-decoration: none;
}
ul.strip1 {
	display: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #1a1934;
	color: #fff;
}
ul.strip1 li {
	display: inline-block;
	line-height: 32px;
	padding-left: 10px;
}
ul.strip1 li a {
	color: #fff;
	text-decoration: none;
}
ul.strip1 li a:hover {
	color: #d6175e;
	text-decoration: none;
}
.font .pull-right a {
	color: #757575;
	text-decoration: none;
}
.message-menu p {
	width: 100%;
	height: 104px;
	overflow: hidden;
	float: left;
	padding: 5px 0px 0px 5px;
}
.paddingtop37 {
	padding-top: 37px;
}
textarea {
	border: none;
}
.reply-strip {
	display: none;
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
.mz-icon{
	display:none;
	position:absolute;
	left:0px;
	top:15px;	
}
.msg-scroll{
	width:100%;
	height:auto;
}
.msg-scroll::-webkit-scrollbar {  
    width: 5px;  
}  
.msg-scroll::-webkit-scrollbar-track {  
    background-color:#fff;
}  
.msg-scroll::-webkit-scrollbar-thumb{  
 background-color: rgba(214, 24, 94, 0.95);
   
border-radius: 10px;
}  
.msg-scroll::-webkit-scrollbar-thumb:hover{  
    background-color: rgba(246, 181, 16, 0.7);  
}
.reply{
	display:none;	
}
.margin-bottom-25{
	margin-bottom:25px;	
}

/******************* close message  page ******************************/
/******************* inbox  page ******************************/
.mz-title {
	text-align: center;
	padding-top: 57px;
	padding-bottom: 5px;
	margin: 0px;
	display:compact
}
.mz-strip {
	width: 100%;
	height: 40px;
	background: #1a1934;
	color: #fff;
	line-height: 40px;
	padding-left: 15px;
	font-size: 15px !important;
}
.read {
	width: 100%;
	height: 40px;
	color: #999696;
	line-height: 40px;
	padding-left: 15px;
	
}
.read span {
	color: #545454;
	font-style:normal;
}
.inbox-message {
	width: 100%;
	height: 88px;
	overflow: hidden;
	padding: 8px 0px 0px 10px;
	float: left;
	font-family: 'Roboto', sans-serif;
}
ul.inbox-menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}
ul.inbox-menu li {
	display: inline-block;
	padding-left: 10px;
	font-size: 13px;
	font-family: Roboto-Thin;
	padding-bottom: 20px;
}
ul.inbox-menu li a {
	color: #d6175e;
	font-family:Roboto;
}
.pagination {
	float: right;
	margin: 5px 0px 15px 0px;
}
.pagination ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.pagination ul li {
	float: left;
	padding-left: 8px;
}
.pagination ul li:last-child {
	padding-left: 0px;
}
.panel-body {
	padding: 15px 0px 0px 0px !important;
}
.set {
	position: absolute;
	top: 8px;
	left: 8px;
}
.active-photo {
	opacity: 0.5;
}
.relative{
	position:relative;	
}
.tag{
	position:absolute;
	top:0;
	left:0;
	z-index:999;	
}
.message-del a{
	color:#6e6e6e;
	text-decoration:none;	
}
/******************* close inbox  page ******************************/
/******************* compose page ******************************/
.strip-compose{
	text-align: center;
	background: #1a1934;
	color: #fff;
	line-height:30px;
	font-family: 'Roboto', sans-serif;
}
.marginb100{
	margin-bottom:100px;	
}
.paddingb75{
	padding-bottom:75px;	
}
/******************* close compose  page ******************************/
/******************* start myprofile page ******************************/
.paddingtop10{
	padding-top:10px;	
}
.full-container{
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
}
.paddingtop34{padding-top:34px;}
.sectionbg{
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	background:#fafafa;
}
.center-title{
	padding-top:12px;
	text-align:center;	
}
.center-para{
	padding-bottom:15px;
	text-align:center;	
}
.center-para a{
	color:#d6175e;	
}
.yellow{
	font-family:Roboto;
	background:#fbc857;
	color:#fff;	
	text-align:center;
	font-size: 18px;
	line-height: 37px;
}
.yellow1{
	background:#fbc857 !important;	
}
.wrapper-scr {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.wrapper-scr img{
	width:100%;
}
/*.btn-scr{
	width: 200px;
	height: 35px;
	border: 1px solid #d6175e;
	border-radius: 5px;
	font-size: 17px;
	float: left;
	color: #d6175e;
	text-align: center;
	padding: 3px;
	margin-bottom: 10px;	
	margin-left: 10px;
}*/
.btn-scr {
    border: 1px solid #d6175e;
    border-radius: 5px;
    font-size: 17px;
    float: left;
    color: #d6175e;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: 35px;
    padding: 0px 10px;
    width: 200px;
}
.btn-scr:hover{
	background:#d6175e;
	color:#fff;	
}
.btn-scr-fill{
	background:#d6175e;
	color:#fff;	
	width:96%;
}

.btn-fill {
    border: 1px solid #d6175e;
    border-radius: 5px;
    font-size: 17px;
    float: left;
    color: #fff;
    text-align: center;
    margin:20px 0px;
    line-height: 35px;
    padding: 0px 20px;
    min-width: 200px;
	background:#d6175e;
}
.btn-src a:hover{
	background-color:#d6175e;
	color:#fff;	
}
.carousel-control.left ,.carousel-control.right{
	background-image:none;	
}
.carousel-control{
	top: 43%;
	width: 14%;
	bottom: 57%;
}
ul.thumbnails{
	list-style:none;
	padding:0px;
	margin:0px;	
	position: relative;
	top: -43px;
}
ul.thumbnails li{
	float:left;		
}
.comman-center{
	text-align:center;
	margin:0 auto;
}
.padding-33{
	padding-bottom:33px;
}
.border-right-src{border-right:1px solid #ccc;
}
.shortlist-scr{
	margin: 20px 0px;
	/*border-right: 1px solid #ccc*/
}
.margin0{
	margin:0px;	
}
.shortlist-scr h3{
	color: #42424c;
	font-size:18px;	
	text-align:center;
}
.start-title h3{
	color: #42424c;
	font-size:18px;	
	text-align:center;
	/*padding-left:50px;*/
}
.start-title1 h3 {
    color: #42424c;
    font-size: 18px;
   /* text-align: center;*/
     padding-left: 50px; 
}
.shortlist{
	list-style:none;
	padding: 0px 0px 0px 0px;
	margin:0px;
	text-align:center;
	position:relative;
}
.shortlist li{
	font-size: 18px;
	text-align: center;
	display: inline-block;
	padding: 0px 16px 0px 16px;
	margin-top: 15px;
	border-right:1px solid #ccc;
}
.margin-top25{
	margin-top:25px !important;	
}
.shortlist li:last-child{
	border-right:none;	
}
.border-left{
	border-left:1px solid #ccc;	
}
.border-right{
	border-right:1px solid #ccc;
	line-height:normal;	
}
.shortlist li a{
	color: #d6175e;		
}
.start-connect{
	list-style:none;
	padding: 9px 0px 0px 0px;
	margin:0px;
	text-align:center;
}
.start-connect li{
	display: inline-block;
	
	margin-left: 15px;
}
.start-connect li a{
	color:#9d9d9d;
	
}
.btn-connect{
	width: 170px;
	height: 35px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	line-height:34px;
}
.popup{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding: 10px 20px;
}
.modal-lg{width:32%;}
.modal-content{border:none;}
button.close{background:#fff;padding: 5px 15px 0px 0px;}
.modal-dialog{margin: 58px auto;}
.myprofbg{
	background-color:#e7e7e6 !important;
	
}
.padding-top72{padding-top:72px;}
.footerbg1{color:#f6f5f5;border-top:1px solid #ccc;padding-top:30px;}
/******************* close myprofile  page ******************************/
/******************* start fullprofile  page ******************************/
.margintop10{margin-top:10px;}
.fullpagebg{background:#faf9fa;	}
.headbg{background: #eeeeee !important;}
.whitebg1{background:#fff;width:100%;height:auto;overflow:hidden;}
.container940{
	width: 940px;
	height: auto;
	/*overflow: hidden;*/
	margin: 0 auto;
	padding: 0px !important;
	/*background: #fff;*/
	position: relative;
}
.horizonatal{
	width:100%;
	height:1px;
	overflow:hidden;
	float:left;
	background:#ccc;
	margin-top:20px;
}
.premium{
	width:106px;
	height:21px;
	overflow:hidden;
	background:#f9c746;
	color:#fff;	
	font-size: 15px;
	padding: 0px 10px;
}
.switch{
	display:none;	
}
.photo{
	list-style:none;
	padding:0px;
	margin:0px;	
}
.profile-box-show{
	box-shadow: 0px 2px 5px 1px RGBA(0, 0, 0, 0.22);
	margin-bottom: 8px;	
}
.fullprofile-box-show{
	 box-shadow: 0px 0px 15px 1px RGBA(0, 0, 0, 0.20);
}	
.photo li{
	display: inline-block;
    width: 15.66%;
}
.profile-title{
	color:#1b1a34;	
	font-size:29px;
}
.prof-subtitle{
	color:#d6175e;
	padding-bottom: 5px;	
	border-bottom:1px solid #d6175e;
	/*font-weight:bold;*/
	float: left;
	overflow: hidden;
	width: 100%;
	font-size:14px;	
}
.prof-subtitle-question{
	color:#d6175e;
	/*font-weight:bold;*/
	float: left;
	overflow: hidden;
	width: 100%;
	font-size: 13px;	
	margin-bottom:5px;
}
.viewmore{
	/*font-weight:bold;*/
	float: left;
	overflow: hidden;
	width: 100%;
	font-size: 14px;	
}
.viewmore a{
	color:#969696;
	text-decoration:none;
}
.padding-bottom125{
	padding-bottom:125px;	
}
.prof-subtitle-question1{
	color:#ccc;
	float: left;
	overflow: hidden;
	width: 100%;
	font-size: 12px;	
	margin:0px;
}
.prof-subtitle1{
	color:#1b1a34;
	font-weight:700;	
	overflow:hidden;
	font-size:14px;	
	margin-top:0px;
	
}
.profil-innre h6{
	font-size:12px	
}
.profil-innre{
	width:100%;
	height:auto;
	padding:10px 15px;	
	overflow:hidden;
	float:left;
	background:#fff;
}
.profil-innre1{
	width:100%;
	height:363px;
	padding:10px 15px;	
	float:left;
	overflow-x: hidden;
	background:#fff;
}

.profil-innre1::-webkit-scrollbar {  
    width: 5px;  
}  
.profil-innre1::-webkit-scrollbar-track {  
    background-color:#fff;
	-moz-box-shadow: inset 0 0 6px #fff);
}  
.profil-innre1::-webkit-scrollbar-thumb{  
 background-color: #d7d7d7;
 -moz-box-shadow: inset 0 0 6px #fff;
}  
.profil-innre1::-webkit-scrollbar-thumb:hover{  
    background-color: #ccc;  

}
.fb-friends-photo{
	list-style:none;
	margin:0px;
	padding: 15px 0px 0px 0px;
	text-align:center;
}
.fb-friends-photo li{
	display:inline-block;
	padding-right:10px;	
	width:32%;
}
.fb-friends-photo li img{
	width:100%;	
}

.padding-bottom50{padding-bottom: 33px;}
.padding-top20{padding-top:20px;}
.text-onimg{
	width:100%;
	height:20px;
	overflow:hidden;
	background-color:#1a2b33;
	color:#fff;
	text-align:center;	
}
/******************* close profile  page ******************************/
/******************* start membership  page ******************************/
div.member_bg{
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;	
}
div.member_container{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	text-align:center;	
	padding: 0% 15%;
	font-family: Roboto;	
}
div.member_container1{
	width:80%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	text-align:center;	
	padding: 0% 15%;
	font-family: Roboto;	
}
div.member-txt{
	background-color:#fff;	
	color:#d6175e;
	margin-bottom:15px;
	padding: 10px;
	font-size:18px;
	font-family: Roboto;
	border-radius:10px;
	border:1px solid #eee;
	margin-top:25px;
	
}
div.firsttr{
	background-color:#fbc857;
	color:#fff;	
	line-height: 36px;
	font-size: 18px;
	border-bottom:1px solid #ccc;
}
span.tik{
	width:50px;
	height:50px;
	border:1px solid green;
	border-radius:50%;
	background-color:green;
	color:#fff;	
}
td.div60{
	width:60%;
	border-right:1px solid #ccc;
}
td.div20{
	width:20%;	
}
div.age{
	background-color:#fff;
	color:#d6175e;
}
td.tdage{
	text-align: left;
	border-right: 1px solid rgb(204, 204, 204);
	
	color:#d6175e;
}
.borderright{
	border-right:1px solid #fff;
}
div.white{
	background-color:#fff;	
	color:#000;
	line-height: 36px;
	font-size: 15px;
	text-align:left;
	
}
div.gray{
	background-color:#e2e2e2;
	line-height: 36px;
	font-size: 15px;
	color:#000;
	text-align:left;
}
div.headcolor{
	color:#d6175e !important;
	font-size:18px;
	text-align: center
}
.search{
	color:#d6175e !important;
	font-size:18px;
	background-color:white;
	}
		
div.paddingleft60{
	padding:0px 0px 0px 5%;	
}
div.premium{
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	border-radius: 10px;	
}
div.go_premium{
	text-align:center;
	color:#d6175e;
	font-size:30px;
	padding: 30px 0px;
   	font-family: Roboto;	
}
div.premium_box{
	border:1px solid #ccc;
	border-radius:10px;	
}
div.margin5{
	margin:5px;
}
div.month{
	color: #fff;
    background-color: #d6175e;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
	padding:15px;	
	border-radius: 30px 30px 0px 0px;
	border:1px solid #ccc;
	font-family: Roboto;	
}
div.month1{
	color: #fff;
    background-color: #fbc857;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
	padding:15px;	
	border-radius: 30px 30px 0px 0px;
	border:1px solid #ccc;
	font-family: Roboto;	
}
.border-radius30{
	border-radius:0px 0px 30px 30px;	
	padding: 20px !important;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-shadow: 0px 3px 0px 0px #ccc;
}
div.cost{
	font-size: 15px;
    text-align: center;
    padding: 5px 0px;
    background-color: #f5f1f2;
	color:#000;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-family: Roboto;	
}
div.cost1{
	font-size: 15px;
    text-align: center;
    padding: 5px 0px;
    background-color: #fff;	
	color:#000;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-family: Roboto;	
}
ul.member_premium{
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:center;
}
ul.member_premium li{
	display:inline-block;
	width:20%;
	padding-right: 10px;
	padding-left: 10px;
}
/* ul.member_premium li a div.month:hover{
	background: #fbc857;
} */
div.free_user{
	width: 26%;
	background-color: #0d0c34;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	box-shadow: 2px 4px 0px 0px #ccc;
	font-family: Roboto;
	margin-left: 25px;
}
p.or{
	font-family: Roboto;
	text-align:center;	
	font-size: 18px;
	padding-top: 5px;
}
div.buy{
	font-family: Roboto;
	width: 26%;
	background-color: #d6175e;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	box-shadow: 2px 4px 0px 0px #ccc;
}
ul.conditions{
	padding: 15px 0px 15px 50px;
	font-size: 15px;	
	font-family:sans-serif;
}

div.member_container1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 0px 8%;
}
div.membershio_fullcontainer{
	width:100%;
	height:	auto;
	background-color: #f6f5f3;	
	padding-bottom: 60px;
}
div.membership_head{
	width:80%;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:0 auto;	
	font-family: Roboto;
}
div.membership_head h1{
	font-family: Roboto;
	font-size:30px;
	padding-bottom: 10px;
	
}
div.gray_text{
    line-height: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.lineheight55{
    line-height: 55px;
}
.collapse_border{
	border:1px solid #000;
}
.color_change{
	background-color:#e2e2e2 !important;
	}
.right_arrow{
	background-color: #d6175e;
	border-radius: 0px;
	padding: 6px;
	text-align: center;
	cursor: pointer;
	margin: 1px;
	float: left;
	}
.down_arrow{
	background-color: #d6175e;
	border-radius: 20px;
	padding: 0px 5px;
	text-align: center;
	cursor: pointer;
	margin-right: 220px;
	display:none;
	
	}
.onfocus:focus,.onfocus:active{
	background-color:#e2e2e2 !important;
	}
/******************* close membership  page ******************************/
 @media (min-width:240px) and (max-width:320px) {
.container {
	padding: 0px;
	width: 100%
}
.container-100 {
	height: auto;
}
.wrapper {
	padding: 0% 4%;
	width: 100%;
}
.menubg {
	min-height: 141px;
}
.button1 {
	width: 125px;
	height: 29px;
	line-height: 29px;
	font-size: 14px;
}
h1 {
	font-size: 20px;
	line-height: 35px;
}
.menu li {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}
.main-menu ul li a {
	font-size: 18px;
}
/*.text-center {
	padding-top: 15px;
	padding-bottom: 15px;
}*/
.paddingtop40 {
	padding-top: 10px;
	padding-bottom: 0px;
}
.social {
	padding: 0px;
}
.footer {
	height: auto;
}
.wrapper1 {
	display: none;
}
.wrapper1m {
	height: 40px;
}
.wrapper2 {
	margin-bottom: 25px;
	margin-top: 25px;
	
	/*width: 170px;width: 100%;*/
}
.wrapper3 {
	margin-bottom: 30px;/*width: 100%;*/
}
.dash {
/*width: 100%;*/
}
.mobileview {
	visibility: visible;
	display: block;
	padding: 0px !important;
}
.footer-wrapper {
	padding: 0px !important;
}
.margintop30 {
	margin-top: 30px;
}
.borderleft {
	top: 10px
}
.font12 {
	text-align: left;
}
.social {
	display: block;
}
.social1 {
	display: none;
}
.foot {
	display: none;
	float: left;
}
.pull-right {
	float: left !important;
}
.online {
	display: none;
}
.upgrade {
	color: #fbca39 !important;
}
.upgrade a {
	color: #fbca39 !important;
}
}
@media (min-width:320px) and (max-width:480px) {

.container{
	padding: 0px;
	width: 100%
}
.container-100 {
	height: auto;
}
.wrapper {
	padding: 0% 4%;
	width: 100%;
}
.wrapper1imp {
	display: block;
}
.menubg {
	min-height: 141px;
}
.button1 {
	width: 110px;
	height: 29px;
	line-height: 29px;
	font-size: 12.5px;
}
h1 {
	font-size: 27px;
}
.menu li {
	padding: 20px 3px 0px 3px;
	font-size: 10px;
}
.text-center {
	padding-top: 15px;
	padding-bottom: 15px;
}
.paddingtop40 {
	padding-top: 15px;
	padding-bottom: 0px;
}
.social {
	padding: 0px;
}
.main-menu ul li a {
	font-size: 18px;
}
.footer {
	height: auto;
}
.wrapper1 {
	display: block;
}
.wrapper1m {
	height: 40px;
	display: block;
}
.wrapper2 {
	margin-bottom: 25px;/*width: 100%;*/
	width: 187px;
}
.wrapper3 {
	margin-bottom: 25px;
	margin-top: 25px;
	width: 274px;/*width: 100%;*/
}
.dash {
	width: 100%;
}
.mobileview {
	visibility: visible;
	display: block;
	padding: 0px !important;
}
.footer-wrapper {
	padding: 0px !important;
}
.margintop30 {
	margin-top: 30px;
}
.borderleft {
	top: 10px;
	left: 40%;
}
.font12 {
	text-align: left;
}
.social {
	display: block;
}
.social1 {
	display: none;
}
.foot {
	display: none;
	float: left;
}
.pull-right {
	float: left !important;
	font-size: 12px;
}
.padding-30 {
	padding: 0px !important;
}
.hr {
	display: block;
}
.online {
	display: none;
}
.btn {
	position: relative;
	bottom: 17px;
}
.btn a {
	color: #fff !important;
}
.upgrade {
	color: #fbca39 !important;
}
.upgrade a {
	color: #fbca39 !important;
}
ul.profile li a {
	font-size: 11px !important;
}
.profile-menu ul li a {
	font-size: 12px !important;
}
.count{display:block;}
.btnview{margin-bottom:25px;}
/**************************************  membership page  ***************************************/
.menubg_member{
	min-height:70px !important;	
}
div.membership_head{
	width:90%;	
}
.membership_head h1{
	font-size:25px !important;	
}
div.member-txt{
	font-size: 12px;
    margin: 10px;
}
div.member_container{
	padding:0px;	
}
div.firsttr{
	font-size:9px;
	
}
div.headcolor{
	font-size:15px;	
}
div.white{
	font-size:15px;	
}
div.gray{
	font-size:15px;	
}
ul.member_premium li{
	width:49%;	
}
ul.conditions{
	padding: 15px 0px 15px 20px;	
}
div.member_container1{
	padding:0px;	
}
div.free_user{
	width:100%;
	margin-left:0px;	
}
div.buy{
	width:100%;	
}
div.month{
	font-size:20px;
	line-height:15px;	
}
.border-radius30{
	padding:12px;	
}
div.cost{
	font-size:12px;	
}
div.cost1{
	 font-size:12px;	
}
ul.member_premium li {
    padding-right: 5px;
    padding-left: 5px;
}
.lineheight55 {
    line-height: 71px;
}

/**************************************  close membership page  ***************************************/
}
@media (min-width:360px) and (max-width:640px) {
.container {
	padding: 0px;
	width: 100%
}
.container-100 {
	height: auto;
}
.wrapper {
	padding: 0% 4%;
	width: 100%;
}
.menubg {
	min-height: 130px;
}
.button1 {
	width: 125px;
	height: 29px;
	line-height: 29px;
	font-size: 14px;
}
h1 {
	font-size: 27px;
}
.menu li {
	padding: 20px 5px 0% 0%;
	font-size: 12px;
}
.text-center {
	padding-top: 15px;
	padding-bottom: 15px;
}
.paddingtop40 {
	padding-top: 10px;
	padding-bottom: 0px;
}
.social {
	padding: 0px;
}
.footer {
	height: auto;
}
.wrapper1 {
	display: block;
}
.man-bg {
	background: #efefee;
}
.hr {
	display: block;
}
.main-menu ul li a {
	font-size: 18px;
}
.main-menu ul li {
	padding-top: 22px;
}
.wrapper1m {
	height: 40px;
}
.wrapper2 {
	margin-bottom: 25px;
	margin-top: 25px;/*width: 100%;*/
}
.wrapper3 {
	margin-bottom: 25px;/*width: 100%;*/
	margin-top: 25px;
}
.dash {
	width: 100%;
}
.mobileview {
	visibility: visible;
	display: block;
	padding: 0px !important;
}
.footer-wrapper {
	padding: 0px !important;
}
.margintop30 {
	margin-top: 30px;
}
.borderleft {
	top: 10px
}
.font12 {
	text-align: left;
}
.social {
	display: block;
}
.social1 {
	display: none;
}
.foot {
	display: none;
	float: left;
}
.pull-right {
	float: left !important;
}
.online {
	display: none;
}
.wrapper1imp {
	display: block;
}
.main-menu {
	top: 56px;
}
.upgrade {
	color: #fbca39 !important;
}
.upgrade a {
	color: #fbca39 !important;
}
.count{display:block;}
/**************************************  membership page  ***************************************/
.menubg_member{
	min-height:70px !important;	
}
div.membership_head{
	width:90%;	
}
.membership_head h1{
	font-size:25px !important;	
}
div.member-txt{
	font-size: 12px;
    margin: 10px;
}
div.member_container{
	padding:0px;	
}
div.firsttr{
	font-size:12px;
	
}
div.headcolor{
	font-size:15px;	
}
div.white{
	font-size:15px;	
}
div.gray{
	font-size:15px;	
}
ul.member_premium li{
	width:49%;	
}
ul.conditions{
	padding: 15px 0px 15px 20px;	
}
div.member_container1{
	padding:0px;	
}
div.free_user{
	width:100%;
	margin-left:0px;	
}
div.buy{
	width:100%;	
}
div.month{
	font-size:20px;
	line-height:15px;	
}
.border-radius30{
	padding:12px;	
}
.lineheight55 {
    line-height: 71px;
}
.lineheight54_xs{
    line-height: 54px;
}
/**************************************  close membership page  ***************************************/
}
 @media (min-width:641px) and (max-width:667px) {
.menubg {
	min-height: 130px;
}
.container-100 {
	height: auto;
}
.mobileview {
	visibility: visible;
	display: block;/*display: block;padding: 0px !important;*/
}
.pull-right {
	float: left !important;
}
.container {
	padding: 0px;
	width: 100%
}
.wrapper {
	padding: 0% 4%;
	width: 100%;
}
.footer-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
.paddingtop40 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer {
	width: 100%;
	height: 130px;
	overflow: hidden;
	color: #757575;
}
.wrapper3 {
	width: 216px;
}
 .col-xs-12 {
	width: 100% !important;
} 
.menu {
	padding-left: 16px !important;
}
.main-menu ul li a {
	font-size: 18px;
}
.main-menu ul li {
	padding-top: 22px;
}
.online {
	display: block;
}
.wrapper1m {
	display: none;
}
.wrapper1 {
	display: block !important;
}
.wrapper2 {
	width: 186px;
}
.man-bg {
	background: #efefee;
	padding: 0px;
}
.hr {
	display: block;
}
.wrapper1736 {
	display: block;
}
.padding-30 {
	padding-bottom: 0px !important;
}
.padding15 {
	padding-left: 10px !important;
}
.count{display:block;}
/******************************   intermedate page      *************/
.main-menu {
	top: 56px;
}
.upgrade {
	color: #fbca39 !important;
}
.upgrade a {
	color: #fbca39 !important;
}
/**************************************  membership page  ***************************************/
/**************************************  membership page  ***************************************/
.menubg_member{
	min-height:70px !important;	
}
div.membership_head{
	width:90%;	
}
.membership_head h1{
	font-size:25px !important;	
}
div.member-txt{
	font-size:12px;	
}
div.member_container{
	padding:0px;	
}
div.firsttr{
	font-size:9px;
	
}
div.headcolor{
	font-size:15px;	
}
div.white{
	font-size:15px;	
}
div.gray{
	font-size:15px;	
}
ul.member_premium li{
	width:49%;	
}
ul.conditions{
	padding: 15px 0px 15px 20px;	
}
div.member_container1{
	padding:0px;	
}
div.free_user{
	width:100%;
	margin-left:0px;	
}
div.buy{
	width:100%;	
}
div.month{
	font-size:20px;
	line-height:15px;	
}
.border-radius30{
	padding:12px;	
}
div.cost{
	font-size:12px;	
}
div.cost1{
	 font-size:12px;	
}
/**************************************  close membership page  ***************************************/

/**************************************  close membership page  ***************************************/
}
 @media (min-width:668px) and (max-width:767px) {
.menubg {
	min-height: 130px;
}
.mobileview {
	visibility: visible;
	display: block;/*display: block;padding: 0px !important;*/
}
.container-100 {
	height: auto;
}
.pull-right {
	float: left !important;
}
.container {
	padding: 0px;
	width: 100%
}
.wrapper {
	padding: 0% 4%;
	width: 100%;
}
.footer-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
.paddingtop40 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer {
	width: 100%;
	height: 130px;
	overflow: hidden;
	color: #757575;
}
 .col-xs-12 {
	width: 100% !important;
} 
.menu {
	padding-left: 16px !important;
}
.menu li {
	padding: 20px 8px 0px 0px;
}
.online {
	display: block;
}
.wrapper1m {
	display: none;
}
.wrapper1 {
	display: block !important;
}
.man-bg {
	background: #efefee;
	padding-left: 0px;
}
.wrapper3 {
	width: 225px;
}
.wrapper1736 {
	display: block;
}
.padding-30 {
	padding-bottom: 0px !important;
}
.padding15 {
	padding-left: 10px !important;
}
.main-menu {
	top: 56px;
}
.upgrade {
	color: #fbca39 !important;
}
.upgrade a {
	color: #fbca39 !important;
}
.count{display:block;}
/**************************************  membership page  ***************************************/
/**************************************  membership page  ***************************************/
.menubg_member{
	min-height:70px !important;	
}
div.membership_head{
	width:90%;	
}
.membership_head h1{
	font-size:25px !important;	
}
div.member-txt{
	font-size:12px;	
}
/*div.member_container{
	padding:0px;	
}*/
div.firsttr{
	font-size:12px;
	
}
div.headcolor{
	font-size:15px;	
}
div.white{
	font-size:15px;	
}
div.gray{
	font-size:15px;	
}
ul.member_premium li{
	width:49%;	
}
ul.conditions{
	padding: 15px 0px 15px 20px;	
}
div.member_container1{
	padding:0px;	
}
div.free_user{
	width:100%;
	margin-left:0px;	
}
div.buy{
	width:100%;	
}
div.month{
	font-size:20px;
	line-height:15px;	
}
.border-radius30{
	padding:12px;	
}
div.cost{
	font-size:12px;	
}
div.cost1{
	 font-size:12px;	
}
/**************************************  close membership page  ***************************************/
/*********************ACCORDIAN CSS**************************/
.accordion {
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    border-radius: 3px;
    background: #f7f7f7;
}
.accordion-section-content {
	padding:15px !important;
	display:none !important;
}
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}





/************************************************************/
/**************************************  close membership page  ***************************************/
}
 @media (min-width:768px) and (max-width:1024px) {
.container {
	padding: 0px;
	width: 100%
}
div.col-xs-12_xs{
	width:100% !important;	
}
.wrapper {
	padding: 0% 4%;
	width: 100%;
}
.menu li {
	padding: 20px 3px 0px 0px;
}
.footer-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
.paddingtop40 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer {
	width: 100%;
	height: 121px;
	overflow: hidden;
	color: #757575;
}
.main-menu {
	top: 80px;
}
.upgrade {
	color: #fbca39 !important;
}
.upgrade a {
	color: #fbca39 !important;
}
.font12 {
	font-size: 10px;
}
.font {
	font-size: 12px;
}
/**************************************  membership page  ***************************************/
div.month{
	font-size:22px;	
}
/**************************************  close membership page  ***************************************/
}

div.contain{display:none;}

a.grey{background-color:#e2e2e2 !important;}
