/*start precemp*/
.bodyin #slideshow {
	background-position: bottom;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.slider_left_link.slider_left_link_payment a:last-child b:before {
  content: "\f1f1";
  font-family: FontAwesome;
  font-weight:normal;
}
.precemp {
	padding-top: 130px;
	padding-bottom: 55px;
}
.precemp h2 {
	color: #fff;
	text-transform: capitalize;
	font-size: 40px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}
.precemp p {
	z-index: 888;
	position: relative;
	display: inline-block;
	color: #aaa;
	line-height: 1.6;
	font-size: 17px;
	font-weight: 400;
	max-width:600px;
	margin-bottom:20px;
}
.precemp ul {
	max-width: 600px;
	clear: both;
	overflow: hidden;
	display: block;
}
.precemp ul li {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	text-transform: capitalize;
	color:#666;
	display:inline-block;
}
.precemp ul li:last-child:after{
	display:none;
}
.precemp ul li:after{
	content:"|";
	vertical-align:1px;
	display:inline-block;
	margin:0px 10px;
	font-weight:normal;
}
.precemp ul li span{
	color:#aaa;
}
/*end precemp*/
/*start wrap_page*/
.wrap_page {
	padding: 60px 0px;
}
.empty {
	padding:90px 0px;
	text-align: center;
	font-size: 25px;
}
/*end wrap_page*/
/*start categories*/
.news_list_grid{
	clear:both;
	display:block;
}
.news_list_grid li {
	overflow: hidden;
	display: block;
	clear: both;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	padding: 0px 0px 30px;
	margin-bottom: 30px;
}
.news_list_grid li:last-child{
	border-bottom:none;
}
.news_list_grid li img {
	display: block;
	float: left;
	width: 200px;
	height: 190px;
	object-fit: cover;
	object-position: top;
}
.news_list_grid li div {
	margin-left: 230px;
}
.news_list_grid li div h2 {
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
}
.news_list_grid li div p {
	font-size: 15px;
	display: block;
	margin-bottom: 15px;
}
.wrap_page_table {
	display: table;
	width: 100%;
}
.wrap_page_table_left {
	display: table-cell;
	vertical-align:top;
	width: 70%;
}
.wrap_page_table_right {
	display: table-cell;
	width: 30%;
	vertical-align:top;
	padding-left: 50px;
}
.sidebar_loop {
	display: block;
	margin-bottom: 25px;
	overflow: hidden;
}
.sidebar_loop h1 {
	font-size: 18px;
	color: #fff;
	display: block;
	font-weight: 600;
}
.sidebar_loop h1:after {
	content: "";
	width: 60px;
	height: 3px;
	display: block;
	background: #0092e8;
	margin: 9px 0px 20px;
}
.sidebar_loop .news_list_grid li img {
	width: 80px;
	height:80px;
}
.sidebar_loop .news_list_grid li div {
	margin-left: 100px;
}
.sidebar_loop .news_list_grid li h2 {
	font-size: 17px;
	line-height: 1.4;
}
/*end categories*/
/*start pagination*/
.pagination {
	clear: both;
	text-align:center;
	display: block;
}
.pagination li {
	display: inline-block;
	padding: 0px 3px;
}
.pagination li a {
	display: block;
	height: 50px;
	line-height: 50px;
	border: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	padding: 0px 20px;
	font-weight: 600;
}
.pagination li span{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	border: 1px solid rgba(255,255,255,0.1);
	background:rgba(0,0,0,0.2);
	font-weight: 600;
}
.pagination li a:hover{
	background:#0092e8;
	color:#fff;
	border:1px solid #0092e8;
}
/*end pagination*/
/*start single news*/
.post_img {
	overflow: hidden;
	clear: both;
	display: block;
	margin-bottom: 30px;
}
.postin_txt {
	font-size: 16px;
	font-weight: 400;
}
.postin_txt * {
	list-style: initial;
	padding: revert;
	margin: revert;
}
.post_meta {
	margin-bottom: 30px;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	padding-bottom: 25px;
}
.post_meta_cats {
	float: right;
	padding-top: 46px;
}
.post_meta_user{
	float:left;
}
.post_meta_user img {
	float: left;
	width: 86px;
	height: 86px;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.7);
}
.post_meta_user div p {
	display: block;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	margin-bottom: 4px;
}
.post_meta_user div i {
	font-size: 12px;
	display: block;
}
.post_meta_user div {
	margin-left: 105px;
	padding-top: 18px;
}
.post_meta_cats b,.post_tags b {
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}
.post_tags {
	border: 1px solid rgba(255,255,255,0.1);
	padding: 20px;
}
.post_tags a,.post_meta_cats a {
	display: inline-block;
	padding: ;
	margin: 0px 10px;
}
/*end single news*/
/*start insides*/
.contactus {
	width: 750px;
	margin: 0px auto;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.1);
	background: #201940;
}
.contactus h2 {
	font-weight: 600;
	padding: 18px;
	font-size: 19px;
	text-transform: uppercase;
	text-align: center;
	background: #0092e8;
	color: #fff;
}
.contact_table {
	padding: 30px 50px;
}
.contact_table label {
	display: block;
	margin-bottom: 25px;
}
.contact_table label p {
	display: block;
	margin-bottom: 10px;
	color: #bbb;
	font-size: 15px;
}
.contact_table label p b{
	color: #ff0000;
}
.contact_table label input, .contact_table label textarea,.contact_table label input:hover, .contact_table label textarea:hover,.contact_table label input:focus, .contact_table label textarea:focus{
	display: block;
	max-width: 100%;
	width: 100%;
	border: none;
	background-color: rgba(0,0,0,0.3) !important;
	height: 45px;
	line-height: 45px;
	font-family: TitilliumWeb,cairo, sans-serif;
	padding: 0px 15px;
	font-size: 15px;
	transition: none !important;
	color: #fff;
}
.contact_table button {
	display: block;
	width: 100%;
	height: 50px;
	background: #0092e8;
	color: #fff;
	border: none;
	font-family: TitilliumWeb,cairo, sans-serif;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	border-radius: 5px;
	text-transform: uppercase;
}
.contact_table button:hover{
	opacity:0.7;
	background:#27ae60;
}
.contactus.contactuswithlogin {
	width: 500px;
}
.contactus.contactuswithlogin .contact_table {
	padding: 20px;
}
.login_box_check {
	clear: both;
	display: block;
	overflow: hidden;
}
.login_box_check label {
	width: 130px;
	float:right;
}
.login_box_check label input{
	display:none !important;
}
.login_box_check a {
	float: left;
	font-size: 15px;
	text-transform: capitalize;
}
.login_forget {
	clear: both;
	padding: 20px 0px 0px;
	border-top: 1px solid rgba(255,255,255,0.2);
	margin-top: 20px;
	font-size: 15px;
	text-align: center;
}
.login_forget a{
	text-transform:capitalize;
}
.login_form_input label span:before {
	display: none;
}
.login_form_input label span {
	display: block;
	margin-bottom: 10px;
	color: #bbb;
	font-size: 15px;
}
.wrap_page.wrap_page_top.width .contactus.contactuswithlogin {
	margin-top: -200px;
	position:relative;
	z-index:1000;
}
.wrap_page.wrap_page_top.width .profile_table {
	margin-top: -90px;
	position:relative;
	z-index:1000;
}
.checkbox_marker{
	cursor:pointer;
	overflow:hidden;
	line-height:1.4em;
}
.checkbox_marker input:checked + i{
	background:#0092e8;
	text-align:center;
	line-height:11px;
	border:1px solid #0092e8;
	color:#fff;
}
.checkbox_marker input:checked + i:before{
	font-family:FontAwesome;
	content:"\f00c";
	display:inline-block;
}
.checkbox_marker i{
	width:15px;
	height:15px;
	display:inline-block;
	vertical-align:middle;
	font-style:normal;
	margin-right:5px;
	background:#fbfbfb;
	border:1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	-ms-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	-o-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);	
}
.checkbox_marker span{
	vertical-align:middle;
	font-size:15px;
}
.checkbox_marker input{
	display:none;
}
/*end insides*/
/*start success and errors*/
.errors {
	clear: both;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 12px 5px;
	position:relative;
	color: #995d59;
	border-right: 5px solid #e17b70;
	border-left: 1px solid #f4ddd4;
	border-top: 1px solid #f4ddd4;
	border-bottom: 1px solid #f4ddd4;
	box-shadow:0 1px 1px rgba(0,0,0,.04);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);
	-ms-box-shadow:0 1px 1px rgba(0,0,0,.04);
	-o-box-shadow:0 1px 1px rgba(0,0,0,.04);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.04);
}
.errors span {
	display: block;
}
.errors i:hover,.success i:hover{
	opacity:0.8;
}
.errors i,.success i {
	font-family: raleway;
	position: absolute;
	right: 15px;
	top: 11px;
	cursor: pointer;
	font-style:normal;
}
.errors span:before {
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px;
	background: #f4ddd4;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-moz-border-radius: 20px;
	text-align: center;
	vertical-align: 0px;
	line-height: 20px;
}
.success {
	clear: both;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 3px;
	padding:10px 5px;
	color: #869c5c;
	position:relative;
	border-right: 5px solid #8dc953;
	border-left: 1px solid #d9ebc7;
	border-top: 1px solid #d9ebc7;
	border-bottom: 1px solid #d9ebc7;
	box-shadow:0 1px 1px rgba(0,0,0,.04);
}
.success a {
	display: block;
	float: right;
	margin-right: 30px;
	font-size: 11px;
	padding-top: 2px;
}
.success a:hover {
	text-decoration:underline;
}
.success span:before {
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px;
	background: #d9ebc7;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-moz-border-radius: 20px;
	text-align: center;
	vertical-align: 0px;
	line-height: 20px;
}
/*end success and errors*/
/*start password_stren*/
.password_stren {
	clear: both;
	display: block;
}
.password_stren_all {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 10px;
}
.password_stren .btn.typebutton.cancelpassword {
	float: right;
	margin-top: 2px;
}
.password_stren_all div {
	width: 6%;
	height: 7px;
	background: #ccc;
	margin-right: 10px;
	cursor:pointer;
	float: left;
}
.password_stren_all div.pass_week.on {
	background: #f0a54d;
}
.password_stren_all div.pass_ok.on {
	background: #f0c04d;
}
.password_stren_all div.pass_good.on {
	background: #9ef04d;
}
/*end password_stren*/
/*start user mini profile*/
.head_user {
	float: right;
	position: relative;
}
.head_user p{
	display:block;
	cursor:pointer;
	padding:0px 15px;
	height:85px;
	position:relative;
	line-height:100px;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.head_user p.active {
	background: rgba(255,255,255,0.1);
}
.head_user p img {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 8px;
	object-fit: cover;
	object-position: top;
}
.head_user p b {
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	line-height:1.7;
	padding-top: 14px;
}
.head_user p b e {
	display: block;
	color: rgba(255, 255, 255, 0.58);
	font-size: 11px;
}
.head_user p c {
	background: #2bc60c;
	width: 12px;
	height: 12px;
	position: absolute;
	border-radius: 50%;
	left:15px;
	top: 19px;
	border: 3px solid #fff;
}
.head_user_sub {
	position: absolute;
	display:none;
	top: 85px;
	background: #fff;
	box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
	width: 100%;
	min-width:170px;
	right: 0px;
}
.head_user_sub span {
	font-weight: 600;
	font-size: 11px;
	color: #888;
	display: block;
	padding: 10px 10px 5px;
}
.head_user_sub span i {
	vertical-align: -1px;
	margin-right: 4px;
}
.head_user_sub ul li {
	display: block;
}
.head_user_sub ul li a {
	display: block;
	color: #555b6d;
	font-weight: 600;
	font-size: 12px;
	width: 100%;
	padding:10px;
}
.head_user_sub ul li a i {
	display: inline-block;
	margin-right: 5px;
	vertical-align:middle;
	font-size:15px;
	font-weight: normal;
}
.head_user_sub ul li.logout{
	border-top:1px solid #f0f0f0;
}
.head_user_sub ul li.logout a{
	color:#f46a6a;
}
.head_user_sub ul li a:hover{
	background:#f0f0f0;
}
.head_user_sub ul li a b {
	display: block;
	float: right;
	font-size: 9px;
	line-height: 1;
	padding: 4px 3px;
	border-radius: 3px;
	font-weight: 600;
	color: #fff;
	margin-top: 3px;
}
.head_note {
	float: right;
	display: block;
	color: #555b6d;
	position: relative;
}
.head_note p.active{
	background: rgba(255,255,255,0.1);
}
.head_note p{
	padding:0px 15px;
	display:block;
	color:#fff;
	cursor:pointer;
	font-size:22px;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	line-height:79px;
	height:85px;
	position:relative;
}
.red {
    background: #ea554f;
}
.head_note p i {
	-webkit-animation: tada 1.5s ease infinite;
	animation: tada 1.5s ease infinite;
}
.head_note p b {
	position: absolute;
	font-size: 9px;
	color: #fff;
	top: 15px;
	right: 10px;
	border-radius: 50%;
	padding: 3px 5px 4px;
	line-height: 1;
}
.head_note_sub {
	position: absolute;
	display:none;
	top: 85px;
	background: #fff;
	box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
	width:320px;
	right: 0px;
}
.head_note_sub b {
	font-weight: 600;
	font-size: 11px;
	color: #888;
	display: block;
	padding:10px;
}
.head_note_sub b i {
	vertical-align: -1px;
	margin-right: 4px;
}
.head_note_sub_foot {
	padding: 10px;
	border-top: 1px solid #f0f0f0;
	text-align: center;
}
.head_note_sub_foot a {
	font-weight: 600;
}
.head_note_sub_foot a i {
	font-size: 15px;
	vertical-align:-2px;
	margin-right: 5px;
}
.head_note_sub_txt{
	clear:both;
	position:relative;
	margin-bottom:10px;
	overflow:auto;
	height:230px;
}
.head_note_sub_txt li {
	display: block;
	overflow: hidden;
	padding: 10px 15px;
	border-bottom: 1px solid #f5f5f5;
}
.head_note_sub_txt li:last-child{
	border-bottom:none;
}
.head_note_icon {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	float:left;
	font-size: 17px;
	border-radius: 32px;
	overflow: hidden;
}
.head_note_txt {
	margin-left: 50px;
	overflow: hidden;
}
.head_note_txt h2 {
	font-weight: 600;
	color: #495057;
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
}
.head_note_txt h1 {
	font-weight: 400;
	font-size: 12px;
	color: #74788d;
}
.head_note_txt span {
	color: #9a9a9a;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}
.head_note_txt span i{
	vertical-align:-2px;
	margin-right:5px;
}
.head_note_icon i {
	display: block;
	width: 100%;
	height: 100%;
}
.loadinpos{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.loadinpos_page{
	position:fixed;
	background:rgba(0,0,0,0.5);
	left:0;
	top:0;
	width:100%;
	z-index:100000;
	height:100%;
}
.loadinpos .loadblack,.loadinpos_page .loadblack{
	position:absolute;
	background:none;
}
.head_search_sub_txt li img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
	display: block;
	float: right;
}
.head_search_sub_txt li p {
	margin-right: 50px;
	color: #555;
	font-weight: 600;
	font-size: 12px;
}
.head_search_sub_txt li p i {
	font-style: normal;
	display: block;
	color: #647589;
}
.head_search_sub_txt li.empty {
	display: block;
	text-align: center;
	padding: 40px 0px;
	font-weight: 600;
	color: #888;
	font-size: 14px;
}
/*end user mini profile*/
/*start loadpage*/
.tabs_list_banks {
	border: 5px solid #333;
}
.alltabes {
	border: 2px solid #FD5502;
}
.meta_txt label {
	overflow: hidden;
	display: block;
}
.loadblack {
	position: fixed;
	text-align: center;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0,0,0,0.5);
}
.loadblack_center{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	z-index:100;
	position:relative;
	text-align:center;
}
.loadblack_content{
	display:block;
	width:100%;
	text-align:center;
}
.sk-folding-cube {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c7abf;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
/*end loadpage*/
/*start popupbox*/
.popupbox {
	position: fixed;
	text-align: center;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background: rgba(0,0,0,0.5);
}
.popupbox_center{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	z-index:100;
	position:relative;
	text-align:center;
}
.popupbox_content{
	display:block;
	width:100%;
	text-align:center;
}
.popupbox_txt {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	background: rgba(255,255,255,0.95);
	border-radius: 2px;
	overflow: hidden;
}
.popupbox_msg {
	display: block;
	clear: both;
	overflow: hidden;
	text-transform:capitalize;
	margin-bottom: 20px;
	color: #000;
}
.popupbox_msg.errorb {
	color:#e74c3c;
}
.popupbox_msg.successb {
	color:#2ecc71;
}
.popupbox_msg:before {
	font-family: FontAwesome;
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	width: 35px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	-moz-border-radius: 35px;
	color:#fff;
	line-height: 35px;
}
.popupbox_msg.successb:before{
	content:"\f00c";
	border: 1px solid #2ecc71;
	background:#2ecc71;
}
.popupbox_msg.errorb:before{
	content:"\f00d";
	border: 1px solid #e74c3c;
	background:#e74c3c;
}
.popupbox_txt button:hover{
	opacity:0.9;
}
.popupbox_txt button {
	display: inline-block;
	background: #444;
	border: none;
	color: #fff;
	padding: 4px 20px;
	font-size: 12px;
	color: #ddd;
	cursor: pointer;
	text-transform: uppercase;
}
/*end popupbox*/
/*start spinner*/
.load_cover_icon_center{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	z-index:100;
	position:relative;
	text-align:center;
}
.load_cover_icon_content{
	display:block;
	width:100%;
	text-align:center;
}
.spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  margin:0 auto;
  font-size: 10px;
}
.spinner > div {
  background-color:rgba(255,255,255,0.7);
  height: 100%;
  width: 6px;
  display: inline-block; 
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/*end spinner*/
/*start profile table*/
.profile_table{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	direction:ltr;
}
#profile_right {
	display:block;
	width:96px;
	padding: 0 20px 25px 20px;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
	z-index: 100;
	position: -webkit-sticky;
	position: sticky;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
    top:70px;
}
#profile_right2 {
	display:block;
	width:80px;
	direction:rtl;
	padding:36px 16px;
	background: #27ae60;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
	z-index: 100;
	position: -webkit-sticky;
	position: sticky;
	border-radius:5px;
	height: -webkit-max-content;
	height: -moz-max-content;
	margin-bottom:30px;
	margin-top:30px;
	margin-left:20px;
	height: max-content;
    top:100px;
}
#profile_left {
	display: block;
	width: 100%;
}
/*end profile table*/
/*start profile right*/
.profile_right_head{
	width: 50px;
	height: 50px;
	margin:25px auto;
	text-align:center;
	line-height:50px;
	color:#51595e;
	font-size:20px;
	background-color: #0092e8;
	border-radius: 5px;
}
.profile_right_list {
	border-top: 1px solid rgba(100, 117, 137, 0.1);
	padding-top: 25px;
	clear: both;
	display: block;
}
.profile_right_list li {
	display: block;
	position: relative;
}
.profile_right_list li a {
	display: block;
	width: 54px;
	height: 54px;
	margin-bottom: 20px;
	border-radius: 50%;
	position: relative;
	text-align:center;
}
.profile_right_list li a:after {
	content: url(../images/chat_round_shape.png);
	position: absolute;
	right:1px;
	top: -5px;
	transform:rotate(10deg);
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}
.profile_right_list li a:hover:after{
	content: url(../images/chat_round_shape2.png);
	transform:rotate(0deg);
}
.profile_right_list li:last-child a {
	margin-bottom:0px;
}
.profile_right_list li a img {
	width: 44px;
	height: 44px;
	display:inline-block;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}
.profile_right_list li c {
	background: #2bc60c;
	width: 12px;
	height: 12px;
	position: absolute;
	border-radius: 50%;
	left: 0px;
	top: -1px;
	border: 3px solid #fff;
}
/*end profile right*/
/*start profile left*/
.profile_right_head2 {
	margin: 0px auto 20px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.profile_right_list2 {
	border-top:1px solid rgba(255, 255, 255, 0.15);
	padding-top: 25px;
	clear: both;
	display: block;
}
.profile_right_list2 li a{
	display:block;
	width:45px;
	height:45px;
	border-radius:10px;
	margin-bottom:30px;
	background:rgba(255, 255, 255, 0.07);
	line-height:45px;
	text-align:center;
	font-size:17px;
	color:#fff;
}
/*end profile left*/
/*start profile center*/
.profile_pendeing {
	background: #fff3cd;
	border: 1px solid #ffeeba;
	color: #856404;
	overflow: hidden;
	border-radius: .25rem;
	padding: .75rem 1.25rem;
	margin-bottom: 20px;
	box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
.profile_cover {
	height: 350px;
	background-color:#fff;
	margin-bottom:30px;
	background-image:url(../images/extra/banner_user.jpg);
	box-shadow: 0px 8px 7px 0px rgba(3, 137, 201, 0.18);
	border-radius: 5px;
	position: relative;
	overflow:hidden;
	background-position: center center;
	background-size: cover;
}
.profile_box{
	position: absolute;
	left: 40px;
	min-width:250px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 25px 15px 20px;
	background:#ffffff;
	box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.02);
	border-radius:5px;
	display:block;
	overflow:hidden;
}
.profile_content{
	text-align:center;
}
.profile_content_img{
	position: relative;
}
.profile_content_img_img{
	margin: 0 auto;
	overflow:hidden;
	width: 80px;
	height: 80px;
	border-radius:100%;
}
.profile_content_img_img img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}
.profile_content_img_img:after {
	content: url(../images/round_shape1.png);
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -47px;
}
.profile_content h2 {
	font-size: 15px;
	font-weight: 700;
	text-transform:capitalize;
	padding-top: 25px;
}
.profile_content b {
	font-weight: 600;
	letter-spacing:1px;
	color: #647589;
	font-size: 14px;
	display: block;
}
.profile_content p {
	font-weight: 400;
	padding-top: 15px;
	font-size: 11px;
	color: #647589;
	line-height: 1.4;
}
.profile_content p i {
	font-style: normal;
	display: block;
	font-weight: 700;
	font-size: 15px;
	color: #51595e;
}
.profile_content a{
	margin-top:15px;
	display:inline-block;
	background-color: #27ae60;
	border-radius: 5px;
	border: 1px solid #27ae60;
	color: #ffffff;
	font-weight:600;
	padding:0px 20px;
	line-height:40px;
	font-size:14px;
}
.profile_content a:hover {
	color: #27ae60;
	border: 1px solid #27ae60;
	background-color: #ffffff;
	box-shadow: 0px 9px 30px 0px rgba(3, 137, 201, 0.22);
}
.profile_content a i{
	font-weight:normal;
	vertical-align:-2px;
	font-size:17px;
	margin-left:5px;
}
.profile_status .profile_active,.profile_unactive,.profile_active{
	background: #2bc60c;
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 50%;
	left: 10px;
	top: 10px;
}
.profile_unactive{
	background:#ff2f25;
}
.profile_box_buttons{
	position:absolute;
	bottom:30px;
	right:30px;
}
.profile_box_buttons button,.profile_box_buttons a{
	background:#fff;
	border:1px solid #fff;
	font-family:cairo;
	font-size:12px;
	font-weight:700;
	padding:0px 15px;
	color:#27ae60;
	cursor:pointer;
	height:37px;
	line-height:35px;
	display:inline-block;
	border-radius:5px;
	margin-left:4px;
}
.profile_box_buttons button:hover,.profile_box_buttons button.profile_box_buttons_like_active,.profile_box_buttons a:hover{
	color:#fff !important;
	background:#27ae60;
	border:1px solid #27ae60;
}
.profile_box_buttons button.profile_box_buttons_like{
	background:#fff;
	border:1px solid #fff;
	color:#27ae60 !important;
}
.profile_box_buttons button.profile_box_buttons_like_active{
	color:#fff !important;
	background:#27ae60;
	border:1px solid #27ae60;
}
.profile_box_buttons button i,.profile_box_buttons a i{
	font-weight: normal;
	margin-left: 5px;
	font-size: 18px;
	vertical-align: -3px;
}
.profile_box_buttons button.profile_box_buttons_chat,.profile_box_buttons a.profile_box_buttons_chat{
	color:#2bc60c;
}
.profile_box_buttons button.profile_box_buttons_chat i,.profile_box_buttons a.profile_box_buttons_chat i{
	margin:0;
	vertical-align:middle;
}
.profile_box_buttons_like .loadinpos {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	float: left;
	margin-right: 15px;
	margin-top: 19px;
	margin-left: 13px;
}
.profile_box_buttons_like .loadinpos .sk-folding-cube {
	width: 15px;
	height: 15px;
}
/*end profile center*/
/*start profile_menu*/
.profile_menu{
	margin-top:15px;
	border-radius:5px;
	overflow:hidden;
	background:rgba(255, 255, 255, 0.05);
	box-shadow:0 3px 6px rgba(0,0,0,.16);
	padding:20px;
}
.profile_menu ul li {
	float: left;
	padding-right: 10px;
}
.profile_menu ul:last-child{
	float:right;
}
.profile_menu li a{
	background:rgba(255,255,255,0.1);
	border-radius:5px;
	padding:0px 20px;
	display:block;
	line-height:44px;
	text-transform:capitalize;
	color:#fff;
	font-weight:600;
	font-size:15px;
}
.profile_menu li a:hover,.profile_menu li.current a{
	background:#0092e8;
}
.profile_menu li a i {
	margin-right: 5px;
	font-size: 15px;
	vertical-align: -2px;
}
/*end profile_menu*/
/*start profile_lista*/
#profile_lista{
	clear:both;
	display:block;
	display:flex;
}
.profile_lista_right,.profile_lista_right1{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width:33.33%;
	padding-right:25px;
}
.profile_lista_left{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width:66.66%;
}
/*end profile_lista*/
/*start my_content1*/
.profile_lista_right .my_content1{
	position: -webkit-sticky;
	position: sticky;
	top: 85px;
	z-index: 1020;
}
.my_content1.my_content1_single{
	margin-bottom:0;
}
.my_content1 {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 5px;
	margin-bottom:25px;
	box-shadow:0 3px 6px rgba(0,0,0,.16);
}
.my_content1_title {
	padding: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	text-transform:capitalize;
}
.my_content1_title h2 {
	font-weight: 600;
	color: #fff;
	font-size: 18px;
}
.my_content1_txt {
	padding: 25px;
	clear: both;
}
/*end my_content1*/
/*start edit page*/
.meta_box_loop {
	display: block;
	margin-right: -25px;
	margin-left: -25px;
	overflow: hidden;
	padding: 15px 25px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.meta_box_loop:last-child{
	border-bottom:none;
}
.meta_box_loop_right {
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	margin-bottom: 10px;
}
.meta_box_loop_right span:before {
	font-family: FontAwesome;
	font-weight: normal;
	vertical-align: 0px;
	margin-right: 5px;
}
.meta_box_loop_left {
	clear: both;
	display: block;
}
.meta_box_set_image {
    clear: both;
    display: block;
    text-align: center;
}
.meta_box_set_image img {
    max-height: 250px;
}
.meta_box_set_image button {
    display: inline-block;
    background: none;
    border: none;
	text-transform:uppercase;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
.meta_box_set_image button {
    display: inline-block;
    background: none;
    border: none;
    font-family: TitilliumWeb;
    font-size: 12px;
	color:#00b9ee;
    text-decoration: underline;
    cursor: pointer;
}
.meta_box_set_image_img * {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.meta_box_set_image button:hover {
    opacity: 0.8;
}
#profile_left .errors, #profile_left .success {
	margin-top: 15px;
}
.meta_three_input select {
	width: 32%;
	float: right;
}
.meta_three_input select:nth-child(2) {
	margin-right: 2%;
	margin-left: 2%;
}
.my_file_title {
    font-size: 11px;
    padding-top: 2px;
    display: block;
}
.meta_box_set_image button {
    display: inline-block;
    background: none;
    border: none;
    font-family: TitilliumWeb;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}
.meta_box_set_image_img a.show_file_now {
    font-size: 12px;
    text-decoration: underline;
    display: inline-block;
    margin-right: 20px;
}
.meta_box_set_image_img .upload_iframe_video {
    float: none;
    width: 100%;
    margin: 0;
    max-width: 100%;
}
/*end edit page*/
/*start my_likes_list*/
.my_likes_list_all li {
	width: 33.33%;
	overflow: hidden;
	padding: 12px 10px;
	display: inline-block;
	vertical-align:top;
}
.my_likes_list_all li a{
	padding:35px 20px 15px;
	text-align:center;
	border:1px solid #eaeff5;
	background:#fff;
	border-radius: 6px;
	display:block;
	overflow:hidden;
	position: relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.my_likes_list_all li a img {
	display: block;
	margin: 0px auto 15px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	object-position: top;
	box-shadow: 0 0 14px 0 rgba(0,0,0,0.08);
}
.my_likes_list_all li a h2{
	color:#272f46;
	font-weight:600;
	margin-bottom: 4px;
	font-size: 16px;
}
.my_likes_list_all li a h1{
	font-weight: 600;
	font-size: 13px;
	display: block;
	color: #bababa;
}
.my_likes_list_all li a e {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.my_likes_list_all li a e i {
	display: inline-block;
	border: 1px solid #b9c5ce;
	border-radius: 50px;
	margin: 5px;
	font-weight: 500;
	color: #657180;
	font-style: normal;
	padding: 3px 15px;
	font-size: 12px;
}
.my_likes_list_all li a p {
	color: #667488;
	display: block;
	font-size: 13px;
	max-height: 45px;
	overflow: hidden;
}
.my_likes_list_all li a:hover b{
	color:#fff;
	background:#27ae60;
	border-top: 1px solid #27ae60;
}
.my_likes_list_all li a b {
	border-top: 1px solid #eaeff5;
	display: block;
	margin: 15px -20px -15px;
	color: #272f46;
	background: #f2f3f5;
	padding: 17px;
	font-weight: 600;
	font-size: 13px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
/*end my_likes_list*/
/*start pagination*/
.pagination {
	clear: both;
	overflow:hidden;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}
.pagination li {
	display: inline-block;
}
.pagination span, .pagination a {
	border: 1px solid #eee;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #666;
	cursor: pointer;
	font-size: 13px;
	border-radius:3px;
	margin-right: 2px;
	padding:0px 12px;
	margin-left: 2px;
}
.pagination a:hover{
	border:1px solid #27ae60;
	background:#fff;
	color:#27ae60;
}
.empty_full{
	display:block;
	text-align:center;
	padding:80px;
	font-size:20px;
	color:#999;
}
/*end pagination*/
/*start info*/
.my_content1_txt_aboutinfo li {
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}
.my_content1_txt_aboutinfo li i {
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	border-radius: 5px;
	background: #0092e8;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
}
.my_content1_txt_aboutinfo li i:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
}
.my_content1_txt_aboutinfo li p {
	margin-left: 65px;
	overflow: hidden;
}
.my_content1_txt_aboutinfo li p b {
	display: block;
	font-weight:600;
	font-size: 15px;
	margin-bottom: 1px;
}
.my_content1_txt_aboutinfo li p e,.my_content1_txt_aboutinfo li p a{
	display: block;
	color: #bbb;
	font-size: 15px;
	font-weight: 400;
}
.my_content1_txt_aboutinfo.my_content1_txt_aboutinfo1 {
	margin: -25px;
}
.my_content1_txt_aboutinfo.my_content1_txt_aboutinfo1 li p {
	margin: 0px;
}
.my_content1_txt_aboutinfo.my_content1_txt_aboutinfo1 li {
	border-bottom:1px solid rgba(255,255,255,0.1);
	margin-bottom:0;
	padding: 25px;
}
.my_content1_txt_aboutinfo.my_content1_txt_aboutinfo1 li p {
	margin: 0px;
	display: block;
	width: 100%;
}
.my_content1_txt_aboutinfo.my_content1_txt_aboutinfo1 li p b {
	display: block;
	width: 200px;
	float: left;
}
.my_content1_txt_aboutinfo.my_content1_txt_aboutinfo1 li p e {
	margin-left: 200px;
	overflow: hidden;
}
.my_content1_txt_aboutinfo.my_content1_txt_aboutinfo1 li:last-child{
	border-bottom:none;
}
.my_content1_txt_aboutinfo_txt {
	color: #bbb;
	font-size: 14px;
}
.my_content1_txt_aboutinfo_table {
	width: 100%;
	border: 1px solid #0092e8;
}
.my_content1_txt_aboutinfo_table th {
	background: #0092e8;
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
}
.my_content1_txt_aboutinfo_table td {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #0092e8;
	border-left: 1px solid #0092e8;
	font-size: 12px;
	color: #647589;
}
/*end info*/
/*extra*/
.experts button {
    display: block;
    margin: 25px auto;
}
.meta_four_input {
    padding: 15px;
    overflow: hidden;
}
.meta_four_input input {
    width: 22%;
    display: block;
    float: right;
    margin-left: 1%;
}
span.delete_expert {
    width: 8%;
    height: 40px;
    display: block;
    background: #ff2f25;
    float: left;
	box-shadow:0 1px 0 #ccc;
    border-radius: 3px;
    line-height: 40px;
	color:#fff;
	text-align:center;
	font-size:14px;
    cursor: pointer;
}
span.delete_expert:before{
	content:"\f014";
	font-family:FontAwesome;
}
/*extra*/
/*start page_table_list*/
.page_table_list {
	clear: both;
	display: block;
	overflow: hidden;
	margin:-25px;
}
.page_cell_list {
	background: none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 20px;
	overflow: hidden;
	color: #bbb;
}
.page_cell_list:nth-child(2n+2){
	background:rgba(255,255,255,0.1);
}
.page_cell_list.page_cell_list1:nth-child(2n+2){
	background:#fff;
}
.pcl_img {
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 14px 0 rgba(0,0,0,0.08);
}
.pcl_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.pcl_txt {
	margin-left: 75px;
	overflow: hidden;
}
.pcl_txt span {
	color: #fff;
	font-size: 14px;
	display: block;
	vertical-align: middle;
	font-weight: 600;
}
.pcl_txt b {
	font-weight: normal;
	color: #bbb;
	margin-bottom: 2px;
	display: block;
	text-transform: capitalize;
	font-size: 12px;
	margin-top: 2px;
}
.pcl_txt b.pcl_no_title{
	margin-top:4px;
}
.pcl_txt b:before {
	content: "\f007";
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: 0px;
	margin-right: 5px;
}
.pcl_txt i:before {
	content: "\f017";
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: 0px;
	margin-right: 5px;
}
.pcl_txt i {
	font-family: raleway,droid;
	margin-bottom:5px;
	font-size: 11px;
	color: #999;
	display: block;
	font-style: normal;
}
.pcl_txt_p {
	clear: both;
	display: block;
	margin-top: 15px;
	font-size: 15px;
	color: #bababa;
}
.pcl_txt.pcl_txt1 {
	padding-top: 10px;
}
.pcl_txt.pcl_txt1 a {
	display: block;
	background: #0092e8;
	color: #647589;
	padding: 10px 12px;
	font-weight: 700;
	font-size: 13px;
	text-align: center;
}
.pcl_txt.pcl_txt1 a:hover,.page_cell_list.page_cell_list1.notmine .pcl_txt.pcl_txt1 a:hover{
	background: #eee;
}
.page_cell_list.page_cell_list1.notmine {
	background: #fffee6;
	border-bottom: 1px solid #fff7e6;
}
.page_cell_list.page_cell_list1.notmine .pcl_txt.pcl_txt1 a{
	background:#fde9ce;
}
.issue_form {
	clear: both;
	display: block;
	overflow: hidden;
	margin: -25px;
	padding: 50px 25px 25px;
}
.issue_form e {
	display: block;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 15px;
}
.issue_form textarea {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.issue_form.issue_form2 {
	margin: 0px;
}
/*end page_table_list*/
/*start users*/
.search_users {
	overflow: hidden;
	display: block;
	padding:20px 0px 10px;
	width: 100%;
}
.search_users label {
	display: block;
	background: #0092e8;
	position:relative;
	color: #647589;
	overflow: hidden;
	height: 45px;
	line-height:45px;
}
.search_users label input {
	box-shadow: none;
	border: none;
	background: none;
	direction: rtl;
	width: 100%;
	height: 100%;
	font-size: 13px;
	color: #647589;
	padding: 7px 15px 7px 35px;
}
.search_users select {
	float: left;
	background: #0092e8;
	color: #647589;
	font-size: 12px;
	direction: rtl;
	display: block;
	height: 45px;
	border:none;
	min-width:200px;
	line-height:45px;
	margin-right: 20px;
	margin-left: 20px;
	box-shadow:none;
}
.search_users button.btn {
	float: left;
	display: block;
	height:45px;
}
.search_users label button {
	width: 30px;
	height: 30px;
	border: none;
	font-family: FontAwesome;
	background: none;
	cursor: pointer;
	position: absolute;
	left: 5px;
	top: 7px;
	color: #27ae60;
	font-size: 15px;
}
.search_users label button:before {
	content: "\f002";
}
/*end users*/
.btn {
	background: #0092e8;
	border: 1px solid #0092e8;
	font-weight: 600;
	font-family: TitilliumWeb;
	font-size: 15px;
	text-transform:capitalize;
	padding: 4px 10px;
	min-width: 65px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: 0 1px 0 #0092e8;
	text-shadow: 0 -1px 1px #0092e8,-1px 0 1px #0092e8,0 1px 1px #0092e8,1px 0 1px #0092e8;
}
.btn:hover, .btn.typebutton.edit_table:hover, .btn.typebutton.view_table:hover, .btn.typebutton.delte_table:hover {
	opacity: 0.8;
	color:#fff;
}
a:hover, a:active, a:focus, button:hover, button:active, button:focus, select:hover, select:active, select:focus, option:focus, option:hover, option:active, option:focus, option, select, a {
	outline: 0;
}
.btn:focus, .btn:active {
	box-shadow: inset 0 2px 0 #0092e8;
	background: #0092e8;
}
.red{
	background:#ff2f25;
}
.green{
	background:#34c38f;
}
.blue{
	background:#00b9ee;
}
.yellow{
	background:#ff9800;
}
.pruple{
	background:#9c27b0;
}
.foshy{
	background:#ff4081;
}
.brown{
	background:#db8838;
}
.meta_box_loop_left select, .meta_box_loop_left input, .meta_box_loop_left textarea {
	display: block;
	background:#140f2f;
	width: 100%;
	color:#bbb;
}
input,textarea,select {
	background:rgba(0,0,0,0.3);
	padding: 0px 15px;
	height:45px;
	border-radius: 3px;
	border: 1px solid #f0f0f0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	font-family: TitilliumWeb;
	font-weight: 600;
	border:none;
	font-size: 15px;
	position: relative;
	color: #fff;
}
textarea{
	max-width:100%;
	min-height:150px;
	height:auto;
	padding:20px;
}
.meta_three_input select {
	width: 32%;
	float: left;
}
.meta_three_input select:nth-child(2) {
	margin-right: 2%;
	margin-left: 2%;
}
/*=====================================================================================================================================*/
input:focus, textarea:focus, select:focus {
	box-shadow: 0 0px 5px rgba(52,152,219,.97) !important;
}
input:autofill, input:autofill:hover, input:autofill:focus, input:autofill:active,.contact_table label input:autofill:hover,.contact_table label input:autofill:focus,.contact_table label input:autofill:active,.contact_table label input:autofill{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/*=====================================================================================================================================*/
.balance_card_shape_package{
	clear:both;
	display:block;
	margin-bottom:10px;
	overflow:hidden;
}
.balance_card_shape_package_left {
	float: left;
	width: 48%;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 15px;
	margin: 1%;
}
.balance_card_shape_package h4 {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}
.balance_card_shape_package h4 i {
	vertical-align: 0px;
	margin-right: 5px;
}
.balance_card_shape_package h3 {
	font-weight: 400;
	font-size: 20px;
	color: #fff;
}
.balance_card_shape_package h3 i {
	font-style: normal;
	color: #bbb;
	font-size: 13px;
	display: inline-block;
	margin-left: 5px;
}