html, body 
{ 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* background-color: #ffffff; */
	font-family: "poppinsmedium";
	font-size: 18px;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	line-height: 140%;
	scroll-behavior: smooth;
  background: url("../images/bg.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@font-face {
    font-family: 'poppinsblack';
    src: url('poppins-black.eot');
    src: url('poppins-black.eot?#iefix') format('embedded-opentype'),
         url('poppins-black.woff2') format('woff2'),
         url('poppins-black.woff') format('woff'),
         url('poppins-black.ttf') format('truetype'),
         url('poppins-black.svg#poppinsblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('poppins-bold.eot');
    src: url('poppins-bold.eot?#iefix') format('embedded-opentype'),
         url('poppins-bold.woff2') format('woff2'),
         url('poppins-bold.woff') format('woff'),
         url('poppins-bold.ttf') format('truetype'),
         url('poppins-bold.svg#poppinsbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinslight';
    src: url('poppins-light.eot');
    src: url('poppins-light.eot?#iefix') format('embedded-opentype'),
         url('poppins-light.woff2') format('woff2'),
         url('poppins-light.woff') format('woff'),
         url('poppins-light.ttf') format('truetype'),
         url('poppins-light.svg#poppinslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('poppins-regular.eot');
    src: url('poppins-regular.eot?#iefix') format('embedded-opentype'),
         url('poppins-regular.woff2') format('woff2'),
         url('poppins-regular.woff') format('woff'),
         url('poppins-regular.ttf') format('truetype'),
         url('poppins-regular.svg#poppinsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('poppins-medium.eot');
    src: url('poppins-medium.eot?#iefix') format('embedded-opentype'),
         url('poppins-medium.woff2') format('woff2'),
         url('poppins-medium.woff') format('woff'),
         url('poppins-medium.ttf') format('truetype'),
         url('poppins-medium.svg#poppinsmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsextrabold';
    src: url('poppins-extrabold.eot');
    src: url('poppins-extrabold.eot?#iefix') format('embedded-opentype'),
         url('poppins-extrabold.woff2') format('woff2'),
         url('poppins-extrabold.woff') format('woff'),
         url('poppins-extrabold.ttf') format('truetype'),
         url('poppins-extrabold.svg#poppinsextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}



input:not([type]),
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"] 
{
	font-size: 14px;
	color: #000000; 
	font-family: "poppinsmedium";
	padding-left: 20px;
	height: 32px;
	text-align: left;
	background-color: #ffffff;
}

textarea
{
	font-size: 14px;
	color: #000000; 
	font-family: "poppinsmedium";
	padding-left: 20px;
	padding-top: 20px;
	border: none;
	border-bottom: 1px solid #a9192c;
	background-color: #ffffff;
}

.container input:checked ~ .checkmark {
    background-color: #a9192c;
}

.container 
{
	font-size: 20px;
}

img { border: 0; }

.uppercase
{
	text-transform: uppercase;
}

b { font-family: "poppinsbold";}

#blacktext { color: #000000; }

#whitetext { color: #ffffff; }

#redtext { color: #a8192c; }

#yellowtext { color: #fab700; }

a:link
{
	text-decoration : none;
	color: #000000;
}

a:visited
{
	text-decoration : none;
	color: #000000;
}

a:hover
{
	text-decoration : none;
	color: #999999;
}


.redlink:link
{
	text-decoration : none;
	color: #a8192c; 
}

.redlink:visited
{
	text-decoration : none;
	color: #a8192c; 
}

.redlink:hover
{
	text-decoration : none;
	color: #dddddd;
}

.maintab
{
	width: 100%;
	height: 100%;
	text-align: center;	
}

.leva
{
	float: left;
	color: #ffffff;
	width: 400px;
	text-align: left;	
	padding-right: 40px;
}


.prava
{
	float: left;
	background-color: #ffffff;
	color: #a8192c; 
	text-align: left;	
	border-radius: 25px;
	border: 2px solid #ffffff;
	padding: 40px;
	width: 550px;
	font-size: 20px;
}


.nadpis 
{
	font-family: "poppinsbold";
	font-size: 44px;
	line-height: 120%;
}


.tlacitko_red
{
	border-style:solid;
	border-color: #a9192c;
	border-radius: 25px;
	color: #fab700;
	background-color: #a9192c;
	padding: 5px 20px 5px 20px;
	display: inline-block;
	font-size: 26px;
}


.opacityit
{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.opacityit:hover
{
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

.borderit img
{
	border: 1px solid #fff;
}
.borderit:hover img
{
	border: 1px solid navy;
}
.borderit:hover
{
	color: #aaaaaa;
}

.hidden
{
	display: none;
}



