*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}
.clearfix:after, div#statement_vyhlasenie:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
html, body {
	background: #ffffff;
}
.element_label, .screen-element, .screen-element-block {
	float: none;
}
#formLabel_nazov, .submit_button i {
	display: none;
}
.element_label, input[type=text], input[type=email], select, option, #html_dakujeme p {
	font-family: "OpenSansRegular", sans-serif;
	font-size: 14px;
	color: #404142;
	letter-spacing: -0.04em;
}
.form {
	max-width: 390px;
}
.screen {
	padding: 112px 30px 30px;
	position: relative;
}
.screen:before {
	position: absolute;
	content: " ";
	display: block;
	width: 110px;
	height: 77px;
	background: url(https://totalpozicky.sk/images/mail/adam/temp/tommistachi.png) no-repeat center;
	left: 50%;
	margin-left: -55px;
	top: 14px;
}
.element_label {
	display: block;
	width: 100%;
	text-align: left;
	line-height: 26px;
	padding: 0 0 0 5px;
}
.screen-element {
	width: 100%;
}
input[type=text], input[type=email], select {
	margin: 0;
	padding: 0 0 0 10px;
	display: inline-block;
	width: 100%;
	height: 38px;
	line-height: normal;
	border-radius: 2px;
	box-shadow: 0 3px 6px rgba(225, 226, 229, 0.69) inset;
}
input[type=text], input[type=email] {
	padding: 0 0 0 13px;
}
input:focus, select:focus, button:focus, input:active, select:active, button:active {
	outline: 0;
}
option {
	line-height: normal;
}
.form-element {
	margin-bottom: 10px;
}
div#statement_vyhlasenie, #submit_odoslat {
	margin-top: 15px;
}
div#statement_vyhlasenie, div#statement_vyhlasenie a, div#statement_vyhlasenie p, div#statement_vyhlasenie p a {
	text-align: left;
	font-family: "OpenSansRegular", sans-serif;
	font-size: 11px;
	color: #9ea0a3;
	letter-spacing: -0.04em;
	line-height: 14px;
}
.check_vyhlasenie {
	width: auto;
	margin: 0 2px 0 0;
	float: left;
}
.submit_button {
	margin: 0 !important;
	padding: 0;
	display: inline-block;
	width: 100% !important;
	min-width: 0;
	background: #f78f1e;
	border: 0 none;
	border-radius: 4px;
	font-family: "OpenSansBold", sans-serif;
	font-size: 18px;
	line-height: 61px;
	letter-spacing: -0.03em;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}
.submit_button:hover {
	background: #ff8500;
}
#html_dakujeme p {
	text-align: center;
}
#html_dakujeme p strong {
	font-family: "OpenSansBold", sans-serif;
}

body .ui-tooltip {
	background: #3e3f40 !important;
	font-family: "OpenSansRegular", sans-serif !important;
	font-size: 11px !important;
	line-height: 13px !important;
	color: #ffffff !important;
	border: 0 none !important;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
	box-shadow: 0 0 0 rgba(0,0,0,0) !important;
	border-radius: 2px !important;
	padding: 5px 8px !important;
}

@media screen and (max-width: 400px) {
	.form {
		width: 100%;
		padding: 0;
	}
	.screen-element-block label, .screen-element {
		margin-bottom: 0;
		float: none;
	}
}
@media screen and (max-width: 320px) {
	.screen {
		padding: 112px 20px 20px;
	}
}