/*
Theme Name: Награды
Author: Максим Шонин
Description: Наградные медали.
Version: 1
License: GNU General Public License v2 or later
*/

html {
	font-family: sans-serif;
	font-size: 10em;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

.hero-content-text {
    top: 120px !important;
    padding: 30px !important;
}
.home {
    min-height: 35% !important;
    height: 35% !important;
}

.ondescheiding-text {
    line-height: 1.3;
}
.ondescheiding-text a,
.ondescheiding-text a:hover {
    text-decoration: underline;
}



.other-persons {
	clear: both;
	display: block;
	padding: 30px 0 0;
}
.other-persons span {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	clear: both;
	display: block;
}
.other-persons a {
	display: block;
	float: left;
	width: 100px;
	margin: 0 10px 10px 0;
}
.other-persons a img{
	border-radius: 100%;
	margin: 0 auto;
	display: block;
	clear: both;
}
.other-persons a p{
	line-height: 10px;
	font-size: 10px;
	text-align: center;
	margin: 10px auto 0;
	padding: 0;
	display: block;
	clear: both;
}





.footer-row-left {
	display: block;
	float: left;
	width: 50%;
	padding: 6px 30px 0;
}
.footer-row-left img{
	width: 100%;
	height: auto;
}
.footer-row-left-0 {
	display: block;
	float: left;
	font-size: 12px;
	text-align: left;
	padding: 0 30px 0;
}
.footer-row-right {
	display: block;
	float: right;
	font-size: 12px;
	text-align: left;
	padding: 0 30px 0;
}



@media (max-width: 750px){
	.footer-row-left {
		float: none;
		width: 70%;
		margin: 40px auto;
	}

	.footer-row-left-0 {
		float: none;
		width: 70%;
		margin: 40px auto;
	}
}


@media (max-width: 420px){
	.footer-row-left-0 {
		text-align: center;
	}
}



.description p {
	line-height: 1.3; 
	columns: auto 12em;
}



#letOp{
	position:fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	
	background: radial-gradient(50% 50%, #222, #000);

}

.letopnone {
	display: none;	
}

.letOpContainer {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	padding: 55px 10px 85px;
	min-width: 300px;
	background: rgba(255, 255, 255, 0.75);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 5px;
}
.textus{
	letter-spacing: 0.8px;
	font-family: 'Roboto Slab', serif;
	line-height: 1;
}
.bu {
	position: absolute;
	bottom: 0;
	border-top: 0.05em solid #333;
	padding: 10px 0;
	margin: 0;
	width: 50%;
	text-align: center;
	cursor: pointer;
	
	letter-spacing: 0.8px;
	font-family: 'Roboto Slab', serif;
}
#okay{
	right: 0;
	border-left: 0.05em solid #333;
}
#escp{
	left: 0;
}


.underlined {
	color: #999;
}
.titleInCat {
	font-weight: 100 !important;
	font-size: 80% !important;
	line-height: 1.5 !important;
}