/* line 1, ../sass/style.scss */
*, html, body, ul, ol, dl, li, dt, dd {
  margin: 0px;
  padding: 0px;
}

/* line 4, ../sass/style.scss */
html {
  height: 100%;
  overflow: hidden;
}

/* line 7, ../sass/style.scss */
body {
  min-height: 100%;
  position: relative;
  margin: auto;
  font-family: Arial, sans-serif;
  font-size: 16px;
  position: relative;
}

/* line 15, ../sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 18, ../sass/style.scss */
a {
  color: #0090ff;
  outline: none;
}

/* line 22, ../sass/style.scss */
a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 26, ../sass/style.scss */
img {
  border: none;
  display: block;
}

/* line 30, ../sass/style.scss */
li {
  list-style-type: none;
}

/* line 33, ../sass/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 37, ../sass/style.scss */
header, section, footer, nav, article, aside {
  display: block;
}

/* line 40, ../sass/style.scss */
.iframe-toolbar {
  border: medium none;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  width: 100%;
}

/* line 47, ../sass/style.scss */
.iframe-toolbar.active {
  margin: -72px 0 0;
  padding: 72px 0 0;
}

/* line 51, ../sass/style.scss */
.wrapper-toolbar {
  box-sizing:border-box;
  height: 47px;
  background-color: #556aa1;
  color: #5d65ac;
  min-width: 970px;
  position: relative;
  padding: 0;
  z-index: 10;
}
/* line 59, ../sass/style.scss */
.wrapper-toolbar .inner-toolbar {
  max-width: 1970px;
  position:relative;
  height:47px;
  min-width: 980px;
  margin: auto;
  padding:0;
}
/* line 64, ../sass/style.scss */
.wrapper-toolbar .logo-toolbar {
	display: block;
    float: left;
    height: 15px;
    position: relative;
    top: 17px;
    width: 48px;
    z-index: 1;
}
/* line 73, ../sass/style.scss */
.wrapper-toolbar .logo-toolbar .fa {
  float: left;
  line-height: 34px;
}
/* line 87, ../sass/style.scss */
.wrapper-toolbar .recent-posts {
	overflow: hidden;
	cursor:pointer;
	position:relative;
	}
.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;
}
.wrapper-toolbar .recent-posts.active {
	background-color:#2d3f6c;
	}
.wrapper-toolbar .recent-posts:hover .btn-posts {
	color:#fff !important;
	}
.wrapper-toolbar .recent-posts.active .btn-posts {
	 color:#fff !important;
	 }
 .recent-posts.active .btn-posts > i {
	 color:#fff;
	 }
.btn-posts {
    color: #a7b4d2 !important;
    display: inline-block;
    font-size: 15px;
    height: 47px;
    line-height: 45px;
    min-width: 118px;
    margin: 0 15px;
	}
.btn-posts > i {
	margin:0 0 0 10px;
	}
.btn-posts.active {
	color:#fff !important;
	}
.wrapper-toolbar .recent-posts.active .posts-list {
	display: block;
	}
.posts-list {
	background-color: #2d3f6c;
	display: none;
	overflow: auto;
	position: fixed;
	}
.post-obj {

	}
.post-obj a {
	color:#a7b4d2;
	padding:20px;
	display:block;
	overflow:hidden;
	position:relative;
	text-decoration:none;
	}
.post-obj a:hover {
	background-color:#608bff;
	color:#fff;
	}
.post-obj a:hover .img-obg-post img {
	border:1px solid #fff;
	}
.post-obj .img-obg-post {
	float:left;
	}
.post-obj .img-obg-post img {
	margin: 0 16px 0 0;
    max-height: 75px;
	border:1px solid #68769a;
    max-width: 120px;
	}
.post-obj .title-obg-post {
	display: block;
	font-size: 18px;
	margin: -2px 0 5px;
	padding: 0 0 0 ;
	}
.post-obj .desc-obg-post {
	display: block;
	font-size: 15px;
	line-height: 140%;
	}
/* line 142, ../sass/style.scss */
.visitors li p {
	font-size: 12px;
	margin: 0 0 2px;
	}
.icons-left {
	box-sizing: border-box;
	float: right;
	padding: 0 0 0 16px;
	width: 210px;
	}
.icons-left .icon {
	float: left;
	height: 47px;
	position: relative;
	width: 47px;
	}
.icons-left .icon:last-child {
	/*position:static;*/
	}
.icons-left .icon:hover .tooltip-share {
	display:block;
	}
.icons-left .icon .tooltip {
	background-color: #2d3f6c;
	color: #fff;
	cursor: default;
	display: none;
	font-size: 15px;
	height: 52px;
	left: 50%;
	line-height: 52px;
	margin: 0 0 0 -86px;
	position: absolute;
	text-align: center;
	top: 57px;
	width: 172px;
	z-index: 10;
	}
.icons-left .icon > a {
	color: #2d3f6c;
	display: block;
	font-size: 22px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	text-decoration: none;
	width: 47px;
	}
.icons-left .icon > a:hover, .icons-left .icon.active > a {
	color:#fff;
	background-color:#2d3f6c;
	}
/*.icon.active .report {
	display:block;
	}*/
.report {
	display:none;
	background-color: #2d3f6c;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    padding: 0 15px 20px;
    position: absolute;
    right: 10px;
    top: 47px;
    width: 245px;
    z-index: 10;
	}
.title-report {
	line-height:50px;
    font-size: 15px;
	}
.report ul {
	margin:0 0 20px;
	}
.report ul li {
	position:relative;
	border-top:2px dotted #556aa1;
	border-bottom:2px dotted #556aa1;
	}
.report ul li + li {
	border-top:none;
	}
.report .iradio {
	display:inline-block;
	cursor:pointer;
	width:10px;
	height:10px;
	margin:-7px 0 0;
	position:absolute;
	top:50%;
	border:2px solid #a7b4d2;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	}
.report label {
	box-sizing: border-box;
	color: #a7b4d2;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	padding: 10px 0 10px 30px;
	width: 100%;
	}
.iradio.checked::after {
	content:'';
	background-color:#a7b4d2;
	position:absolute;
	display:block;
	width:4px;
	height:4px;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	left:50%;
	top:50%;
	margin:-2px 0 0 -2px;
	}
/* line 149, ../sass/style.scss */
.open-btn {
    box-sizing: border-box;
    color: #a7b4d2;
    display: block;
    font-size: 14px;
    height: 47px;
    line-height: 47px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 53px;
    z-index: 1;
	}
/* line 162, ../sass/style.scss */
.open-btn.active {
  color: #fff;
}
/* line 165, ../sass/style.scss */
.wrp-btn {
	text-align: center;
	}
.full-menu .wrp-btn {
	padding:10px 0 20px;
	}
/* line 169, ../sass/style.scss */
.btn-style-1 {
	display:inline-block;
	height: 40px;
	padding:0 20px;
	background-color:#5376d5;
	box-sizing:border-box;
	line-height: 40px;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	-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-style-1:hover {
	background-color:#608bff;
	}
.developer {
	line-height: 40px;
	text-align: center;
	}
.developer a {
	color:#a7b4d2 !important;
	font-size:15px;
	text-decoration: none;
	}
.developer span {
	display: block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: -2px;
	}
/* line 190, ../sass/style.scss */
.trust {
	float: right;
	width: 416px;
	height: 47px;
	position: relative;
	margin:0 0 0 1px;
	color:#fff;
	}
/* line 201, ../sass/style.scss */
.trust .inner-trust {
	}
.trust.active .inner-trust {
	background-color:#2d3f6c;
	}
.list-info {
	overflow:hidden;
	height:35px;
	position:relative;
	top:6px;
	}
.list-info > div {
	width:110px;
	height:35px;
	color:#fff;
	overflow:hidden;
	background-color:#2d3f6c;
	box-sizing:border-box;
	padding:0 9px;
	position:relative;
	float:left;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
.list-info > div + div {
	margin:0 0 0 6px;
	}
.list-info > div > span {
	position:relative;
	font-size:12px;
	top: 0px;
	z-index:2;
	}
.list-info > div > p {
	position: relative;
    font-size: 13px;
    font-weight: bold;
    top: 0px;
    z-index: 2;
	}
.list-info > div > i {
	color: #46577f;
	font-size: 48px;
	position: absolute;
	right: -10px;
	top: -11px;	
	}





.stars .stars-rait i {
	font-size:14px;
	}
/* line 206, ../sass/style.scss */
.trust .inner-trust > ul {
  padding: 0 20px;
}
/* line 208, ../sass/style.scss */
.trust .inner-trust > ul > li {
	overflow: hidden;
	cursor:default;
	position:relative;
	height:45px;
	}
.trust .inner-trust .full-menu > ul {
	overflow:hidden;
	}
.trust .inner-trust .full-menu > ul > li + li {
	margin:15px 0 0;
	}
	
	
.trust .inner-trust .full-menu .stars .stars-rait > i {
	font-size:15px;
	color:#ffa200;
	}
.trust .inner-trust .full-menu .stars .stars-rait > i.no-star {
	color:#6a799c;
	}
.wrapper-info-1 {
	overflow:hidden;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	padding:6px 10px;
	background-color:#46577f;
	}
.wrapper-info-1 > span {
	font-size:15px;
	display:inline-block;
	margin:0 0 10px;
	}
.wrapper-info-1 > ul > li {
	width:33.33%;
	float:left;
	}
.wrapper-info-1 > ul > li > span {
	font-size:12px;
	}
.wrapper-info-1 > ul > li > p {
	font-size:15px;
	font-weight:bold;
	}
.wrapper-info-1 > ul > li > p > span {
	font-size:12px;
	margin:0 0 0 5px;
	}
.wrapper-info-1 > ul > li > p i {
	margin:0 2px 0 0;
	}
.wrapper-info-1 > ul > li > p > span.w-up {
	color:#ff5b5b;
	}
.wrapper-info-1 > ul > li > p > span.w-down {
	color:#05ba81;
	}

.trust .inner-trust li > ul li + li {
	}
/* line 239, ../sass/style.scss */
.trust.active .inner-trust .full-menu, .trust.active .domain-name {
	display:block;
	}
.trust .inner-trust .full-menu {
	height:auto;
	display:none;
	border-bottom: none;
	}
.trust .inner-trust .full-menu .list-info {
    height: 51px;
}
.trust .inner-trust .full-menu .list-info > div {
	background-color:#46577f;
	height:45px;
	}
.trust .inner-trust .full-menu .list-info > div + div {
    margin: 0 0 0 23px;
}
.trust .inner-trust .full-menu .list-info > div > span {
	top: 4px;
	}
.trust .inner-trust .full-menu .list-info > div > p {
	top: 2px;
	font-size: 13px;
	}	
.trust .inner-trust .full-menu .list-info > div > i {
	color: #667494;
	font-size: 61px;
	right: -13px;
	}
	
	
	
	
		
.domain-name {
	background-color: #2d3f6c;
	box-sizing: border-box;
	color: #fff !important;
	cursor: default;
	display: none;
	font-size: 14px;
	height: 47px;
	line-height: 45px;
	overflow: hidden;
	position: absolute;
	text-overflow: ellipsis;
	top: 0;
	width: 342px;
	z-index: 3;
	}
.domain-name p {
	display:inline;
	}
/* line 272, ../sass/style.scss */
.power-by {
  float: right;
  padding: 0 0 0 20px;
}
/* line 294, ../sass/style.scss */
.close-toolbar {
	color: #2d3f6c;
	display: inline-block;
	float: left;
	font-size: 22px;
	height: 47px;
	line-height: 45px;
	text-align: center;
	width: 47px;
	}
.close-toolbar:hover {
	color:#fff;
	}
/*adding*/
/* line 426, ../sass/content.scss */
.adding-content {
  background-color: #fff;
  box-sizing: border-box;
  min-width: 1000px;
  padding: 0 20px;
}
/* line 429, ../sass/content.scss */
.adding-content .adding-content-2 {
  padding: 36px 0;
  width: 1000px;
  margin: auto;
}
/* line 432, ../sass/content.scss */
.adding-content .adding-content-2 h1 {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
/* line 436, ../sass/content.scss */
.adding-content .adding-content-2 h1 strong {
  font-weight: 600;
}

/* line 442, ../sass/content.scss */
.steps-adding {
  margin: 74px auto 0;
  padding: 0 0 60px;
  position: relative;
  width: 980px;
}
/* line 447, ../sass/content.scss */
.steps-adding li {
  float: left;
  width: 33.33%;
  text-align: center;
}
/* line 451, ../sass/content.scss */
.steps-adding li span {
  position: relative;
  display: block;
  background-color: #fff;
  margin: auto;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: 2px solid #eee1b3;
  text-align: center;
  font-size: 20px;
  color: #eee1b3;
  z-index: 5;
}
/* line 465, ../sass/content.scss */
.steps-adding li p {
  font-size: 18px;
  padding: 27px 0 0;
}
/* line 471, ../sass/content.scss */
.steps-adding li.active span {
  background-color: #eee1b3;
  color: #000;
}

/* line 477, ../sass/content.scss */
.steps-adding::after, .steps-adding::before {
  content: '';
  display: block;
  clear: both;
}

/* line 482, ../sass/content.scss */
.steps-adding::before {
  background-color: #eee1b3;
  height: 2px;
  left: 50%;
  margin: 0 0 0 -344px;
  position: absolute;
  top: 23px;
  width: 688px;
  z-index: 2;
}

/*adding end*/
/**404**/
/* line 494, ../sass/content.scss */
.title404 {
  text-align: center;
  font-size: 96px;
  font-weight: 600;
}

/**404 end**/
/***error toolbar***/
/* line 501, ../sass/content.scss */
.error-message-framedeny {
  background-color: rgba(1,7,23,.7);
  height: 100%;
  position: relative;
}


.error-message {
	background-color: rgba(1,7,23,.7);
	display: table;
	height: 100%;
	width: 610px;
}

.message_popup {
	 box-sizing: border-box;
	 display: table-cell;
	 position: relative;
	 text-align: center;
	 vertical-align: middle;
 }



/* line 514, ../sass/content.scss */
.inner_message {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color: #fff;
	box-sizing: border-box;
	font-size: 100%;
	margin: auto;
	padding: 0 0 3%;
	text-align: center;
	overflow:hidden;
	width: 95%;
	-webkit-font-smoothing: antialiased;
	}
/* line 522, ../sass/content.scss */
.top-info-1 {
	background-color:#d9ebe5;
	padding: 5% 7% 0;
	}

.top-info-1.war-r {
    background-color: #ede1e3;
}

.inner_message h1 {
  font-size: 22px;
}
/* line 526, ../sass/content.scss */
.inner_message .top-info-1 p {
	font-size: 18px;
	line-height: 170%;
	padding: 3% 3% 6%;
	}	
.inner_message > p {
	color: #555;
	font-size: 15px;
	line-height: 170%;
	padding: 4% 3% 0;
	}
.inner_message .group-type-1 {
    margin: 3% 0 0;
}

.b-alert_input {
    height: 21px;
    line-height: 21px;
    margin: 18px 0 0;
    text-align: center;
}

/* line 533, ../sass/content.scss */
.group-type-1 a {
	display:inline-block;
	height: 40px;
	padding:0 20px;
	background-color:#5376d5;
	box-sizing:border-box;
	line-height: 40px;
	font-size: 18px;
	margin:0 5px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	-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;
	}
/* line 551, ../sass/content.scss */
.group-type-1 a:hover {
	background-color: #608bff;
	}
/***error toolbar end***/
.wrapper-left-menu {
	float:left;
    width: 152px;	
	position:relative;
	cursor:pointer;
	margin:0 1px 0 0;
	}
.wrapper-left-menu.active {
	background-color:#2d3f6c;
	}
.wrapper-left-menu.active .left-menu {
	display:block;
	}
.wrapper-left-menu.active .btn-left-menu > i {
	color:#fff;
	}
.wrapper-left-menu.active .btn-left-menu span {
	color:#fff !important;
	}
.wrapper-left-menu:hover .btn-left-menu {
	color: #fff !important;
	}
.btn-left-menu {
	color: #5d65ac !important;
	display: block;
	font-size: 20px;
	height: 47px;
	line-height: 47px;
	padding: 0 0 0 15px;
	text-align: center;
	text-decoration:none !important;
	}
.btn-left-menu > i {
	float:left;
	font-size:22px;
	color:#2d3f6c;
	line-height:47px;
	}
.btn-left-menu > img {
	float:left;
	display:inline;
	margin:0 0 0 20px;
	line-height:47px;
	position:relative;
	top:12px;
	}
.btn-left-menu svg {
	position:relative;
	top:2px;
	}
.left-menu {
	display:none;
	padding:5px 0;
	background-color: #2d3f6c;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    top: 47px;
    width: 201px;	
	}
.left-menu li:hover span {
	border-color:#608bff;
	color:#fff;
	}
.left-menu li span {
	}
.left-menu a {
	display:block;
	line-height:40px;
	font-size:15px;
	text-align:center;
	color:#a7b4d2;
	text-decoration:none;
	}
.left-menu a span {
	margin:0 15px;
	display:block;
	}
.left-menu a:hover {
	background-color:#608bff;
	color: #fff;
	}

.domain-name a {
	color: #fff;
	text-decoration: none !important;
}

.b-site {
    top: 47px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    position: absolute;
}
.b-site__iframe {
    position: absolute;
}

.b-framedeny-alert {
	width: 610px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 3;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.b-modal {
	width: 100%;
	height: 100%;
	z-index:2;
	position:absolute;
	background-color: rgb(1,7,23);
	background-color: rgba(1,7,23,.7);
}

@media only screen and (max-width: 860px) {
	.error-message, .b-framedeny-alert {
	    width: 100%;
	}
}

/*@media screen and (min-width: 860px) and (max-width: 1080px) {
    .wrapper-toolbar .recent-posts {
        overflow: inherit;
        width: 133px;
        float: left;
    }
    .posts-list {
        position:absolute;
    }
}*/

@media screen and (min-width: 1025px) {
	.b-image:before {
		transform: scale(0.28);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: '';
		background-image: inherit;
		background-size: cover;
		background-repeat: inherit;
	}
   .b-image {
	   width: 100%;
	   height: 100%;
	   -webkit-filter: blur(1px);
	   -moz-filter: blur(1px);
	   -o-filter: blur(1px);

	   filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
	   transform: matrix3d(1, 0, 0, 0,
	   0, 1, 0, 0,
	   0, 0, 1, 0,
	   0, 0, 0, 0.28);

   }
}
@media screen and (max-width: 1025px) {
	.b-image {
		width: 100%;
		height: 100%;
		filter: blur(5px);
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
		filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
	}

	.b-framedeny-alert {
		position: fixed;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 3;
		height: auto;
	}
}