body {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	background-color: #fff;
	font-size: 15px;
	margin: 0;
	color: #333;
}

a {
	color: #2980B9;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 2em !important;
	font-weight: normal;
	color: #666;
	margin: 0 0 -5px 0;
	padding-bottom: 5px;
	line-height: 1.5em;
	clear: both;
}

p {
	margin: 20px auto;
	line-height: 1.5em;
	clear: both;
}

h2 a, h2 a:hover {
	color: inherit;
}

button:focus {
	outline:0;
}

.table > tbody > tr > td {
	vertical-align: middle;
}

.logo {
	background-color: #000;
	padding: 5px 10px;
	color: #fff;
	border-radius: 2px;
	/* text-transform: uppercase; */
	font-size: 16px;
	font-weight: bold;
}

.navbar-text {
	/* font-size: 13px; */
	line-height: 20px;
	opacity: 0.9;
}

.navbar-toggle {
	padding: 6px 12px;
	font-size: 14px;
	color: #666;
}

.navbar-default .navbar-form  {
	border: 0;
}

.navbar-default {
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
}

.navbar-fixed-top {
	/* position: relative !important; */
}

@media (min-width: 768px) {
	.search-wrapper {
		display: block !important;
	}

	.search-input {
		max-width: 330px;
	}
}

@media (max-width: 767px) {

	input[type='text'], textarea {
		font-size: 16px;
	}

	.text-center-sm {
		text-align: center !important;
	}

	.margin-bottom-sm {
		margin-bottom: 30px !important;
	}

	h1 {
		font-size: 22px;
		margin-top: -5px;
	}

	h2 {
		font-size: 18px;
	}

	.share-buttons {
		margin: 50px auto !important;
	}

	/*
	.ya-share2__item {
		margin: 2px 4px 2px 0 !important;
	}
	*/

	.share-text span {
		white-space: normal !important;
	}

	.information {
		margin-bottom: 30px;
	}

}

.rtb-placeholder-content {
	height: 300px;
}

.rtb-block-sidebar {
	max-height: 80vh;
}

.rtb-placeholder-sidebar {
	height: 72vh;
}

.rtb-placeholder {
	background-color: #f7f7f8;
	display: flex;
	flex-direction: column;

	align-items: center;
	justify-content: center;
	color: #ccc;

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

	.rtb-placeholder .icon {
		font-size: 2em;
		vertical-align:middle;
	}

.text-right {
	text-align: right;
}

.rounded {
	border-radius: 2px;
}

.margin {
	margin: 30px auto;
}

.margin-top {
	margin-top: 30px;
}

.margin-bottom {
	margin-bottom: 30px;
}

.header {
	margin-top: 30px;
	margin-bottom: 30px;
}

.share {
	border-radius: 4px;
	border: 3px dashed #ddd;
	text-align: center;
	min-height: 96px;
	margin-bottom: 30px;
}

	.share-text {
		position: absolute;
		padding: 0 60px;
		margin-top: -12px;
		color: #999;
		text-align: center;
		width: 100%;
		left: 0;
	}

		.share-text span {
			display: inline-block;
			background-color: #fff;
			padding: 0 20px;
			white-space: nowrap;
		}

	.share-buttons {
		margin: 25px auto;
	}

		.ya-share2__container_size_m .ya-share2__icon {
			height: 40px !important;
			width: 40px !important;
			background-size: 40px 40px !important;
		}

		.ya-share2__container_size_m .ya-share2__counter {
			font-size: 17px !important;
			line-height: 28px !important;
			padding: 7px 8px 4px 8px !important;
		}

.search-wrapper {
	background-color: #f5f5f5;
	border-top: 1px solid #ECF0F1;
	border-bottom: 1px solid #ECF0F1;
	padding: 30px 0;
}

	.search input {
		width: 100%;
		height: 48px;
		outline: 0;
		padding: 10px 20px;
		border-radius: 2px;
		border: 1px solid #ccc;
	}

	.search input[type=submit] {
		background-color: #fff;
		border: 1px solid #2980B9;
		color: #2980B9;
	}

	.search input[type=submit]:hover, .search input[type=submit]:active  {
		background-color: #2980B9;
		color: #fff;
	}


.content {
	margin-top: 30px;
	margin-bottom: 30px;
}

	.note {
		margin: 30px auto;
		font-style: italic;
	}

	.word {

	}

	.rule {
		margin: 30px auto;
		padding: 20px 30px;
		color: #333;
		background-color: rgba(41, 128, 185, 0.1);

		/*
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		*/
	}

		.rule.correct {
			/* background-color: rgba(33, 128, 33, 0.1) !important; */
			background-color: #dff0d8 !important;
		}

		.rule.incorrect, .rule.error {
			/* background-color: rgba(192, 33, 33, 0.1) !important; */
			background-color: #f2dede !important;
		}

	/*
	.definition {
		border-left: 5px solid rgba(41, 128, 185, 0.1);
		padding-left: 10px;
		margin: 30px auto;
	}
	*/

	.definition {
		color: #999;
		font-style: italic;
	}

		/*
		.definition .glyphicon {
			top: 2px;
			margin-right: 5px;
			opacity: 0.5;
		}
		*/

		.definition svg {
			opacity: 0.5;
		}

	.examples {

	}

	.example {
		margin: 30px auto;
		border: 1px dashed #ccc;
		background-color: #f5f5f5;
		padding: 10px 20px;
		border-radius: 2px;
	}

		.example b {
			font-weight: normal;
			border-bottom: 1px dotted #666;
		}

		.example .source {
			margin-top: 10px;
			text-align: right;
			font-style: italic;
			color: #999;
		}

		.example .small {
			color: #999;
		}

	.information {
		margin-top: 30px;
		color: #ccc;
		font-size: 14px;
		line-height: 1.5em;
	}

	.negative-margin {
		margin-bottom:-30px;
	}

	.search-error {
		margin: 30px auto;
		font-size: 16px;
		color: #666;
	}

.comments {
	margin-bottom: 20px;
}

.comments-help {
	text-align: center;
	color: #FFF;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 8px 15px;
	line-height: 1.2em;
	background-color: #4a76a8;
	border-radius: 3px;
}

	.comments-help a {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dashed;
	}

.label a {
	color: #fff;
	text-decoration: none;
}

.sidebar {
	margin-bottom: 30px;
}

.sidebar:last-child {
	margin-bottom: 0;
}

	.sidebar .title {
		/* font-weight: bold; */
		color: #666;
		padding-bottom: 5px;
		border-bottom: 1px solid #f5f5f5;
	}

	.row-words {
		/* margin-bottom: -10px; */
	}

		.col-word {
			margin: 10px auto;
			text-overflow: ellipsis;
			overflow: hidden;
			color: #2980B9;
		}

		.col-word:before {
			content: "\2022";
			color: #ccc;
			margin-right: 10px;
		}

	.sidebar ul {
		color: #ccc;
		padding-left: 20px;
	}
	.sidebar ul li {

	}

.difficult {
	margin-bottom: 30px;
}

	.difficult .title {
		/* font-weight: bold; */
		color: #666;
		padding-bottom: 5px;
		border-bottom: 1px solid #f5f5f5;
	}

	.difficult ul {
		color: #ccc;
		padding-left: 20px;
		overflow: hidden;
	}
	.difficult ul li {
		margin: 7px auto;
		float: left;
		width: 25%;
	}

.words {
	margin-top: 30px;
}

	.words a {
		display: block;
		padding: 10px 20px;
		border: 1px solid #ddd;
		border-radius: 2px;
		margin-bottom: 30px;
		text-decoration: none;
	}

	.words a:hover, .words a:focus {
		border-color: #2980B9;
		background-color: #2980B9;
		color: #fff;
	}

	.words ul {
		list-style-type: none;
		padding-left: 0;
	}

.letters {
	margin-top: 30px;
	margin-bottom: -30px;
}
	.letters a {
		display: block;
		/* padding: 10px 20px; */
		padding: 5px;
		border: 1px solid #ddd;
		border-radius: 2px;
		margin-bottom: 30px;
		text-decoration: none;
		text-align: center;
	}

	.letters a:hover, .letters a:focus, .letters .selected {
		border-color: #2980B9;
		background-color: #2980B9;
		color: #fff;
	}



ul.pagination {
	list-style: none;
	/* margin: 0 0 30px 0; */
	padding: 0;
	font-size: 20px;
}

	ul.pagination > li {
		display: inline;
		/* margin: 0 10px; */
	}

.footer-wrapper {
	border-top: 1px solid #ECF0F1;
	padding: 30px 0;
}

.footer {
	font-size: 14px;
	color: #999;
}

.pluso-more, .pluso-counter {
	display: none !important;
}

#vk_like {
	margin: 20px auto;
	padding-left: 15px;
}

#vk_comments, #vk_comments iframe {
    width: 100% !important;
}

.form-group {
	margin: 30px auto;
}

.form-group textarea {
	width: 100%;
	height: 250px;
}

.question {
    background-color: #f5f5f5;
    border: 1px solid #ECF0F1;

	padding: 20px 30px;
    margin-top: 30px;
    margin-bottom: 40px;
	text-align: center;
}

	/*
	.question .icon i {
		width: 100%;
		height: 100%;
		text-align: center;
		margin: 25px auto;
		color: #ccc;
		font-size: 36px;
	}
	*/

	.question .icon {
		text-align: center;
		margin: 8px auto;
		color: #ccc;
		font-size: 50px;
	}

	.question .content {
		margin: 0;
		display: none;
	}

	.question .text {
		margin-bottom: 20px;
	}

	.question .muted {
		line-height: 44px;
		color: #999;
	}

	.question .button {
		padding: 10px 0;
		background-color: #fff;
		border: 1px solid #2980B9;
		color: #2980B9;
		display: inline-block;
		width:100%;
		border-radius: 2px;
	}

	.question .button:hover, .question .button:focus {
		background-color: #2980B9;
		color: #fff;
		text-decoration: none;
	}

	.question .refresh {
		margin-top: 20px;
		font-size: 14px;
		text-align: right;
	}

	.question .refresh a {
		color: #aaa;
		text-decoration: none
	}

	.question .refresh .glyphicon {
		top: 3px;
		color: #bbb;
	}

	.question .refresh a span {
		border-bottom: 1px dashed;
	}

	.stats {
		display: none;
		margin: -15px 0 30px 0;
	}

	.stats .progress {
		margin-right: 20px !important;
	}

	.reset-stats {
		position: relative;
		top: -2px;
	}

.download-block {
	margin: 30px auto;
}

.download {
    border: 1px dashed #ccc;
    padding: 10px;
    border-radius: 5px;
}

.download:hover, .download:focus {
	text-decoration: none;
}

.download:hover .anchor {
	text-decoration: underline;
}

a:hover .glyphicon {
    text-decoration: none !important;
}

.download:hover {
	background-color:
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.icon-spin {
	animation: spin 2s infinite linear;
}

.format i {
	color: #999;
}

.bi {
	display: inline-block;
	vertical-align: text-bottom;
}

.bi-search {
	margin-bottom: 2px;
}

.btn-primary {
	background-color: #2980b9;
	border-color: #2980b9;
}

.donation {
	margin-bottom: 20px;
	text-align: center;
}

.sticky {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
    margin-bottom: 0;
	z-index: 1060;
}

	.sticky-link, .sticky-link:focus  {
		color: #fff;
		text-decoration: underline;
	}

	.sticky-link:hover {
		color: #fff;
		text-decoration: none;
	}

	.sticky-block {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;

		color: #fff;
		padding: 8px 12px;
		font-size: 14px;
		background-color: #2980b9;
		width: 100%;
		padding: 8px 12px;
	}

@keyframes blink {
	from { opacity: 1.0; }
	50% { opacity: 0.2; }
	to { opacity: 1.0; }
}

.blink {
	animation: blink 1.75s infinite linear;
}

.notfound {
	text-align: center;
}

	.notfound .smile {
		font-size: 24rem;
		color: #f5f5f5;
		line-height: 1rem;
		margin: 8rem auto;
	}

	.notfound .text {

	}

	.notfound .text b {
		font-weight: normal;
		color: #999;
	}

/* ul.linksColumn {
    float: left;
} */
ul.linksColumn li,ul.assocPodryad li {
    float: left;
    padding: 10px;
    width: 20%;
	list-style: decimal;
}

/* ul.linksColumn, ul.assocPodryad {
    float: left;
} */

.BookmarkAdd {
    clear: both;
    list-style: none;
    background: #a3aaff29;
    border-radius: 18px;
    text-align: center;
}

form, .predl,.pred2 {display:none}

.colors {
	background-color: #4CAF50;
	padding: 5px 10px;
	color: #fff;
	border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
}
.colors.green {
	background-color: #4CAF50;
}
.colors.blue {	
	background-color: #7373db;
}
.colors.yellow {	
	background-color: #938400;
}
.colors.grey {	
	background-color: grey;
}
.colors.orange {	
	background-color: #FF9800;
}
.colors.red {	
	background-color: #e34a1a;
}

.onlywords a {
    background: #e5f0f5;
    padding: 2px 10px;
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.ya-share2 {margin: 5px 0; float:right;}



@media (max-width: 768px) {
ul.linksColumn li {
    width: 50% !important;
}
.content {
	padding: 0 40px 0;	
}
}

::marker {
    color: #1f6ee3;
}