.b-qas {

}
.b-qas__title {
	color: #222;
    font-family: 'Ubuntu', sans-serif;
    font-size: 32px;
    line-height: 34px;
    margin: 0;
    padding: 0 0 23px;
}

/* */
.b-qas__desc {
	padding: 0px 0px 20px 0px;
	zoom: 1;
}
.b-qas__cats {
	padding-bottom: 25px;
	zoom: 1;
	font-size: 0;
	line-height: 0;
}
.b-qas__cats-head {
	margin: 0 0 15px 0;
}
.b-qas__cats-tit {
	display: inline-block;
	vertical-align: baseline;
	font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    line-height: normal;
	margin: 0px 6px 0 0px;
}
.b-qas__cats-all {
	display: inline-block;
	vertical-align: baseline;
	font-size: 11px;
}
.b-qas__cats-all a {
	color: #32AA30;
}
.b-qas__cats-item {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.5;
	width: 50%;
}

/* list */
.b-qas__list {
	padding-bottom: 25px;
	zoom: 1;
}
.b-qas__list-title {
	font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    line-height: normal;
    margin: 0 0 25px;
}
.b-qas__list-item {
	margin-bottom: 10px;
}

.b-qas__list-item-title
{
	font-size: 16px;
	font-weight: bold;
}

.b-qas__list-item-date
{
	font-size: 11px;
	color: #939393;
	margin-right: 5px;
}

.b-qas__list-item-date span
{
	color: #939393;
}

.b-qas__list-item-total
{
	color: #32AA30;
	font-size: 11px;
	margin-right: 5px;
}

.b-qas__list-item-total a
{
	color: #32AA30;
}

.b-qas__list-item-views
{
	font-size: 11px;
}


/* full */
.b-qas-full {
	padding: 0;
	zoom: 1;
}
.b-qas-full .social-likes {
	margin: 0 0 15px 0;
}
.b-qas-full__question {
	padding: 0 0 25px 0;
}
.b-qas-full__head {
    padding: 0 0 23px 0;
    color:#000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 32px;
    line-height: 34px;
}
.b-qas-full__head h1 {
    color:#000;
    font-size: 32px;
    display: inline;
    padding: 0;
    margin: 0;
}
.b-qas-full__user {
    color: #6a6a6a;
}
.b-qas-full__desc {

}
.b-qas-full__photos {
	margin-bottom: -10px;
	padding-top: 15px;
	zoom: 1;
	font-size: 0px;
	line-height: 0px;
}
.b-qas-full__photos a {
	margin-right: 10px;
	margin-bottom: 10px;
	display: -moz-inline-box;
	display: inline-block;
	//display: inline;
	zoom: 1;
}


/* links */
.b-qas-full__links {
	margin: 0px 0px 25px 0px;
	zoom: 1;
}

/* answers */
.b-qas-full__answers {

}
.b-qas-full__answers h2 {
	font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    line-height: normal;
    margin: 0 0 25px;
}
.b-qas-full__answer {
	zoom: 1;
	padding: 20px 20px 20px 20px;
	background: #F5F5F8;
	margin: 0px 0px 15px 0px;
}
.b-qas-full__answer-title {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin: 0 0 15px 0;
}
.b-qas-full__answer-auth {
	text-align: left;
	float: left;
	font-size: 12px;
	line-height: normal;
	color: #818F9B;
}
.b-qas-full__answer-date {
	font-size: 11px;
	color: #999;
	float: right;
	font-weight: normal;
	text-align: left;
}
.b-qas-full__answer-date span {
	color: #000;
}

/* similars */
.b-qas__list-similars
{
	padding-top: 10px;
	zoom: 1;
}

/* ### other screens ### */
@media screen and (min-width:961px) and (max-width:1024px) {

}
@media screen and (min-width:768px) and (max-width:960px) {

}
@media screen and (min-width: 480px) and (max-width:767px) {
	.b-qas-full__head,
	.b-qas-full__head h1 {
		font-size: 26px;
		line-height: 28px;
	}
	.b-qas-full__answers h2 {
		font-size: 21px;
	}
	.b-qas__list-title {
		font-size: 21px;
	}
}
@media screen and (min-width: 0) and (max-width:479px) {
	.b-qas-full__head,
	.b-qas-full__head h1 {
		font-size: 26px;
		line-height: 28px;
	}
	.b-qas-full__answers h2 {
		font-size: 21px;
	}
	.b-qas__list-title {
		font-size: 21px;
	}
	.b-qas__cats-item {
		width: 100%;
		display: block;
	}
}
/* ### // other screens ### */