html {
	width: 100%;
	position: relative;
	overflow-x: hidden;
}
body {
	width: 100%;
	background: #fff;
	position: relative;
	overflow-x: hidden;
}
section {
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0 auto;
}
iframe {
	border: 0;
	overflow: hidden;
	overflow-x: hidden;
}
*, h1, h2, h3, h4, h5, h6 {
	outline: none;
	font-family: "Crete Round", serif;
	font-weight: 400;
}
h2 {
	font-size: 1.5rem;
	color: #333;
}
h3 {
	font-size: 1.5rem;
	color: #333;
}
h4 {
	font-size: 1rem;
	line-height: 1em;
}
p {
	font-size: 1rem;
	line-height: 1.25em;
	padding: 0 0 1rem 0;
}
ul, ol {
	font-size: 1rem;
	line-height: 1.25em;
	padding: 0 0 1rem 1em;
}
.clear {
	clear: both;
}
.cell {
	position: relative;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
:root {
  	scroll-behavior: smooth;
}
.hidden {
	display: none !important;
}

/*********************************************************** HEADER ***************************************************************/

header {
	width: 100%;
	height: auto;
	background-color: #272727;	
	color: #fff;
	overflow: visible;
	padding: 0;
	position: relative;
	z-index: 100;
}
header a, header a:hover, header a:active {
	color: #fff;
}

h1 {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 1rem 0;
	font-size: 1.5rem;
}
nav {
	text-align: center;
	position: relative;
}
nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
nav ul li a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	font-size: 1rem;
	line-height: 1em;
	padding: 1.55rem;
	position: relative;
}
nav ul li a:hover, nav ul li a:focus, nav ul li a:active  {
	color: #fff;
}
#menu_2 li a.active {
	color: #1D0D6D;
}
#spinner_master_container															{ z-index: 999999; position: absolute; top: 1rem; right: 0.5rem; float: right; margin-left: 23px; display: none; }
#spinner_master_container .columns 													{ padding: 0; }
.spinner-master input[type="checkbox"] + label:before               				{ display: none; }
.spinner-master input[type="checkbox"]:checked + label:before  						{ display: none; }
.spinner-master input[type="checkbox"] + label  									{ height: 20px; }
.spinner-master * 																	{ transition: all 0.3s; -webkit-transition: all 0.3s; box-sizing: border-box; }
.spinner-master 																	{ position: relative; margin: 0 10px; height: 20px; width: 26px; float: right; }
.spinner-master input[type="checkbox"] 												{ display: none; }
.spinner-master label 																{ cursor: pointer; position: absolute; z-index: 99; height: 100%; width: 100%; top: 0; left: 0; margin: 0; text-indent: -99999px; color: #E1111E; }
.spinner-master .spinner 															{ position: absolute; height: 2px; width: 100%; background-color: #E1111E; }
.spinner-master .diagonal.part-1 													{ position: relative; float: left; }
.spinner-master .horizontal 														{ position: relative; float: left; margin-top: 7px; }
.spinner-master .diagonal.part-2 													{ position: relative; float: left; margin-top: 7px; }
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .horizontal 		{ opacity: 0;}
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .diagonal.part-1 	{ -webkit-transform: rotate(135deg); transform: rotate(135deg); margin-top: 10px; }
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .diagonal.part-2 	{ -webkit-transform: rotate(-135deg); transform: rotate(-135deg); margin-top: -11px; }
input[type='checkbox'] + label.spinner-spin, input[type='radio'] + label.spinner-spin {
	width: 100% !important;
}
table.obilaznice {
	padding: 0;
	border-collapse: separate;
 	border-spacing: 0 2px;
}
table.obilaznice tr {
	color: #333333;
	font-size: 1rem;
	border: 1px solid #666;
	padding-right: 50px;
	width: 100%;
}
table.obilaznice thead th, table.obilaznice tbody td {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
	padding: 1rem;
	cursor: pointer;
	position: relative;
}
table.obilaznice thead tr th:first-child, table.obilaznice tbody tr td:first-child {
	border-left: 1px solid #666;
	text-align: left;
}
table.obilaznice thead tr th:last-child, table.obilaznice tbody tr td:last-child {
	border-right: 1px solid #666;
}
table.obilaznice tbody tr.hidden-row td {
	top: -3px;
	border-top: none;
	background-color: #fff;
	position: relative;
}
tbody tr:nth-child(even), tbody tr:nth-child(odd) {
	background: #fff;
}
span.column_title {
	-webkit-user-select: none; 
  	-ms-user-select: none; 
  	user-select: none; 
}
span.column_order {
	width: 1rem;
	position: absolute;
	top: 0.75rem;
	right: 1rem;
	height: auto;
	display: block;
}
span.column_order::before, span.column_order::after {
	display: block;
	margin: 0;
	padding: 0;
	opacity: 0.125;
	line-height: 1rem;
	font-size: 1rem;
}
span.column_order::before {
	content: "▲";
	bottom: 50%;
}
span.column_order::after {
	content: "▼";
	top: 50%;
}
.sort.asc span.column_order::before {
  	opacity: 1;
}
.sort.desc span.column_order::after {
  	opacity: 1;
}


#obilaznice_filter {
	padding: 1rem 0;
}
#obilaznice_filter fieldset {
	width: 100%;
	max-width: 200px;
}
fieldset {
	display: inline-block;
}
fieldset ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
fieldset ul li {
	padding: 2px 0;
}



@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 21px;
  }
  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 1rem;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
}
