html,
body {
	font-size: 18px;
	height: 100%;
}
body {
	background-image: linear-gradient(-10deg, black 50%, #669);
	background-repeat: no-repeat;
    background-attachment: fixed;
    color: #ccc;
}

a {
	color: #999;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #D2C386;
}
a.nounder {
	text-decoration: none
}

blockquote {
	background: rgba(0,0,0,0.3);
	border-left: 5px solid #000;
	color: lightblue;
    font-style: italic;
}

h4 {
    font-size: 109%;
    margin-top: 20px;
}
h5 {
    font-size: 100%;
}
h4, h5, .panel-title, .post-content h3  {
    color: #D2C386;
    font-weight: bold;
}

hr {
	border-top: 1px solid #666;
}

img {
	max-width: 100%;
}

input[type="text"],
input[type="email"] {
	color: #333;
}

table {
	overflow-x: auto !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 4em 1em 1em;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.container .jumbotron,
.container-fluid .jumbotron {
	padding-right: 0;
	padding-left: 0;
}


.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6 {
    list-style-type: none;
	margin-top: 1.5em;
}
.thumbnail > img, .thumbnail a > img {
    margin: 0 auto !important;
}
.col-lg-4 .thumbnail > img {
    height: 243px;
	width: 100%;
}
.thumbnail {
    background-color: rgba(0,0,0,0.3);
    border: 1px solid #000;
}
a.thumbnail {
	text-decoration: none;
}
.thumbnail .caption {
	color: #ccc;
}
.thumbnail > div.nova {
    background: url('/images/new.png');
    height: 64px;
    left: 6.5em;
    position: absolute;
    z-index: 1000;
    width: 64px;
}


.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
a.asc:after {
    content: /*"\e113"*/ "\e151";
}
a.desc:after {
    content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
    content: "\e153";
}
.sort-numerical a.desc:after {
    content: "\e154";
}
.sort-ordinal a.asc:after {
    content: "\e155";
}
.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.text-warning {
	color: #D2C386;
}
a.btn-warning:visited, a.btn-success:visited, a.btn-info:visited, a.btn-danger:visited {
    color: black;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #f99;
    background: rgba(0,0,0,0.3);
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top: none;
}
.table > thead > tr > th {
	border-bottom: none;
}
.table > tbody + tbody {
	border-top: none;
}
.table-bordered {
	border: none;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: none;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.3);
}

.form-control {
	font-size: inherit;
}
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
.has-error,
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #f99;
}

.hint-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #666;
}

.btn {
	font-size: inherit;
}
.btn-warning {
	color: #000;
}

.dropdown-menu {
	background-color: #080808;
}
.dropdown-menu .divider {
	background-color: #333;
    padding: 0;
}
.dropdown-menu > li > a {
	color: inherit;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #333;
	color: inherit;
	text-decoration: none;
}

.nav-tabs {
	border-bottom: 1px solid #000;
}
.nav-tabs > li > a {
    background: rgba(0,0,0,0.3);
	text-decoration: none;
}
.nav-tabs > li > a:hover {
	background-color: #222;
	border-color: #000;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: #222;
	border: 1px solid #000;
	color: inherit;
}

.navbar {
	color: inherit;
}
.navbar a {
	color: inherit;
	text-decoration: none;
}
.navbar-inverse .navbar-brand {
  color: inherit;
}
.navbar-inverse .navbar-text {
  color: inherit;
}
.navbar-inverse .navbar-nav > li > a {
  color: inherit;
}

#nav-appendix {
	float: right;
    height: 50px;
    padding: 10px 0;
}

.pagination > li > a,
.pagination > li > span {
	background-color: rgba(0,0,0,0.3);
	border: 1px solid #222;
	color: inherit;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background-color: #101010;
	border-color: #000;
	color: inherit;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #669;
	border: none;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	background: none;
	border: none;
	color: #666;
}

.post-content .badge, .tag-list .badge, #tag-cloud .badge, div.comment .badge {
	background-color: #363636;
	border: 1px solid #333;
	border-radius: 4px;
	font-size: 87.5%;
	margin-bottom: 5px;
	padding: .3em .7em .4em;
}
.badge a {
    text-decoration: none;
}
.btn-large .badge {
	font-size: .8em;
}

.alert {
	background-color: rgba(0,0,0,0.2);
	border-color: transparent;
}
.alert-success, .horar-success {
	color: #9c9;
}
.alert-warning {
	color: #D2C386;
}
.alert-danger, .alert-danger .alert-link, .horar-danger {
	color: #f99;
}
.alert-info {
    color: #9cf;
}
.modal-body .alert-info {
    color: #036;
}
.alert-primary {
    color: lightblue;
}
.alert-inverse {
	color: #666;
}


.panel {
	background: none;
	border: none;
}
.panel-title {
	font-size: inherit;
}
.panel-default {
	border-color: #222;
}
.panel-default > .panel-heading {
	background: none;
	border-color: #222;
	color: #333;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #000;
    background: rgba(0,0,0,0.3);
}

.nav.affix li a, .nav.affix-top li a, .nav.affix-bottom li a {
	padding: 0;
}
.nav > li > a:hover {
	background: black;
}


a.abigsign {
	display: inline-block;
	float: right;
	font-size: 200%;
}

p img, .post-content img {
	margin-bottom: 20px;
	margin-right: 20px;
}
p img[align=right], .post-content img[align=right] {
	margin-left: 20px;
	margin-right: 0;
	margin-top: 20px;
}
.post-content ol {
	display: flow-root;
}


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

.margin-auto { /* margin: auto работает, только если элемент блочный и у него указана ширина */
	margin-left: auto;
	margin-right: auto;
}

.blink {
	text-decoration: blink;
}

.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mv20 {
	margin: 20px 0;
}
.mb20 {
	margin-bottom: 20px;
}

a.dotted {
	border-bottom: 1px dashed #999;
	text-decoration: none; 
}
a:visited {
	color: #D2C386;
}

.zgold {
	color: #D2C386;
}

label.check4 {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: bottom;
}


/* лого */

#header {
	margin: 0 auto;
	width: 60%;
	z-index: 998;
}
#zlogo {
	float: left;
}
#zlogo img {
	height: 140px;
	width: 190px;
}


/* меню */

div.post-link a {
	color: #D2C386;
}
.star-small {
	background: url('/images/star_small.gif') no-repeat;
	height: 25px;
}
.star-middle {
	background: url('/images/star_middle.gif') no-repeat;
	height: 35px;
}
.star-big {
	background: url('/images/star_big.gif') no-repeat;
	height: 45px;
}


/* слайдер */

#zslider {
	margin: 0;
	-webkit-padding-start: 0;
}
#zslider a {
	text-decoration: underline;
}
#feedback_slide {
	background: rgba(0, 0, 0, 0.3);
	height: 23em;
	overflow: hidden;
}
.carousel-inner > .item {
    margin-top: 3em;
}
#feedback_slide .carousel-inner > .item {
    height: 15em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	overflow: auto;
}
#feedback_slide ol {
    margin: 0 0 10px -30%;
}


/* область контента */

p {
	text-align: justify;
}

.captcha img {
	margin: 0 10px 10px 0;
}


/* публикации */

.rubric-posts {
	margin: 10px 0 20px;
}
.rubric-posts h4 {
	margin: 30px 0;
}
.rubric-post, .comment {
	border-bottom: 1px solid #666;
	overflow: hidden;
	padding: 20px 0;
}
.post-link {
	margin-bottom: 20px;
	text-align: left;
}
.post-link a, .post-link span {
	font-size: 112.5%;
	font-weight: bold;
}
.post-link a:hover {
	color: #fff;
}
.post-link span.time, .comment span.time, .post-dim div.time {
	float: right;
}
.post-content {
	overflow: hidden;
	text-align: justify;
}
.post-content table td {
	text-align: left;
}
.post-dim, .post-dim span, .post-dim a,
.post-dim a:visited, a.readmore:visited {
	color: #999;
	text-align: left;
}
.post-dim a.btn, .post-dim button, .post-stat button, .post-stat a.btn {
	margin-left: 10px;
}
.post-stat span, .post-stat a {
	color: #999;
}
span.tag {
	margin: 0 3px;
}
#ctrlcopy {
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	margin-left: -1px;
}
a.btn {
	text-decoration: none !important;
}
a.btn-inverse, a.btn-primary {
	color: #ccc !important;
}
a.lite-link {
	color: #ccc;
}
.quote-img {
	margin: 0 10px 0 0;
	width: 100px;
}
.quotation {
	color: #666;
	display: inline-block;
	font-size: 500%;
	height: 100%;
	line-height: normal;
}

/* комментарии */

div.comment {
	overflow: hidden !important;
}
.comment-header {
	margin: 10px 0;
}
.time button {
	display: inline-block !important;
	margin-left: 10px;
}
.comment .author {
	font-weoght: bold;
}
.show-add-comment-form {
	margin: 15px;
	text-align: center;
	text-decoration: none !important;
}


/* Боковая колонка */

#sidebar {
	display: inline-block;
	margin-left: 20px;
	width: 30%;
}
#sidebar ul {
	margin: 0;
}
@media (max-width: 600px) {
	canvas#zcanvas {
		height: 100% !important;
		width: 100% !important;
	}
	#alert-author {
		width: 100%;
	}
	#alert-author img {
		margin-bottom: 0;
	}
	#sidebar, #zcontainer {
		margin: 0;
		width: 100% !important;
	}
	.landing-middle {
		margin: 0;
		max-width: 100% !important;
	}
	.landing1 {
	    width: 100%;
	}	
	.post-content ol {
		display: block;
	}
	table {
		font-size: 87.5%;
	}
	
}
@media (max-width: 1200px) {
	.col-lg-4, .col-lg-6 {
	    float: left;
    	width: 50%;
	}
}
@media (max-width: 800px) {
	#header, div.socialh, .ya-share2 {
		display: none;
	}
	.col-lg-4, .col-lg-6 {
    	width: 100%;
	}
	.landing-middle {
		margin: 0;
		max-width: 100% !important;
	}
	button#plusbutton {
		bottom: 1em;
		right: 1em;
	}
}
@media (min-width: 1200px) {
	.landing1 {
	    width: 800px;
	}
}


/* контент в рамке */

#zcontainer {
	display: inline-block;
	float: left;
	width: 67%;
}
.zshadow-block {
    box-shadow: inset 0 0 20px rgba(0,0,0,0.3); /* Параметры тени */
	-moz-box-shadow: inset 0 0 20px rgba(0,0,0,0.3); /* Для Firefox */
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.3); /* Для Safari и Chrome */
}
.zblock {
    background: transparent;
    border: 1px solid #28292B;
    margin: 20px 0 0 0;
    padding: 20px;
}
#sidebar .zshadow-block ul a {
	text-decoration: none;
}
#sidebar .zblock {
    overflow: hidden;
}
.zshadow-block .nav > li > a:hover {
  background: none;
}
.zblock .row.buttons {
	margin: 10px 0;
}


.portlet-title {
	color: #D2C386;
	font-weight: bold;
	margin: 0 0 .5em 0;
    overflow: hidden;
	padding: 0;
}


/* Подвал */

#footer {
	margin: 20px auto;
	text-align: center;
}

div.banner {
	margin-top: 20px;
	text-align: center;
	width: 100%;
}


/* Лайки */

.socialh {
	width: 540px;
}
.socialh div.zsocial {
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.socialh .zfblike {
	margin-top: -3px;
}
.socialb div.zsocial {
	display: inline-block;
	float: left;
}
#boxes-mini a {
	text-decoration: none;
}


/* Космограмма */

#cosmogram {
	margin: 20px auto;
	text-align: center;
}
#interpretation {
	position: relative;
}
#interpretation h4 {
	padding-top: 30px;
	text-align: center;
}
.epigraph {
	font-style: italic;
	text-align: right;
}
#interpretation ul b {
	color: #D2C386;
}

#credo-chart {
	height: 200px;
	margin-top: 20px;
}
.legend td {
	color: black;
}
p.name {
	color: #D2C386;
	font-weight: bold;
}


/* Избранное */

.favitem {
	margin-top: 20px;
}

.error {
	overflow: hidden;
}


/* Галерея */

.post-content .row {
	overflow: hidden;
}

/* Облако тегов */

span.label a {
	text-decoration: none;
}
div#tag-cloud h1, div#tag-cloud h2, div#tag-cloud h3,
div#tag-cloud h4, div#tag-cloud h5, div#tag-cloud h6 {
	display: inline;
}
div#tag-cloud h1 {
  font-size: 196%;
}
div#tag-cloud h2 {
  font-size: 153%;
}
div#tag-cloud h3 {
  font-size: 131%;
}
div#tag-cloud h4 {
  font-size: 120%;
}
div#tag-cloud h5 {
	font-size: 109%;
}
div#tag-cloud h6 {
  font-size: 100%;
}


h4.panel-title a, a.dotted {
	border-bottom: 1px dashed #999;
	text-decoration: none; 
}
h4.panel-title a:visited, a.dotted:visited {
	border-bottom: 1px dashed #D2C386;
}
#interpretation h4.panel-title a, #interpretation a.dotted {
	color: #D2C386;
	border-bottom: 1px dashed #D2C386;
}

.page-actions a.btn {
	margin-bottom: 20px;
}

.daylist, .monthlist, .timelist {
	display: inline-block;
}
.daylist {
	width: 90px;
}
.monthlist {
	width: 130px;
}
.timelist {
	width: auto;
}


.gray {
	color: gray;
}
img.grayed {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}
li.grayed {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
    background-color: #000;
}


.scrollable-widget {
	height: 192px;
	overflow: auto;
}

.inputbtn {
	vertical-align: top !important;
}


.zpopup {
	color: black;
}


.red {
	color:red;
}

#ztranslate {
	position: absolute;
	right: 0;
	top: 60px;
}

#order-cost {
	background: #28292B;
	text-align: center;
}


/* Лэндинг */

.landing, .landing3 {
	margin: 0 auto;
	overflow: hidden;
}
.landing1 {
	margin: 0 auto;
}
.landing1 h1, .landing1 table {
	text-align: center;
}
.landing1 img {
	text-align: center;
}
.landing1 table {
	margin: 0 auto;
}
.landing1 table td {
	padding: 0 1em !important;
	vertical-align: middle !important;
}
.landing1 ul, .landing1 ol {
	margin: 0 2em;
}
.landing-col {
	display: inline-block;
	float: left;
}
.landing-middle {
	margin: 0 1em;
	max-width: 30%;
}
.landing-col #mc_embed_signup {
	background: rgba(0,0,0,.3);
	clear:left;
	padding: 20px;
}
#mc-embedded-subscribe-form {
	text-align: center;
}
.landing-col #mc-embedded-subscribe-form label {
	background: rgba(0,0,0,.3);
	padding: 15px 20px;
}
.semidark {
	background: rgba(0,0,0,.3);
	padding: 1em;
	text-align: center;
}
.semidark span {
	display: inline-block;
    padding: 0 0.7em;
    vertical-align: middle;
}

.wide-landing h3, .wide-landing h2 {
	text-align: center;
}


button#plusbutton {
	border-radius: 50%;
	bottom: 2em;
	color: white;
	font-weight: bolder;
	position: fixed;
	right: 2em;
}

#user-box {
	position: relative;
}
#user-menu {
	background: rgba(3, 3, 3, 0.7);
	display: none;
	padding: 20px;
	position: absolute;
	right: -20px;
	top: 25px;
	z-index: 999;
}

table#prediction-year td {
	padding: 10px;
}
table#prediction-year img {
	width: 100px;
}
table#prediction-year ul {
    list-style-type: square;
}
table#prediction-year ul > li {
    color: black;
}
ul > li > span {
    color: #ccc;
}


/* Чёрная кнопка */

.btn-inverse {
  color: #fff;
  background-color: #363636;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-inverse:focus,
.btn-inverse.focus {
  color: #fff;
  background-color: #222;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
  color: #fff;
}
.btn-large {
    padding: 11px 19px;
    font-size: 109%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


li.avatar a {
	padding-top: 5px;
    padding-bottom: 5px;
}
li.avatar > a img {
    max-height: 40px;
}



/* Всплывающее сообщение */

#loading-popup, #loading-thanx, #loading-cancel {
	background: #000;
	color: #ccc;
	display: none;
	padding: 10px;
	text-align: center;
}
#loading-popup img, #loading-thanx img, #loading-cancel img {
	height: 85px;
}


div.required label.control-label:after {
    content: " *";
    color: #99c;
}

a.extlink:after {
	content: url('/images/extlink.png');
}

nav .badge {
    background-color: transparent;
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}
#nav-appendix .badge {
    color: red;
    margin: 5px 0 0 0;
}

.checkbox-container label {
	display: block;
	font-weight: normal;
}


/* Галерея с подписями на фото */

.image-container {
	position: relative;
}
.image-container img {
	margin: 0;
}
.image-container .caption {
    background: rgba(0,0,0,0.9);
	bottom: 0;
	left: 0;
	margin: 4px;
    position: absolute;
    right: 0;
	text-align: center;
}


.sitemap-active {
	background: rgba(0,0,0,0.3);
	padding: 5px;
}


.ui-autocomplete-loading {
	background: url('/images/indicator.gif') no-repeat right center;
	background-color: #fff;
}


#sign-buttons a {
	text-decoration: none;
}
#sign-buttons a span {
    border: 1px solid #28292B;
    line-height: 3em;
	padding: .7em;
}
#sign-buttons a span:hover {
	background: rgba(0,0,0,0.3);
}
#sign-buttons a span.selected {
    border-color: #D2C386;
}


.cke_source {
	color:black;
}

.bannerh {
	text-align: center;
	width: 100%;
}


.ya-share2 {
    text-align: center;
    zoom: 1.5;
}


.order-payment form {
	display: inline;
}

form.inline .form-group {
	display: inline-block;	
}


.carousel input, .carousel button[type=submit] {
    margin: 9em;
    width: 50%;
}
.carousel button.compact[type=submit] {
    margin: 0;
    width: inherit;
}
.right.carousel-control, .left.carousel-control {
	height: 3em;
    line-height: 3em;
    text-decoration: none;
}
.carousel-inner > .item > img {
    margin: 0 auto;
}
.carousel-indicators {
    bottom: inherit;
    top: 1em;
}

.carousel div.testable input {
	margin: 1em;
    width: inherit;
}
.carousel div.testable label {
    font-weight: inherit !important;
}
.carousel .question {
    margin: 1em auto 3em;
    width: 70%;
}



.field-pheno-date, .field-pheno-placeid, .field-pheno-zone
{
	display: inline-block;
	margin-bottom: 0;
	width: 30%;
}
.field-pheno-date
{
	width: 7em;
}


.rs-caption h3 {
    color: #D2C386;
}
.rs-caption p {
    color: white;
}
.rs-caption a {
	color: white !important;
    float: right;
}

.comment {
    overflow: hidden;
}
span.indent ~ div.comment {
	margin-left: 1em;
}
span.indent ~ span.indent ~ div.comment {
	margin-left: 2em;
}
span.indent ~ span.indent ~ span.indent ~ div.comment {
	margin-left: 3em;
}
span.indent ~ span.indent ~ span.indent ~ div.comment {
	margin-left: 4em;
}
.comment b.avatar {
	display: inline-block;
	margin: 0 1em 1em 0;
}
.tree-heading-container {
	color: #D2C386 !important;
}


.btn-indigo {
    color: #fff;
    background-color: #036;
    border-color: #003;
}
.btn-indigo:hover {
    background-color: #00264d;
}
.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-black:hover {
    background-color: #000;
    border-color: #333;
}


.field-participant-_eventid, .field-member-_eventid {
	display: inline-block;
	width: 50%;
}


.breadcrumb {
    background-color: transparent;
    border-bottom-color: #666;
    border-bottom-style: solid;
    border-bottom-width: 1px;
	color: inherit;
}
.breadcrumb > .active {
    color: #ccc;
}
.breadcrumb > li + li:before {
	color: #999;
    content: "› ";
}

.downable {
	background-color: white !important;
	min-width: 21em !important;
	padding: 1em !important;
}
.downable ol, .downable ul {
    -webkit-padding-start: 1em;
}
.downable span.badge {
    background-color: #777;
    display: initial;
}
.downable, .downable a {
	color: #31708f;
}
.downable a:visited, .downable a:hover {
    color: #036;
}


.field-event-dst, .field-horar-dst, .field-predictionyearform-dst {
    display: inline-block;
}


/* https://icomoon.io/#preview-free */
@font-face {
	font-family: "icomoonfree";
	src: url(/font/IcoMoon-Free.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
}
.icomoonfree {
	font-family: "icomoonfree" !important;
}
.icomoonfree.rss::before {
	content: "\EA9B";
}
.social-links span {
	font-family: "icomoonfree" !important;
	font-size: 1.2em;
}
.social-links span.facebook::before {
	content: "\EA90";
}
.social-links span.instagram::before {
	content: "\EA92";
}
.social-links span.vkontakte::before {
	content: "\EA98";
}
.social-links span.telegram::before {
	content: "\EA95";
}
.social-links span.youtube::before {
	content: "\EA9D";
}
.social-links span.google::before {
	content: "\EA88";
}
.social-links span.twitter::before {
	content: "\EA96";
}
.social-links span.club::before {
	content: "\E96D";
}

#alert-author {
	display: inline-block;
	float: right;
	margin-left: .5em
}


#payments-mini {
	margin-top: 1em;
}
#payments-mini img {
	margin-bottom: 1em;
}

.auth-icon.mailru {
	background: url(/images/social/mailru.png);
}

video {
	max-width: 100%;
	height: auto;
}

.list-group-item-inverse {
    background: transparent;
    border: 0;
}

@keyframes myAnimation {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}
.animated {
	animation: myAnimation 3s infinite;
}

h4.country {
	padding-top: 3em;
}
