textarea, input[type="text"], input[type="button"], input[type="reset"], input[type="search"], input[type="email"], input[type="submit"], input[type="url"], input[type="tel"] {
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input::-webkit-input-placeholder {
	line-height: normal !important;
}

input[type="checkbox"], input[type="radio"] {
	border: 0;
	padding: 0;
	background: transparent none;
	margin: 0;
	width: auto;
	border-radius: 0;
}

button {
	padding: 0;
	margin: 0;
	border-width: 0;
	background: transparent none;
	box-shadow: none;
	border-radius: 0;
	cursor: pointer;
	font: inherit;
	outline: none;
}

input, textarea, select, .btn, .addFileButton {
	font: inherit;
	background: White;
	border: 1px solid #e4e6eb;
	padding: 12px 18px;
	margin: 0;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	line-height: 1.25rem;
	transition: border-color 1s;
	border-radius: 0;
	text-transform: none;
	font-size: 1rem;
	vertical-align: middle;
	visibility: visible;
	outline: none;
}

input, textarea, select, .select2 {
	font-size: 1rem;
}

input:focus, textarea:focus, select:focus {
	border-color: var(--primColor);
}

textarea {
	overflow: auto;
	vertical-align: top;
}


/*BUTTON*/

.btn {
	cursor: pointer;
	width: auto;
	border-color: transparent;
	background: var(--primColor);
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	cursor: pointer;
	overflow: visible;
	text-align: center;
	font-weight: var(--fwB);
}

.btn:hover, .btn:focus {
	color: white;
	text-decoration: none;
	outline: none;
}

.btn.btn-xxs {
	padding: 1px 6px;
	font-size: .9em;
}

.btn.btn-xs {
	padding: 4px 10px;
	font-size: .9em;
}

.btn.btn-s {
	padding: 6px 12px;
}

.btn.btn-l {
	padding: 12px 25px;
}

.btn.btn-xl {
	padding: 15px 30px;
	font-size: 1.1em;
}

.btn.btn-xxl, .btn--submitForm {
	padding: 20px 35px;
	font-size: 1.125em;
}

.btn2 {
	background: #007388;
}

.btn:hover {
	background: var(--secColor);
}

.btn3 {
	background: #57ab27;
}


/* layout formulare */

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

.form, .wpcf7-form {
	margin-top: var(--vSpace);
}

.form .row, .wpcf7-form .row, .formBox .formRow {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

.formLayout--top .row {
	margin-top: 0;
	margin-bottom: 0;
}

.form fieldset+fieldset, .wpcf7-form fieldset+fieldset {
	border-top: 1px solid var(--bdrColor);
	margin-top: var(--vSpace);
	padding-top: var(--vSpace);
}

.form h2, .form h3, .form h4, .wpcf7-form h2, .wpcf7-form h3, .wpcf7-form h4 {
	margin: 0 0 5px 0;
}

.agree {
	margin: 2px 0;
	border: 1px solid #cbd5db;
	overflow: auto;
	height: 80px;
	color: var(--primColor);
	padding: 6px;
	display: inline-block;
	background: White;
	box-shadow: 0 0 4px var(--bdrColor) inset;
}

.help-block, .pozn {
	font-size: .75rem;
	line-height: 1.35em;
	display: block;
	margin: 0;
	padding-top: .15rem;
}

.submitForm {
	margin-top: 2rem;
}


/* validace */

.help-block.error, .has-error .labelBox, .has-error label {
	color: #d50000;
}

.has-error input, .has-error textarea, .has-error .inputBox input[type="text"], .has-error .inputBox textarea, .has-error .inputBox input[type="file"], .has-error .inputBox input[type="password"] {
	border-color: #d50000;
}

.required .inputDesc:after, .required label:after {
	content: "*";
	padding-left: 3px;
	font-size: .85em;
}

.formLayout--placeholder .required {
	position: relative;
}

.formLayout--placeholder .required:after {
	content: "*";
	font-size: .85em;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 2;
	line-height: .85em;
	opacity: .75;
}

.inputReplaceGroup label:after {
	display: none;
}

.wpcf7-not-valid-tip {
	color: #d50000;
	font-size: .55em;
	font-weight: lighter;
}

.wpcf7 form .wpcf7-response-output {
	color: #d50000;
	border: 0;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: .55em;
}

/* vnitrni mini-form */

.formBox fieldset {
	margin: 0;
}

.formBox {
	max-width: 500px;
	padding: 5px 20px;
	border: 1px solid var(--bdrColor);
	margin: 0 auto;
}

.formBox label, .talkForm label {
	display: inline-block;
	padding-bottom: .35em;
}

.formBox .inRow {
	margin-top: 5px;
	margin-bottom: 5px;
	display: flex;
}

.loginlinkbox {
	align-self: center;
}

.loginlinkbox a {
	color: var(--textColor);
}

.loginlinkbox a:hover {
	color: var(--primColor);
}


/* generovane formulare */

.formLayout--SBS .formRow {
	width: 100%;
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	align-items: flex-start;
	justify-content: flex-start;
}

.formGen input, .formGen select, .formGen textarea {
	margin: 0;
}

.labelBox {
	display: flex;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.formLayout--SBS .labelBox {
	padding: 0 var(--hSpace) 0 0;
	width: 25%;
	align-items: center;
	min-height: 2.625rem;
}

.formLayout--top .labelBox:empty, .formLayout--SBS .labelBox:empty {
	padding: 0;
	min-height: 0;
}

.formLayout--SBS .inputBox {
	width: 75%;
}

.formLayout--top .labelBox {
	align-items: flex-end;
	padding: .35em 0;
	min-height: 2.825em;
}

.addFileButton {
	cursor: pointer;
	display: inline-block;
	text-align: left;
}

.addFileButton:hover, .fileRemove:hover {
	background: var(--primColor);
	border-color: var(--primColor);
	color: white;
	box-shadow: none;
}

.fileIns {
	margin: 8px 0 10px 0;
	padding: 0;
	list-style-position: inside;
}

.fileIns i {
	margin: 0 5px;
	font-size: 1rem;
}

.fileIns .fileRemove {
	cursor: pointer;
	line-height: 20px;
	width: 20px;
	font-size: 12px;
	display: inline-block;
	vertical-align: baseline;
	text-align: center;
	margin-left: 5px;
}

.rowForm__input, .btn.rowForm__btn {
	margin: 0;
	text-align: center;
	width: 100%;
}

.formInfoText {
	font-size: .9375em;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 480px) {
	.rowForm__l {
		flex: auto;
	}
	.rowForm__input {
		text-align: left;
		border-right-width: 0;
	}
	.btn.rowForm__btn {
		width: auto;
	}
	.rowForm {
		display: flex;
		max-width: 35rem;
		margin-left: auto;
		margin-right: auto;
	}
	.rowForm__r {
		flex: none;
	}
}

@media (max-width: 760px) {
	.form .row > div[class^="col-"], .wpcf7-form .row > div[class^="col-"] {
		margin-top: 0;
		padding-bottom: 0;
	}
	.formLayout--placeholder .row > div[class^="col-"] {
		margin-top: 10px;
	}
	.formLayout--top .labelBox {
		min-height: 0;
		margin-top: 10px;
	}
}

@media (max-width: 600px) {
	.formLayout--SBS .formRow {
		flex-flow: row wrap;
	}
	.formLayout--SBS .labelBox {
		padding: 0;
		width: 100%;
		min-height: 0;
		padding: .35rem 0;
	}
	.formLayout--SBS .inputBox {
		width: 100%;
	}
	.submitForm {
		margin-top: 1rem;
	}
}
