/* 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: Trebuchet MS, arial;
  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 {
  height: 47px;
  background-color: #0fb36c;
  color: #fff;
  min-width: 970px;
  position: relative;
  padding: 0;
  z-index: 10;
}
/* line 59, ../sass/style.scss */
.wrapper-toolbar .inner-toolbar {
  max-width: 1980px;
  position:relative;
  min-width: 970px;
  margin: auto;
}
/* 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 .posts-list {
    display:none;
    overflow:auto;
}
.wrapper-toolbar .recent-posts.active .btn-posts {
	color:#fff !important;
	}
.wrapper-toolbar .recent-posts .arrow-up {
    display: none;
}
.wrapper-toolbar .recent-posts.active .arrow-down {
    display:none;
}
.wrapper-toolbar .recent-posts.active .arrow-up {
    display:inline-block;
}
.btn-posts {
	font-size:16px;
	display:inline-block;
	line-height:47px;
	margin:0 20px 0 15px;
	height:47px;
	font-weight:bold;
	color:#fff !important;
	}
.recent-posts > i {
	float: right;
    font-size: 16px;
    line-height: 47px;
    padding: 0 20px 0 10px;
    right: 0;
	}
.btn-posts.active {
	color:#fff !important;
	}
.posts-list {
    display:none;
	background-color:#0fb36c;
	line-height:none;
	overflow:hidden;
    position:absolute;
	}
.post-obj {
	margin:0 20px;
	border-top:1px solid #1acc7f;
	}
.post-obj:hover, .post-obj:hover + .post-obj {
	border-color:#0fb36c;
	}
.post-obj a {
	margin:0 -20px;
	color:#fff;
	padding:19px 20px 18px;
	display:block;
	overflow:hidden;
	position:relative;
	text-decoration:none;
	}
.post-obj a:hover {
	background-color:#16945d;
	}
.post-obj .img-obg-post {
	float:left;
	}
.post-obj .img-obg-post img {
	margin: 0 20px 0 0;
    max-height: 75px;
    max-width: 120px;
	}
.post-obj .title-obg-post {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: -2px 0 0;
	padding: 0 0 0 ;
	}
.post-obj .desc-obg-post {
	display: block;
	font-size: 12px;
	line-height: 160%;
	}
/* line 142, ../sass/style.scss */
.visitors li p {
	font-size: 12px;
	margin: 0 0 2px;
	}
.icons-left {
	float: right;
    padding: 5px 0 0 20px;
    width: 195px;
	}
.icons-left .icon {
	position:relative;
	width:42px;
	height:36px;
	margin:0 3px;
	float:left;
	}
.icons-left .icon:last-child {
	/*position:static;*/
	}
.icons-left .icon:hover .tooltip-share {
	display:block;
}
.icons-left .icon .tooltip {
	display:none;
	position:absolute;
	width:166px;
	height:41px;
	top:52px;
	left:50%;
	margin:0 0 0 -83px;
	text-align:center;
	line-height:41px;
	background-color:#0fb36c;
	font-size:12px;
	color:#fff;
	cursor:default;
	z-index:10;
	}
.icons-left .icon .tooltip::after {
	border-color: transparent transparent #0fb36c;
    border-style: solid;
    border-width: 0 8px 8px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin: 0 0 0 -8px;
    position: absolute;
    top: -7px;
    width: 0;
	}








.icons-left .icon > a {
	display:block;
	color:#127449;
	width:36px;
	height:36px;
	text-decoration:none;
	line-height:36px;
	font-size:22px;
	text-align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
.icons-left .icon > a:hover, .icons-left .icon > a.active {
	color:#fff;
	}
.icons-left .icon + .icon > a {
	font-size:24px;
	}
.icons-left .icon + .icon + .icon > a {
	font-size:18px;
	}
.report {
	background-color: #0fb36c;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    padding: 0 20px 35px;
    position: absolute;
    right: 0;
    top: 42px;
    width: 271px;
    z-index: 10;
    display:none;
	}
.title-report {
	font-weight:bold;
	line-height:49px;
	border-top:1px solid #1acc7f;
	}
.report ul {
	margin:0 0 20px;
	border-top:1px solid #1acc7f;
	border-bottom:1px solid #1acc7f;
	}
.report ul li {
	position:relative;
	}
.report ul li + li {
	border-top:1px solid #1acc7f;
	}
.report .iradio {
	display:inline-block;
	cursor:pointer;
	width:10px;
	height:10px;
	margin:-7px 10px 0 0;
	position:absolute;
	top:50%;
	border:2px solid #fff;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	}
.report label {
	box-sizing: border-box;
	cursor: pointer;
	font-size:16px;
	display: inline-block;
	padding: 9px 0 10px 30px;
	width: 100%;
	}
.iradio.checked::after {
	content:'';
	background-color:#fff;
	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;
	}
.report .btn-style-1 {
	background-color:#127449;
	}
.report .btn-style-1:hover {
	background-color:#106439;
	}
/* line 149, ../sass/style.scss */
.open-btn {
	box-sizing: border-box;
	color: #fff;
	text-align:right;
	display: block;
	font-size: 16px;
	height: 47px;
	line-height: 47px;
	padding: 0 20px 0 5px;
	position: absolute;
	right: 0;
	top: 0;
	width: 47px;
	z-index: 1;
	}
/* line 162, ../sass/style.scss */
.open-btn.active {
  color: #fff;
}
/* line 165, ../sass/style.scss */
.wrp-btn {
	text-align: center;
	height: 35px;
	}
.full-menu .wrp-btn {
	margin: 11px 0 20px;
	text-align: right;
	}
/* line 169, ../sass/style.scss */
.btn-style-1 {
	display: inline-block;
	height: 40px;
	padding: 0 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	background-color: #0fb36c;
	text-align: center;
	-moz-transition: all ease .2s;
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
	}

/* line 186, ../sass/style.scss */
.btn-style-1:hover {
	background-color: #1fc37c;
	}
.developer {
	padding:10px 0 5px;
	float:left;
	}
.developer a {
	color:#fff !important;
	font-size:12px;
	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: 329px;
	height: 47px;
	position: relative;
	background-color:#127449;
	}
/* line 201, ../sass/style.scss */
.trust .inner-trust {
	background-color: #127449;
	}
.top0 {
    float: left;
    margin: 0 30px 0 0;
    max-width: 100%;
}
.domain-name .top0 span {
	padding:0;
	}
.domain-name .top0 p {
    line-height: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top0 span {
	display:inline-block;
	font-size:12px;
	padding:7px 0 0;
	}
.top0 p {
	font-size: 16px;
	line-height: 90%;
	}
.top0 .stars {
    padding: 0;
    position: relative;
    top: -3px;
	}
.stars i {
	font-size:16px;
	}










/* line 206, ../sass/style.scss */
.trust .inner-trust > ul {
  padding: 0 15px;
}
/* line 208, ../sass/style.scss */
.trust .inner-trust > ul > li {
	overflow: hidden;
	cursor:default;
	position:relative;
	height:47px;
	}
.trust .inner-trust li > span {
	width: 170px;
	font-size: 12px;
	color:#fff;
	float: left;
	display: inline-block;
	}
.trust .inner-trust .full-menu ul li > span {
	line-height: 49px;
	}
.trust .inner-trust .full-menu ul li {
	display:table;
	width:100%;
	}
.trust .inner-trust .full-menu ul li > p {
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
	width: 100%;
	}
.trust .inner-trust .full-menu .stars {
	line-height:49px;
	}
/* line 232, ../sass/style.scss */
.trust .inner-trust li > ul li {
	border-top: 1px solid #10985d;
	border-bottom: 1px solid #10985d;
	clear: both;
	overflow: hidden;
	height:49px;
	}
.trust .inner-trust li > ul li + li {
	border-top: none;
	border-bottom: 1px solid #10985d;
	}
/* line 239, ../sass/style.scss */
.trust .inner-trust .full-menu {
	height:auto;
	display:none;
	border-bottom: none;
	}
.domain-name {
	display:none;
	background-color: #127449;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
	cursor:default;
    height: 47px;
    overflow: hidden;
    padding: 7px 30px 0 0;
    position: absolute;
    text-overflow: ellipsis;
	width: 100%;
	}
/* line 272, ../sass/style.scss */
.power-by {
  float: right;
  padding: 0 0 0 9px;
}
/* line 294, ../sass/style.scss */
.close-toolbar {
  display: inline-block;
  color:#127449;
  float: left;
  font-size: 16px;
  line-height: 47px;
  height: 47px;
  width: 47px;
  text-align: right;
  text-align:center;
}

/***error toolbar***/
/* line 251, ../sass/style.scss */
.error-message {
  background-color: #000;
  display: table;
  height: 100%;
  width: 670px;
}

.error-message-framedeny {
  background-color: #656565;
  height: 100%;
}

/* line 257, ../sass/style.scss */
.message_popup {
  box-sizing: border-box;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
}


.message_popup_framedeny {
	position: relative;
}

/* line 264, ../sass/style.scss */
.inner_message {
  background-color: #474747;
  box-sizing: border-box;
  font-size: 100%;
  color: #fff;
  margin: auto;
  padding: 5% 3% 8%;
  text-align: center;
  width: 95%;
}
/* line 273, ../sass/style.scss */
.inner_message h1 {
  font-size: 30px;
}
/* line 276, ../sass/style.scss */
.inner_message p {
  font-size: 18px;
  line-height: 170%;
  padding: 6% 3% 8%;
}

/* line 283, ../sass/style.scss */
.group-type-1 a {
  display: inline-block;
  margin: 0 10px;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  font-size: 18px;
  text-decoration: none !important;
  color: #16945d !important;
  background-color: #fff !important;
  -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 300, ../sass/style.scss */
.group-type-1 a + a {
  color: #ed5a11 !important;
}
/* line 303, ../sass/style.scss */
.group-type-1 a:hover {
  text-decoration: underline !important;
}

/***error toolbar end***/



.wrapper-left-menu {
	float:left;
    width: 195px;	
	position:relative;
	cursor:pointer;
	}
.wrapper-left-menu:hover .left-menu {
	/*display:block;*/
	}
.wrapper-left-menu:hover .btn-left-menu {
	color: #fff !important;
	}
.btn-left-menu {
	color: #fff !important;
	display: block;
	float: left;
	font-family:Trebuchet MS;
	font-size: 20px;
	height: 47px;
	line-height: 47px;
	padding: 0 0 0 20px;
	text-align: center;
	text-decoration:none !important;
	}
.btn-left-menu.logo{
	padding: 0 0 0 15px;
}
.btn-left-menu span {
	margin:0 0 0 5px;
	}
.btn-left-menu svg {
	position:relative;
	top:2px;
	}
.left-menu {
	display:none;
	background-color: #0fb36c;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    top: 47px;
    width: 100%;	
	}
.left-menu li:hover span {
	border-color:#16945d;
	}
.left-menu li span {
	border-top:1px solid #1acc7f;
	}
.left-menu a {
	display:block;
	line-height:48px;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	}
.left-menu a span {
	margin:0 20px;
	display:block;
	}
.left-menu a:hover {
	background-color:#16945d;
	}



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




@media only screen and (max-width : 1010px) {
	.trust {
		width: 309px;
		}
}

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

.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%);
}

@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;
	}
}




