/* vinpr.cz @MNDK file:vinpr/www-html/css/main.css */

/*@import url(https://fonts.googleapis.com/css?family=Roboto:700,400,300,200,100,100italic,200italic,300italic,400italic,700italic);*/

/* roboto-regular - latin_latin-ext */
/*@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin_latin-ext-regular.woff2') format('woff2');
}*/

/* roboto-italic - latin_latin-ext */
/*@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin_latin-ext-italic.woff2') format('woff2');
}*/

body {
	padding-top: 3rem;
	color: #5a5a5a;
	font-family: 'Roboto', sans-serif;
}
a {
	color: #325d88;
}
a:hover {
	color: #1e3852;
}
.pre-scrollable {
	max-height: 360px;
	overflow-y: scroll;
}
.header-image {
	margin-bottom: 1rem;
	padding: 9rem 1rem 2rem 1rem;
	display: block;
	width: 100%;
	min-height: 32rem;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.header-caption {
	padding: 1rem;
	background-color: rgba(255,255,255,0.8);
}
.header-caption h1 {
	font-size: 7rem;
	font-weight: bold;
}
.header-caption h2 {
	font-size: 5rem;
}
.main-min-width {
	min-height: 20rem;
}

.partners_img {
	padding: 0 1.25rem 0 1.25rem;
}

.doc-item {
	margin-bottom: 1.5625rem;
}
.doc-item img {
	margin-bottom: 1rem;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#meet-team .team-all {
	margin-bottom: 1.875rem;
}
#meet-team .team-member {
	padding: 0.8125rem;
	background: #eeeeee;
	border: 2px solid #eeeeee;
	transition: border-color 400ms;
	-webkit-transition: border-color 400ms;
}
#meet-team .team-img {
	margin: -0.9375rem -0.9375rem 0.9375rem -0.9375rem;
}
#meet-team .team-member .team-info {
	padding-bottom: 0.625rem;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 0.625rem;
}
#meet-team .team-member:hover {
	border-color: #325d88;
}
#meet-team .social-icons > li > a:hover {
	background: #1e3852;
}
#meet-team .social-icons {
	list-style: none;
	padding: 0;
	margin: 0;
}
#meet-team .social-icons > li {
	display: inline-block;
}
#meet-team .social-icons > li > a {
	display: block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #fff;
	background: #325d88;
	border-radius: 3px;
}

/* contact */
.contact-wrapper {
	margin-top: 0.9375rem;
	padding: 0.625rem 1.25rem 1.25rem 1.25rem;
	background-color: rgba(255, 255, 255, 0.8);
}
.contact-form h3 {
	margin-top: 0;
}

/* fullcalendar */
.fc td.fc-sun, .fc td.fc-sat {
	background-color: #F3F3F3;
}

.modal-body > .dl-horizontal dt {
	float: left;
	width: 4rem;
	overflow: hidden;
	clear: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.modal-body > .dl-horizontal dd {
	margin-left: 4.5rem;
}

@media (max-width: 550px) {
	.big-container {
		display: none;
	}
}
@media (min-width: 550px) {
	.small-container {
		display: none;
	}
}

/* footer */
footer {
	background-color: #343a40;
	color: white;
	padding-top: 1.25rem;
	margin-top: 1.875rem;
	font-size: 0.75rem;
}

footer .row {
	margin-bottom: 0.625rem;
}
footer ul {
	list-style-type: none;
	padding-left: 0;
	line-height: 1.7;
}
footer h5 {
	font-size: 0.875rem;
	color: white;
	font-weight: bold;
	margin-top: 0.3125rem;
}
footer a {
	color: #d2d1d1;
	text-decoration: none;
}
footer a:hover,
footer a:focus {
	text-decoration: none;
	color: white;
}
footer .social-networks {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0.625rem;
}
footer .social-networks a {
	font-size: 2rem;
	color: #f9f9f9;
	padding: 0.625rem;
	transition: 0.2s;
}
footer .social-networks a:hover {
	text-decoration: none;
	color: #007bff;
}
footer .btn {
	width: 9.375rem;
	display: block;
	margin: 0 auto;
	margin-top: 0.625rem;
	line-height: 1.5625rem;
	color: #fff;
}
footer .footer-copyright {
	background-color: #333333;
	padding-top: 0.1875rem;
	padding-bottom: 0.1875rem;
	text-align: center;
}
footer .footer-copyright p {
	margin: 0.625rem;
	color: #ccc;
}
@media screen and (max-width: 767px) {
	footer {
		text-align: center;
	}
}
footer ul > li {
	display: inline-block;
	margin: 0 7.5px;
	font-size: 1rem;
}
@media only screen and (min-width: 768px) {
	footer .social-icons {
		float: right;
	}
}

.blur {
	background: rgba(70, 72, 82, 0.5);
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

/* back to top */
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 1.25rem;
	right: 1.25rem;
}
.progress-bar {
	height: 1rem;
	background: grey;
	position: fixed;
	top: 50px;
	left: 0;
}