*, html, body, ul, ol, dl, li, dt, dd {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	overflow:hidden;
}
body {
	min-height: 100%;
	position: relative;
	margin: auto;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	color: #0090ff;
	outline: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
img {
	border: none;
	display: block;
}
li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header, section, footer, nav, article, aside {
	display: block;
}
.b-site {
	top: 47px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	position: absolute;
	}
.wrapper-toolbar {
	box-sizing:border-box;
	height: 47px;
	background-color: #1da1f2;
	color: #fff;
	min-width: 970px;
	position: relative;
	padding: 0;
	z-index: 10;
}
.wrapper-toolbar .inner-toolbar {
	height: 47px;
	margin: auto;
	max-width: 1970px;
	min-width: 940px;
	padding: 0 30px;
	position: relative;
}
.logo {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 3px;
	position: relative;
	top: 4px;
}
.logo img {
	width: 142px;
}
.logo .logo-title-1 {
	color: #282828;
	display: inline-block;
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 19px;
	position: relative;
	top: 4px;
}
.logo .logo-title-2 {
	background-color: #fff;
	color: #1da1f2;
	display: inline-block;
	font-size: 13px;
	height: 15px;
	line-height: 15px;
	padding: 0 3px;
}
.wrapper-toolbar .logo-toolbar {
	display: block;
	float: left;
	height: 15px;
	position: relative;
	top: 17px;
	width: 48px;
	z-index: 1;
}
.wrapper-toolbar .logo-toolbar .fa {
	float: left;
	line-height: 34px;
}
.wrapper-toolbar .recent-posts {
	cursor: pointer;
	overflow: hidden;
}
.wrapper-toolbar .recent-posts:hover .btn-posts {
	color:#fff !important;
}
.wrapper-toolbar .recent-posts.active .btn-posts {
	color:#fff !important;
}
.wrapper-toolbar .recent-posts.active .fa-chevron-down, .wrapper-toolbar .recent-posts .fa-chevron-up {
	display: none;
}
.wrapper-toolbar .recent-posts.active .fa-chevron-up, .wrapper-toolbar .recent-posts .fa-chevron-down {
	display: inline-block;
}
.recent-posts.active .btn-posts > i {
	color:#fff;
}
.btn-posts {
	color: #fff !important;
	display: block;
	font-size: 14px;
	height: 47px;
	line-height: 47px;
	margin: 0 0 0 30px;
}
.btn-posts > span {
	font-size:13px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#0a5482;
	line-height:30px;
	display: inline-block;
	line-height: 30px;
	padding:0 12px 0 18px;
}
.btn-posts:hover > span {
	text-decoration:underline;
}
.btn-posts > span > i {
	margin:0 0 0 10px;
	font-size:10px;
}
.btn-posts.active {
	color:#fff !important;
}
.wrapper-toolbar .recent-posts.active .posts-list {
	display: block;
}
.posts-list {
	position:absolute;
	background-color: #0a5482;
	display: none;
	overflow: auto;
	padding:10px 0;
	-moz-box-shadow:0 4px 7px -6px #000 inset;
	-webkit-box-shadow:0 4px 7px -6px #000 inset;
	box-shadow:0 4px 7px -6px #000 inset;
}
.post-obj {
	padding: 0 15px;
}
.post-obj a {
	color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 15px 0;
	text-decoration: none;
}
.post-obj a:hover .title-obg-post {
	text-decoration:underline;
}
.post-obj a:hover .img-obg-post img {
	opacity:.9;
}
.post-obj .img-obg-post {
	float:left;
}
.post-obj .img-obg-post img {
	margin: 0 16px 0 0;
	max-height: 75px;
	max-width: 120px;
}
.post-obj .title-obg-post {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: -2px 0 5px;
}
.post-obj .desc-obg-post {
	display: block;
	font-size: 14px;
	font-weight:lighter;
	line-height: 140%;
}
.visitors li p {
	font-size: 12px;
	margin: 0 0 2px;
}
.icons-left {
	float:right;
	position:relative;
	padding:0 0 0 20px;
}
.icons-left .icon {
	float: left;
	height: 47px;
	position: relative;
	width: 40px;
}
.icons-left .icon:last-child {
	position:static;
}
.icons-left .icon > a {
	color: #fff;
	display: block;
	font-size: 21px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	text-decoration: none;
	width: 40px;
}
.icons-left .icon > a:hover, .icons-left .icon.active > a {
	background-color:#0a5482;
}
.icon.active .report {
	display:block;
}
.report {
	display:none;
	-moz-box-shadow:0 4px 7px -6px #000 inset;
	-webkit-box-shadow:0 4px 7px -6px #000 inset;
	box-shadow:0 4px 7px -6px #000 inset;
	background-color: #0a5482;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	padding: 25px 25px 34px;
	position: absolute;
	right: 0;
	top: 47px;
	width: 233px;
	z-index: 10;
}
.title-report {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 14px;
}
.report ul {
	margin: 0 0 24px;
}
.report ul li {
	position:relative;
}
.report ul li + li {
	margin:15px 0 0;
}
.report .iradio {
	border: 1px solid #cedde6;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	position: absolute;
	top: 1px;
	width: 15px;
}
.report label {
	box-sizing: border-box;
	color: #c9d3dd;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 0 0 0 30px;
	font-weight:lighter;
	width: 100%;
}
.report .wrp-btn {
	padding:0;
}
.report .wrp-btn .btn-style-1 {
	width:100%;
	box-sizing:border-box;
}
.iradio.checked::after {
	background-color: #cedde6;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	content: "";
	display: block;
	height: 5px;
	left: 50%;
	margin: -2.5px 0 0 -2.5px;
	position: absolute;
	top: 50%;
	width: 5px;
}
.open-btn {
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 47px;
	line-height: 47px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 40px;
	z-index: 1;
}
.open-btn.active {
	color: #fff;
}
.wrp-btn {
	padding:22px 0 0;
	clear:both;
	text-align:center;
}
.btn-close {
	display:block;
	width:50px;
	box-sizing:border-box;
	height:50px;
	line-height:44px;
	text-align:center;
	color:#fff;
	border:2px solid #fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-transition: all ease .2s;
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
}
.btn-close:hover {
	background-color:#fff;
	color:#5494f1;
}
.btn-style-1 {
	background-color: #1da1f2;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	text-decoration:none !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.btn-style-1:hover {
	opacity:.8;
}
.trust {
	color: #fff;
	float: right;
	height: 47px;
	position: relative;
}
.trust.active .full-menu {
	cursor:inherit;
	background-color:#0a5482;
}
.trust .inner-trust > ul > li {
	overflow: hidden;
	cursor:pointer;
	position:relative;
	padding: 0 35px 0 15px;
	height:47px;
}
.trust.active .inner-trust .full-menu {
	display:block;
}
.trust .inner-trust .full-menu {
	-moz-box-shadow:0 4px 7px -6px #000 inset;
	-webkit-box-shadow:0 4px 7px -6px #000 inset;
	box-shadow:0 4px 7px -6px #000 inset;
	padding:30px 25px 34px 25px;
	height:auto;
	display:none;
	border-bottom: none;
}
.list-info {
	overflow: hidden;
	position: relative;
	top: 7px;
}
.list-info > .list-part {
	float:left;
	margin:0 5px;
}
.indi-part {
	width:146px;
	border:1px solid #fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	height:30px;
}
.indi-part > i {
	width:30px;
	text-align:center;
	float: left;
	font-size: 30px;
	padding: 0 5px;
}
.indi-part > span {
	display: block;
	font-size: 13px;
	overflow: hidden;
}
.power-by {
	float: right;
	padding: 0 0 0 20px;
}
.close-toolbar {
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 16px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	width: 47px;
}
.close-toolbar:hover {
	opacity:.7;
}
.wrapper-left-menu {
	cursor: pointer;
	float: left;
	position: relative;
}
.wrapper-left-menu.active .left-menu {
	display:block;
}
.wrapper-left-menu.active .btn-left-menu span {
	color:#fff !important;
}
.wrapper-left-menu:hover .btn-left-menu {
	color: #fff !important;
}
.btn-left-menu {
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #1da1f2 !important;
	display: inline-block;
	font-size: 14px;
	height: 37px;
	line-height: 37px;
	position: relative;
	text-align: center;
	top: 5px;
	float:left;
	width: 37px;
}
.btn-left-menu > i {
	font-size:17px;
	color:#1da1f2;
	line-height:37px;
}
.btn-left-menu svg {
	position:relative;
	top:2px;
}
.left-menu {
	background-color: #0a5482;
	box-sizing: border-box;
	-moz-box-shadow:0 4px 7px -6px #000 inset;
	-webkit-box-shadow:0 4px 7px -6px #000 inset;
	box-shadow:0 4px 7px -6px #000 inset;
	display: none;
	left: -30px;
	padding: 10px 0;
	position: absolute;
	top: 47px;
	width: 230px;
}
.left-menu a {
	display:block;
	padding:0 30px;
	line-height:38px;
	font-size:16px;
	color:#fff;
	text-decoration:none;
}
.left-menu a:hover {
	text-decoration:underline;
}
.w-progress-line {
	width:170px;
	overflow:hidden;
	padding: 0 2px;
}
.progress-line {
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	height: 12px;
	position: relative;
	background: #bbe51c;
	/* Old browsers */
	background: -moz-linear-gradient(left, #bbe51c 0%, #db1f16 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #bbe51c 0%, #db1f16 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #bbe51c 0%, #db1f16 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbe51c', endColorstr='#db1f16',GradientType=1 );
	/* IE6-9 */
}
.progress-line > div {
	display: inline-block;
	width: 8px;
	height: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	top: 0;
	border: 2px solid #0a5482;
}
.progress-line .border-rad-left {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #BBE51C;
	position: absolute;
	left: -2px;
	top: 4px;
}
.progress-line .border-rad-right {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #DB1F16;
	position: absolute;
	right: -2px;
	top: 4px;
}
.progress-line .top-line-fff::after {
	background-color: #0a5482;
	content: "";
	display: block;
	height: 4px;
	left: 8px;
	position: absolute;
	top: -2px;
	width: 2450%;
	z-index: 1;
}
.progress-line .top-line-fff::before {
	background-color: #0a5482;
	content: "";
	display: block;
	height: 4px;
	right: 8px;
	position: absolute;
	top: -2px;
	width: 2450%;
	z-index: 1;
}
.progress-line .bottom-line-fff::after {
	background-color: #0a5482;
	content: "";
	display: block;
	height: 4px;
	left: 8px;
	position: absolute;
	bottom: -2px;
	width: 2450%;
	z-index: 1;
}
.progress-line .bottom-line-fff::before {
	background-color: #0a5482;
	content: "";
	display: block;
	height: 4px;
	right: 8px;
	position: absolute;
	bottom: -2px;
	width: 2450%;
	z-index: 1;
}
.progress-line .middle1-line-fff::after {
	background-color: #0a5482;
	bottom: -2px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	right: -1px;
	width: 4px;
	z-index: 2;
}
.progress-line .middle1-line-fff::before {
	background-color: #0a5482;
	bottom: -2px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	right: 5px;
	width: 4px;
	z-index: 2;
}
.progress-line .middle2-line-fff::after {
	background-color: #0a5482;
	top: -2px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	right: -1px;
	width: 4px;
	z-index: 2;
}
.progress-line .middle2-line-fff::before {
	background-color: #0a5482;
	top: -2px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	right: 5px;
	width: 4px;
	z-index: 2;
}
.wrapper-rows {
	overflow:hidden;
}
.wrapper-info-bottom {
	margin:25px 0 0;
}
.title-row-2 {
	font-size:16px;
	font-weight:bold;
	margin:0 0 14px;
}
.info-row-2 {
	font-size:14px;
	margin:0 0 10px;
}
.info-row-2 li + li {
	margin:16px 0 0;
}
.no-table-type-1 p + p {
	margin:16px 0 0;
}
.table-type-1 {
	display:table;
}
.table-type-1 > div {
	display:table-cell;
	width:115px;
}
.table-type-1 > div > p + p {
	margin:16px 0 0;
}
.table-type-1 > div + div {
	width:auto;
}
.box-content {
	border: 1px solid;
	box-sizing: border-box;
	clear: both;
	padding: 14px 30px;
	position: relative;
}
.box-content.blue {
	border-color: #e9e9e9;
}
.type-add-1 {
	font-size: 14px;
}
.gb-indicators {
	font-size:14px;
	padding: 2px 0 0;
}
.gb-indicators > li {
	color:#fff;
}
.gb-indicators > li > p {
	font-size: 20px;
	font-weight: bold;
}
.gb-indicators > li > span {
	display: inline-block;
	margin: 0 0 2px;
}
.gb-indicators > li + li {
	margin: 15px 0 0;
}
.prov {
	font-size:14px;
	margin:12px 0 0;
}
.domain-name {
	display: none;
	box-sizing: border-box;
	color: #fff !important;
	line-height: 45px;
	cursor: default;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 219px;
	z-index: 1;
}
.domain-name a {
	color: #fff;
	text-decoration: none !important;
}

.trust.active .domain-name {
	display: block;
}
.trust.active .list-info {
	display: none;
}

@media only screen and (min-width: 0) and (max-width: 1210px) {
	.list-info > .list-part {
		display:none;
	}
	.list-info > .list-part + .list-part {
		display:block;
	}
}
@media only screen and (min-width: 0) and (max-width: 1060px) {
	.wrapper-toolbar .inner-toolbar {
		padding: 0 10px;
	}
	.list-info > .list-part + .list-part {
		display:none;
	}
	.list-info > .list-part + .list-part + .list-part {
		display:block;
	}
}