@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap&subset=latin-ext');
/* ************************ ZÁKLADNÍ STYLY ************************** */
@font-face {
	font-family: Acumin;
	font-weight: 300;
	src: url(/fonts/Acumin-RPro.woff2) format('woff2'),
		url(/fonts/Acumin-RPro.woff) format('woff');
}

@font-face {
	font-family: Acumin;
	font-weight: 700;
	src: url(/fonts/Acumin-BdPro.woff) format('woff');
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	color: #373431;
	font-family: 'Acumin', sans-serif;
}

img {
	max-width: 100%;
}

a {
	color: #ba2f45;
}
a:hover {
	color: #d14b60;
	text-decoration: none;
}

/* ************************ BTN STYLY ************************** */
.btn {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
	padding: 0.8rem 2rem;
	border-radius: 5px;
	background: #ba2f45;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	font-size: 1.125rem;
	border: 3px solid #ba2f45;
	line-height: 16px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.btn {
		padding-bottom: 0.7rem;
	}
}
.btn span {
	position: relative;
	top: 1px;
}
.btn:hover {
	color: #fff;
	border-color: #81263c;
	background: #81263c;
}
.btn-empty {
	background: none;
	border-color: #ba2f45;
	color: #ba2f45;
}

body {
	overflow-x: hidden;
}

.container {
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 1rem;
}

h2 {
	text-transform: uppercase;
	font-size: 2.3rem;
	text-align: center;
	letter-spacing: 2px;
}

.subheader {
	text-align: center;
	text-transform: uppercase;
	color: #c1c1c1;
	font-size: 1.5rem;
}
.subheader::after {
	content: '';
	display: block;
	width: 77px;
	height: 36px;
	margin: 1rem auto 3rem;
	background: url(../img/8.svg) no-repeat;
}

p {
	margin-bottom: 2rem;
}

header {
	padding: 1rem 0 0;
	background: url(../img/header.jpg) no-repeat top center/cover;
	min-height: 100vh;
}
header .container {
	max-width: 1450px;
}
@media screen and (min-width: 1200px) {
	header .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.logo {
	text-align: center;
	width: 150px;
}
@media screen and (min-width: 1200px) {
	.logo {
		width: 230px;
	}
}

.menu button {
	display: none;
}

.menu ul {
	list-style: none;
}
@media screen and (min-width: 1200px) {
	.menu ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.menu li {
	margin: auto;
	text-align: center;
}

.menu a,
.menu strong {
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
	text-transform: uppercase;
	padding: 1rem 0;
	display: block;
	letter-spacing: 2px;
}
@media screen and (min-width: 1200px) {
	.menu a,
	.menu strong {
		padding: 1rem;
	}
}
.menu a:hover,
.menu strong:hover {
	opacity: 0.7;
}

.menu strong:hover {
	opacity: 1;
}

.menu a.active {
	font-weight: bold;
	color: #ba2f45;
}

nav {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	background: #25232c;
	z-index: 2;
}
@media screen and (min-width: 1200px) {
	nav {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: none;
		position: static;
	}
}

.btn-menu {
	outline: none;
	display: block;
	background: none;
	border: 0;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	text-transform: uppercase;
	padding: 1rem 0;
	position: absolute;
	right: 1rem;
	top: 1rem;
}
.btn-menu span {
	position: relative;
	top: -5px;
}
.btn-menu span,
.btn-menu span::before,
.btn-menu span::after {
	width: 1.5rem;
	height: 2px;
	background: #fff;
	display: inline-block;
}
.btn-menu span::before,
.btn-menu span::after {
	content: '';
	position: absolute;
	left: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-menu span::before {
	top: -0.5rem;
}
.btn-menu span::after {
	top: 0.5rem;
}
@media screen and (min-width: 1200px) {
	.btn-menu {
		display: none;
	}
}

.otevrene-menu span {
	background: transparent;
}
.otevrene-menu span::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	background: #ba2f45;
}
.otevrene-menu span::after {
	top: 0;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background: #ba2f45;
}

.jazyky {
	color: #ffffff;
	width: 75px;
	margin: auto;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 8px;
	margin-bottom: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}
@media screen and (min-width: 1200px) {
	.jazyky {
		margin: unset;
		margin-left: 2rem;
		margin-bottom: 0;
		position: relative;
		top: -2px;
	}
}

.vybrany-jazyk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
.vybrany-jazyk span {
	position: relative;
	top: 2px;
}

.jazyky-drop {
	display: none;
	position: absolute;
	left: -1px;
	width: calc(100% + 2px);
	background: #25232c;
	border: 1px solid #fff;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	top: 90%;
}
.jazyky-drop div a {
	padding: 5px 8px;
	font-size: 1rem !important;
}
.jazyky-drop div:hover {
	background: #312e3a;
}

@media screen and (min-width: 1200px) {
	.navigace.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		background: #25232c;
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	}
	.navigace.fixed .logo img {
		height: 70px;
	}
}

.header-content {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.header-content h1 {
	text-transform: uppercase;
	font-size: 1.4rem;
}
@media screen and (min-width: 620px) {
	.header-content h1 {
		font-size: 2.5rem;
		letter-spacing: -1px;
	}
}
@media screen and (min-width: 960px) {
	.header-content h1 {
		font-size: 4rem;
	}
}
.header-content h1 span {
	display: block;
	font-weight: normal;
	color: #ba2f45;
	font-size: 1.2rem;
	letter-spacing: 1px;
}
@media screen and (min-width: 620px) {
	.header-content h1 span {
		font-size: 2rem;
	}
}
@media screen and (min-width: 960px) {
	.header-content h1 span {
		font-size: 3rem;
	}
}
.header-content p {
	margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
	.header-content p {
		font-size: 1.2rem;
	}
}

.header-more {
	text-align: center;
	position: absolute;
	bottom: 2rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
	.header-more {
		bottom: 4rem;
	}
}

section {
	padding: 5.6rem 0;
	text-align: center;
}
section.dark-section {
	background: #25232c;
	color: #c1c1c1;
}
section.dark-section h2 {
	color: #fff;
}
section p {
	line-height: 1.5;
}

.link-more {
	margin-top: 4rem;
}

.sluzby-vypis {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sluzba {
	text-align: center;
	text-decoration: none;
	color: #c1c1c1;
	margin-bottom: 2rem;
	width: 100%;
	display: block;
}
@media screen and (min-width: 680px) {
	.sluzba {
		width: 50%;
		padding: 0 1rem;
	}
}
@media screen and (min-width: 960px) {
	.sluzba {
		width: 33.3%;
		padding: 0 2rem;
	}
}
.sluzba h3 {
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	margin-bottom: 1rem;
	color: #fff;
}
@media screen and (min-width: 680px) {
	.sluzba h3 {
		min-height: 58px;
	}
}
.sluzba p {
	line-height: 30px;
}
.sluzba:hover {
	color: #c1c1c1;
}
.sluzba:hover svg {
	fill: #eeeecb;
}

.sluzba-icon {
	width: 120px;
	height: 120px;
	text-align: center;
	margin: auto;
	border-radius: 50%;
	border: 5px solid #25232c;
	position: relative;
	margin-bottom: 1rem;
}
.sluzba-icon svg {
	width: 80px;
	height: 80px;
	fill: #ba2f45;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal {
	padding: 2rem;
	border-radius: 0;
}
.modal p {
	line-height: 30px;
}

@media screen and (max-width: 620px) {
	.sluzby-vypis {
		display: block;
	}
	.sluzba {
		margin-bottom: 2rem;
	}
}

#portfolio {
	background: url(../img/portfolio-bg.jpg) top center/cover;
}

.portfolio-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}
.portfolio-list li {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem;
}
@media screen and (min-width: 520px) {
	.portfolio-list li {
		width: 33.3%;
	}
}
@media screen and (min-width: 760px) {
	.portfolio-list li {
		width: 25%;
		padding: 2rem 1rem;
	}
}

.team-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.team-list li {
	padding: 1rem;
}
@media screen and (min-width: 520px) {
	.team-list li {
		width: 50%;
	}
}
@media screen and (min-width: 520px) {
	.team-list li {
		width: 33.3%;
	}
}
@media screen and (min-width: 960px) {
	.team-list li {
		width: 20%;
	}
}
.team-list img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	margin-bottom: 2rem;
}
.team-list h3 {
	font-size: 1.15rem;
	color: #fff;
	margin-bottom: 1rem;
}
.team-list p {
	margin-bottom: 1rem;
}
.team-list svg {
	width: 30px;
	fill: #ba2f45;
}
.team-list a:hover svg {
	fill: #81263c;
}

.pozice {
	min-height: 48px;
}

.kontakt {
	background: url(../img/kontakty-bg.jpg) no-repeat center/cover;
}

.kontakty {
	margin-top: 2rem;
}
@media screen and (min-width: 760px) {
	.kontakty {
		margin-top: 4rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.kontakty > div {
		width: 48%;
	}
}
@media screen and (min-width: 1200px) {
	.kontakty > div {
		width: 45%;
	}
}

.formular {
	text-align: left;
	margin-bottom: 2rem;
}
@media screen and (min-width: 480px) {
	.formular form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.formular ::-webkit-input-placeholder {
	color: #fff;
	text-transform: uppercase;
}
.formular :-ms-input-placeholder {
	color: #fff;
	text-transform: uppercase;
}
.formular ::-ms-input-placeholder {
	color: #fff;
	text-transform: uppercase;
}
.formular ::placeholder {
	color: #fff;
	text-transform: uppercase;
}

input[type='text'],
textarea {
	border: 0;
	background: #c2c2c2;
	padding: 1rem;
	width: 100%;
	margin-bottom: 2rem;
	font-family: 'Acumin', sans-serif;
	font-size: 1.125rem;
	border-radius: 5px;
}
input[type='text']:focus,
textarea:focus {
	outline: none;
}
@media screen and (min-width: 480px) {
	input[type='text'],
	textarea {
		width: 48%;
	}
}

textarea {
	width: 100%;
	min-height: 170px;
	margin-bottom: 2rem;
}

.adresa {
	text-align: left;
}

.elektronicky-kontakt {
	margin-bottom: 2rem;
}
.elektronicky-kontakt > div a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.4rem;
	color: #373431;
	text-decoration: none;
}
.elektronicky-kontakt a:hover {
	color: #ba2f45;
}
.elektronicky-kontakt svg {
	width: 40px;
	margin-right: 1rem;
	fill: #ba2f45;
}

@media screen and (min-width: 480px) {
	.adresy {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.adresa-sloupec p {
	line-height: 1.8;
}

.adresa-sloupec h3 {
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

@media screen and (min-width: 760px) {
	.adresa-sloupec {
		width: 48%;
	}
}

.socialni-site ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.socialni-site li {
	margin-right: 10px;
}

.socialni-site a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ba2f45;
	display: block;
}
.socialni-site a:hover {
	background: #81263c;
}

.socialni-site svg {
	width: 40px;
	fill: #fff;
}

.socialni-site a:hover svg {
	fill: #fff;
}

footer {
	background: #25232c;
	padding: 2rem 0;
}
footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: uppercase;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
footer li::after {
	content: '|';
	color: #fff;
	margin: 0 0.5rem;
}
footer li:last-child::after {
	display: none;
}
footer a {
	text-decoration: none;
	color: #fff;
}
footer span {
	color: #25232c;
}
footer p {
	margin-bottom: 0;
}

.footer-menu {
	margin-bottom: 1rem;
}

.copy {
	text-align: center;
	color: #c1c1c1;
}

.header-sub {
	min-height: auto;
	height: 435px;
	max-height: 100vh;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: url(../img/header-sub.jpg) no-repeat top center/cover;
	position: relative;
}

.cisla {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 950px;
	margin: auto;
}
.cisla li {
	margin: 1rem auto;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cisla li p {
	margin: 0;
}

.cislo {
	font-size: 5rem;
	font-weight: bold;
	color: #ba2f45;
	line-height: 1;
	letter-spacing: -5px;
}

.cislo-text {
	color: #fff;
	text-transform: uppercase;
}

.need-more {
	padding: 2rem 0;
}
.need-more h3 {
	text-transform: uppercase;
	color: #fff;
}

.seznam-sluzeb {
	margin-top: 4rem;
	list-style: none;
}
.seznam-sluzeb li {
	margin-bottom: 2rem;
}
@media screen and (min-width: 760px) {
	.seznam-sluzeb li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
	}
}
@media screen and (min-width: 960px) {
	.seznam-sluzeb li {
		margin-bottom: 4rem;
	}
}
.seznam-sluzeb svg {
	width: 90px;
}

.sluzba-ikona svg {
	fill: #ba2f45;
}

@media screen and (min-width: 760px) {
	.sluzba-ikona {
		margin: 0 2rem;
	}
}

@media screen and (min-width: 960px) {
	.sluzba-ikona {
		margin: 0 4rem;
	}
}

.sluzba-text h3 {
	text-transform: uppercase;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.sluzba-text p:last-child {
	margin-bottom: 0;
}

.dark-section .sluzba-text h3 {
	color: #fff;
}

.custom-select {
	position: relative;
	width: 200px;
}

.custom-select select {
	display: none;
}

.select-selected:after {
	position: absolute;
	content: '';
	top: 14px;
	right: 10px;
	width: 18px;
	height: 13px;
	background: url(../img/select-arrow.png) no-repeat;
}

.select-selected.select-arrow-active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.select-items div,
.select-selected {
	color: #fff;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}

.select-selected {
	background-color: #25232c;
	color: #ba2f45;
}

.select-items {
	position: absolute;
	background-color: #25232c;
	max-height: 300px;
	overflow-y: auto;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.sounds {
	margin-bottom: 2rem;
}
@media screen and (min-width: 520px) {
	.sounds {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.sound {
	border: 1px solid #696969;
	border-radius: 5px;
	padding: 15px 20px 15px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
	position: relative;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
}
@media screen and (min-width: 520px) {
	.sound {
		width: calc(50% - 20px);
		margin: 10px 20px 0 0;
	}
}
@media screen and (min-width: 860px) {
	.sound {
		width: calc(33.3% - 20px);
	}
}
@media screen and (min-width: 1200px) {
	.sound {
		width: calc(25% - 20px);
	}
}
.sound audio {
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
}
.sound button {
	background: none;
	border: 0;
	cursor: pointer;
	padding: 5px 0 5px 15px;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: left;
}

.hidePause,
.hidePlay {
	display: none;
}

.sound-name {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: calc(100%);
	overflow: hidden;
	font-size: 0.75rem;
}

.emailing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grecaptcha-badge {
	position: static !important;
}
