html, body {
  width: 100%;
  height: 100vh; /* 100% of the viewport height */

}
body{
padding-left:0px !important;    }

body{

        line-height: normal;
         
         
            font-family: roboto, arial, verdana;
			background-image: url("bg.jpg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			height: 100%;
			min-height: 100%;
			position: relative;
			box-sizing:border-box;
			background-attachment: fixed;

}
h2,p{color:#ffffff}
h2{font-size:2.5em}
table td {margin-top:100px;margin-bottom:100px}
table img {margin-bottom:5px}

table p{font-size:14px;padding: 0;
    margin: 0;}
p{font-size:12px}
.spacer{margin:5px}
#v1b, #v1c,
#v2b, #v2c,
#v3c, #v3b,#v4c,#v5c, #v4s,#a2,#v6c,#v7c,#v8c,#a4,#s2,#v1d,#v2d,#v3d,#v4d,#v5d,#v6d,#v7d,#v8d, #vfinal,  .prize {
display: none;
}

.validate {
max-width:455px;
margin:0 auto;
width:95%;
border: 2px dotted #d6c4c4;
background-color:rgba(17, 17, 17, 0.92);
margin-top:2px;
}
#szlider{
width:100%;
height:10px;
overflow:hidden;
background: #dadada;
}
#szliderbar{
width:0%;
height:10px;
background:#fbba15;
}
#szazalek{
color:#858585;
font-size:small;
}

.wrappers{

max-width:450px;
width:96%;
margin:0 auto;

}

a{text-decoration:none;color:#ffffff}


.blinking{
	animation:blinkingText 1.3s infinite;
}
@keyframes blinkingText{
	0%{		color: #ff0000;	}
    30%{	color: #ff0000;	}
	50%{	color: #ff0000;	}
	75%{	color:  #ff0000;}
	100%{	color: transparent;	}
}
.blinkings{
	animation:blinkingText 1s infinite;
}
@keyframes blinkingText{
	0%{		color: #ff0000;	}
    30%{	color: #ff0000;	}
	50%{	color: #ff0000;	}
	75%{	color:  #ff0000;}
	100%{	color: transparent;	}
}


.myButton {
	

	-moz-border-radius:6px;
	-webkit-border-radius:0px;
	border-radius:0px;

	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.myButton:active {
	position:relative;
	top:1px;
}

.btns {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #e60000;
    border-color: #e60000;
}	

.modhead{padding:0px 0px; margin:0 0 0px;font-size:15px;}
.modbod{padding:0px 0px; margin:0 0 0px}

@media only screen and (max-width: 414px) {
.myButton{font-size:12px;    }
}

@media only screen and (max-width: 320px) {
.icon.chrome {
  background-size: 3rem 3rem;
}
.icon.safari {background-size: 3rem 3rem;}
.icon.firefox {background-size: 3rem 3rem;}
.icon.msie {background-size: 3rem 3rem;}
.icon{width:3rem; height:5rem}

.modhead{font-size:12px}
.modbod{font-size:10px}
}