.google-partner-img {
	margin: 20px 0;
	max-width: 170px;
}

.border-bottom-line {
	max-height: 10px;
	max-width: 3rem;
	border-top: 1px solid #d5dbe2;
	margin-top: -10px;
}

.cilovka {
	padding: 1rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 70%;
}

@media (max-width: 660px) {
	.cilovka, .ukazka img {
		max-width: 100%!important;
	}
}

.cilovka img {
	max-width: 100%;
	width: auto;
	max-height: 39px;
	height: auto;
	margin-right: 1rem;
}

.cilovka div img {
	max-width: 100%;
}

.ukazka {
	margin: 1rem 0;
}

.ukazka img {
	max-width: 70%;
}

.ukazka .uk-info {
	font-style: italic;
	color: #a4a4a4;
	margin-top: 5px;
	padding-bottom: 0!important;
}

.funkcnost {
	border: 1px solid #d5dbe2;
	background: #f8f8f8;
	padding: 1rem;
	margin: 1rem 0;
	cursor: pointer;
}

.funkcnost.active {
	border: 1px solid #eb3c00!important;
}

.funkcnost h4 {
	font-size: 18px!important;
}

.funkcnost .hlavicka {
	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;
}

.funkcnost .hlavicka div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.funkcnost .hlavicka img {
	margin-right: 1rem;
}

.funkcnost p {
	padding: 1em 2rem 1em 4.9rem;
}

@media (max-width: 425px) {
	.funkcnost p {
		padding: 1rem!important;
	}
	.funkcnost {
		padding: .5rem!important;
	}
	.funkcnost h4 {
		font-size: 14px!important;
	}
}

.funkcnost .hlavicka .sipky-box .sipka {
	margin-right: 0!important;
}

.spokojenost {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 2rem 0;
}

.spokojenost .logo-hl {
	margin-top: 1.5rem;
	margin-right: 1.5rem;
}

.spokojenost .text-content {
	padding-left: 1rem;
	border-left: 2px solid lightgray;
}

.spokojenost .text-content .sipka-mala {
	position: relative;
	left: -28px;
	top: 80px;
}

.spokojenost .text-content .mrgn-top24 {
	margin-top: -24px;
}

@media (max-width: 600px) {
	.spokojenost {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.spokojenost .text-content {
		border-left: 0!important;
		padding-left: 0!important;
		padding-top: 1rem!important;
		border-top: 2px solid lightgray;
	}
	.spokojenost .logo-hl {
		margin-top: 0!important;
		margin-right: 0!important;
		margin-bottom: 1.5rem;
	}
	.spokojenost .text-content .sipka-mala {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		left: 60px!important;
		top: -35px!important;
	}
}

/* GDPR */
.gdpr-news {
	position: relative;
	top: 1rem;
}

.gdpr-news input {
	margin-right: .25rem;
}

.gdpr-news span a {
	color: #eb3c00;
}

/* Tooltip container */
.tooltip-gdpr {
	position: relative;
	display: inline-block;
	background: url(/templates/css/img/tooltip_org.png) no-repeat top;
	width: 20px;
	height: 18px;
	background-size: 20px;
}

/* Tooltip text */
.tooltip-gdpr .tooltiptext {
	visibility: hidden;
	width: 400px;
	background-color: #FFF;
	color: #000;
	text-align: justify;
	padding: 10px!important;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: 125%;
	right: -75%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
	border: 1px solid #eb3c00;
}

/* Tooltip arrow */
.tooltip-gdpr .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 4.5%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #eb3c00 transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-gdpr:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

/* Tooltip container */
.tooltip-gdpr {
	position: relative;
	display: inline-block;
	background: url(/templates/css/img/tooltip_org.png) no-repeat top;
	width: 20px;
	height: 18px;
	background-size: 20px;
}

/* Tooltip text */
.tooltip-gdpr .tooltiptext {
	visibility: hidden;
	width: 400px;
	background-color: #FFF;
	color: #000;
	text-align: justify;
	padding: 10px!important;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: 125%;
	right: -75%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
	border: 1px solid #eb3c00;
}

/* Tooltip arrow */
.tooltip-gdpr .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 4.5%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #eb3c00 transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-gdpr:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
	cursor: help;
}

.gdpr-form input {
	margin-right: .25rem;
}

/* Tooltip text - form */
.tooltip-gdpr .tooltiptext-form {
	visibility: hidden;
	width: 400px;
	background-color: #FFF;
	color: #000;
	text-align: justify;
	padding: 10px!important;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: -100%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
	border: 1px solid #eb3c00;
}

/* Tooltip arrow - form */
.tooltip-gdpr .tooltiptext-form::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 21%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #eb3c00 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container - form */
.tooltip-gdpr:hover .tooltiptext-form {
	visibility: visible;
	opacity: 1;
	cursor: help;
}

@media (max-width: 1140px) {
	.tooltip-gdpr .tooltiptext-form {
		left: -450%;
	}
	.tooltip-gdpr .tooltiptext-form::after {
		left: 37.8%;
	}
}

@media (max-width: 800px) {
	.tooltip-gdpr .tooltiptext-form {
		left: -350%;
	}
	.tooltip-gdpr .tooltiptext-form::after {
		left: 33%;
	}
}

@media (max-width: 700px) {
	.tooltip-gdpr .tooltiptext-form {
		left: -1300%;
	}
	.tooltip-gdpr .tooltiptext-form::after {
		left: 78.3%;
	}
}

@media (max-width: 500px) {
	.tooltip-gdpr .tooltiptext-form {
		left: -1100%;
		width: 300px;
	}
	.tooltip-gdpr .tooltiptext-form::after {
		left: 90.3%;
	}
}

@media (max-width: 440px) {
	.tooltip-gdpr .tooltiptext-form {
		left: 300%;
		width: 300px;
	}
	.tooltip-gdpr .tooltiptext-form::after {
		left: 9px;
	}
}

@media (max-width: 320px) {
	.tooltip-gdpr .tooltiptext-form {
		left: -320%;
		width: 230px;
	}
	.tooltip-gdpr .tooltiptext-form::after {
		left: 53.3%;
	}
}

/* DEVELOPMENT CORNER */
.development-corner {
	position: fixed;
	left: -5px;
	top: -2px;
	z-index: 9001;
	overflow: hidden;
	width: 100px;
	height: 100px;
	text-align: right;
}
.development-corner span {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 28px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 120px;
	display: block;
	background: linear-gradient(#F70505 0%, #8F0808 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 15px;
	left: -28px;
}
.development-corner span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #8F0808;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
}
.development-corner span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #8F0808;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
}

.second-list {
	margin-left: 20px!important;
	list-style-type: disc!important;
}

.second-list li, .third-list li {
	background: none!important;
	padding-left: 0!important;
}

.second-list.sans-serif li, .third-list.sans-serif li {
	font-family: sans-serif!important;
}

.third-list {
	margin-left: 20px!important;
	margin-bottom: -40px!important;
	list-style-type: circle!important;
}

.blog-author ul {
	padding-left: 25px!important;
	list-style: initial!important;
}

.blog-author ul li {
	padding: 2px 0 2px 0!important;
	background: transparent!important;
	font-size: 15px!important;
}

.video {
	text-align: center;
	margin-bottom: 25px;
}

.video video {
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	height: auto;
}
