/* СПОЙЛЕР */

.collapser:hover {
	opacity: 0.8;
	text-decoration: none;
}

.spoiler-title {
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
	color: #337ab7;
}

.spoiler-title:hover {
	color: #23527c;
}

.spoiler-content {
	display: none;
}

.spoiler {
	margin-bottom: 10px;
}

.spoiler-toggle {
	display: inline-block;
	font-family: fontawesome;
	font-size: 14px;
	font-weight: normal;
}

.spoiler-toggle.show-icon:before {
	content: "";
}

.spoiler-toggle.hide-icon:before {
	content: "";
}


/* FLEXBOX */

.flex-row {
	display: flex;
	flex-wrap: wrap;
}

.flex-row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}


/* ДОП. СТИЛИ */

img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

.margins {
	margin: 20px 0;
}

.border-top {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.15);
}

.ya-share2 {
	display: inline-block;
	vertical-align: middle;
}

summary {
	cursor: pointer;
	user-select: none;
}

summary:hover {
	opacity: 0.8;
	text-decoration: underline;
}

summary.h1, summary.h2, summary.h3, summary.h4, summary.h5 {
	margin: 3px 0;
}




/* БЛОК "ФАЙЛЫ И ССЫЛКИ" */

.attachments {
	list-style: none;
	padding-left: 0;
}

.attachments  ul {
	list-style: none;
	padding-left: 20px;
}

.attachments li {
	padding: 3px 0;
}

.attachments h4 {
	color: #666;
	margin-bottom: 3px;
}

.popover-audio {
	display: block !important;
	max-width: 400px !important;
	width:auto;
}

.popover-audio .popover-content{
	padding: 5px 5px 0;
}

.attachments li > i, .attachments li a{
	display: table-cell;
	vertical-align: top;
}

.attachments .collapser i {
	display: inline-block;
}

.attachments li > i {
	padding-right: 5px;
	padding-top: 2px;
}

.attachments .media-body {
	line-height: 1.2;
}

.table p {
	margin-bottom: 0;
}


/* БЛОК "КАРТОЧКИ" */

.card {
	flex-grow: 1;
	position: relative;
	margin-bottom: 25px;
}

.card-caption {
	flex-direction: column;
	display: flex;
	flex: 1 0 auto;
	padding: 0 0 10px;
	height: 100%;
	justify-content: flex-start;
}

.card-description {
	color: #333;
}

.card-caption .card-description, .card-caption h4, .card-caption .card-btn {
	margin-left: 15px;
	margin-right: 15px;
}

.card-date {
	color: rgba(0,0,0,0.5);
	font-size: smaller;
	margin-top: 5px;
}

.card-img {
	padding-right: 0;
}

.card img {
	min-width: 0;
	max-width: 100%;
}

.card.cards-round img {
	border-radius: 50%;
	max-width: 80%;
	margin: 10px auto;
}

.cardfooter {
	padding-bottom: 40px;
}

.card-btn {
	margin-top: auto;
}

.card-btn .btn-card {
	display: block;
}

.cards-v .cardfooter {
	padding-bottom: 50px;
}

.cards-v .card-footer {
	margin: 0;
}

.card-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 5px 0 10px;
	margin: 0 15px;
}

.flex-row .card > a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.card-nocaption .card-caption {
	display: none;
}

.cards-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.cards-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.cards-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.cards-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.cards-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navdots {
	text-align: center;
}

.navdot {
	background-color: rgba(0,0,0,0.5);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	margin: 5px 8px;
	vertical-align: middle;
	transition: all 0.5s;
	position: relative;
}

.navdot.active {
	background-color: rgba(0,0,0,0.3);
	width: 16px;
	height: 16px;
	margin: 5px 6px;
}

.navdot:hover:not(.active) {
	background-color: rgba(0,0,0,0.3);
}

.cardsnav {
	flex: 1 100%;
	padding-top: 15px;
}

.btn-card {
	margin-top: 5px;
}

.cards-v h4 {
	margin-top: 0;
}

.img-article {
	margin: 0 20px 5px 0;
	float: left;
	max-width: 40%;
	border: 1px solid #ddd;
	padding: 3px;
}

.article-description {
	font-weight: bold;
}


/* КАРТЫ */

.leaflet_div {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
  line-height: 0;
  margin-right: 1em;
  margin-bottom: 1em;
}

.leaflet_div.align-left {
  float: left;
}

.leaflet_div.align-right {
  float: right;
}

.leaflet_div.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.responsive-map {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
  width:100%;
}

.responsive-map-iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


/* ADMINPANEL */

#adminpanel {
	position: fixed;
	right: 10px;
	bottom: 10px;
	opacity: 0.8;
	color: #000;
}

#adminpanel:hover {
	opacity: 1;
}

#adminpanel a {
	color: #000;
}


/* АДАПТИВНЫЙ ДИЗАЙН */

@media (min-width:1200px) {
	.cards.flex-row > .col-lg-1 {
		width: 12.5%;
	}
}

@media (max-width:420px) {
	.flex-row > .col-xxs-12 {
		width: 100%
	}
	.flex-row > .col-xxs-6 {
		width: 50%
	}
}