/*
	Theme Name: Loginom
	Theme URI:
	Theme Version: 1.0
	Theme Date: 2019-06-11
	Theme Author: Loginom
	Theme Author URI: loginom.ru
	Theme License: GPLv2
*/

@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900&amp;subset=cyrillic');

/*
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400&display=swap&subset=cyrillic');
 */

.clearfix, .qa-q-item-clear,
.qa-nav-main-list, .qa-nav-sub,
.qa-page-links, .qa-page-links-list,
.qa-template-admin .qa-message-buttons,
.qa-q-item-avatar-meta, .qa-message-item,
.qa-q-view, .qa-part-q-view, .qa-q-view-content, .qa-q-view-buttons, .qa-part-form-q-edit,
.qa-a-list-item, .qa-a-item-buttons, .qa-a-item-content,
.qa-c-item-buttons, .qa-c-item-clear,
.qam-footer-row, .qam-qa-list-meta-box,
.qa-nav-footer-list, .qa-footer-clear {
	*zoom: 1;
}

.qa-main:after, .qa-main-wrapper:after, .qa-body-wrapper:after, .qa-sidepanel:after,
.clearfix:after, .qa-q-item-clear:after,
.qa-nav-main-list:after, .qa-nav-sub:after,
.qa-page-links:after, .qa-page-links-list:after,
.qa-template-admin .qa-message-buttons:after,
.qa-q-item-avatar-meta:after, .qa-message-item:after,
.qa-q-view:after, .qa-part-q-view:after, .qa-q-view-content:after, .qa-q-view-buttons:after, .qa-part-form-q-edit:after,
.qa-a-list-item:after, .qa-a-item-buttons:after, .qa-a-item-content:after,
.qa-c-item-buttons:after, .qa-c-item-clear:after,
.qam-footer-row:after, .qam-qa-list-meta-box:after,
.qa-nav-footer-list:after, .qa-footer-clear:after,
.qa-part-ranking:after, .qa-ranking-item:after {
	content: " ";
	display: table;
	clear: both;
}

/*------[ icon font ]------*/
@font-face {
	font-family: "fontello";
	src: url("fonts/fontello.eot?70015067") format("embedded-opentype"),
		url("fonts/fontello.eot?70015067#iefix") format("embedded-opentype"),
		url("fonts/fontello.woff?70015067") format("woff"),
		url("fonts/fontello.ttf?70015067") format("truetype"),
		url("fonts/fontello.svg?70015067#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------[ base css ]------*/
html {
	font-size: 16px;
	line-height: 26px;
}

:-moz-placeholder {
	color: #bdc3c7;
}

::-webkit-input-placeholder {
	color: #bdc3c7;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	background-color: #FBFBFB;
	font-family: 'Source Sans Pro', sans-serif;
	color: #253245;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
body.body-overflow {
	overflow-y: hidden !important;
	position: fixed;
}

a {
	color: #253245;
	text-decoration: none;
	transition: all 0.3s;
}
a:active, a:focus {
	color: #E1312F;
	text-decoration: none;
	outline: 0;
}
/*a:visited {*/
	/*color: #253245;*/
	/*text-decoration: none;*/
/*}*/
a:hover {
	color: #E1312F;
}

.qa-main-heading {
	position: relative;
	margin: 0 0 5px;
	padding: 8px 52px 8px 0;
}

h1 {
	margin: 0;
	font-size: 40px;
	line-height: 44px;
	/*padding: 0 20px;*/
	word-wrap: break-word;
}
h1 a {
	color: #253245;
	line-height: inherit;
	border: 0;
	text-decoration: none;
	/*opacity: 0.85;*/
}
h1 a:hover {
	border-bottom: 0;
}
h1 a:hover, h1 a:focus {
	color: #E1312F;
	line-height: inherit !important;
	opacity: 1;
}

h2 {
	font-size: 32px;
	color: #8b8b8b;
}
h2 a {
	text-decoration: none;
	border-bottom: 1px solid #e1312f;
	padding: 0 0 2px;
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #000;
}
h2 a:hover {
	color: #e1312f;
	border-bottom: 1px solid #fff;
}

h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 12px;
}

p {
	margin: 0 0 1em 0;
}

hr {
	background-color: #bdc3c7;
	display: block;
	margin: 20px 0;
	border: none;
	height: 1px;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto !important;
}

input, textarea, select {
	font-size: 14px;
	line-height: 18px;
}

b, strong {
	font-weight: bold;
}

small {
	font-size: 14px;
	line-height: 18px;
}

table {
	border-collapse: collapse;
	max-width: 100%;
	width: 100%;
}

th, td {
	padding: 10px 0;
}

pre {
	background-color: #e0e4e5;
	border-left: 8px solid #3498db;
	margin: 1em 0;
	overflow: auto;
	padding: 0.4em 0.8em;
	width: 98%;
	font-size: 14px;
	line-height: 18px;
}
pre code {
	background-color: #d6dadb;
}

code, samp, kbd {
	color: #253245;
	font-family: "Courier New",Courier,monospace,sans-serif;
	text-align: left;
}

blockquote {
	background-color: #e0e4e5;
	border-left: 11px solid #3498db;
	padding: 1em;
	margin: 1em 0;
	overflow-x: auto;
}
blockquote p {
	margin: 0;
	font-size: 16px;
	font-style: italic;
	color: #7f8c8d;
}

.qa-search {
	margin-top: 16px;
	margin-bottom: 16px;
}

.qa-search-field {
	margin: 0 -40px 0 0;
	padding: 0 40px 0 5px;
	vertical-align: bottom;
	width: 100%;
	height: 36px;
}
.qa-search-field:focus {
	border-color: #e6e6e6;
}

.qa-search-button {
	width: 36px;
	height: 36px;
	margin: 0 !important;
	text-indent: -9999px;
	border: none;
	outline: none;
}

@media (max-width: 979px) {
	.qam-search {
		display: none;
	}
}

.qam-search.turquoise .qa-search-field:focus {
	border-color: #117964;
}
.qam-search.turquoise .qa-search-button {
	background: #e63131;
	background-color: linear-gradient(90deg,#e63131 0%,#ff6a00 50%,#e63131 100%);
	background-image: url(images/icons.svg);
	background-position: -35px -324px;
	background-size: 200%;
	transition: all 0.3s;
	position: relative;
	right: -1px;
}

.qam-search.the-top {
	display: none;
	margin: 0 10px 10px;
}

.qa-error, .qa-warning, .qa-success, .qa-notice {
	margin: 16px 0 5px;
	padding: 5px 5px 5px 16px;
	color: #fff;
}
.qa-error a, .qa-warning a, .qa-notice a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.qa-error a:hover, .qa-warning a:hover, .qa-notice a:hover {
	color: #fff;
	border-bottom: 0;
}

.qa-error {
	background: #e74c3c;
	position: relative;
	z-index: 999;
}
.qa-warning {
	background: #f1c40f;
	position: relative;
	z-index: 999;
}
.qa-success {
	background: #27ae60;
	position: relative;
	z-index: 999;
}

.qa-notice {
	margin-bottom: 0;
	background: #d35400;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
}


.qa-notice-close-button {
	margin: 0;
	float: right;
	width: 24px;
	height: 24px;
	display: block;
	background: transparent url('images/icons/close-black.png') no-repeat center;
	text-indent: -9999px;
	border: none;
	outline: none;
	-webkit-transition: background-image 0.5s;
	transition: background-image 0.5s;
}
.qa-notice-close-button:hover, .qa-notice-close-button:focus {
	background: transparent url('images/icons/close-red.png'); /* override generic input styles */
	outline: none;
	border: none;
}

/*------[ main nav css ]------*/
@media (max-width: 767px) {
	.qa-template-questions.qam-body-fixed, .qa-template-unanswered.qam-body-fixed, .qa-template-user.qam-body-fixed,
	.qa-template-account.qam-body-fixed, .qa-template-messages.qam-body-fixed, .qa-template-favorites.qam-body-fixed,
	[class^="qa-template-user-"].qam-body-fixed, [class*="qa-template-user-"].qam-body-fixed {
		padding-top: 118px;
	}
}
@media (min-width: 768px) {
	.qa-template-questions.qam-body-fixed, .qa-template-unanswered.qam-body-fixed, .qa-template-user.qam-body-fixed,
	.qa-template-account.qam-body-fixed, .qa-template-messages.qam-body-fixed, .qa-template-favorites.qam-body-fixed,
	[class^="qa-template-user-"].qam-body-fixed, [class*="qa-template-user-"].qam-body-fixed {
		padding-top: 105px;
	}
}
@media (max-width: 979px) {
	.qa-template-user.qam-body-fixed, .qa-template-account.qam-body-fixed, .qa-template-favorites.qam-body-fixed,
	[class^="qa-template-user-"].qam-body-fixed, [class*="qa-template-user-"].qam-body-fixed {
		padding-top: 142px;
	}

	.qam-body-fixed {
		padding-top: 70px;
	}
	.qa-template-messages.qam-body-fixed {
		padding-top: 95px;
	}
	.qa-template-admin.qam-body-fixed {
		padding-top: 240px;
	}
}
@media (min-width: 980px) {
	.qam-body-fixed {
		padding-top: 80px;
	}
	.qa-template-admin.qam-body-fixed {
		padding-top: 105px;
	}
}

#qam-topbar {
	font-size: 14px;
	line-height: 18px;
	position: sticky;
	top: 0;
	z-index: 1000;
}
#qam-topbar.fixed {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: auto;
	z-index: 99990;
}

.qam-main-nav-wrapper {
	display: flex;
	background: white;
	color: #ffffff;
	padding: 10px;
	box-shadow: 0 6px 8px 0 rgba(0,0,0,.15);
}

}

.qam-main-nav-wrapper a {
	color: #fff;
}

.qam-menu-toggle {
	display: none;
}

@media (max-width: 979px) {
	.qam-main-nav-wrapper {
		position: relative;
	}

	.qam-menu-toggle {
		display: block; /* turn on menu icon */
		float: left;
		margin: 0 10px 0 0;
		font-size: 32px;
	}
	.qam-menu-toggle.current {
		color: #fff;
		text-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
	}
	.qam-menu-toggle .icon-th-list {
		display: block;
		margin-top: 7px;
	}
}

.qa-logo {
	display: inline-block;
	vertical-align: top;
	font-size: 25px;
	margin: 0 1px 0 0;
}
.qa-logo img {
	max-height: 49px;
	width: auto;
}

.qa-logo-link {
	line-height: 49px;
	display: block;
}

.qa-logo-link:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
	.qa-nav-main {
		width: 100% !important;
	}
}
@media (max-width: 979px) {
	.qa-nav-main {
		width: 30%;
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		z-index: 1090;
		box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
	}
}
@media (min-width: 980px) {
	.qa-logo-link {
		padding: 5px 15px;
	}

	.qa-nav-main {
		vertical-align: top;
		display: inline-block;
	}

	.qa-nav-main-item {
		float: left;
		margin: 0 16px;
	}
	.qa-nav-main-item-opp {
		float: right;
		margin: 0 1px;
	}
	.qa-nav-main-item-opp:last-child {
		margin: 0 0 0 50px;
	}
}

.qa-nav-main-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.qa-nav-main-activity .qa-nav-main-link:before {
	content: '\e804';
}

.qa-nav-main-questions .qa-nav-main-link:before {
	content: '\e80b';
}

.qa-nav-main-hot .qa-nav-main-link {
	color: #f39c12;
}
.qa-nav-main-hot .qa-nav-main-link:before {
	content: '\e805';
}
.qa-nav-main-hot .qa-nav-main-link.qa-nav-main-selected {
	color: #f5b043;
}

.qa-nav-main-unanswered .qa-nav-main-link:before {
	content: '\e80c';
}

.qa-nav-main-tag .qa-nav-main-link:before {
	content: '\e806';
}

.qa-nav-main-categories .qa-nav-main-link:before {
	content: '\e808';
}

.qa-nav-main-user .qa-nav-main-link:before {
	content: '\e809';
}

.qa-nav-main-ask .qa-nav-main-link {
	color: #2ecc71;
}
.qa-nav-main-ask .qa-nav-main-link:before {
	content: '\e801';
}
.qa-nav-main-ask .qa-nav-main-link.qa-nav-main-selected {
	color: #39B54A;
}

.qa-nav-main-admin .qa-nav-main-link:before {
	content: '\e80a';
}

.qa-nav-main- .qa-nav-main-link:before {
	content: '\e80d';
}

.qa-nav-main-link {
	display: block;
	line-height: normal;
	min-width: 60px;
	width: auto;
	height: auto;
	border-bottom: 5px solid rgba(255, 49, 47, 0);
}
.qa-nav-main-link:hover {
	text-decoration: none;
}
.qa-nav-main-link:before {
	font-family: "fontello";
	font-size: 25px;
	content: '\e80d';
}

@media (max-width: 979px) {
	.qa-nav-main-link {
		padding: 5px 10px;
	}
	.qa-nav-main-link:before {
		display: inline-block;
		width: 24px;
		margin: 0 15px 0 0;
	}
}
@media (min-width: 980px) {
	.qa-nav-main-link {
		padding: 5px;
		text-align: center;
	}
	.qa-nav-main-link:before {
		display: block;
		text-align: center;
		margin-bottom: 5px;
	}
}
.qa-nav-main-link.qa-nav-main-selected,
.qa-nav-main-link:not(.qa-nav-main-selected):hover {
	color: #E1312F;
	border-bottom: 5px solid #E1312F;
}

.qa-nav-main-ask .qa-nav-main-link.qa-nav-main-selected,
.qa-nav-main-item.qa-nav-main-ask > .qa-nav-main-link:hover {
	color: #39B54A;
	border-bottom: 5px solid #39B54A;
}

/*.qa-nav-main-link.qa-nav-main-selected,
.qa-nav-main-link.qa-nav-main-selected:hover {
	border-bottom: 5px solid #39B54A;
}*/

.qa-nav-sub {
	background-color: white;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	box-shadow: 0 6px 8px 0 rgba(0,0,0,.15);
}
.qa-nav-sub-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 979px) {
	.qa-nav-sub-list {
		*zoom: 1;
	}
	.qa-nav-sub-list:before, .qa-nav-sub-list:after {
		content: "";
		display: table;
	}
	.qa-nav-sub-list:after {
		clear: both;
	}

	.qa-nav-sub-item {
		width: 33.33%;
		float: left;
		box-shadow: -1px -1px 0 0 #cfd9db inset;
	}
	.qa-nav-sub-item:nth-child(3) {
		box-shadow: 0 -1px 0 0 #cfd9db inset;
	}
}
@media (min-width: 980px) {
	.qa-nav-sub {
		font-size: 14px;
		line-height: 18px;
		padding: 0 6px;
	}
	.qa-nav-sub-item {
		display: inline-block;
	}
}

.qa-nav-sub-link, .qa-nav-sub-link:visited, .qa-nav-sub-link:hover {
	display: block;
	padding: 8px 16px;
	color: #000;
}
.qa-nav-sub-link.qa-nav-sub-selected, .qa-nav-sub-link:visited.qa-nav-sub-selected, .qa-nav-sub-link:hover.qa-nav-sub-selected {
	background: #e1312f;
	color: white;
}

.qa-nav-sub-link:hover {
	background: #e1312f;
	color: white;
}

.qam-account-items-wrapper {
	display: flex;
	align-self: center;
	margin-left: auto;
	margin-right: 16px;
	font-size: 1.125rem;
	line-height: 24px;
	position: relative;
	top: 5px;
}

#qam-account-toggle {
	color: #253245;
}

#qam-account-toggle:hover {
	cursor: pointer;
}

#qam-account-toggle .qam-auth-key {
	font-size: 25px;
}
#qam-account-toggle .qam-auth-key:before {
	display: inline-block;
}

.qam-account-items {
	background-color: #FBFBFB;
	display: none;
	position: absolute;
	right: 70px;
	top: -20px;
	width: 360px;
	padding: 40px;
	z-index: 1100;
	box-sizing: border-box;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0,.15);
}

.qam-account-items .lg-title {
	color: #000000;
	text-align: center;
	font-weight: 900;
	font-size: 2.5rem;
	line-height: 44px;
	position: relative;
}

.qam-account-items .lg-title:before {
	position: absolute;
	width: 66px;
	height: 10px;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	z-index: 1;
	background: url(images/accent-divider.svg) 0 0 no-repeat;
}

.qam-account-items input[type="text"], .qam-account-items input[type="password"] {
	font-size: 1.125rem;
	line-height: 60px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFFFFF;
	font-family: 'Source Sans Pro';
	color: #676767;
	border: solid 1px #D5D5D5;
	height: 60px;
	width: 100%;
	padding: 0 20px;
	color: #676767;
	transition: border 0.1s;
	border-radius: 0;
}

.qam-account-items .description {
	font-size: 1rem;
	line-height: 20px;
	color: #A0A0A0;
	margin-top: 12px;
}

.qam-account-items .lg-subtitle {
	font-size: 1.125rem;
	line-height: 24px;
	margin: 20px auto 0;
	text-align: center;
	font-weight: 400;
	color: #646464;
	margin-top: 60px;
	display: inline-block;
}

.qam-account-items label, .user-register-form label,
.qam-account-items .user-form label, .user-pass-reset label {
	font-size: 1.125rem;
	line-height: 24px;
	color: #646464;
	margin: 0 0 8px 0;
}

.qam-account-items .username-label {
	margin-top: 40px;
	display: block;
}

.qam-account-items .passs-label {
	margin-top: 20px;
	display: block;
}

.qam-account-items .user-login-form label.form-required:after,
.qam-account-items .user-pass label.form-required:after,
.qam-account-items .user-register-form label.form-required:after,
.qam-account-items .user-form label.form-required:after,
.qam-account-items .user-pass-reset label.form-required:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	background: url(images/required.svg) 0 0 no-repeat;
	width: 10px;
	height: 10px;
	margin-left: 4px;
}

.qam-account-items .user-login-form .form-submit,
.qam-account-items .user-pass .form-submit,
.qam-account-items .user-register-form .form-submit,
.qam-account-items .user-form .form-submit,
.qam-account-items .user-pass-reset .form-submit,
.qa-form-tall-button.qa-form-tall-button-login {
	font-size: 1.25rem;
	line-height: 60px;
	padding: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	height: 60px;
	color: #FFFFFF;
	font-weight: 600;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background-color: #00BC85;
	background-image: linear-gradient(90deg,#00BC85 0%,#56dca4 50%,#00BC85 100%);
	background-size: 200% 100%;
	background-position: 0 0;
	transition: all 0.3s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	width: 252px;
	margin: 40px auto 0;
}

.qam-account-items .user-login-form .form-submit:hover,
.qam-account-items .user-pass .form-submit:hover,
.qam-account-items .user-register-form .form-submit:hover,
.qam-account-items .user-form .form-submit:hover,
.qam-account-items .user-pass-reset .form-submit:hover,
.qa-form-tall-button.qa-form-tall-button-login:hover {
	background-position: -100% 0;
}

.qam-account-handle {
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.qam-account-items .qa-form-tall-button-login {
	width: 100%;
}

.qa-nav-user {
	white-space: nowrap;
	margin: -10px;
}

.qa-nav-user a {
	color: white;
}

.qa-nav-user-facebook-login, .qa-nav-user-register {
	padding: 0 !important;
}

.qa-nav-user-register .qa-nav-user-link {
	background-color: #27ae60;
	width: 100%;
	display: block;
	color: #fff;
	margin: 2px 0 0;
	padding: 5px !important;
	text-align: center;
	line-height: 20px;
	border: 1px solid #27ae60;
}
.qa-nav-user-register .qa-nav-user-link:hover {
	background-color: #2ecc71;
	border-color: #2ecc71;
	text-decoration: none;
}

.qa-nav-user-facebook-login {
	border-bottom: none !important;
}
.qa-nav-user-facebook-login .qa-nav-user-nolink {
	width: 100%;
	display: block;
	margin: 2px 0 15px;
	padding: 5px !important;
	line-height: normal;
}

.qa-logged-in {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #2c3e50;
}
.qa-logged-in:before {
	content: '\e80e';
	font-family: "fontello";
	display: inline-block;
	width: 1em;
	background-color: #2c3e50;
	padding: 5px;
	margin: 0 10px 0 0;
	text-align: center;
	line-height: normal;
	border-radius: 1em;
}

.qam-logged-in-points {
	padding: 10px 20px;
	border-bottom: 1px solid #2c3e50;
}
.qam-logged-in-points:before {
	content: '\e810';
	font-family: "fontello";
	display: inline-block;
	width: 1em;
	background-color: #2c3e50;
	padding: 5px;
	margin: 0 10px 0 0;
	text-align: center;
	line-height: normal;
	border-radius: 1em;
}

.qa-nav-user-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.qa-nav-user-item {
	padding: 0 20px;
	border-bottom: 1px solid #2c3e50;
}
.qa-nav-user-item:last-child {
	border-bottom: none;
}

.qa-nav-user-link {
	padding: 10px 0;
	display: inline-block;
}

.qa-nav-user-updates:before {
	content: '\e812';
	font-family: "fontello";
	display: inline-block;
	width: 1em;
	background-color: #2c3e50;
	padding: 5px;
	margin: 0 10px 0 0;
	text-align: center;
	line-height: normal;
	border-radius: 1em;
}

.qa-nav-user-logout:before {
	content: '\e824';
	font-family: "fontello";
	display: inline-block;
	width: 1em;
	background-color: #2c3e50;
	padding: 5px;
	margin: 0 10px 0 0;
	text-align: center;
	line-height: normal;
	border-radius: 1em;
}

.qa-logged-in:hover, .qam-logged-in-points:hover, .qa-nav-user-item:hover {
	background-color: #2c3e50;
}

.qa-nav-user-facebook-login:hover, .qa-nav-user-register:hover {
	background-color: transparent;
}

/*------[ qa content parts ]------*/

.qa-main, .qa-main-wrapper {
	*zoom: 1;
}

.qa-body-wrapper {
	margin: 10px auto;
	padding: 0 10px;
	*zoom: 1;
}

@media (min-width: 980px) {
	.qa-main {
		/*width: calc(75% - 20px);*/
		/*float: left;*/
	}
	.qam-topbar, .qa-main-wrapper {
		width: 100%;
	}
}
@media (min-width: 1044px) {
	.qa-body-wrapper {
		width: 1024px;
		flex-grow: 2;
	}
}

.qam-title-rss {
	float: right;
	color: #ecf0f1;
	font-size: 1.4em;
}
.qam-title-rss:hover {
	color: #fff;
}
.qam-title-rss:before {
	width: auto !important;
}


.qa-q-view-content,
.qa-a-item-content,
.qa-c-item-content {
	word-wrap: break-word;
}

.qa-post-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}
.qa-post-content tr:hover {
	background-color: #f4f4f4;
}
.qa-post-content th, .qa-post-content td {
	padding: 6px 10px;
	border: 1px solid #e0e0e0;
	text-align: left;
}
.qa-post-content th {
	background-color: #eaeaea;
	font-weight: 700;
}
.qa-post-content ul,
.qa-post-content ol {
	margin-left: 20px;
	padding: 0;
}


.qa-waiting {
	background: url('images/spinner-icon-14x14.gif') no-repeat center;
	display: inline-block;
	font-size: 0;
	width: 19px;
	height: 19px;
	margin: 0 8px 0 4px;
	vertical-align: middle;
	width: 14px;
}

.qa-favoriting {
	position: absolute;
	right: 10px;
	top: 16px;
}
.qa-favoriting .qa-waiting {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -7px;
	padding: 0;
}

.qa-favorite-button, .qa-unfavorite-button {
	background: none;
	background-image: url('./images/favorite.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 32px;
	height: 32px;
	margin: 0;
	border: none;
	transition: background-position 0s;
}
.qa-favorite-button:hover, .qa-unfavorite-button:hover {
	background-position: -32px 0;
}

input.qa-unfavorite-button:focus,
input.qa-favorite-button:focus {
	background-color: inherit;
}

.qa-favorite-button {
	background-position: -32px 0;
}

.qa-unfavorite-button {
	background-position: 0 0;
}

/*------[ q-list ]------*/
.qa-q-list-item {
	padding: 20px;
	margin-bottom: 16px;
	background: #fff;
	box-shadow: 0 2px 45px 0 rgba(174, 174, 174, 0.12);
	min-height: 128px;
	position: relative;
}

.qa-q-item-stats {
	display: flex;
	justify-content: flex-start;
}
@media (max-width: 240px) {
	.qa-q-item-stats {
		float: none;
		display: none;
	}
}
.qa-template-user-activity .qa-q-item-stats {
	width: 65px;
}
.qa-template-user-answers .qa-q-item-stats {
	width: 68px;
}
@media (min-width: 241px) and (max-width: 799px) {
	.qa-template-user-activity .qa-q-item-stats {
		width: 60px;
	}
	.qa-template-user-answers .qa-q-item-stats {
		width: 60px;
	}
}

.qa-voting {
	color: #253245;
}

.qa-a-count {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
	/*background-color: #f1f1f1;*/
	text-align: center;
	position: absolute;
	top:20px;
	right: 20px;
}

.qa-a-count-zero {
	background-color: #e74c3c;
}

.qa-a-count-selected {
	/*background-color: #27ae60;*/
	color: #27ae60;
}

@media (max-width: 799px) {
	.qa-voting, .qa-a-count {
		line-height: 0.5;
		display: block;
	}
}

@media (min-width: 800px) {
	.qa-voting {
		width: 30px;
		height: 60px;
		line-height: 0.5;
		float: left;
	}
}

.qa-netvote-count-data, .qa-a-count-data {
	font-size: 18px;
	line-height: 40px;
	display: block;
	white-space: nowrap;
	opacity: 0.5;
}

.qa-a-count-data:before,
.qa-a-count-selected .qa-a-count-data:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	opacity: 0.5;
	position: relative;
	top: 2px;
	background-image: url(images/icons.svg);
	background-position: 0 -176px;
}

.qa-a-count-selected .qa-a-count-data {
	opacity: 1;
}

.qa-a-count-selected .qa-a-count-data:before {
	background-position: 0 -192px;
	opacity: 1;
}


.qa-netvote-count-pad, .qa-a-count-pad {
	font-size: 14px;
	line-height: 18px;
	display: none;
}

.qa-netvote-count {
	display: block;
	text-align: center;
	position: relative;
	top: 24px;
	left: -15px;
}


/* separate vote buttons counter */
.qa-vote-count-updown {
	line-height: 1.5;
}

.qa-upvote-count,
.qa-downvote-count {
	text-align: center;
	display: block;
}

.qa-upvote-count-data,
.qa-downvote-count-data {
	display: block;
	margin-top: 2px;
	font-size: 16px;
	font-weight: 700;
}

.qa-upvote-count-pad,
.qa-downvote-count-pad {
	display: none;
}


.qa-vote-buttons {
	float: left;
	height: 90px;
	width: 20px;
	position: relative;
}

.qa-vote-up-button, .qa-vote-down-button, .qa-voted-up-button, .qa-voted-down-button, .qa-vote-up-disabled, .qa-vote-down-disabled {
	text-indent: -9999px;
	background: url('images/vote-buttons.svg') no-repeat;
	width: 16px;
	height: 16px;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 4px;
	transition: all 0s;
}
.qa-vote-up-button:hover, .qa-vote-up-button:focus, .qa-vote-up-button:active,.qa-vote-down-button:hover, .qa-vote-down-button:focus, .qa-vote-down-button:active,
.qa-voted-up-button:hover, .qa-voted-up-button:focus, .qa-voted-up-button:active,.qa-voted-down-button:hover, .qa-voted-down-button:focus, .qa-voted-down-button:active,
.qa-vote-up-disabled:hover, .qa-vote-up-disabled:focus, .qa-vote-up-disabled:active,.qa-vote-down-disabled:hover, .qa-vote-down-disabled:focus, .qa-vote-down-disabled:active {
	border: none;
	cursor: pointer;
}

.qa-vote-up-button {
	background-position: 0 0;
	top: 10px;
}
.qa-vote-up-button:hover, .qa-vote-up-button:focus, .qa-vote-up-button:active {
	background-position: -16px 0;
}

.qa-vote-down-button {
	background-position: 0 -16px;
	bottom: 10px;
}
.qa-vote-down-button:hover, .qa-vote-down-button:focus, .qa-vote-down-button:active {
	background-position: -16px -16px;
}

.qa-vote-up-disabled {
	background-position: 0 0;
	/*opacity: 0.5;*/
	top: 10px;
}
.qa-vote-up-disabled:hover, .qa-vote-up-disabled:focus, .qa-vote-up-disabled:active {
	background-position: -16px 0;
}

.qa-vote-down-disabled {
	background-position: 0 -16px;
	/*opacity: 0.5;*/
	bottom: 10px;
}
.qa-vote-down-disabled:hover, .qa-vote-down-disabled:focus, .qa-vote-down-disabled:active {
	background-position: -16px -16px;
}

.qa-voted-up-button {
	background-position: -16px 0;
}
.qa-voted-up-button:hover, .qa-voted-up-button:focus, .qa-voted-up-button:active {
	background-position: 0 0;
}

.qa-voted-down-button {
	background-position: -16px -16px;
}
.qa-voted-down-button:hover, .qa-voted-down-button:focus, .qa-voted-down-button:active {
	background-position: -16px 0;
}

.qa-vote-one-button {
	top: 10px;
}

.qa-q-item-main {
	float: left;
	padding-left: 20px;
}
@media (max-width: 240px) {
	.qa-q-item-main {
		width: 100%;
		float: none;
		padding-left: 0;
	}
}
@media (min-width: 320px) {
	.qa-q-item-main {
		width: 210px;
		padding-left: 0;
	}
}
@media (min-width: 360px) {
	.qa-q-item-main {
		width: 250px;
	}
}
@media (min-width: 480px) {
	.qa-q-item-main {
		width: 335px;
		margin-left: 20px;
	}

	.qa-q-list-item {
		display: flex;
	}

	.qa-q-item-stats {
		flex-direction: column;
		align-items: flex-end;
	}
}
@media (min-width: 568px) {
	.qa-q-item-main {
		width: 435px;
	}
}
@media (min-width: 600px) {
	.qa-q-item-main {
		width: 484px;
	}
}
@media (min-width: 768px) {
	.qa-q-item-main {
		width: 635px;
	}
}
@media (min-width: 800px) {
	.qa-q-item-main {
		width: 570px;
	}

	.qa-q-item-stats {
		flex-direction: row;
		align-items: flex-start;
	}
}
@media (min-width: 980px) {
	.qa-q-item-main {
		width: 495px;
	}
}
/*@media (min-width: 1044px) {
	.qa-q-item-main {
		width: 592px;
	}
}*/

.qa-q-item-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	display: block;
	word-wrap: break-word;
}
.qa-q-item-title a {

}
.qa-q-item-title a:hover, .qa-q-item-title a:active, .qa-q-item-title a:focus, .qa-q-item-title a:visited {
	
}
.qa-q-item-title:hover .qam-q-list-close-icon {
	background-color: #c0392b;
	cursor: help;
}

.qam-q-list-close-icon {
	background-color: #253245;
	padding: 3px;
	border-radius: 18px;
	float: left;
	margin: 5px 5px 0 0;
}

.qam-qa-list-meta-box {
	display: block;
}

.qa-q-item-avatar-meta {
	display: block;
	margin-top: 5px;
}

.qa-q-item-avatar {
	margin: 0 2px 0 0;
}
@media (max-width: 479px) {
	.qa-q-item-avatar {
		display: none;
	}
}
@media (min-width: 480px) {
	.qa-q-item-avatar {
		display: inline-block;
		vertical-align: middle;
		line-height: 1;
	}
}

.qa-q-item-meta {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
}

.qa-q-item-who-data {
	font-weight: bold;
}

.qa-q-item-meta .qa-category-link.qa-cat-favorited {
	position: relative;
	padding-left: 14px;
}
.qa-q-item-meta .qa-category-link.qa-cat-favorited:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 100%;
	display: block;
	content: url('images/favorite-light-icon-15x15.png');
}
.qa-q-item-meta .qa-user-link.qa-user-favorited {
	position: relative;
	padding-left: 14px;
}
.qa-q-item-meta .qa-user-link.qa-user-favorited:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 100%;
	display: block;
	content: url('images/favorite-light-icon-15x15.png');
}

.qa-q-item-when-data {
	font-weight: 700;
}

.qa-q-item-tags {
	display: block;
	margin-top: 16px;
}

.qa-q-item-tag-list, .qa-q-view-tag-list {
	line-height: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.qa-q-item-tag-item, .qa-q-view-tag-item {
	display: inline;
}

.qa-tag-link,
.qa-widget-side .qa-q-view-tag-item {
	background: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 8px;
	margin-bottom: 2px;
	text-decoration: none !important;
	transition: all 0.75s ease-in-out 0s;
	color: #e1312f;
	border: 1px solid #d8d8d8;
}
.qa-tag-link:hover,
.qa-widget-side .qa-q-view-tag-item:hover {
	background: #E1312F;
	border: 1px solid #E1312F;
	color: white;
	transition: all 0.25s ease-in-out 0s;
}
.qa-tag-link.qa-tag-favorited,
.qa-widget-side .qa-q-view-tag-item.qa-tag-favorited {
	position: relative;
	padding-left: 25px;
}
.qa-tag-link.qa-tag-favorited:before,
.qa-widget-side .qa-q-view-tag-item.qa-tag-favorited:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 100%;
	display: block;
	content: url('images/star14.png');
}

.qa-page-links-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.qa-page-links-label {
	float: left;
	margin-right: 2px;
	padding: 5px 10px;
	margin-bottom: 5px;
	background: #fff;
	display: block;
}

.qa-page-links-item {
	float: left;
	margin-right: 2px;
}
.qa-page-links-item a {
	padding: 5px 10px;
	margin-bottom: 5px;
	background: #fff;
	display: block;
	text-decoration: none;
	color: #253245;
}
.qa-page-links-item a:hover, .qa-page-links-item a:focus {
	background: #e67e22;
	color: #fff;
}

.qa-page-selected {
	padding: 5px 10px;
	margin-bottom: 5px;
	background: #3498db;
	color: #fff;
	display: block;
}
.qa-page-selected a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.qa-page-selected a:hover {
	color: #fff;
	border-bottom: 0;
}

.qa-page-ellipsis {
	padding: 5px 10px;
	margin-bottom: 5px;
	background: #fff;
	display: block;
}

.qa-template-admin .qa-q-item-main {
	width: auto;
	float: none;
}
.qa-template-admin .qa-q-item-title {
	margin-bottom: 5px;
}
.qa-template-admin .qa-q-item-content {
	padding: 10px 0;
	max-height: 150px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 18px;
	overflow-y: auto;
}
.qa-template-admin .qa-q-item-avatar-meta {
	padding: 5px;
	margin: 10px 0;
}
.qa-template-admin .qa-message-item {
	padding: 20px;
	margin-bottom: 5px;
	background: #fff;
}
.qa-template-admin .qa-message-content {
	font-size: 14px;
	line-height: 18px;
}
.qa-template-admin .qa-message-avatar-meta {
	padding: 5px 0;
	margin: 10px 0;
	display: block;
}
.qa-template-admin .qa-message-avatar-meta .qa-message-who-data a {
	padding: 3px 10px;
	margin-bottom: 5px;
	background: #e74c3c;
	color: #fff;
	display: inline-block;
}
.qa-template-admin .qa-message-avatar-meta .qa-message-who-data a a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.qa-template-admin .qa-message-avatar-meta .qa-message-who-data a a:hover {
	color: #fff;
	border-bottom: 0;
}

/*------[ lists ]------*/
.qa-part-ranking, .qa-part-nav-list {
	padding: 20px;
	margin-bottom: 5px;
	background: #fff;
	width: 100%;
}
@media (max-width: 767px) {
	.qa-part-ranking, .qa-part-nav-list {
		overflow-x: auto;
		overflow-y: hidden;
	}
}
.qa-ranking-item {
	display: inline-block;
	position: relative;
	margin: 5px;
	padding: 5px;
}

.qa-top-users-item {
	width: 100%;
	max-width: 320px;
	display: flex;
	align-items: self-start;
}

.qa-top-tags-item {
	width: 100%;
	max-width: 150px;
}

@media only screen and (min-width: 992px) {
	/* two column layout for Desktops and above*/
	.qa-top-users-item {
		width: 48%;
		max-width: none;
	}

	.qa-top-tags-item {
		width: 23%;
		max-width: none;
	}
}

/*.qa-top-users-avatar */.qa-avatar-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 1em;

}

/*.qa-top-users-avatar */.qa-avatar-link img {
	min-width: 100% !important;
	min-height: 100% !important;
}

.qa-top-users-label .qa-user-link {
	background-color: #e74c3c;
	display: block;
	float: left;
	color: #fff;
	padding: 2px 1em;
	position: relative;
}

.qa-top-users-label .qa-user-link:hover,
.qa-top-users-label .qa-user-link:focus {
	background-color: #eb695c;
	text-decoration: none;
}

.qa-top-users-label .qa-user-link:before {
	content: "";
	position: absolute;
	left: -5px;
	top: 30%;
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #e74c3c;
}

@media (min-width: 980px) {
	.qa-top-users-label .qa-user-link:hover:after,
	.qa-top-users-label .qa-user-link:focus:after {
		-ms-transform: translate(80px, 0);
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}

	.qa-top-users-label .qa-user-link:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -7px;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 7px solid #e74c3c;
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
}

.qa-top-users-label .qa-user-link.qa-user-favorited {
	background-image: url('images/icons/fev-star.png');
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 22px;
}

.qa-top-users-score {
	position: relative;
	float: right;
	padding: 2px 6px 2px 6px;
	background-color: #2ecc71;
	color: #fff;
}
.qa-ranking-users-points .qa-top-users-score {
	padding-left: 1.8em;
}
.qa-ranking-users-points .qa-top-users-score:before {
	content: '\e810';
	font-family: "fontello";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	height: 100%;
	background-color: #27ae60;
	text-align: center;
	line-height: 1.6em;
}

.qa-top-tags-count {
	width: 8%;
}

.qa-browse-cat-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.qa-browse-cat-list .qa-browse-cat-list {
	margin: 1em 0 0 1em;
}

.qa-browse-cat-item {
	font-size: 14px;
	line-height: 18px;
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 0;
	position: relative;
}
.qa-browse-cat-item:last-child {
	border-bottom: 0 !important;
}

.qa-browse-cat-nolink, .qa-browse-cat-link,
.qa-browse-cat-link:hover, .qa-browse-cat-link:visited {
	background-color: #e74c3c;
	display: inline-block;
	color: #fff;
	padding: 2px 0.6em;
	position: relative;
}

.qa-browse-cat-nolink {
	cursor: help;
}

.qa-browse-cat-link {
	cursor: pointer;
	background-color: #c0392b;
}
.qa-browse-cat-link:hover, .qa-browse-cat-link:focus {
	text-decoration: none;
	background-color: #d34a3b;
}
.qa-browse-cat-link:before {
	content: "";
	position: absolute;
	right: -5px;
	top: 5px;
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #c0392b;
}

.qa-browse-cat-note {
	display: block;
	font-size: 14px;
	line-height: 18px;
}
.qa-browse-cat-note a {
	position: absolute;
	top: 5px;
	right: 5px;
	display: inline-block;
	padding: 2px 10px 2px 2em;
	background-color: #2ecc71;
	color: #fff;
}
.qa-browse-cat-note a:before {
	background-color: #27ae60;
	content: '\e801';
	font-family: "fontello";
	display: inline-block;
	text-align: center;
	width: 1.5em;
	height: 100%;
	line-height: 2.4em;
	position: absolute;
	top: 0;
	left: 0;
}
.qa-browse-cat-note a:hover {
	background-color: #48d684;
	text-decoration: none;
}
.qa-browse-cat-note.qam-cat-note {
	padding: 5px;
	margin: 10px 0 0;
	background-color: #f5f7f7;
}

.qa-part-form-plugin-options {
	margin-top: -5px !important;
	padding-top: 0 !important;
}
.qa-part-form-plugin-options h2 {
	margin: 0 0 10px 0;
	font-weight: normal;
	border-bottom: 1px solid #e0e0e0;
}

.qam-approve-users .qa-message-item {
	padding: 5px 0 0;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}
.qam-approve-users .qa-message-avatar-meta {
	float: left;
	margin: 0;
}
.qam-approve-users .qa-message-buttons {
	float: right;
}

.qa-part-form-message {
	padding: 10px 20px;
	margin-bottom: 5px;
	background: #fff;
}

.qa-message-list {
	margin-top: 10px;
}

.qa-message-item {
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	padding: 10px;
}

.qa-message-item:nth-child(even) {
	background-color: #f2f5f5;
}
.qa-message-item:last-child {
	border-bottom: none;
}

.qa-message-content {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #e0e0e0;
	word-wrap: break-word;
}

.qa-message-avatar-meta {
	display: block;
	float: left;
	margin: 0;
}

.qa-message-avatar {
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}

.qa-message-meta {
	color: #666;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
}

.qa-message-buttons {
	display: inline-block;
	margin-left: 12px;
	vertical-align: middle;
}

.qa-message-buttons .qa-form-light-button {
	padding: 0;
}




.qa-part-form-message .qam-pm-message {
	padding: 10px;
	background: #27ae60;
	color: #fff;
	margin-bottom: 0;
}
.qa-part-form-message .qam-pm-message a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.qa-part-form-message .qam-pm-message a:hover {
	color: #fff;
	border-bottom: 0;
}
.qa-part-form-message .qam-pm-message:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	content: '\e821';
}

/*------[ forms ]------*/
input, textarea, select {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #bdc3c7;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
input:focus, textarea:focus, select:focus {
	background-color: #fff;
	border-color: #3498db;
	outline: 0;
}
input::-moz-focus-inner, textarea::-moz-focus-inner, select::-moz-focus-inner {
	padding: 0;
	border: 0;
	outline: 0;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

input[type="submit"], button {
	cursor: pointer;
	text-align: center;
}

[class^="qa-part-form"],
[class^="qa-part-custom"] {
	padding: 20px;
	margin-bottom: 5px;
	background: #fff;
}
[class^="qa-part-form"] > h2:first-child, [class^="qa-part-custom"] > h2:first-child {
	margin-top: 0;
}

.qa-form-tall-text, .qa-form-tall-email {
	width: 100%;
}

.qa-form-tall-number, .qa-form-wide-number {
	width: 50px;
}

.qa-form-tall-note, .qa-form-wide-note {
	color: #7f8c8d;
	font-size: 14px;
	line-height: 18px;
}
.qa-form-tall-note {
	margin: 10px 0 5px;
}

.qa-form-wide-button.qa-form-wide-button-save,
.qa-form-tall-button.qa-form-tall-button-save,
.qa-form-tall-button, .qa-form-wide-button, .qa-form-basic-button,
.qa-form-tall-button.qa-form-tall-button-ask {
	font-size: 1.25rem;
	line-height: 60px;
	padding: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	height: 60px;
	color: #FFFFFF;
	font-weight: 600;
	cursor: pointer;
	padding: 0 40px;
	margin: 0;
	background-color: #00BC85;
	background-image: linear-gradient(90deg,#00BC85 0%,#56dca4 50%,#00BC85 100%);
	background-size: 200% 100%;
	background-position: 0 0;
	transition: all 0.3s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	width: max-content;
	margin: 40px auto 0;
}
.qa-form-tall-button.qa-form-tall-button-ask:hover,
.qa-form-tall-button.qa-form-tall-button-save:hover,
.qa-form-wide-button.qa-form-wide-button-save:hover,
.qa-form-tall-button:hover, .qa-form-tall-button:focus,
.qa-form-wide-button:hover, .qa-form-wide-button:focus,
.qa-form-basic-button:hover, .qa-form-basic-button:focus {
	background-position: -100% 0;
}
.qa-form-tall-button a, .qa-form-tall-button a:hover,
.qa-form-wide-button a, .qa-form-wide-button a:hover,
.qa-form-basic-button a, .qa-form-basic-button a:hover {
	color: #fff;
}

@media (max-width: 767px) {
	.qa-form-tall-button, .qa-form-wide-button, .qa-form-basic-button {
		width: 100%;
		display: block;
		margin-bottom: 1em !important;
	}
}

.qa-form-tall-button-save, .qa-form-wide-button-save, .qa-form-wide-button-saverecalc,
.qa-form-tall-button-ask, .qa-form-tall-button-answer {
	background: #27ae60 none;
}
.qa-form-tall-button-save:hover, .qa-form-tall-button-save:focus,
.qa-form-wide-button-save:hover, .qa-form-wide-button-save:focus,
.qa-form-wide-button-saverecalc:hover, .qa-form-wide-button-saverecalc:focus,
.qa-form-tall-button-ask:hover, .qa-form-tall-button-ask:focus,
.qa-form-tall-button-answer:hover, .qa-form-tall-button-answer:focus {
	background-color: #2ecc71;
}

.qa-form-tall-button-cancel,
.qa-form-wide-button-cancel {
	background: none;
	color: #253245;
}

.qa-form-tall-button-cancel:hover, .qa-form-tall-button-cancel:focus,
.qa-form-wide-button-cancel:hover, .qa-form-wide-button-cancel:focus {
	background-color: #bfbfbf;
}

.qa-form-wide-label, .qa-form-wide-data,
.qa-form-tall-spacer {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.qa-form-tall-label {
	padding: 5px 0 0;
}

.qa-form-tall-data {
	padding: 5px 0;
}

.qa-form-wide-label {
	padding-right: 5px;
}
.qa-form-wide-data {
	padding-left: 5px;
}
.qa-form-wide-text, .qa-form-wide-email {
	width: 100%;
}

.qa-form-tall-ok, .qa-form-wide-ok {
	background-color: #27ae60;
	padding: 10px;
	display: table-cell;
	color: #fff;
}

.qa-form-wide-error, .qa-form-tall-error {
	color: #e74c3c;
}

.qa-form-tall-spacer {
	display: block;
	margin: 20px 0 19px 0;
	padding: 0;
	border-top: none;
	line-height: 0;
}

.qa-form-tall-help, .qa-form-wide-help {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 4px;
	border-radius: 18px;
	background-color: #3498db;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	cursor: help;
}

.qa-ask-similar {
	background-color: #ecf0f1;
	padding: 10px;
	margin-bottom: 5px;
}

.qa-ask-similar-title {
	margin: -10px -10px 10px;
	padding: 10px;
	background: #7f8c8d;
	color: #fff;
}
.qa-ask-similar-title a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.qa-ask-similar-title a:hover {
	color: #fff;
	border-bottom: 0;
}

.qa-q-title-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.qa-q-title-item {
	padding: 2px 0;
	border-bottom: 1px solid #d9dcde;
}
.qa-q-title-item:last-child {
	border-bottom: none;
}

/*------[ users ]------*/
.qa-template-user .qa-main {
	width: 100%;
}
.qa-part-message-list {
	padding: 20px;
	margin-bottom: 5px;
	background: #fff;
}
.qa-template-user .qa-form-wide-buttons,
.qa-template-user .qa-form-tall-buttons {
	border-bottom: none;
	padding-bottom: 0;
}
.qa-template-user .qa-form-wide-label {
	min-width: 110px;
	width: auto;
}

.qa-part-form-profile .qa-form-wide-data {
	word-break: break-word;
}
.qa-part-form-profile .qa-form-tall-image {
	text-align: center;
}
.qa-part-form-profile .qa-form-wide-button-approve {
	background: #27ae60 none;
}
.qa-part-form-profile .qa-form-wide-button-approve:hover, .qa-part-form-profile .qa-form-wide-button-approve:focus {
	background-color: #2ecc71;
}
.qa-part-form-profile .qa-form-wide-button-block {
	background: #e74c3c none;
}
.qa-part-form-profile .qa-form-wide-button-block:hover, .qa-part-form-profile .qa-form-wide-button-block:focus {
	background-color: #ea6153;
}


@media (min-width: 980px) {
	.qa-template-user [class^="qa-part-form"], .qa-template-user .qa-part-message-list {
		width: 49.8%;
	}
	.qa-template-user [class^="qa-part-form"], .qa-template-user .qa-part-message-list {
		float: right;
		clear: right;
	}
	.qa-template-user .qa-part-form-profile {
		float: left;
	}
}
.qa-part-form-activity h2, .qa-part-message-list h2 {
	margin-top: 0;
}

#level .qa-form-wide-static a:first-child {
	background: #27ae60 url('images/icons/mail.png') no-repeat 5px center;
	padding: 2px 5px 2px 25px;
	border: 1px solid #1e8449;
	display: inline-block;
	color: #fff;
}
#level .qa-form-wide-static a:hover:first-child, #level .qa-form-wide-static a:focus:first-child {
	background-color: #2ecc71;
	background-image: url('images/icons/mail.png');
	border: 1px solid #25a25a;
	color: #fff;
	text-decoration: none;
}

.qa-part-form-activity .qa-uf-user-points,
.qa-part-form-activity .qa-uf-user-q-posts,
.qa-part-form-activity .qa-uf-user-a-posts,
.qa-part-form-activity .qa-uf-user-c-posts,
.qa-part-form-activity .qa-uf-user-q-votes,
.qa-part-form-activity .qa-uf-user-a-votes,
.qa-part-form-activity .qa-uf-user-upvotes,
.qa-part-form-activity .qa-uf-user-downvotes,
.qa-part-form-activity .qa-uf-user-upvoteds,
.qa-part-form-activity .qa-uf-user-downvoteds {
	font-size: 25px;
	font-weight: 700;
}
.qa-part-form-activity .qa-uf-user-points,
.qa-part-form-activity .qa-uf-user-q-posts,
.qa-part-form-activity .qa-uf-user-a-posts,
.qa-part-form-activity .qa-uf-user-c-posts,
.qa-part-form-activity .qa-uf-user-q-votes,
.qa-part-form-activity .qa-uf-user-a-votes {
	color: #3498db;
}
.qa-part-form-activity .qa-uf-user-upvotes,
.qa-part-form-activity .qa-uf-user-upvoteds {
	color: #27ae60;
}
.qa-part-form-activity .qa-uf-user-downvotes,
.qa-part-form-activity .qa-uf-user-downvoteds {
	color: #e74c3c;
}
.qa-part-form-activity .qa-form-wide-static {
	color: #7f8c8d;
	font-size: 14px;
	line-height: 18px;
}

/*------[ favorites ]------*/
.qa-template-favorites h2 {
	padding: 10px 0;
	margin-bottom: 5px;
	font-size: 1.5em;
}
.qa-template-favorites h2 a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.qa-template-favorites h2 a:hover {
	color: #fff;
	border-bottom: 0;
}

.qa-link-next {
	margin-bottom: 0;
}

.qa-part-q-list .qa-link-next,
.qa-part-ranking-users,
.qa-part-ranking-tags,
.qa-part-nav-list-categories {
	padding: 10px 0;
	margin-bottom: 10px;
}
.qa-part-ranking-users h2, .qa-part-ranking-tags h2, .qa-part-nav-list-categories h2 {
	font-size: 1.5em;
}

.qa-favorite-image {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('images/favorite.svg');
	position: relative;
	top: -4px;
}

.qa-suggest-next {
	padding: 10px;
	margin-bottom: 5px;
	background: #EBEBEB;

}
.qa-suggest-next a {
	color: #E1312F;
	border-bottom: 1px dotted #E1312F;
}
.qa-suggest-next a:hover {
	border-bottom: 0;
}

/*------[ q-view ]------*/
.qa-form-light-button {
	-webkit-appearance: none;
	display: block;
	margin: 0 16px 0 0;
	padding: 8px;
	border: none;
	font-size: 14px;
	line-height: 18px;
	transition: opacity 0.1s ease-in-out;
	background: #ffffff none center no-repeat;
	color: #fff;
	width: 16px;
	height: 16px;
	text-align: center;
	text-indent: -9999px;
	opacity: 0.2;
}

.qa-form-light-button-answer {
	height: auto;
}

.qa-form-light-button:hover {
	/*background-color: #e63131;
	background-color: linear-gradient(90deg,#e63131 0%,#ff6a00 50%,#e63131 100%);*/
	border: 0;
	outline: 0;
	opacity: 1;
}
/*.qa-form-light-button a, .qa-form-light-button a:hover {
	color: #fff;
}
*/
.qa-form-light-button-edit, .qa-form-light-button-retagcat {
	background-image: url('images/icons.svg');
	background-position: 0 -80px;
}

/*.qa-form-light-button-edit:hover, .qa-form-light-button-retagcat:hover {
	background-image: url('images/icons/edit_white.svg');
}*/

.qa-form-light-button-flag {
	background-image: url('images/icons.svg');
	background-position: 0 -64px;
}
/*
.qa-form-light-button-flag:hover {
	background-image: url('images/icons/to-spam_white.svg');
}*/

.qa-form-light-button-unflag {
	background-image: url('images/icons/flag.png');
}

/*.qa-form-light-button-unflag:hover {
	background-image: url('images/icons/flag-white.png');
}*/

.qa-form-light-button-clearflags {
	background-image: url('images/icons/un-flag.png');
}
/*
.qa-form-light-button-clearflags:hover {
	background-image: url('images/icons/un-flag-white.png');
}*/

.qa-form-light-button-hide {
	background-image: url('images/icons.svg');
	background-position: 0 -48px;
}
/*
.qa-form-light-button-hide:hover {
	background-image: url('images/icons/hide_white.svg');
}
*/
.qa-form-light-button-follow {
	background-image: url('images/icons.svg');
	background-position: 0 -16px;
}
/*
.qa-form-light-button-follow:hover {
	background-image: url('images/icons/link_white.svg');
}*/

.qa-form-light-button-reshow {
	background-image: url('images/icons.svg');
	background-position: 0 -32px;
}

/*.qa-form-light-button-reshow:hover {
	background-image: url('images/icons/show_white.svg');
}*/

.qa-form-light-button-claim {
	background-image: url('images/icons/claim.png');
}

/*.qa-form-light-button-claim:hover {
	background-image: url('images/icons/claim-white.png');
}*/

.qa-form-light-button-delete {
	background-image: url('images/icons.svg');
	background-position: 0 -96px;
}

/*.qa-form-light-button-delete:hover {
	background-image: url('images/icons/remove_white.svg');
}
*/
.qa-form-light-button-approve {
	background-image: url('images/icons/approve.png');
	padding-left: 18px;
}

/*.qa-form-light-button-approve:hover {
	background-image: url('images/icons/approve-white.png');
	padding-left: 18px;
}*/

.qa-form-light-button-reject {
	background-image: url('images/icons/rejected.png');
}

/*.qa-form-light-button-reject:hover {
	background-image: url('images/icons/rejected-white.png');
}
*/
.qa-form-light-button-close {
	background-image: url('images/icons.svg');
	background-position: 0 -112px;
}

/*.qa-form-light-button-close:hover {
	background-image: url('images/icons/close-white.png');
}*/

.qa-form-light-button-reopen {
	background-image: url('images/icons/open.png');
}

/*.qa-form-light-button-reopen:hover {
	background-image: url('images/icons/open-white.png');
}
*/
.qa-form-light-button-block {
	background-image: url('images/icons/rejected.png');
}

/*.qa-form-light-button-block:hover {
	background-image: url('images/icons/rejected-white.png');
}*/

.qa-form-light-button-reply {
	background-image: url('images/icons/reply.svg');
}

.qa-form-light-button-reply:hover {
	background-image: url('images/icons/reply-white.svg');
}

.qa-form-light-button-answer {
	background-image: url('images/icons/reply.svg');
	margin-right: auto;
}

.qa-form-light-button-answer:hover {
	background-image: url('images/icons/reply-white.svg');
}

.qa-form-light-button-comment {
	background-image: url('images/icons/reply.svg');
	margin-right: auto;
	height: auto;
}

.qa-form-light-button-comment:hover {
	background-image: url('images/icons/reply-white.svg');
}

.qa-form-light-button-answer,
.qa-form-light-button-comment,
.qa-form-light-button-claim {
	width: auto;
	padding-left: 30px;
	font-size: 14px;
	line-height: 18px;
	text-indent: 0;
	background-position: 8px 8px;
	/*transition: background-position 0s;*/
	border: none;
	color: #E1312F;
	opacity: 1;
}
.qa-form-light-button-answer:hover,
.qa-form-light-button-comment:hover,
.qa-form-light-button-claim:hover {
	color: white;
	background-color: #e63131;
	background-color: linear-gradient(90deg,#e63131 0%,#ff6a00 50%,#e63131 100%);
}

@media (max-width: 979px) {
	.qa-q-view-stats, .qa-voting {
		margin-bottom: 5px;
	}
}

.qa-view-count {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 16px 0 0;
	word-break: break-word;
}

.qa-view-count-data {
}

.qa-view-count-pad {
}

.qam-q-view-close-icon {
	background-color: #f1c40f;
	padding: 4px;
	border-radius: 24px;
	float: left;
	margin: 8px 10px 0 0;
}

.qa-q-view {
	display: flex;
	background: #fff;
	padding-bottom: 20px;
}

.qa-part-q-view {
	padding: 20px 20px 0;
	background: #fff;
	position: relative;
	box-shadow: 0 2px 45px 0 rgba(174, 174, 174, 0.12);
}

.qa-q-view-avatar-meta {
	font-size: 14px;
	line-height: 18px;
	display: block;
	margin-bottom: 20px;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	overflow: hidden;
}

.qa-q-view-avatar {
	float: right;
	width: 32px;
	height: 32px;
	overflow: hidden;
}

.qa-q-view-meta {
	border-bottom: 1px solid #bdc3c7;
	display: block;
}
@media (max-width: 979px) {
	.qa-q-view-meta {
		clear: left;
	}
	.qa-q-view-main {
		width: 100%;
		margin-left: 20px;
	}
}
@media (min-width: 980px) {
	.qa-q-view-main {
		float: left;
		margin: 0 0 0 20px;
		width: 100%;
	}
}

.qa-q-view-tags {
	margin-top: 20px;
}

.qa-q-view-buttons {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-top: 16px;
}
.qa-q-view-buttons .qa-waiting {
	float: right;
	margin: 9px 0 0 5px;
}

.qa-q-view-closed {
	position: relative;
	background-color: #ecf0f1;
	padding: 10px 10px 10px 54px;
	margin: 10px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.qa-q-view-closed:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #bdc3c7;
	width: 44px;
	text-align: center;
	display: block;
	content: url('images/icons/closed-note.png');
}
.qa-q-view-closed:hover {
	padding: 10px 10px 10px 54px;
	margin-bottom: 5px;
	background: #e74c3c;
	color: #fff;
	cursor: help;
}
.qa-q-view-closed:hover a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.qa-q-view-closed:hover a:hover {
	color: #fff;
	border-bottom: 0;
}
.qa-q-view-closed:hover:before {
	background-color: #c0392b;
	content: url('images/icons/closed-note.png');
}

.qa-q-view-closed-content {
	font-weight: normal !important;
}

.qa-q-view-extra {
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0;
}
.qa-q-view-extra-content {
	font-weight: bold;
}

.qa-part-form-q-edit {
	padding: 20px;
	background: #fff;
	position: relative;
}

.qa-part-form-q-edit + .qa-q-view .qa-q-view-avatar-meta {
	margin: 0;
}
.qa-part-form-q-edit + .qa-q-view .qa-q-view-meta {
	border: 0;
}
.qa-part-form-q-edit + .qa-q-view .qa-q-view-c-list {
	margin-left: 10px;
}

.qa-main-hidden, .qa-a-list-item-hidden, .qa-c-item-hidden {
	opacity: 0.6;
}

.qa-q-item-flags, .qa-q-view-flags, .qa-a-item-flags, .qa-c-item-flags {
	color: #e74c3c;
	font-weight: bold;
	padding-left: 4px;
}


/*------[ a-list ]------*/
.qa-part-a-form {
	padding: 20px;
	background: #fff;
	margin-bottom: 5px;
	box-shadow: 0 2px 45px 0 rgba(174, 174, 174, 0.12);
}
.qa-part-a-form:empty,
.qa-part-a-form h2 {
	margin-top: 0;
}

#a_list_title {
	padding: 10px 20px;
	margin-bottom: 5px;
	margin-top: 0;
}
#a_list_title a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#a_list_title a:hover {
	color: #fff;
	border-bottom: 0;
}

.qa-a-list-item {
	display: flex;
	padding: 20px;
	margin-bottom: 16px;
	background: #fff;
	position: relative;
	min-height: 190px;
	box-shadow: 0 2px 45px 0 rgba(174, 174, 174, 0.12);
}
/* highlight selected answer */
.qa-a-list-item:target{
	-webkit-animation: answer-highlight 2s ease-in-out;
	animation: answer-highlight 2s ease-in-out;
}

.qa-a-item-avatar-meta {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 16px;
	display: flex;
}

.qa-a-item-avatar {
	float: right;
	width: 32px;
	height: 32px;
	max-width: 32px;
	max-height:32px;
	min-width: 32px;
	min-height:32px;
	border-radius: 16px;
	overflow: hidden;
}

.qa-a-item-meta {
	display: flex;
	align-items: center;
	width: 100%;
	margin-left: 16px;
	opacity: 0.5;
}

.qa-a-item-when {
	margin: 0 3px;
}

.qa-a-item-who-data {
	font-weight: bold;
}

.qa-a-item-buttons {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-top: 16px;
}
.qa-a-item-buttons .qa-waiting {
	float: right;
	margin: 9px 0 0 5px;
}

.qa-a-item-main {
	width: 100%;
	margin-left: 20px;
}

.qa-a-item-what {
	margin-left: 2px;
}

@media (max-width: 799px) {
	.qa-a-item-avatar-meta {
		margin-top: 10px;
	}
}

@media (max-width: 979px) {
	.qa-a-item-meta {
		clear: left;
		font-size: 14px;
		line-height: 18px;
		display: flex;
		flex-wrap: wrap;
	}

	.qa-a-item-what {
		margin: 0 3px;
	}
}
@media (min-width: 980px) {
	.qa-a-item-main {
		float: right;
		margin: 0 0 0 20px;
		width: 100%;
	}
}

.qa-a-selection {
	position: absolute;
	right: 20px;
	top: 20px;
}


.qa-a-selection .qa-waiting {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
}

.qa-a-select-button, .qa-a-unselect-button, .qa-a-selected {
	width: 24px;
	height: 35px;
	border: none;
	outline: none;
	display: block;
	margin: 0;
	position: relative;
	background: url('images/reward.svg') no-repeat center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.qa-a-select-button {
	opacity: 0.2;
	/*background-color: #bdc3c7;*/
}
.qa-a-select-button:hover, .qa-a-select-button:focus {
	opacity: 0.5;
	/*background-color: #27ae60;*/
}

.qa-a-unselect-button {
	background-color: white;
}
.qa-a-unselect-button:hover, .qa-a-unselect-button:focus {
	/*background-color: #bdc3c7;*/
}

.qa-a-selected {
	background-color: white;
}

.qa-a-selected-text {
	display: none;
}


@media (max-width: 979px) {
	.qa-a-selected-text {
		display: none;
	}
}
@media (min-width: 980px) {
	.qa-a-selected-text {
		font-size: 14px;
		line-height: 18px;
		color: #27ae60;
		display: none;
		text-align: center;
	}
}

.answer-selected, .qa-a-list-item-selected {
	border: 1px solid #27ae60;
}

/*------[ c-list ]------*/
.qa-q-view-c-list, .qa-a-item-c-list {
	margin-top: 20px;
	font-size: 14px;
	line-height: 18px;
}

.qa-c-list-item {
	position: relative;
	margin-bottom: 0;
	margin-left: 40px;
	padding: 32px 0 16px;
	border-top: 1px solid #ececec;
}
/* highlight selected comment */
.qa-c-list-item:target {
	-webkit-animation: comment-highlight 2s ease-in-out;
	animation: comment-highlight 2s ease-in-out;
}

/* voting styles for comments */
.qa-c-list-item .qa-voting {
	width: auto;
	height: auto;
	background-color: transparent;
}
.qa-c-list-item .qa-vote-buttons {
	height: 22px;
	width: 12px;
	margin-right: 4px;
}
.qa-c-list-item .qa-vote-count {
	float: left;
	min-width: 16px;
	margin-right: 8px;
}
.qa-c-list-item .qa-netvote-count {
	text-align: left;
}
.qa-c-list-item .qa-netvote-count-data {
	font-size: 14px;
	line-height: 18px;
}

.qa-c-list-item .qa-upvote-count {
	line-height: 6px;
}
.qa-c-list-item .qa-downvote-count {
	line-height: 14px;
}
.qa-c-list-item .qa-upvote-count-data,
.qa-c-list-item .qa-downvote-count-data {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}


.qa-c-list-item .qa-vote-up-button,
.qa-c-list-item .qa-vote-down-button,
.qa-c-list-item .qa-voted-up-button,
.qa-c-list-item .qa-voted-down-button,
.qa-c-list-item .qa-vote-up-disabled,
.qa-c-list-item .qa-vote-down-disabled {
	width: 12px;
	height: 8px;
	left: 0;
}
.qa-c-list-item .qa-vote-first-button {
	top: 0;
}
.qa-c-list-item .qa-vote-second-button {
	top: 12px;
}
.qa-c-list-item .qa-vote-one-button {
	top: 6px;
}

.qa-c-list-item .qa-vote-up-button {
	background-position: -32px 0;
}
.qa-c-list-item .qa-vote-up-button:hover,
.qa-c-list-item .qa-vote-up-button:focus,
.qa-c-list-item .qa-vote-up-button:active {
	background-position: -32px -8px;
}

.qa-c-list-item .qa-vote-down-button {
	background-position: -44px 0;
}
.qa-c-list-item .qa-vote-down-button:hover,
.qa-c-list-item .qa-vote-down-button:focus,
.qa-c-list-item .qa-vote-down-button:active {
	background-position: -44px -8px;
}

.qa-c-list-item .qa-vote-up-disabled {
	background-position: -32px -32px;
}
.qa-c-list-item .qa-vote-up-disabled:hover,
.qa-c-list-item .qa-vote-up-disabled:focus,
.qa-c-list-item .qa-vote-up-disabled:active {
	background-position: -32px -32px;
}

.qa-c-list-item .qa-vote-down-disabled {
	background-position: -44px -32px;
}
.qa-c-list-item .qa-vote-down-disabled:hover,
.qa-c-list-item .qa-vote-down-disabled:focus,
.qa-c-list-item .qa-vote-down-disabled:active {
	background-position: -44px -32px;
}

.qa-c-list-item .qa-voted-up-button {
	background-position: -32px -8px;
}
.qa-c-list-item .qa-voted-up-button:hover,
.qa-c-list-item .qa-voted-up-button:focus,
.qa-c-list-item .qa-voted-up-button:active {
	background-position: -32px 0;
}

.qa-c-list-item .qa-voted-down-button {
	background-position: -44px -8px;
}
.qa-c-list-item .qa-voted-down-button:hover,
.qa-c-list-item .qa-voted-down-button:focus,
.qa-c-list-item .qa-voted-down-button:active {
	background-position: -44px 0;
}


.qa-c-list-item .qa-form-light-button {
	text-align: center;
}

.qa-c-list-item .qa-form-light-button a, .qa-c-list-item .qa-form-light-button a:hover {
	color: #253245;
}
.qa-c-list-item .qa-form-light-button-comment {
	background-image: url('images/icons/reply.svg');
	margin-right: auto;
}

.qa-c-list-item .qa-form-light-button-comment:hover {
	background-image: url('images/icons/reply-white.svg');
}

.qa-c-list-item .qa-form-light-button:hover, .qa-c-list-item .qa-form-light-button:focus {
	/*background-image: url('images/icons/reply-white.svg');*/
}

.qa-c-list-item .qa-form-light-button-edit,
.qa-c-list-item .qa-form-light-button-retagcat,
.qa-c-list-item .qa-form-light-button-flag,
.qa-c-list-item .qa-form-light-button-unflag,
.qa-c-list-item .qa-form-light-button-clearflags,
.qa-c-list-item .qa-form-light-button-hide,
.qa-c-list-item .qa-form-light-button-follow,
.qa-c-list-item .qa-form-light-button-reshow,
.qa-c-list-item .qa-form-light-button-claim,
.qa-c-list-item .qa-form-light-button-delete,
.qa-c-list-item .qa-form-light-button-approve,
.qa-c-list-item .qa-form-light-button-reject,
.qa-c-list-item .qa-form-light-button-close,
.qa-c-list-item .qa-form-light-button-reopen {
	background-image: url('images/icons.svg');
}

.qa-c-item-avatar-meta {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	opacity: 0.5;
}

.qa-c-item-avatar {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	overflow: hidden;
}

.qa-c-item-meta {
	display: block;
	margin-left: 16px;
}

@media (max-width: 767px) {
	.qa-c-item-meta {
		font-size: 14px;
		line-height: 18px;
		padding-right: 24px;
		min-height: 2.3em;
	}
}

.qa-c-item-content {
	font-size: 14px;
	line-height: 18px;
}

.qa-c-item-buttons {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 10px;
	padding-top: 10px;
}
.qa-c-item-buttons .qa-waiting {
	float: right;
	margin: 9px 0 0 5px;
}

.qa-c-form h2 {
	margin-bottom: 0;
}

.qa-widget-main h2:first-of-type {
	padding: 10px;
	background: #9b59b6;
	color: #fff;
	margin: 0 0 5px 0;
}
.qa-widget-main h2:first-of-type a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.qa-widget-main h2:first-of-type a:hover {
	color: #fff;
	border-bottom: 0;
}

/*------[ sidebar ]------*/
#qam-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 9;
	box-shadow: 0 0 300px 50px rgba(0, 0, 0, 0.3) inset;
	display: none;
}

#qam-sidepanel-toggle {
	display: none;
}

@media (min-width: 980px) {
	.qa-sidepanel {
		width: 25%;
		padding: 0;
		float: right;
		*zoom: 1;
	}
}

@media (max-width: 979px) {
	#qam-sidepanel-toggle {
		display: block;
		position: fixed;
		bottom: 10px;
		right: 0;
		text-align: center;
		font-size: 24px;
		background: #9b59b6;
		cursor: pointer;
		transition: all 0.15s ease;
		color: #95a5a6;
		opacity: 0.5;
		z-index: 999;
	}
	#qam-sidepanel-toggle.active {
		opacity: 1;
		color: #253245;
		right: 280px;
		box-shadow: -5px 0 15px 0 rgba(0, 0, 0, 0.5);
	}
	#qam-sidepanel-toggle [class^="icon-"]:before, #qam-sidepanel-toggle [class*=" icon-"]:before {
		line-height: 40px;
		width: 30px;
		height: 40px;
		text-align: center;
		color: #fff;
	}

	.qa-sidepanel {
		width: 280px;
		height: 100%;
		position: fixed;
		right: -280px;
		top: 0;
		overflow-y: auto;
		z-index: 99999;
		background: #fff;
		transition: all 0.15s ease;
		box-shadow: 0 0 0 0 transparent;
	}
	.qa-sidepanel.open {
		right: 0 !important;
		transition: all 0.15s ease;
		box-shadow: -5px 0 15px 0 rgba(0, 0, 0, 0.5);
	}
}


.stick {
	top: 10px !important;
	transition: all 0.15s ease;
}

.qa-sidepanel {
	display: none;
	word-wrap: break-word;
}
.qa-sidepanel h1, .qa-sidepanel h2, .qa-sidepanel h3, .qa-sidepanel h4, .qa-sidepanel h5, .qa-sidepanel h6 {
	margin-top: 0;
}
.qa-sidepanel .qa-widget-side {
	padding: 20px;
	margin-bottom: 5px;
	background: #fff;
}

.qa-sidebar {
	padding: 20px;
	margin-bottom: 5px;
	background: #253245;
	color: #fff;
}
.qa-sidebar a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	font-weight: bold;
}
.qa-sidebar a:hover {
	color: #fff;
	border-bottom: 0;
	text-decoration: none;
	text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid #fff;
}

.qa-sidebar.orange {
	background: #f39c12;
}
.qa-sidebar.carrot {
	background: #e67e22;
}
.qa-sidebar.alizarin {
	background: #e74c3c;
}
.qa-sidebar.turquoise {
	background: #1abc9c;
}
.qa-sidebar.emerald {
	background: #2ecc71;
}
.qa-sidebar.peter-river {
	background: #3498db;
}
.qa-sidebar.amethyst {
	background: #9b59b6;
}
.qa-sidebar.wet-asphalt {
	background: #253245;
}

.qa-activity-count {
	margin: -20px;
	text-align: center;
	overflow: hidden;
	*zoom: 1;
}

.qa-activity-count-item {
	width: 50%;
	margin: 0;
	padding-bottom: 10px;
	color: #fff;
	float: left;
	text-transform: uppercase;
	position: relative;
}
.qa-activity-count-item:before {
	font-family: "fontello";
	display: inline-block;
	font-size: 32px;
	text-align: center;
	margin-bottom: 5px;
	position: absolute;
	top: 5px;
	left: 10px;
	opacity: 0.2;
}
.qa-activity-count-item:hover {
	cursor: help;
}
.qa-activity-count-item:hover:before {
	opacity: 1;
	-webkit-animation: shake 0.25s;
	-moz-animation: shake 0.25s;
	-o-animation: shake 0.25s;
	animation: shake 0.25s;
}
.qa-activity-count-item:nth-child(1) {
	background: #1abc9c;
}
.qa-activity-count-item:nth-child(1):before {
	content: '\e801';
}
.qa-activity-count-item:nth-child(2) {
	background: #2ecc71;
}
.qa-activity-count-item:nth-child(2):before {
	content: '\e802';
}
.qa-activity-count-item:nth-child(3) {
	background: #f1c40f;
}
.qa-activity-count-item:nth-child(3):before {
	content: '\e800';
}
.qa-activity-count-item:nth-child(4) {
	background: #e67e22;
}
.qa-activity-count-item:nth-child(4):before {
	content: '\e809';
}

.qa-activity-count-data {
	padding: 10px 10px 0 10px;
	font-size: 2em;
	line-height: 1.5em;
	display: block;
}

.qa-related-q-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.qa-related-q-item a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #e0e0e0;
}
.qa-related-q-item:first-child a {
	padding-top: 0;
}
.qa-related-q-item:last-child a {
	padding-bottom: 0;
	border-bottom: 0;
}

.qa-nav-cat {
	padding: 20px;
	margin-bottom: 5px;
	background: #fff;
}

.qa-nav-cat-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.qa-nav-cat-list .qa-nav-cat-list {
	margin-left: 20px;
}

.qa-nav-cat-item {
	padding: 2px 0;
	display: block;
	border-bottom: 1px solid #e0e0e0;
}
.qa-nav-cat-item:last-child {
	border-bottom: none;
}

.qa-nav-cat-link.qa-nav-cat-favorited {
	position: relative;
	padding-left: 20px;
}
.qa-nav-cat-link.qa-nav-cat-favorited:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 32px;
	height: 32px;
	display: block;
	content: url('images/favorite.svg');
}

.qa-nav-cat-note {
	color: #7f8c8d;
	float: right;
	font-size: 14px;
	line-height: 18px;
}

.qa-feed {
	font-size: 14px;
	line-height: 18px;
	padding: 20px;
	margin-bottom: 5px;
	background: #fff;
}

.qa-feed-link {
	line-height: 32px;
}
.qa-feed-link:before {
	font-family: "fontello";
	font-size: 20px;
	content: '\e81c';
	display: inline-block;
	float: left;
	margin-right: 8px;
}

/*------[ footer ]------*/
.qam-footer-box {
	padding: 0;
	background: #253245;
	color: #fff;
	overflow: hidden;
	margin: 0;
}
.qam-footer-box a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.qam-footer-box a:hover {
	color: #fff;
	border-bottom: 0;
}

.qam-footer-row a, .qam-footer-row a:visited {
	display: block;
	font-weight: normal;
	border: none;
	color: rgba(255, 255, 255, 0.75);
}
.qam-footer-row a:hover, .qam-footer-row a:focus, .qam-footer-row a:active, .qam-footer-row a:visited:hover, .qam-footer-row a:visited:focus, .qam-footer-row a:visited:active {
	font-weight: normal;
	border: none;
}

.qam-footer-col-heading {
	border-bottom: 1px solid rgba(255, 255, 255, 0.75);
	margin-top: 0;
}

@media (max-width: 979px) {
	.qam-footer-col {
		width: 100%;
		padding: 10px;
	}
}
@media (min-width: 980px) {
	.qam-footer-row {
		width: 100%;
	}

	.qam-footer-col {
		width: 25%;
		float: left;
		padding: 1%;
	}
	.qam-footer-col:first-child {
		padding-left: 0;
	}
	.qam-footer-col:last-child {
		padding-right: 0;
	}
}
@media (min-width: 1024px) {
	.qam-footer-row {
		width: 1024px;
		margin: 0 auto;
	}
}

.qa-footer {
	padding: 10px;
	background: #333333;
	color: #fff;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
}
.qa-footer a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.qa-footer a:hover {
	color: #fff;
	border-bottom: 0;
}

.qa-nav-footer-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.qa-nav-footer-item {
	float: left;
	padding: 0 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.qa-nav-footer-item:last-child {
	border-right: 0;
}

.qa-nav-footer-link {
	display: block;
	font-weight: normal;
}

@media (max-width: 479px) {
	.qa-nav-footer {
		display: block;
		margin-bottom: 5px;
	}

	.qa-attribution {
		display: block;
	}
}
@media (min-width: 480px) {
	.qa-nav-footer {
		float: left;
	}

	.qa-attribution {
		float: right;
		display: block;
		padding: 0 10px;
		border-right: 1px solid rgba(255, 255, 255, 0.5);
	}
	.qa-attribution:nth-child(2) {
		border-right: 0;
	}
}

.qa-ask-box {
	padding: 10px 20px;
	margin-bottom: 5px;
	background: #3498db;
	color: #fff;
}
.qa-ask-box a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.qa-ask-box a:hover {
	color: #fff;
	border-bottom: 0;
}
.qa-ask-box form {
	margin: 0;
}
.qa-ask-box .qa-form-tall-label {
	color: #fff;
}
.qa-ask-box .qa-form-tall-text {
	width: 100% !important;
	margin: 0 !important;
}

@media (max-width: 979px) {
	.qam-ask-search-box {
		padding: 10px 10px 0 10px;
		display: none;
		width: 100%;
	}

	.qam-ask-mobile {
		display: table-cell;
	}
	.qam-ask-mobile a {
		padding: 20px;
		background: #1abc9c;
		color: #fff;
		text-align: center;
		font-size: 24px;
		display: block;
		border: none;
		font-weight: normal;
		margin: 0;
	}
	.qam-ask-mobile a a {
		color: #fff;
		border-bottom: 1px dotted #fff;
	}
	.qam-ask-mobile a a:hover {
		color: #fff;
		border-bottom: 0;
	}
	.qam-ask-mobile a:hover, .qam-ask-mobile a:focus {
		font-weight: normal;
		border: none;
		text-decoration: none;
	}
	.qam-ask-mobile a.orange {
		background-color: #ea940c;
	}
	.qam-ask-mobile a.carrot {
		background-color: #df7619;
	}
	.qam-ask-mobile a.alizarin {
		background-color: #e53f2e;
	}
	.qam-ask-mobile a.turquoise {
		background-color: #18af91;
	}
	.qam-ask-mobile a.emerald {
		background-color: #2bc06a;
	}
	.qam-ask-mobile a.peter-river {
		background-color: #2791d9;
	}
	.qam-ask-mobile a.amethyst {
		background-color: #954eb1;
	}
	.qam-ask-mobile a.wet-asphalt {
		background-color: #2f4154;
	}

	.qam-search-mobile {
		background: #1abc9c url('images/icons.svg');
		background-position: -61px -564px;
		background-size: 200%;
		width: 64px;
		display: table-cell;
		border-left: 1px solid #1dd2af;
		cursor: pointer;
	}
	.qam-search-mobile.active {
		background: #1abc9c url('images/icons.svg');
		background-position: -61px -628px;
		background-size: 200%;
	}
	.qam-search-mobile.orange {
		background-color: #ea940c;
		border-left-color: #f4a62a;
	}
	.qam-search-mobile.orange.active {
		background-color: #f39c12;
	}
	.qam-search-mobile.carrot {
		background-color: #df7619;
		border-left-color: #e98b39;
	}
	.qam-search-mobile.carrot.active {
		background-color: #e67e22;
	}
	.qam-search-mobile.alizarin {
		background-color: #e53f2e;
		border-left-color: #ea6153;
	}
	.qam-search-mobile.alizarin.active {
		background-color: #e74c3c;
	}
	.qam-search-mobile.turquoise {
		background-color: #18af91;
		border-left-color: #1dd2af;
	}
	.qam-search-mobile.turquoise.active {
		background-color: #1abc9c;
	}
	.qam-search-mobile.emerald {
		background-color: #2bc06a;
		border-left-color: #40d47e;
	}
	.qam-search-mobile.emerald.active {
		background-color: #2ecc71;
	}
	.qam-search-mobile.peter-river {
		background-color: #2791d9;
		border-left-color: #4aa3df;
	}
	.qam-search-mobile.peter-river.active {
		background-color: #3498db;
	}
	.qam-search-mobile.amethyst {
		background-color: #954eb1;
		border-left-color: #a66bbe;
	}
	.qam-search-mobile.amethyst.active {
		background-color: #9b59b6;
	}
	.qam-search-mobile.wet-asphalt {
		background-color: #2f4154;
		border-left-color: #3d566e;
	}
	.qam-search-mobile.wet-asphalt.active {
		background-color: #253245;
	}
}

@media (min-width: 980px) {
	.qam-ask-search-box {
		display: none;
	}
}

@-webkit-keyframes shake {
	0% {
		transform: scale(1);
	}
	17% {
		transform: scale(1.5);
	}
	34% {
		transform: scale(0.8);
	}
	51% {
		transform: scale(1.1);
	}
	68% {
		transform: scale(0.9);
	}
	85% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}
@-moz-keyframes shake {
	0% {
		transform: scale(1);
	}
	17% {
		transform: scale(1.5);
	}
	34% {
		transform: scale(0.8);
	}
	51% {
		transform: scale(1.1);
	}
	68% {
		transform: scale(0.9);
	}
	85% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}
@-ms-keyframes shake {
	0% {
		transform: scale(1);
	}
	17% {
		transform: scale(1.5);
	}
	34% {
		transform: scale(0.8);
	}
	51% {
		transform: scale(1.1);
	}
	68% {
		transform: scale(0.9);
	}
	85% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes shake {
	0% {
		transform: scale(1);
	}
	17% {
		transform: scale(1.5);
	}
	34% {
		transform: scale(0.8);
	}
	51% {
		transform: scale(1.1);
	}
	68% {
		transform: scale(0.9);
	}
	85% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes answer-highlight {
	0% { background-color: #ffffaa; }
	100% { background-color: #fff; }
}
@keyframes answer-highlight {
	0% { background-color: #ffffaa; }
	100% { background-color: #fff; }
}

@-webkit-keyframes comment-highlight {
	0% { background-color: #ffffaa; }
	100% { background-color: #f4f4f4; }
}
@keyframes comment-highlight {
	0% { background-color: #ffffaa; }
	100% { background-color: #f4f4f4; }
}


/*------[ icons ]------*/

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#uLogin {
	float: none !important;
	display: flex;
	justify-content: center;
}

.qa-logged-in:hover,
.qam-logged-in-points:hover,
.qa-nav-user-item:hover {
	background: none;
}

#uLogin img {
	margin: 0 8px;
}

.qa-nav-user-item.qa-nav-user-register {
	display: none;
}

.qa-nav-user-item.qa-nav-user-ulogin {
	margin-top: 40px;
}

.qa-nav-user-item {
	border: none;
}

.qa-nav-user-item .qa-ulogin {
	display: none;
}

.pass-label {
	display: flex;
	align-content: flex-end;
	justify-content: space-between;
}

.pass-label a {
	display: inline-block;
	margin-top: 23px;
	text-decoration: underline;
	color: #646464;
}

.pass-label a:hover {
	text-decoration: none;
	color: #E1312F;
}

.user-icon {
	display: inline-block;
	width: 18px;
	height: 24px;
}

.user-icon > svg {
	transition: fill 0.3s ease-in-out;
}

.user-icon:hover > svg {
	fill: #E1312F;
}

.qa-part-form {
	padding: 40px;
}

.register-form {
	font-size: 1.125rem;
	line-height: 24px;
	color: #646464;
	margin: 0 0 8px 0;
	display: block;
}

.register-form .qa-form-tall-note {
	font-size: 1rem;
	line-height: 20px;
	color: #A0A0A0;
	margin-top: 12px;
}

.register-form input[type=text],
.register-form input[type=password] {
	font-size: 1.125rem;
	line-height: 60px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFFFFF;
	font-family: 'Source Sans Pro';
	color: #676767;
	border: solid 1px #D5D5D5;
	height: 60px;
	width: 100%;
	padding: 0 20px;
	color: #676767;
	transition: border 0.1s;
	border-radius: 0;
}

.qa-form-wide-select {
	max-width: 500px;
}


.lg-search-btn {
	position: relative;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	min-width: 20px;
	height: 20px;
}

.lg-search-btn__closer {
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.4s 0.1s;
	transform: translate(-50%,-50%);
	transform-origin: 50% 50%;
}

@media (max-width: 767px) {
	.lg-search-btn__closer {
		width:28px;
		height: 28px;
	}
}

@media (min-width: 768px) {
	.lg-search-btn__closer {
		width:20px;
		height: 20px;
	}
}

.lg-search-btn__closer:before,.lg-search-btn__closer:after {
	content: '';
	position: absolute;
	background: #E1312F;
	top: 50%;
	left: 50%;
	transition: all 0.4s 0.1s;
	transform: translate(-50%,-50%);
	transform-origin: 50% 2px;
}

.lg-search-btn__closer:before {
	width: 0;
}

@media (max-width: 767px) {
	.lg-search-btn__closer:before {
		height:4px;
	}
}

@media (min-width: 768px) {
	.lg-search-btn__closer:before {
		height:3px;
	}
}

@media (max-width: 767px) {
	.lg-search-btn_opened .lg-search-btn__closer:before {
		width:34px;
	}
}

@media (min-width: 768px) {
	.lg-search-btn_opened .lg-search-btn__closer:before {
		width:25px;
	}
}

.lg-search-btn__closer:after {
	height: 0;
}

@media (max-width: 767px) {
	.lg-search-btn__closer:after {
		width:4px;
	}
}

@media (min-width: 768px) {
	.lg-search-btn__closer:after {
		width:3px;
	}
}

@media (max-width: 767px) {
	.lg-search-btn_opened .lg-search-btn__closer:after {
		height:34px;
	}
}

@media (min-width: 768px) {
	.lg-search-btn_opened .lg-search-btn__closer:after {
		height:25px;
	}
}

.lg-no-touch .lg-search-btn__closer:hover:before,.lg-no-touch .lg-search-btn__closer:hover:after {
	background: #7D2B29;
}

.lg-search-btn_opened .lg-search-btn__closer {
	transform: translate(-50%,-50%) rotate(45deg);
}

@media (max-width: 767px) {
	.lg-search-btn {
		margin-left:auto;
	}
}

.lg-search-btn {
	margin-left:32px;
	margin-top: 2px;
}

@media (min-width: 1024px) {
	.lg-search-btn {
		margin-left:48px;
	}
}

.lg-search-btn__img {
	display: block;
	transition: all 0.4s;
	fill: rgba(0, 0, 0, 1);
	transform-origin: 50% 50%;
	background: url(./images/search.svg) 0 0 no-repeat;
}

.lg-ie11 .lg-search-btn__img {

	width: 21px;
	height: 21px;
}

.lg-search-btn_opened .lg-search-btn__img {
	transform: rotate(-45deg);
	width: 0;
	height: 0;
	margin: 0;
}

.lg-search-btn__img {
	width:20px;
	height: 20px;
}

@media (min-width: 768px) {
	.lg-speech__record {
		right: 176px;
	}
}
.lg-speech__record_visible {
	opacity: 1;
}

.lg-speech__record {
	font-size: 0.875rem;
	line-height: 18px;
	position: absolute;
	top: -28px;
	color: #c3c3c3;
	font-weight: 700;
	opacity: 0;
	transition: opacity 0.3s;
}

@media (min-width: 768px) {
	.lg-speech__speech {
		right: 172px;
	}
}

.lg-speech__speech_visible {
	display: block;
}

.lg-speech__speech {
	width: 20px;
	height: 31px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	display: none;
}

.lg-btn {
	font-size: 1.25rem;
	padding: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	height: 60px;
	color: #FFFFFF;
	font-weight: 600;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background-color: #e63131;
	background-image: linear-gradient(90deg,#e63131 0%,#ff6a00 50%,#e63131 100%);
	background-size: 200% 100%;
	background-position: 0 0;
	transition: all 0.3s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: center;
	justify-content: center;
}

.lg-btn:hover {
	background-position: -100% 0;
}

.lg-search-btn__img:hover {
	fill: #E1312F;
}

.lg-search {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	transition: height 0.4s;
	height: 0;
	overflow: hidden;
	background: #FBFBFB;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 20;
}

.lg-search_opened {
	height: 100%;
}

.lg-search__center {
	opacity: 0;
	transition: opacity 0.3s 0.4s 0.2s;
}

.lg-search_opened .lg-search__center {
	opacity: 1;
}

@media (max-width: 767px) {
	.lg-search__center {
		width:calc(100% - 32px);
	}
}

@media (min-width: 768px) {
	.lg-search__center {
		width:638px;
	}
}

@media (min-width: 1024px) {
	.lg-search__center {
		width:848px;
	}
}

@media (min-width: 1256px) {
	.lg-search__center {
		width:984px;
	}
}

.lg-form {
	position: relative;
}

.lg-form__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	outline: none;
	border-radius: 0;
	font-family: 'Source Sans Pro', sans-serif;
	-ms-flex: 1;
	margin: 0;
	flex: 1;
}

.lg-form_search {
	display: flex;
	align-items: center;
	box-shadow: 0 2px 15px 0 rgba(174,174,174,0.64);
}

.lg-form_search .lg-btn {
	width: 156px;
	margin-left: -2px;
}

.lg-form_search .lg-form__input {
	font-size: 1.75rem;
	font-weight: 700;
	padding: 0 52px 0 28px;
	-ms-flex: 1;
	flex: 1;
	color: #333333;
}

.lg-form_search .lg-form__input :-ms-input-placeholder {
	color: #AEAEAE;
}

.lg-form_search .lg-form__input ::placeholder {
	color: #AEAEAE;
}

@media (max-width: 767px) {
	.lg-form_search .lg-form__input {
		font-size:1.25rem;
		padding: 0 48px 0 12px;
		line-height: 46px;
		width: calc(100% - 60px - 8px);
	}
}

@media (min-width: 768px) {
	.lg-form_search .lg-form__input {
		line-height:56px;
	}
}

.lg-form_search .lg-btn {
	width: 156px;
	margin-left: -2px;
	align-items: center;
}

.lg-form_search .lg-btn svg {
	fill: white;
	margin-right: 8px;
}

@media (max-width: 767px) {
	.lg-form_search .lg-btn {
		height:50px;
	}
}

@media (max-width: 767px) {
	.lg-form_search {
		height:50px;
	}
}

@media (min-width: 768px) {
	.lg-form_search {
		height:60px;
	}
}

.lg-form_full-search {
	box-shadow: none;
	margin: 40px 0 20px;
}

.lg-form_full-search .lg-form__input {
	border: solid 1px #AEAEAE;
	border-right: none;
	padding: 0 52px 0 20px;
}

.lg-tags {
	margin: 60px 0 -16px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.lg-tag {
	display: block;
	font-size: 1.125rem;
	line-height: 38px;
	height: 40px;
	background: #FFFFFF;
	font-weight: 600;
	color: #E1312F;
	border: solid 1px #D8D8D8;
	margin: 0 0 24px 20px;
	padding: 0 24px;
}

.lg-tag__hash {
	font-weight: 700;
	color: #333333;
	transition: color 0.3s;
}

@media (max-width: 767px) {
	.lg-form_full-search .lg-form__input {
		height:50px;
		padding: 0 48px 0 20px;
	}
}

@media (min-width: 768px) {
	.lg-form_full-search .lg-form__input {
		height:60px;
	}
}


.icon-chat:before { content: '\e800'; }
.icon-help:before { content: '\e801'; }
.icon-comment:before { content: '\e802'; }
.icon-comment-alt:before { content: '\e803'; }
.icon-chart-line:before { content: '\e804'; }
.icon-coffee:before { content: '\e805'; }
.icon-tag:before { content: '\e806'; }
.icon-tags:before { content: '\e807'; }
.icon-spread:before { content: '\e808'; }
.icon-group:before { content: '\e809'; }
.icon-wrench:before { content: '\e80a'; }
.icon-article:before { content: '\e80b'; }
.icon-docs:before { content: '\e80c'; }
.icon-infinity:before { content: '\e80d'; }
.icon-user:before { content: '\e80e'; }
.icon-key:before { content: '\e80f'; }
.icon-money:before { content: '\e810'; }
.icon-wallet:before { content: '\e811'; }
.icon-arrows-cw:before { content: '\e812'; }
.icon-th-list:before { content: '\e813'; }
.icon-left-open-big:before { content: '\e814'; }
.icon-right-open-big:before { content: '\e815'; }
.icon-down-open-big:before { content: '\e816'; }
.icon-up-open-big:before { content: '\e817'; }
.icon-down-open-mini:before { content: '\e818'; }
.icon-up-open-mini:before { content: '\e819'; }
.icon-right-open-mini:before { content: '\e81a'; }
.icon-left-open-mini:before { content: '\e81b'; }
.icon-rss:before { content: '\e81c'; }
.icon-facebook:before { content: '\e81d'; }
.icon-twitter:before { content: '\e81e'; }
.icon-twitter-bird:before { content: '\e81f'; }
.icon-googleplus:before { content: '\e820'; }
.icon-ok:before { content: '\e821'; }
.icon-ok-circled:before { content: '\e822'; }
.icon-reply:before { content: '\e823'; }
.icon-power:before { content: '\e824'; }
.icon-link:before { content: '\e825'; }
