@import url('/css/custom.css');

/*font-face*/
@font-face {
    font-family: 'helvetica-neue-light';
    src: url('/css/fonts/helvetica-neue-light/helvetica-neue-light.eot');
    src: url('/css/fonts/helvetica-neue-light/helvetica-neue-light.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/helvetica-neue-light/helvetica-neue-light.woff') format('woff'),
         url('/css/fonts/helvetica-neue-light/helvetica-neue-light.ttf') format('truetype'),
         url('/css/fonts/helvetica-neue-light/helvetica-neue-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*font-face*/

* {
	font-size: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	box-shadow: none;
	border: none;

}
:focus {
	outline: none;
	box-shadow: none;
}

body {
	margin: 0;
	background: #fff;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}
a {
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 400;
	line-height: 20px;
	margin: 15px 0;
}
h2 {
	font-size: 14px;
}
ul,
ol,
nav {
	list-style-type: none;
}
ul li,
ol li,
nav li {
	font-size: 16px;
}
input,
textarea,
select {
	outline: none;
	box-shadow: none;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clear {
	clear: both;
	font-size: 0;
}
.clearfix {
    *zoom: 1;
}
#wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.center {
	padding: 0px 5px;
	position: relative;
	overflow: hidden;
}
button {
	position: relative;
	width: 49%;
	background: #20a445;
	text-align: center;
	color: #fff;
	font: 13px 'helvetica-neue-light';
	line-height: 40px;
	cursor: pointer;
	border-radius: 2px;
}
a.group-1,
a.group-2 {
	position: relative;
	width: 49%;
	display: block;
	background: #20a445;
	line-height: 40px;
	cursor: pointer;
	border-radius: 2px;
}
a.group-1 {
	float: left;
}
a.group-2 {
	float: right;
}
a.group-1 .word,
a.group-2 .word {
	color: #fff;
	font: 13px 'helvetica-neue-light';
	overflow: hidden;
	text-align: center;
	line-height: 40px;
}
button.group-3 {
	float: none;
	margin: 5px 0;
	width: 100%;
}
a.group-1 .icon {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 2px 0 0 2px;
	background: #16953a url('/images/button-1.png') no-repeat center center;
	background-size: 20px auto;
}
a.group-2 .icon {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 2px 0 0 2px;
	background: #16953a url('/images/button-2.png') no-repeat center center;
	background-size: 20px auto;
}
button.group-3:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 0 2px 2px 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	background: #16953a url('/images/arrow-white.png') no-repeat center center;
	-webkit-background-size: auto;
	background-size: 8px auto;
}
header {
	background: #fff;	
}
header .logo {
	float: left;
	width: 90px;
	display: block;
	height: 30px;
	padding: 12px 0 14px 11px;
	background: url('/images/logo.png') no-repeat center right;
	background-size: 90px auto;
}
header #btn-menu {
	cursor: pointer;
	float: right;
	padding: 0 11px 0 21px;
	width: 33px;
	height: 56px;
	background: url('/images/menu.png') no-repeat center center;
	background-size: 33px auto;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
header #btn-menu.selected {
	background-color: #333;
}
.hidden-menu {
	background: #333;
	position: absolute;
	display: none;
	top: 56px;
	width: 100%;
	height: 100%;
	z-index: 50;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.hidden-menu ul {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.hidden-menu a {
	min-height: 52px;
	font: 15px 'helvetica-neue-light';
	line-height: 15px;
	color: #fff;
	display: block;
	position: relative;
	padding: 18px 42px;
	margin: 0 5px;
	border-bottom: 1px solid #393939;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.hidden-menu li.current {
	background: #20a445;
}
.hidden-menu li.current a {
	border-bottom: none;
}
.hidden-menu a.last {
	margin-bottom: 20px;
}
.hidden-menu a.empty:before {
	display: none;
}
.hidden-menu a:before {
	content: '';
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: -8px;
	width: 8px;
	height: 15px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	background: url('/images/arrow-white.png') no-repeat center center;
	background-size: 8px auto;
}
.buttons {
	border-top: 1px solid #e9ecf1;
	padding-top: 5px;
}
.search {
	position: relative;
	padding: 5px 0;
}
.search a {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 50%;
	left: 15px;
	margin-top: -12px;
	background: url('/images/search.png') no-repeat center center;
	background-size: 22px auto;
}
.search input {
	width: 100%;
	background: transparent;
	font: 16px/45px 'helvetica-neue-light';
	color: #788598;
	border: 1px solid #b3bbc5;
	line-height: 45px;
	border-radius: 2px;
	padding: 0 50px;
}
.search input::-webkit-input-placeholder {
	text-align: center;
}
.content {
	background: #f0f2f5;
}
/*paginator*/
.paginator .links {
	text-align: center;
	position: relative;
}
.paginator .links .arrow-prev,
.paginator .links .arrow-right {
	top: 2px;
	width: 40px;
	height: 40px;
	position: absolute;
	border-radius: 2px;
	background: #b4bbc6 url('/images/arrow-white.png') no-repeat center center;
	background-size: 8px auto;
}
.arrow-prev {
	left: 0px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
}
.arrow-right {
	right: 0px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.paginator {
	padding-bottom: 15px;
	border-bottom: 1px solid #e9ecf1;
}
.paginator .numbers {
	width: 220px;
	margin: 0 auto;
}
.paginator a {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	background: #b4bbc6;
	font: 16px 'helvetica-neue-light';
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	margin: 2px 2px;
	border-radius: 2px;
	box-sizing: border-box;
}
.paginator a.active {
	background: #20a445;
}
.shown {
	margin: 15px 0;
	padding: 0 5px;
}
.shown span {
	font: 15px 'helvetica-neue-light';
	color: #333;
	line-height: 15px;
}
.shown a {
	font: 15px 'helvetica-neue-light';
	color: #20a445;
	border-bottom: 1px dotted #20a445;
	position: relative;
}
/*.shown a:after {
	content: '';
	position: absolute;
	right: -25px;
	top: 7px;
	width: 15px;
	height: 8px;
	background: url('/images/arrow.png') no-repeat center center;
	background-size: 15px auto;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}
.shown a.selected:after {
	content: '';
	position: absolute;
	right: -25px;
	top: 7px;
	width: 15px;
	height: 8px;
	background: url('/images/arrow.png') no-repeat center center;
	background-size: 15px auto;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}*/
/*hidden-answers*/
.hidden-answers {
	/*display: none;*/
}
.hidden-answers span {
	display: block;
	padding-bottom: 16px;
}
.visible-full-answer .block .ans {
	color: #20a445;
}
.visible-full-answer {
	display: block;
	border-bottom: 1px solid #e9ecf1;
}
.visible-full-answer .block .time {
	float: left;
}
.visible-full-answer .block .q-ty-answers {
	float: right;
}
.hidden-answers .block {
	border-top: 1px solid #e9ecf1;
	min-height: 64px;
	padding: 16px 11px;
	display: block;
}
.hidden-answers .block strong {
	font: 700 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 13px;
	display: block;
	padding: 3px 0;
}
.hidden-answers .block p {
	font: 13px 'helvetica-neue-light';
	line-height: 13px;
	color: #333;
}
.hidden-answers .block span {
	font: 13px 'helvetica-neue-light';
	color: #333;
}
.hidden-answers .block .left {
	float: left;
	margin-right: 11px;
}
.hidden-answers .block .photo {
	width: 32px;
	height: 32px;
	border-radius: 2px;
	background: #b3bbc5 url('/images/person.png') no-repeat center bottom;
	background-size: 22px auto;
}
.hidden-answers .block .right {
	overflow: hidden;
	/*padding-top: 3px;*/
}
.hidden-answers .block .main-question, .hidden-answers .block .main-question a {
	font: 13px 'helvetica-neue-light';
	line-height: 13px;
	color: #333;
}
.hidden-answers .block .main-question a:hover {
  text-decoration: underline;
}
.hidden-answers .block .asked {
	color: #788598;
	padding: 7px 0 0 0;
	font: 10px 'helvetica-neue-light';
	line-height: 10px;
}
.hidden-answers .block .left-info {
	float: left;
}
.hidden-answers .block .inner {
	width: 134px;
}
.hidden-answers .block .right-info {
	overflow: hidden;
	text-align: right;
}
.hidden-answers .block .time {
	color: #788598;
	padding-left: 25px;
	font: 10px 'helvetica-neue-light';
	line-height: 13px;
	position: relative;
}
.find-answer {
	border-bottom: 1px solid #e9ecf1;
}
.find-answer .center {
	padding: 0 16px;
}
.hidden-answers .block .time:before {
	content: '';
	position: absolute;
	right: 80px;
	top: 0px;
	width: 13px;
	height: 13px;
	background: url('/images/clock.png') no-repeat center center;
	background-size: 13px auto;
}
.date-time {
	padding: 0 0 5px 0;
}
.hidden-answers .block .q-ty-answers a {
	color: #20a445;
	font: 10px 'helvetica-neue-light';
	line-height: 10px;
}
.categorys .center {
	padding: 0 16px;
}
.categorys .head,
.find-answer .head {
	color: #20a445;
	text-decoration: underline;
	font: 13px 'helvetica-neue-light';
	line-height: 13px;
	padding-bottom: 15px;
	display: block;
}
.categorys .head.selected {
	text-decoration: none;
}
.categorys .hidden-part {
	padding: 0 0 0 15px;
	display: none;
}
.categorys .hidden-part a {
	color: #20a445;
	font: 13px 'helvetica-neue-light';
	line-height: 13px;
	margin: 0 0 15px 0;
	text-decoration: underline;
	display: block;
}
footer {
	border-top: 1px solid #e9ecf1;
	padding: 16px 0;
	background: #f0f2f5;
}
footer a {
	color: #20a445;
	text-decoration: underline;
	font: 14px 'helvetica-neue-light';
	line-height: 14px;
}
footer .copyright {
	font: 14px 'helvetica-neue-light';
	line-height: 14px;
	color: #000;
	margin-bottom: 15px;
}
.path .center {
	/*border-bottom: 1px solid #e9ecf1;*/
	min-height: 47px;
	padding: 15px 5px;
}
.path a {
	display: block;
	position: relative;
	font: 15px 'helvetica-neue-light';
	line-height: 15px;
	color: #20a445;
	border-bottom: 1px dotted #20a445;
}
.path a:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 8px;
	top: 4px;
	background: url('/images/arrow.png') no-repeat center center;
	background-size: 15px auto;
}
.path a.prev:before {
	left: -20px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.path a.next:before {
	right: -20px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}
.path a.prev {
	float: left;
	margin: 0 0 0 28px;
}
.path a.next {
	float: right;
	margin: 0 28px 0 0;
}
.main-question img {
  max-width: 100%;
  height: auto;
  position: relative;
}
.main-question .a-video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.main-question .a-video iframe,
.main-question .a-video object,
.main-question .a-video embed
 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-question p {
  margin: 7px 0px;
}
.main-question span {
  display: inline;
  padding: 0px;
}
.main-question div {
  color: #333;
}

.main-question .method-title {
  margin: 7px;
  margin-top: 10px;
  font-size: 140%;
  font-weight: bold;
}
.main-question .you-need-title,
.main-question .steps-title,
.main-question .useful-tips-title,
.main-question .note-title,
.main-question .video-title,
.main-question .source-title {
  margin: 6px 0px;
  font-size: 115%;
  font-weight: bold;
}
.main-question p.step-img {
  float: left;
  padding-right: 7px;
}
.main-question .step-text-number {
  font-size: 150%;
  font-weight: bold;
}
.main-question .base-answer.article {
  margin: 7px 0px;
}

.main-question span.user-b,
.main-question span.user-strong {
  font-weight: bold;
  border: none;
  padding: 0px;
  margin: 0px;
}
.main-question span.user-em,
.main-question span.user-i {
  font-style: italic;
  border: none;
  padding: 0px;
  margin: 0px;
}
.main-question span.user-u {
  text-decoration: underline;
  border: none;
  padding: 0px;
  margin: 0px;
}
.main-question p.user-h1 {
 margin: 0px;
 padding: 10px 0px 5px 0px;
 font-weight: bold;
 font-size: 130%;
}
.main-question p.user-h2 {
 margin: 0px;
 padding: 8px 0px 3px 0px;
 font-weight: bold;
 font-size: 110%;
}

.main-question ul, .main-question ol {
  display: block;
  list-style-position: outside;
  margin-bottom: 1em;
  margin-top: 1em;
  padding-left: 40px;
}

.main-question ul {
  list-style-type: disc;
}

.main-question li {
  display: list-item;
}

.main-question ol {
  list-style-type: decimal;
}
.main-question, .main-question div,
.main-question ul, .main-question ol,
.main-question li, .main-question p, .main-question span,
.main-question a {
  font: 16px/18px "helvetica-neue-light" !important;
}
.hidden-answers .block strong {
  font: 700 18px/18px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
