.cols:after, .clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
* html .cols, * html .clearfix	{ height:1%; }
.clearfix	{ display:block; }
.clearfix, .cols { =zoom:1;} 
* {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


p {
	-webkit-text-size-adjust:none;
}


@font-face {
  font-family: 'BebasNeueRegular';
  src: url("fonts/bebasneue-webfont.eot");
  src: url("fonts/bebasneue-webfont.eot?iefix") format("eot"), url("fonts/bebasneue-webfont.woff") format("woff"), url("fonts/bebasneue-webfont.ttf") format("truetype"), url("fonts/bebasneue-webfont.svg#webfontUPxCYOCi") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url("fonts/BebasNeueRegular.eot");
  src: url("fonts/BebasNeueRegular.eot?iefix") format("eot"), url("fonts/BebasNeueRegular.woff") format("woff"), url("fonts/BebasNeueRegular.ttf") format("truetype"), url("fonts/BebasNeueRegular.svg#webfontUPxCYOCi") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeueBook';
  src: url("fonts/bebasneue-book.eot");
  src: url("fonts/bebasneue-book.eot?iefix") format("eot"), url("fonts/bebasneue-book.woff") format("woff"), url("fonts/bebasneue-book.ttf") format("truetype"), url("fonts/bebasneue-book.svg#webfontUPxCYOCi") format("svg");
  font-weight: normal;
  font-style: normal;
}

.okrasne {
	font-family:'Leckerli One', cursive!important;
}

textarea, input, select {
	font-size:13px;
	font-family:'Montserrat';
}

/*** default ***/
td, th {
	_font-size /**/:80%;
	padding:0;
}
.transparent, .transparent td, .transparent th {
	border:0!important;
	background:none!important;
	text-align:left;
	box-shadow:none!important;
}
input.kod {
	width:120px!important;
}
.check {
	width:auto!important;
	border:0;
	margin:0 0 -1px 0;
	padding:0;
	background:none;
}
a {
  text-decoration:underline;
  font-weight:bold;
}
a:hover {
  text-decoration:none;
}
img {
	border:0;
}
hr {
	border:1px solid #fff;
	border-bottom:1px solid #ccc;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
form {
	margin:0;
	padding:0;
}
input, textarea, select {
	background:#fff;
	padding:7px;
	border:1px solid #B3B3B3;
	color:#888;
	font-size:15px;
	font-family:'Montserrat', arial, verdana, sans serif;
	-webkit-appearance: none;
	border-radius:0;
}
textarea {
	overflow:auto;
}
select {
	cursor:pointer;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding:0 25px 0 10px;
  height:40px;
  outline:0;
	position:relative; 
	width:auto;
	background:url(../img/icons/select.png) no-repeat right center white;
	border-sizing:border-box;
}
select::-ms-expand { /* for IE 11 */
  display: none;
}
.black-select {
	border:1px solid black;
	box-shadow:#000 0 5px 5px;
	background:url(../img/icons/select2.png) no-repeat right center;
}
label {
	font-weight:500;
}

input[type=checkbox], input[type=radio] {
  visibility:hidden;
  display:none;
}
label.checkbox {
	cursor:pointer;
  padding-left:30px;
  overflow:visible;
  display:inline-block!important;
  position:relative;
  line-height:20px;
	
}

label.checkbox:before {
  background:#fff;
	border:1px solid #B3B3B3;
	color:#666;
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:20px;
  height:20px;
  font-size:20px!important;
}
label.checkbox:after {
	opacity:0;
	content:'';
	position:absolute;
	width:0.50em;
	height:0.20em;
	background:transparent;
	top:5px;
	left:4px;
	border:4px solid #000000;
	border-top:none;
	border-right:none;

	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	font-size:20px!important;
}


label.checkbox-after {
  padding-left:0;	
  padding-right:30px;
}
label.checkbox.checkbox-after:before {
  top:0;
  left:auto;
  right:0;
}
label.checkbox.checkbox-after:after {
	top:5px;
	right:4px;
	left:auto;
}

input[type=checkbox]:checked + label:after, input[type=radio]:checked + label:after {
	opacity:1;
}

input.submit, a.submit {
  background:#000000;
  color:#fff;
  font-weight:normal;
  font-size:24px;
  padding:10px 25px 10px 25px;
	cursor:hand;
	cursor:pointer;
	width:auto!important;
	-webkit-appearance: none;
	font-family:'BebasNeueBook';
	border:0;
	border-radius:0;
	display:inline-block;
	text-decoration:none;
}
.submit-small {
	padding:0 15px 0 15px!important;
	height:34px!important;
	line-height:34px!important;
	font-size:18px!important;
}
.submit:hover {
	background:#333;
	text-decoration:none;
}
input.submit-small {
  background:#311A0F;
  color:#F9F9F1;
  font-weight:bold;
  text-transform:uppercase;
  border:none;
  padding:4px 3px 4px 3px;
	=padding:4px 0 4px 0;
	cursor:hand;
	cursor:pointer;
	width:auto!important;
	font-size:13px;
}
input.grey-submit {
  background:#aaa;
  color:#fff;
}
input.grey-submit:hover {
  background:#888;
}
.button {
	display:inline-block;
	background:#000;
	padding:15px 45px 15px 45px;
	color:#fff;
  font-weight:normal;
  font-size:24px;
  font-family:'BebasNeueBook';
  cursor:hand;
	cursor:pointer;
}
.button-small {
	padding:10px 15px 10px 15px;
	font-size:20px;
}
.button:hover {
	text-decoration:none;
	background:#333;
}
.blue-button {
	background:#004D8F;
	color:#fff;
}
.blue-button:hover {
	background:#004277;
}
.grey-button {
	background:#aaa;
	color:#fff;
}
.grey-button:hover {
	background:#888;
}
.black-button {
	background:#000;
	color:#fff;
}
.black-button:hover {
	background:#000;
}
input.submit-black {
	background:#000;
}
input.submit-black:hover {
	background:#333;
}




.seznam-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	border: 1px solid #ccc;
	color: black;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	font-weight: 500;
	margin-top: 10px;
}
.seznam-button:hover {
	background: #ddd;
	text-decoration: none;
}
.seznam-button img {
	display: block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

.separator {
	position: relative;
	text-align: center;
}
.separator::before {
	content: '';
	position: absolute;
	background: #ddd;
	height: 1px;
	top: 50%;
	left: 0;
	width: 100%;
}
.separator span {
	background: white;
	font-size: 90%;
	display: inline-block;
	padding-inline: 10px;
	position: relative;
	color: #555;
}



.absolute {
	position:absolute!important;
}
.relative {
	position:relative!important;
}
.hidden {
	display:none!important;
}
p {
	margin:0 0 0 0;
	padding:0 0 15px 0;
	line-height:1.5em!important;
}
p:last-child {
	padding-bottom:0;
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.clear-absolute {
  display:block;
	clear:both;
}
strong {
	font-weight:bold;
}
.block {
	display:block!important;
}
.inline-block {
	display:inline-block!important;
}
.t-center {
	text-align:center!important;
}
.t-left {
	text-align:left!important;
}
.t-right {
	text-align:right!important;
}
.no-float {
	float:none!important;
}
.f-right {
	float:right!important;
}
.f-left {
	float:left!important;
}
img.f-left {
	margin:0 15px 5px 0;
}
img.f-right {
	margin:0 0 5px 15px;
}
.small-font {
	font-size:90%!important;
}
form .small-font {
	display:block;
	margin:5px 0 0 0;	
}
.small-font2 {
	font-size:80%!important;
}
.small-font3 {
	font-size:70%!important;
}
.big-font {
	font-size:110%!important;
}
.big-font2 {
	font-size:130%!important;
}
.big-font3 {
	font-size:200%!important;
}
.bold {
	font-weight:bold!important;
}
.no-bord {
	border:0!important;
}
.no-r-mg {
	margin-right:0!important;
}
.no-l-mg {
	margin-left:0!important;
}
.no-b-mg {
	margin-bottom:0!important;
}
.no-padd {
	padding:0!important;
}
.no-bg {
	background:none!important;
}
.no-bold {
	font-weight:normal!important;
}
.no-float {
	float:none!important;
}
.no-upper {
	text-transform:none!important;
}
.inline {
	display:inline!important;
}
.line-through {
	text-decoration:line-through!important;
}
.block {
	display:block!important;
}
.relative {
	position:relative!important;
}
.static {
	position:static!important;
}
.z999 {
	z-index:999;
}
.w-100pro {
	width:100%!important;
}
.maxw-100pro {
	max-width:100%!important;
}
.w-90pro {
	width:95%!important;
}
.wauto {
	width:auto!important;
}
.v-top {
	vertical-align:top!important;
}
.v-center {
	vertical-align:middle!important;
}
.v-bott {
	vertical-align:bottom;
}
.red {
	color:#C61E31!important;
}
.green {
	color:#668555!important;
}
.orange {
	color:#CF995C!important;
}
.blue {
	color:#2F92FF!important;
}
.black {
	color:black!important;
}
.grey {
	color:#666!important;
}
.white {
	color:white!important;
}
.yellow {
	color:#AF9D49!important;
}
.brown {
	color:#C75A1E!important;
}
.orange2 {
	color:#E36332!important;
}
.orange3 {
	color:#f5821e!important;
}
.delmsg {
	color:Red!important;
	font-weight:bold;
}
.orange-bg {
	background:#F5A700!important;
}
.green-bg {
	background:#5EB52A!important;
}
.blue-bg {
	background:#5FC3EB!important;
}
.grey-bg {
	background:#E7E7E7!important;
}
.red-bg {
	background:red!important;
	color:white!important;
	padding:0 5px 0 5px!important;
}
.red-bg2 {
	background:#C30D1C!important;
}
.nowrap {
	white-space:nowrap!important;
}
.only-print {
	display:none;
}

.pc-hidden {
	display:none!important;
}

/*** bottom margin ***/
.bmg-0 {margin-bottom:0px!important}
.bmg--1 {margin-bottom:-1px!important}
.bmg-3 {margin-bottom:3px!important}
.bmg-5 {margin-bottom:5px!important}
.bmg-15 {margin-bottom:15px!important}
.bmg-10 {margin-bottom:10px!important}
.bmg-20 {margin-bottom:20px!important}
.bmg-30 {margin-bottom:30px!important}
.bmg-50 {margin-bottom:50px!important}

/*** top margin ***/
.tmg--10 {margin-top:-10px;position:relative;z-index:10;}
.tmg--20 {margin-top:-20px;position:relative;z-index:10;}
.tmg--40 {margin-top:-40px;position:relative;z-index:10;}
.tmg--50 {margin-top:-50px;position:relative;z-index:10;}
.tmg--60 {margin-top:-60px;position:relative;z-index:10;}
.tmg--80 {margin-top:-80px;position:relative;z-index:10;}
.tmg-0 {margin-top:0px!important}
.tmg-1 {margin-top:1px!important}
.tmg-2 {margin-top:2px!important}
.tmg-3 {margin-top:3px!important}
.tmg-4 {margin-top:4px!important}
.tmg-5 {margin-top:5px!important}
.tmg-15 {margin-top:15px!important}
.tmg-10 {margin-top:10px!important}
.tmg-20 {margin-top:20px!important}
.tmg-25 {margin-top:25px!important}
.tmg-30 {margin-top:30px!important}
.tmg-35 {margin-top:35px!important}
.tmg-40 {margin-top:40px!important}
.tmg-45 {margin-top:45px!important}
.tmg-50 {margin-top:50px!important}

/*** right margin ***/
.rmg-0 {margin-right:0px!important}
.rmg-3 {margin-right:3px!important}
.rmg-5 {margin-right:5px!important}
.rmg-15 {margin-right:15px!important}
.rmg-10 {margin-right:10px!important}
.rmg-20 {margin-right:20px!important}
.rmg-30 {margin-right:30px!important}
.rmg-50 {margin-right:50px!important}
.rmg-90 {margin-right:90px!important}

/*** left margin ***/
.lmg-3 {margin-left:3px!important}
.lmg-5 {margin-left:5px!important}
.lmg-15 {margin-left:15px!important}
.lmg-10 {margin-left:10px!important}
.lmg-20 {margin-left:20px!important}
.lmg-30 {margin-left:30px!important}
.lmg-50 {margin-left:50px!important}
.lmg-80 {margin-left:80px!important}
.lmg-90 {margin-left:90px!important}
.lmg-100 {margin-left:100px!important}
.lmg-140 {margin-left:140px!important}

/*** bottom padding ***/
.bpd-0 {padding-bottom:0!important;}
.bpd-5 {padding-bottom:5px!important;}
.bpd-10 {padding-bottom:10px!important;}
.bpd-20 {padding-bottom:20px!important;}

/*** left padding ***/
.lpd-5 {padding-left:5px!important;}
.lpd-10 {padding-left:10px!important;}

/*** top padding ***/
.tpd-0 {padding-top:0px!important;}
.tpd-3 {padding-top:3px!important;}
.tpd-5 {padding-top:5px!important;}
.tpd-8 {padding-top:8px!important;}
.tpd-10 {padding-top:10px!important;}
.tpd-20 {padding-top:20px!important;}



.blok {
	padding:30px;
	border:1px solid #D3D3D3;
	background:white;
}



/*** format text ***/
div.format-text {
	text-align:left;
}
div.format-text table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	border:0!important;
}
div.format-text table th, div.format-text table td {
	white-space:nowrap;
	vertical-align:top;
	padding:8px 5px 5px 0;
	border:0!important;
}
div.format-text table thead th {
	padding-right:0;
}
div.format-text table td, div.format-text table th {
	border-bottom:1px solid #ddd!important;
}
div.format-text table td {
	padding:5px 0 5px 0;
}
div.format-text ul, div.format-text ol {
	margin:0 0 0 30px;
	padding:0 0 5px 0;
}
div.format-text ul li {
	margin:0 0 9px 0;
	padding:0 0 0 20px;
	line-height:1.3em;
	color:#000;
	background:url(../img/icons/li.png) no-repeat 6px 6px;
}
div.format-text ol li {
	margin:0 0 9px 20px;
	padding:0 0 0 0;
}
div.format-text img {
	margin:0 0 5px 0;
	padding:5px;
	border:1px solid #ddd;
	background:#fff;
}
div.format-text img.f-left {
	margin:0 15px 5px 0;
}
div.format-text img.f-right {
	margin:0 0 5px 15px;
}
div.unusedfotos img {
	margin:0 5px 5px 0;
	padding:1px;
	border:1px dashed #DDD3C7;
}
div.format-text a:hover img {
	background:#ddd;
	border:1px solid #bbb;
}
div.format-text {
	line-height:1.4em;
}

/*** reports ***/
tr.formerror label, tr.form-error label, .form-error label, .form-error label * {
	color:red!important;
}
tr.formerror input, tr.formerror textarea, span.form-error input,
tr.form-error input, tr.form-error textarea, .form-error input, .form-error select, .form-error textarea,
input.form-error, select.form-error, textarea.form-error {
	border:1px solid red!important;
}
.report {
	padding:15px 15px 15px 50px;
	text-align:left;
	margin:0 0 10px 0;
}
.report-in {
	margin:0 0 0 35px;
	padding:4px 0 0 0;
}
img.report-icon {
	float:left;
	margin:0 10px 0 0;
}
.error {
	background:url(../img/report/err_bg.jpg) no-repeat top left #CF2121;
	color:white;
	border:1px solid #CE3434;
}
.ok {
	background:url(../img/report/ok_bg.jpg) no-repeat top left #5EB52A;
	color:white;
	border:1px solid #5EB52A;
}
.warning {
	background:url(../img/report/warning_bg.jpg) no-repeat top left #D9A60D;
	color:white;
	border:1px solid #B78A04;
}
.error strong, .error a, .ok strong, .ok a, .warning strong, .warning a {
	color:white;
}
.info {
	background:url(../img/report/info_bg.jpg) no-repeat top left #BDE6FC;
	color:black;
	border:1px solid #a6d5ed;
}
.info strong {
	color:black;
}





/*** table1 ***/
table.table1 {
	border-collapse:collapse;
}
table.table1 th, table.table1 td {
	vertical-align:middle;
	padding:5px 10px 5px 0;
}
table.table1 th {
	vertical-align:top;
	color:#333;
	text-align:left;
	padding-top:13px;
	width:130px;
}
table.table1 thead th {
	background:#E23031;
	color:white;
	border:1px solid #E23031;
}
table.table1 td, table.table1 th {

}
table.table1 td {

}
table.table1 img {
  border:none;
}




/*** table2 ***/
table.table2 {
	border-collapse:collapse;
	border:1px solid #D3D3D3;
}
table.table2 th, table.table2 td {
	vertical-align:middle;
	padding:10px 10px 10px 10px;
	border-bottom:1px solid #ccc;
}
table.table2 th {
	vertical-align:middle;
	color:#333;
	text-align:left;
}
table.table2 thead th {
	background:#999;
	color:white;
	width:auto;	
}
table.table2 td, table.table2 th {

}
table.table2 td {

}


/*** table3 ***/
table.table3 {
	border-collapse:collapse;
}
table.table3 th, table.table3 td {
	vertical-align:middle;
	padding:5px 10px 5px 0;
	text-align:left;
}







/**** forms **********************************************************/

.half {width:48%!important;}
.two-period {width:64%!important;}
.period {width:32%!important;}




.extratiny {width:40px!important;}
.tiny {width:50px!important;}
.little {width:70px!important;}
.small {width:90px!important;}
.normal {width:100px!important;}
.medium {width:150px!important;}
.bigmedium {width:200px!important;}
.middle {width:230px!important;}
.middleplus {width:250px!important;}
.moremiddle {width:270px!important;}
.big {width:350px!important;}
.morebig {width:410px!important;}
.extrabig {width:450px!important;}
.huge {width:575px!important;}
.extramax {width:610px!important}
.max {width:690px!important}
.full {width:100%!important}

.smalllong {height:35px!important;}
.nolong {height:50px!important;}
.long {height:100px!important;}
.biglong {height:200px!important;}
.extralong {height:300px!important;}
.maxlong {height:500px!important;}

/* <== FORMS */