div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}
.article-detail .page-heading {
	font-size: 30px;
	margin: 15px 0;
	line-height: normal;
	text-align: center;
}
#logo img.light{
	width: 100%;
}

.register-box {
	margin: 30px 0;
	display: inline-block;
	width: 100%;
}

form.f>ul {
	margin: 0;
	padding: 0;
}

form.f>ul>li {
	margin-bottom: 10px;
	list-style: none;
}

label.required{
	color: #000;
}
ul.errors li{
	padding: 7px;
	color: red;
}
.loginFb {
	background-color: #3B5998;
	color: #FFF;
	display: inline-block;
	/*height: 28px;*/
	/*line-height: 28px;*/
	width: 96px;
	/*margin: 10px 0 20px 100px;*/
	text-align: center !important;
}
.loginFb i {
	margin: 0 5px 0 0;
	color: #fff;
}
.loginGg {
	background-color: #E02F2F;
	color: #FFF;
	display: inline-block;
	/*height: 28px;*/
	/*line-height: 28px;*/
	width: 96px;
	margin: 0 0 0 10px;
	text-align: center !important;
}
.loginGg i {
	margin: 0 5px 0 0;
	color: #fff;
}

p.toggle.tp_text_color {
	padding: 5px 15px;
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	margin: 0;
	border: 1px solid #e9e9e9;
	position: relative;
}
p.toggle.tp_text_color i{
	position: absolute;
	top: 12px;
	right: 7px;
}
.language ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #d3d3d3;
	text-align: center;
	padding: 0;
	display: none;
	z-index: 90;
	width: 100%;
	list-style: none;
	margin: 0;
	text-align: left;
}

.language img {
	margin-right: 3px;
	width: 15px;
}

.language-hd .language ul li a {
	color: #000;
	font-size: 11px;
	padding: 5px;
	display: block;
	text-decoration: none;
}

.language {
	width: 120px;
	float: right;
	margin-top: 33px;
}

.language_list_remove{
	left: initial !important;
	border: none !important;
	width: 13% !important;
	top: 75% !important;
	display: block !important;
}

p.toggle.tp_text_color.text-black{
	color: #000;
}