﻿body {
	background-color: rgb(248,248,248)
}

@media screen and (max-width: 1000px) {

	.img-fluid2 {
		display: none;
	}

	.test {
		margin: 0;
		padding: 0;
	}

	.row {
		margin-right: 0;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 50px !Important;
	}
}
 



input[type=number] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}

::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
	-webkit-appearance: none;
	display: none;
	margin: 0;
}

.form-control:-moz-placeholder {
	text-transform: none;
}

.form-control::-moz-placeholder {
	text-transform: none;
}

.form-control:-ms-input-placeholder {
	text-transform: none;
}

.form-control::-webkit-input-placeholder {
	text-transform: none;
}

.form-control[readonly] {
	cursor: not-allowed;
}

.validation-summary-valid,
.field-validation-valid {
	display: none;
}

.field-validation-error {
	color: #a00;
}

.validation-summary-errors {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	color: #a94442;
	background-color: #f2dede;
}

.validation-summary-errors > p,
.validation-summary-errors > ul {
	margin-bottom: 0;
}

.validation-summary-errors > p + p {
	margin-top: 5px;
}

.validation-summary-errors hr {
	border-top-color: #e4b9c0;
}

.validation-summary-errors a {
	color: #843534;
	font-weight: bold;
}

.expand-link > .fa::before {
	content: "\f151";
}

.expand-link.collapsed > .fa::before {
	content: "\f150";
}


.footer a {
	color: inherit;
}


/* News: */
.news-row {
	margin-bottom: 15px;
}

.news-row h1 {
	margin: 0 0 20px 0;
	border-bottom: 1px solid silver;
}

.news-row > div {
	padding: 15px 0;
}

.news-row > .sidebar a {
	color: inherit;
}

.news-row > .sidebar .active > a,
.news-row > .sidebar .active > p > a {
	color: #a94442;
}

.news-year {
	font-size: 120%;
	font-weight: bold;
	color: #444;
}

.news-article-list > li:not(:first-child) {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid silver;
}

.news-article-list a > svg {
	display: none;
}

.news-article-list b {
	font-size: 120%;
	text-transform: uppercase;
}

.news-article-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
}

@media (min-width: 500px) {
	.news-article-list a {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.news-article-list a > svg {
		width: 96px;
		margin-right: 15px;
		display: block;
	}

	.news-article-list a > div {
		flex: 1 1 0;
	}

	.news-article-list .news-list-date {
		display: none;
	}
}

@media (min-width: 768px) {
	.news-row {
		display: flex;
	}

	.news-row > .sidebar {
		flex-basis: 20%;
		order: -1;
		min-width: 250px;
		border-right: 1px dotted silver;
	}

	.news-row > div:not(.sidebar) {
		flex-grow: 1;
	}

	.news-row > div {
		padding: 0 15px;
		vertical-align: top;
		display: table-cell;
	}

	.news-article-date-icon {
		width: 96px;
		margin-left: 15px;
	}
}

.wordcloud {
	display: none;
}

@media (min-width: 768px) {
	.wordcloud {
		display: block;
		list-style: none;
		padding: 15px 0;
		margin: 15px 0;
		text-align: center;
		border-top: 1px solid silver;
	}

	.wordcloud li {
		display: inline-block;
	}

	.wordcloud li:not(:first-child) {
		margin-left: 5px;
	}

	.wordcloud li.active {
		color: #a94442;
	}

	.wordcloud .word-size-1 {
		font-size: 80%;
	}

	.wordcloud .word-size-2 {
		font-size: 100%;
	}

	.wordcloud .word-size-3 {
		font-size: 120%;
	}

	.wordcloud .word-size-4 {
		font-size: 140%;
	}

	.wordcloud .word-size-5 {
		font-size: 160%;
	}
}
