body {
	color: rgba(109, 109, 109, 1);
	line-height: 1.3;
}

html {
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: rgba(0,0,0,0.01) 0 0 1px;
	font-family: 'Gibson Regular';
}

h1, h2, h3 {
	font-family: 'Gibson semibold';
	color: #021656;
}

.clear {
	clear: both;
}

.tabs {
	width: 100%;
}

.wrapper {
	max-width: 860px;
	width: 90%;
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

.item {
	width: calc(100% / 6.2);
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	border: .063rem solid #e6ebf2;
	background: #ffffff;
	padding: 8px;
	height: 150px;
	margin: 5px;
	position: relative;
	font-family: 'Roboto',sans-serif;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	cursor: pointer;
}

.item:hover {
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
	text-decoration: none;
}

.img {
	height: 90px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin: 0 0 8px 0;
}

.img picture {
	height: 85px;
}

.img picture img {
	mix-blend-mode: multiply;
	height: 100%;
	width: auto;
	border-style: none;
	position: relative;
	max-width: 100%;
	backface-visibility: hidden;
}

.item h2 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	color: #021656;
	font-family: 'Gibson Regular';
	text-align: center;
	color: #021656;
	font-size: .938rem;
	font-weight: 700;
	line-height: 1.33;
	max-width: 100%;
}

.row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	margin: -10px;
}

.item.active {
	border: 2px solid #021656;
}

.item.active img {

}

.none {
	display: none !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.switcher,
.switcher2 {
	list-style: none;
	padding-left: 0 !important;
}

.switcher li,
.switcher2 li {
	display: inline-block;
	width: 220px;
	margin: 0 5px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #e6ebf2;
	color: #021656;
	font-family: 'Gibson Regular';
	font-weight: 700;
	padding-bottom: 15px;
	transition: all 300ms ease;
	box-sizing: border-box;
}

.switcher2 li {
	margin-bottom: 10px;
}

.switcher li img,
.switcher2 li img {
	display: block;
	margin: 15px auto 15px;
}

.switcher li.active,
.switcher2 li.active {
	border: 2px solid #021656;
}

.switcher li:hover,
.switcher2 li:hover {
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
	text-decoration: none;
}

.w100p {
	width: 100%;
	float: left;
	display: block;
}

form {
	max-width: 400px;
	margin: 35px auto;
}

.input {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.input input,
.input textarea {
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 10px;
	border: 1px solid #e6ebf2;
	border-radius: 0;
	background: #ffffff;
	color: #08152d;
	outline: 0;
	transition: .3s all;
}

.input textarea {
	line-height: 1.2;
	height: 90px;
	padding-top: 10px;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 13px;
}

.input label {
	text-align: left;
	display: block;
	color: #08152d;
	font-family: 'Roboto',sans-serif;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1.5;
}

.input input:hover,
.input input:focus, 
.input textarea:hover,
.input textarea:focus {
	border: 1px solid #021656;
}

.button {
	background: #D5202F;
	color: #fff;
	border-radius: 0;
	padding: 13px 25px;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	transition: .3s all;
}

.button:hover {
	background: #021656;
}

#map {
	height: 100%;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#legend {
	position: absolute;
	left: 15px;
	bottom: 15px;
	display: block;
	z-index: 100;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

#legend li {
	display: block;
	padding: 9px;
	font-size: 21px;
	color: #fff;
	float: left;
}

#legend li.black {
	border: 1px solid #000;
	background: #000;
}

#legend li.yellow {
	border: 1px solid #dcca15;
	background: #e3d43a;
}

#legend li.red {
	border: 1px solid #c01039;
	background: #d41010;
}

#legend li.blue {
	border: 1px solid #1b51bd;
	background: #1679b3;
}

#legend li.green {
	border: 1px solid #1bbdab;
	background: #3ae393;
}

.mnozstvi {
	position: relative;
	margin-top: 20px !important;
}

.mnozstvi::before {
	width: calc(100% + 2px);
	height: 30px;
	line-height: 30px;
	background: #e6ebf2;
	border: 1px solid #e6ebf2;
	position: absolute;
	box-sizing: border-box;
	top: -32px;
	left: -1px;
	color: #021656;
}

.mnozstvi:nth-child(1)::before {
	content: 'Pouze logo';
}

.mnozstvi:nth-child(2)::before {
	content: 'Celopotisk';
}

.kolaz {
	width: 100%;
	height: 230px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

.kolaz img {
	height: 230px;
	display: inline-block;
}

.col-left,
.col-right {
	width: calc(50% - 5px);
	float: left;
}

.col-right {
	float: right;
}

.input {
	text-align: left;
}

#napojove-kelimky-papir {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

.checkbox {
	float: left;
	margin: 5px;
	border: 1px solid #e6ebf2;
	width: 68px;
	height: 80px;
	position: relative;
}

.checkbox label {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	font-size: 13px;
	color: #000;
	text-align: left;
	padding-left: 25px;
	padding-top: 4px;
}

.checkbox input {
	position: absolute;
	left: 5px;
	top: 5px;
	margin: 0;
}

.checkbox img {
	width: 75%;
	height: 75%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	pointer-events: none;
	position: absolute;
}