html, body {
	min-height: 100vh;
}
body {
	background: #fff;
	font-family: "Poppins", Sans-serif;
	/* font-family:'Hero New Bold'; */
	background-size:cover;
	font-size: 1rem;
	line-height: 1.42857;
	font-weight: 400;
}


:root {
/*	--color-orange: #e94d10; /* #bd501a; ta se tomu blizi vic! - ale nutno zmenit kdyztak i obrazky*/
/*	--color-orange: #ca5425; /* #bd501a; ta se tomu blizi vic! - ale nutno zmenit kdyztak i obrazky*/
	--color-orange: #e84e0f; 
	--color-red: #be252e;
	--color-blue: #c29b41;
}

#top {
	background: #fff;
	color: #000;
	font-size: 1.2rem;
	text-align: center;
	font-size: 0.97rem;
	font-weight: 400;
}
.f-hnb,
h1, h2, h3, h4 {
	text-align: left;
	font-weight: 700;
	margin-bottom: 1rem;
}
h1 {
	margin-bottom: 2rem;
}
.tit1, .tit2,
h1, h2, h4, .red {
	color: var(--color-blue);
}
.tit3 {
	font-weight: bold;
}
a,
h3 {
	color: var(--color-blue);
}
.tit1, .tit2,
.bold {
	font-weight: bold;
}
.sizeplus20 {
	font-size: 1.2rem;
}

.lsp4 {
	letter-spacing: 4px;
}
.lsp4 span {
	letter-spacing: normal;
}

h1 {
	font-size: 2.25rem;
	line-height: 2.375rem;
}
h2 {
	font-size: 1.6rem;
}
h3:first-child {
	margin-top: 0;
}
h3 {
	font-size: 1.3rem;
	margin-top: 2rem;
}
.tit1,
h4 {
	font-size: 1.1rem;
}
.navbar {
	padding: 0;
}
.navbar-brand {
	margin-right: 5rem;
}
#header {
}
#skitter_cont {
	width: 100%;
	background: #b8874c;
}
.skitter {
	margin: 0 auto;
	max-width: 1140px;
}
.skitter .image {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.skitter .info_slide_dots {
		display: none !important;
	}
}

.label_skitter .btn-warning {
	background-color: rgba(255,255,255,0.4);
	border: 0;
}
.label_skitter a.btn {
	font-size: 1.5rem;
	text-decoration: none;
}


/* reset ckeditor tag p */
h1 p,
label p {
	margin: 0;
}

section:nth-child(odd) {
	background: #efefef;
}
section:nth-child(even) {
	background: #fefefe;
}

.container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.container.info-text {
	padding-bottom: 50px;
}	
.copyright .container,
.info-text {
	color: #000;
}
.container {
	padding-left: 35px;
	padding-right: 35px;
}
.block .container {
	padding-top: 8px;
	padding-bottom: 8px;
}
.container.title {
	padding-top: 50px;
	padding-bottom: 10px;
	display: none;
}
#copyright {
	background: var(--color-blue);
	color: #fff;
	position: fixed;
	width: 100%;
	bottom: 0;
}
#copyright .container {
	padding-top: 10px;
	padding-bottom: 10px;
}
#container-sram img {
	float: left;
	margin-right: 20px;
}

address {
}

.address_map {
	float: right; width: 50%;
}
.cl {
	clear: both;
}
#form_message {
	width: 50%;
}
#form_message input[type=text], #form_message input[type=email], textarea {
	margin-bottom: 3px;
	width: 100%;
}
textarea {
	height: 150px;
}
button {
	padding: 10px 20px;
	background: #7a1026;
	color: #fff;
	border-radius: 3px;
}
nav {
	background: var(--color-blue);
}
nav .nav-link {
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,1);
	font-size: 0.9375rem;
	line-height: 2rem;
	font-weight: 400;
	text-align: center;
	box-sizing: border-box;
	padding: 0 15px;
}
.navbar-dark .navbar-nav .nav-link.active {
	background: #bb8245;
}
nav .container {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-nav {
	width: 100%;
}
.navbar-toggler {
	margin-right: 35px;
}
#navbarNavAltMarkup {
	border: 1px solid var(--color-blue);
}
div.table {
	display: table;
}
div.table div.tr {
	display: table-row;
}
div.table div.td, div.table div.th {
	display: table-cell;
}
div.table,
table {
	border-collapse: collapse;
	margin-bottom: 1rem;
	min-width: 60%;
/*	max-width: 650px; */
}
div.table div.th, div.table div.td,
table th, table td {
	border: 1px solid #ddd;
	padding: 8px;
}
div.table div.tr:nth-child(even),
table tr:nth-child(even){
	background-color: #e9e9e9;
}

div.table div.tr:nth-child(odd),
table tr:nth-child(odd){
	background-color: #f6f6f6;
}


div.table div.tr:hover, div.table div.tr:active,
table tr:hover, table tr:active {
	background-color: #ddd;
}

div.table div.th,
table th {
	text-align: left;
	background-color: var(--color-blue);
	color: white;
}
/*
#top .top-left {
	float: left;
	width: 80%;
}
#top .top-right {
	float: right;
	width: 20%;
}
*/
#top .top-left span {
	color: red;
}
#top .top-right a {
	border: 1px solid #ffffff;
	height: 30px;
	line-height: 28px;
/*	padding: 0 50px 0 50px; */
	padding: 0 10px; 
	float: right;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	margin-top: -3px;
	text-decoration: none;
}
a {
	text-decoration: underline;
	color: #bb8245;
}
#top .top-right a:hover {
	background: #fff;
	color: var(--color-red);
}
.cl {
	clear: both;
}
.partners h2 {
	margin-bottom: 1em;
	text-align: center;
}
.partners h2:not(:first-child) {
	margin-top: 2em;
}
.partners h2.general-partner {
	font-size: 1.8rem;
}
.partners h2.hlavni-partner-plus {
	font-size: 1.6rem;
}
.partners h2.hlavni-partner {
	font-size: 1.4rem;
}
.partners h2.partner {
	font-size: 1.2rem;
}
.partners .partner_sekce {
	display: flex;
    justify-content: space-between ;
    justify-content: space-around ;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	align-content: center;
	align-items: center;
}
.partners .partner_sekce a {
	display: inline-flex;
	align-content: center;
	height: max-content;
	align-items: center;
	justify-content: center;
	padding: 15px 15px ;
}
.partners .partner_sekce a img {
    max-width: 100%;
	max-height: 100%;
}
.partners .partner_sekce.sekce-general-partner a {
	padding: 35px 15px ;
}
.partners .partner_sekce.sekce-hlavni-partner-plus a {
	padding: 38px 15px ;
}

#nothing {
	height: 800px;
}

xmp {
	word-break: normal;
}

.product_question {	
	margin: 2em 0 2em 0;
	font-size: 1.2rem;
	line-height: 2;
	color: #f5301b;
}
.fa-li {	
	top: 0;
}
.product_answer {	
	margin: 2em 0 2em 0;
	font-size: 1.2rem;
	line-height: 2;
	font-weight: bold;
	color: #29a008;
}
.good_deal {	
	color: #29a008;
	font-weight: bold;
}	
.product_answer strong {	
	color: #29a008;
}

.odstav {
	margin-top: 3rem;
}

img.info {
	max-width: 450px;
	width: 100%;
}


.fs14 {
	font-size: 1.1rem;
}
.fs12 {
	font-size: 1rem;
}


@media (max-width: 1100px) {
	#top .top-left, #top .top-right {
		width: 100%;
		text-align: center;
		float: none;
		display: inline-block;
	}
	#top .top-right {
		padding-top: 10px;
	}
	#top .top-right a {
		float : none;
		display: inline-block;
	}
}

@media screen and (max-width: 992px) {
	#navbarNavAltMarkup {	
		position: absolute;
		background: #c29b41 none repeat scroll 0% 0%;
		width: 100%;
		right: 0px;
		top: 40px;
		padding: 0px 0px;
	}
	#header .container {
		display: block;
	}
	#header .container div {
		text-align: center !important;
		margin: 20px auto;
	}

	#header .container div#logo-kongres {
		margin-top: 0;
		max-width: 80px;
	}
	#header .container div#logo-knl {
		max-width: 290px;
	}
	#header .container div#logo-braun {
		margin-right: auto;
		max-width: 230px;
		margin-bottom: 0;
	}
	table,
	div.table {
		width: 100%;
	}
	div.table {
		display: block;
	}
	div.table div.tr {
		display: block;
		margin-bottom: 1rem;
	}
	div.table div.td, div.table div.th {
		display: block;
		border: 0px solid #ddd;
	}
	.label_skitter a.btn {
		font-size: 1.3em;
	}


}

@media screen and (max-width: 500px) {
	.container,
	.copyright .container,
	.info-text {
		padding-left: 5%;
		padding-right: 5%;
	}
	.navbar-toggler {
		margin-right: 5%;
	}
	#address {
	}
	.address_map,
	address {
		display: block;
	}
	#container-sram {
		float: none;
		text-align: center;
	}

	.label_skitter .btn {
	  font-size: 1.2rem;
	}
}

#modal_poptavka label:not(.show) {
	display: none;
}


