@font-face {
	font-family: "LatoRegular";
	src: url("fonts/LatoRegular/LatoRegular.eot");
	src: url("fonts/LatoRegular/LatoRegular.eot?#iefix") format("embedded-opentype"),
	url("fonts/LatoRegular/LatoRegular.woff") format("woff"),
	url("fonts/LatoRegular/LatoRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
	font-display: block;
}

@font-face {
	font-family: "LatoBold";
	src: url("fonts/LatoBold/LatoBold.eot");
	src: url("fonts/LatoBold/LatoBold.eot?#iefix") format("embedded-opentype"),
	url("fonts/LatoBold/LatoBold.woff") format("woff"),
	url("fonts/LatoBold/LatoBold.ttf") format("truetype");
	font-style: normal;
	font-display: block;
	font-weight: normal;
}

html,
body {
	height: 100%;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 320px;
}

input,
button {
	outline: none;
}

.clearfix {
	clear: both;
	height: 0;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 100px;
	background: #2c373b;
}

.header-block {
	margin: 0 auto;
	max-width: 1230px;
}

.logo {
	float: left;
	margin: 12px 0 0 24px;
}

.country {
	float: right;
	margin: 34px 24px 0 0;
	font-size: 18px;
	font-family: "LatoBold", Helvetica, Arial, sans-serif;
	position: relative;
}

.country span {
	color: #707e81;
}

.btn-contry {
	border: 2px solid #637174;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 6px 15px;
	color: #e5e5e5;
}

.btn-contry:hover {
	border: 2px solid #707e81;
	text-decoration: none;
	color: #fff;
}

.btn-contry img {
	margin: 0 10px 0 0;
}

.hover {
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.contry-menu {
	display: none;
	position: absolute;
	right: 2px;
	top: 22px;
	background: #fff;
	color: #000;
	padding: 15px;
	margin: 0;
	list-style: none;
	-webkit-box-shadow: 0 10px 33px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 10px 33px -10px rgba(0,0,0,0.75);
	box-shadow: 0 10px 33px -10px rgba(0,0,0,0.75);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.contry-menu.open {
	display: block;
}

.contry-menu a {
	font-size: 14px;
	font-weight: normal;
}

.contry-menu a img {
	margin: 0 5px 0 0;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	margin: 0 auto;
	max-width: 1230px;
	padding: 0;
	position: relative;
}

.middle:after {
	display: table;
	clear: both;
	content: '';
}

.container {
	width: 100%;
	float: left;
	overflow: hidden;
}

.content {
	padding: 0 24px;
}

.full .content {
	padding: 0 360px 0 0;
}

.right-sidebar {
	float: right;
	width: 300px;
	margin: 0 30px 0 -100%;
	position: relative;
}

.fon-block {
	background: rgba(0, 229, 179, 1);
	background: -moz-linear-gradient(left, rgba(0, 229, 179, 1) 0%, rgba(0, 192, 213, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 229, 179, 1)), color-stop(100%, rgba(0, 192, 213, 1)));
	background: -webkit-linear-gradient(left, rgba(0, 229, 179, 1) 0%, rgba(0, 192, 213, 1) 100%);
	background: -o-linear-gradient(left, rgba(0, 229, 179, 1) 0%, rgba(0, 192, 213, 1) 100%);
	background: -ms-linear-gradient(left, rgba(0, 229, 179, 1) 0%, rgba(0, 192, 213, 1) 100%);
	background: linear-gradient(to right, rgba(0, 229, 179, 1) 0%, rgba(0, 192, 213, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5b3', endColorstr='#00c0d5', GradientType=1);
}

.fon {
	background: url(../images/bg.png) left center repeat;
	color: #fff;
	font-size: 18px;
	font-family: "LatoBold", Helvetica, Arial, sans-serif;
}

.fon .title {
	margin: 0 auto;
	max-width: 1230px;
	padding: 14px 24px;
	background: url(../images/bg-r.png) 100% bottom no-repeat;
}

.fon h1 {
	margin: 0;
	font-size: 36px;
}

.fon p {
	margin: 0;
}

.sort-block {
	background: #fff;
	border-bottom: 1px solid #ebebeb;
}

.sort-block .chosen-container {
	margin: 0 6px 0 0;
}

.sort {
	margin: 0 auto;
	max-width: 1230px;
	padding: 0 24px;
}

.sort-icon {
	position: absolute;
	left: 13px;
	top: 0;
	border-right: 1px solid #ebebeb;
}

.filter-box {
	float: left;
	position: relative;
	padding: 13px 13px 13px 73px;
	visibility: hidden;
}

.sort-icon span {
	border: 3px solid #eaeaea;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 36px;
	width: 36px;
	display: block;
	margin: 10px 10px 10px 0;
}

.sort-icon i {
	font-size: 21px;
	color: #d3d3d3;
	position: relative;
	top: 5px;
	left: 6px
}

.search-block {
	float: right;
	margin: 10px 0 0 0;
}

.btn-dark {
	height: 30px;
	line-height: 30px;
	background: #535d5f;
	padding: 0 15px;
	color: #fff;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.input-search {
	height: 36px;
	line-height: 36px;
	width: 300px;
	background: #fff;
	padding: 0 46px 0 15px;
	color: #787878;
	border: 1px solid #ececec;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	float: left;
}

.btn-search {
	float: left;
	margin: 0 0 0 -36px;
	height: 36px;
	width: 36px;
	line-height: 36px;
	font-size: 18px;
	background: #535d5f;
	color: #fff;
	border: 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.main-table {
	border-collapse: separate;
	width: 100%;
	border-spacing: 0 16px;
	text-align: center;
	margin: 0 0 30px;
}

.main-table img {
	max-width: 100%;
	max-height: 70px;
}

.main-table th {
	background: #ebebeb;
	padding: 10px;
	font-size: 12px;
	font-weight: bolder;
	color: #5f5f5f;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
	position: relative;
}

.main-table th:nth-child(2) {
	font-size: 20px;
}

.main-table th:nth-child(5),
.main-table th:nth-child(8) {
	font-size: 14px;
}

.main-table tr {
	background: #fff;

}

.main-table td {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 10px;
	position: relative;
}

.main-table td .line,
.main-table th .line {
	position: absolute;
	display: block;
	background: #ebebeb;
	width: 1px;
	top: 10px;
	right: 0;
	bottom: 10px;
}

.main-table th .line {
	background: #d3d3d3;
}

.main-table td:last-child .line,
.main-table th:last-child .line {
	display: none;
}

.main-table td:first-child {
	border-left: 1px solid #ebebeb;
}

.main-table td:last-child {
	border-right: 1px solid #ebebeb;
}

.b-logo {
	width: 250px;
}
.b-logo a{
	font-size: 20px;
    color: #5f5f5f;
    font-weight: 600;
}
.pos {
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 3px solid #535d5f;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	font-family: "LatoBold", Helvetica, Arial, sans-serif;
}

.bal-box {
	width: 84px;
	display: inline-block;
}

.bal i {
	display: inline-block;
	width: 84px;
	height: 58px;
	position: relative;
	text-align: center;
	line-height: 58px;
}

.bal i:before {
	font-size: 60px;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -26px;
	color: #c5c5c5;
}

.bal i.gold:before {
	color: #ffad2d;
}

.bal i b {
	position: relative;
	font-size: 27px;
	color: #fff;
	font-family: "LatoBold", Helvetica, Arial, sans-serif;
	top: 2px;
}

.full .bal i b {
	top: 1px;
}

.bal a {
	display: block;
	background: #00c9cc;
	color: #fff;
	padding: 1px 0;
	font-size: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bal a:hover {
	text-decoration: none;
	background: #00d9dc;
}

.btn-tosite {
	display: inline-block;
	background: #00c7e4;
	color: #fff;
	height: 40px;
	width: 160px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	overflow: hidden;
}

.btn-tosite i {
	font-size: 28px;
	position: relative;
	top: 5px;
	margin: 0 5px 0 0;
}

.btn-tosite:hover {
	background: #00e1ff;
	color: #fff;
	text-decoration: none;
}

.commnt-full {
	padding: 0 0 0 24px;
}

.comments {
	width: 52%;
	float: left;
	padding: 0 40px 0 0;
	font-size: 16px;
}

.comments h3 {
	margin: 0 0 10px;
}

.btn-addcomm {
	font-size: 16px;
	height: 46px;
	line-height: 44px;
	width: auto;
	margin: 10px 0 0 0;
}

.full .comments {
	width: 100%;
	float: left;
	padding: 0;
	font-size: 16px;
	margin: 0 0 40px;
}

.comment-block {
	background: #fcfcfc;
	border: 4px solid #ebebeb;
	padding: 15px;
	margin:  0 0 15px;
}

.comment-block p {
	padding: 0 0 0 65px;
}

.comment-block img {
	float: left;
}

.sub-comm {
	padding: 10px 0 0 65px;
}
.sub-comm .comment-block {
	background: #F5F5F5;
	border: 0;
}

.title-comm {
	margin: 0 0 5px;
}

.title-comm .fa-thumbs-up {
	color: #33df2b;
	font-size: 22px;
}

.title-comm .fa-thumbs-down {
	color: #f13737;
	font-size: 22px;
}

.title-comm b {
	font-weight: normal;
	color: #c0c0c0;
	font-size: 14px;
	margin: 0 10px;
}

.title-comm .answer {
	display: inline-block;
	background: #C5C5C5;
	color: #fff;
	padding: 1px 5px;
	font-size: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.title-comm .answer:hover {
	background: #d4d4d4;
	text-decoration: none;
}

.text-comm {
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	color: #888;
}

.all-comm {
	float: right;
	font-size: 18px;
	text-decoration: underline;
	margin: 0 5px 0 0;
	color: #0097ad;
}

.all-comm:hover {
	text-decoration: none;
}

.about-block {
	display: block;
	padding: 0 40px 0 0;
	font-size: 16px;
	margin: 30px 0 40px;
}

.about-block h2 {
	font-size: 36px;
	margin: 0 0 30px;
}

.experts {
	background: #f7f7f7;
	border: 4px solid #ebebeb;
	padding: 15px 20px;
	width: 48%;
	float: left;
}

.experts .title {
	font-family: "LatoBold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 12px;
}

.exp-col-box {
	padding: 0 0 10px;
}

.exp-col {
	width: 50%;
	float: left;
}

.exp-col p {
	padding: 0 40px 0 5px;
}

.exp-col img {
	float: right;
}

.exp-col .exp-desc {
	color: #535d5f;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}

.exp-col .date {
	color: #c0c0c0;
}

.link-block {
	border-top: 1px solid #ebebeb;
	text-align: right;
	margin: 0;
	padding: 14px 0 0;
}

.link-block a {
	display: inline-block;
	vertical-align: middle;
}

.btn-read-review {
	font-size: 18px;
	text-decoration: underline;
	margin: 0 30px 0 0;
	color: #0097ad;
}

.btn-read-review:hover {
	text-decoration: none;
	color: #007d93;
}

.title-pm {
	color: #00c7e4;
	font-size: 24px;
	margin: 0 0 4px;
}

.exp-col ul {
	padding: 0;
	margin: 0 5px;
}

.exp-col ul li {
	list-style: none;
	padding: 2px 20px 2px 34px;
}

.exp-col ul i {
	font-size: 20px;
	float: left;
	margin: 0 0 0 -26px;
}

.ul-plus i {
	color: #00d60f;
}

.ul-min i {
	color: #e03636;
}

.speedbar {
	font-size: 22px;
	font-family: "LatoBold", Helvetica, Arial, sans-serif;
	padding: 15px 0;
}

.speedbar a {
	color: #fff;
}

.round-home {
	display: inline-block;
	width: 38px;
	height: 38px;
	border: 2px solid #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	line-height: 36px;
	font-size: 24px;
	margin: 0 15px 0 0;
}

.content-box {
	padding: 30px 40px;
	background: #fff;
	font-size: 15px;
	border: 1px solid #ebebeb;
	margin: 30px 0 30px 24px;
}
.content-box.about-block{
	margin-left: 0;
}

.content-box h1 {
	margin: 0;
	display: inline-block;
}

.tabl-info td {
	padding: 2px 5px;
}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.white-block {
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #ebebeb;
	margin: 30px 0;
}

.white-block .title,
.grey-block .title {
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 10px;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}

.grey-block .title.big {
	text-transform: none;
	font-weight: 500;
	font-size: 16px;
	padding: 0 20px 10px 20px;
	margin: 0;
	border: 0;
}

.grey-block .title.big b {
	font-size: 24px;
}

.info-l {
	color: #686c6d;
	font-size: 12px;
	width: 110px;
}

.info-r {
	font-size: 12px;
}

.s-logo {
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 10px;
}

.gotosite {
	border-top: 1px solid #ebebeb;
	padding: 20px 0 10px;
	margin: 10px 0 0;
	text-align: center;
}

.gotosite .btn-tosite {
	font-size: 16px;
	height: 46px;
	line-height: 44px;
	width: auto;
}

.grey-block {
	background: #f7f7f7;
	border: 4px solid #ebebeb;
	padding: 15px 20px;
	margin: 0 0 20px;
}

.pm-block {
	padding: 5px 10px 0 10px;
}

.grey-block ul {
	padding: 0;
	margin: 0 5px 20px 5px;
}

.grey-block ul li {
	list-style: none;
	padding: 2px 20px 2px 22px;
}

.grey-block ul i {
	font-size: 20px;
	float: left;
	margin: 0 0 0 -26px;
}

.grey-block.table {
	background: #f7f7f7;
	border: 4px solid #ebebeb;
	padding: 5px 0 0 0;
	margin: 0 0 20px;
}

.side-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
}
.aside__widget{
	margin-top: 30px;
	margin-bottom: 30px;
}
.section{
	clear: both;
}

.side-table img {
	width: 136px;
}
img{
	max-width: 100%;
}
.comment-meta-list{
	display: none;
}
.commentlist{
	padding-left: 0;
	list-style-type: none;
}
.side-table td {
	padding: 10px;
	background: #fff;
	border-top: 1px solid #ebebeb;
	position: relative;
}

.side-table .pos {
	width: 28px;
	height: 28px;
	border: 2px solid #535d5f;
	line-height: 26px;
	font-size: 18px;
	margin: 4px;
}

.side-table .b-logo {
	width: 150px;
}

.side-table .bal-box {
	width: 60px;
	display: inline-block;
}

.side-table .bal i {
	width: 60px;
	line-height: 40px;
	height: 40px;
}

.side-table .bal i:before {
	font-size: 40px;
	margin: 0 0 0 -17px;
}

.side-table .bal i b {
	font-size: 18px;
	top: 1px;
}

.side-table td .line {
	position: absolute;
	display: block;
	background: #ebebeb;
	width: 1px;
	top: 10px;
	right: 0;
	bottom: 10px;
}

.side-table td:last-child .line {
	display: none;
}

.hide-table-4 {
	display: none;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: 0 auto;
	padding: 0 0 80px;
	background: #2c373b;
	position: relative;
}

.info {
	margin: 0 auto;
	max-width: 1230px;
	color: #b8b8b8;
	padding: 0 24px;
}

.footer .about {
	padding: 0 310px 0 0;
	text-align: justify;
	line-height: 16px;
	margin:  0 0 50px;
}

.footer h3 {
	font-size: 27px;
	color: #fff;
	margin: 0;
	padding: 50px 0 20px 0;
}

.footer .menu {
	float: right;
	width: 180px;
}

.footer .menu ul {
	margin: 0;
	padding: 0;
}

.footer .menu ul li {
	list-style: none;
	padding: 2px 0;
}

.footer .menu ul li a {
	color: #b8b8b8;
	font-size: 16px;
}

.copyright-block {
	background: #202628;
	height: 80px;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.copyright {
	margin: 0 auto;
	max-width: 1230px;
	color: #5b5b5b;
	padding: 0 24px;
}

.logo-footer {
	background: url(../images/logo-footer.png) 0 0 no-repeat;
	height: 66px;
	width: 280px;
	display: block;
	float: left;
	margin: 5px 0 0 0;
}

.copyright p {
	float: right;
	margin: 30px 0 0;
	font-size: 16px;
}
#container1{
background:url('../images/get100.jpg');
width:337px;
height:281px;
float:center;
}
#container2{
opacity:0.01;
filter:alpha(opacity=0);
-moz-opacity:0;
z-index: 20;
}
.header__flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.nav{
	margin-left: 20px;
}
.comment-reply-title, .comment-notes {
  display: none; }

.comment__input, .comment__textarea {
  font-family: inherit;
  font-size: 16px;
  line-height: 16px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #000000;
  background: #FFFFFF;
  /* #F3F3F3 */
  border: 2px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 5px;
  height: 45px;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 18px; }
  .comment__input:focus, .comment__textarea:focus {
    border: 2px solid #00438B; }
.nm-wrap-comments{
	width: 100%;padding-left: 15px;
	padding-right: 15px;
	-webkit-flex: 0 0 100%;
	-moz-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	-o-flex: 0 0 100%;
	flex: 0 0 100%;
}
.alignright {
  float: right; }

.alignleft {
  float: left; }
 .item {
  border-top: 1px solid #DAE2DF;
  border-bottom: 1px solid #DAE2DF;
  padding: 15px 0 5px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.2s; }
  .item:hover {
    opacity: 0.8; }
#commentform{
	margin-bottom: 30px;
}
.item__abs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 3; }

.item__thumbnail {
  margin-bottom: 10px; }

.item__title {
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 0.5em; }

.item__meta {
  color: #868686; }

.item__body {
  margin-bottom: 10px; }

.text-center {
  text-align: center; }
.comment__textarea {
  height: 150px;
  padding-top: 10px;
  resize: none;
  margin-bottom: 20px; }

.form-submit {
  margin-bottom: 0; }
  .form-submit:after {
    content: '';
    display: block;
    clear: both; }

.submit {
  font-family: inherit;
  font-size: 14px;
  line-height: 14px;
  color: #00438B;
  border: 2px solid #00438B;
  box-sizing: border-box;
  border-radius: 5px;
  height: 45px;
  width: 190px;
  background-color: #fff;
  transition: all 0.2s; }
  .submit:hover {
    color: #fff;
    background-color: #00438B; }
.nav__list{
	margin: 10px 0;
	list-style-type: none;
}
.nav__list li{
	display: inline-block;
	margin-right: 15px;
	position: relative;
	padding: 10px 0;
}
.nav__list a{
	font-size: 120%;
	color: #fff;
}
.nav__list li .sub-menu{
	position: absolute;
	left: 0;
	top: 100%;
	background: #2c373b;
	padding: 15px;
	z-index: 20;
	list-style-type: none;
	margin: 0;
	display: none;
	border-radius: 0 0 5px 5px;
}
.nav__list li .sub-menu li{
	display: block;
	margin-right: 0;
	white-space: nowrap;
}
.nav__list li:hover .sub-menu{
	display: block;
}
.nav__list li.current-menu-ancestor>a,.nav__list li.current-menu-item>a{
	color: #0097ad;
}

@media(max-width: 991px){
	.header__flex{
		justify-content: space-between;
		height: 100px;
	}
	.logo{
		margin-left: 0;
		width: 220px;
	}
	.nav__btn{
		display: block;
	}
	.nav__btn span{
		display: block;
		width: 30px;
		height: 3px;
		margin-top: 5px;
		background-color: #fff;
		margin-bottom: 5px;
	}
	.nav__menu{
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #2c373b;
		height: calc(100vh - 100px);
		overflow-y: auto;
		display: none;
	}
	.header{
		position: relative;
		padding-left: 15px;
		padding-right: 15px;
		z-index: 20;
	}
	.nav__list li .sub-menu{
		position: static;
		padding: 0;
		padding-top: 10px;
		padding-left: 10px;
		display: block;
	}
	.nav__list li{
		display: block;
	}
}
@media(max-width: 850px){
	.aside__widget{
		padding-left: 15px;
		padding-right: 15px;
	}
	.content-box{
		margin-left: 15px;
	}
}
.wrapper .error{
	padding: 80px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.wrapper .error h2{
	line-height: 0;
	font-size: 48px;
	font-weight: 800;
	color: #00c7e4;
}
.wrapper .error .btn-tosite {
	display: inline-block;
	background: #00c7e4;
	color: #fff;
	height: 40px;
	width: 160px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	overflow: hidden;
}