html, body {
  width: 100%;
  height: 100vh; /* 100% of the viewport height */
  margin: 0;
}
body{
padding-left:0px !important;    }

body{

        line-height: normal;
            padding: 0;
            margin: 0;
         
            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:#111111}

p{font-size:12px}

#v1b, #v1c,
#v2b, #v2c,
#v3c, #v3b,#v4c,#v5c, #v4s,#a2,#v6c,#v7c,#v8c,#a4, #vfinal,  .prize {
display: none;
}

.validate {
max-width:455px;
margin:0 auto;
width:95%;
border: 2px dotted #222222;
background-color:rgba(255, 255, 255, 0.91);
margin-top:2px;
}
#szlider{
width:100%;
height:10px;
overflow:hidden;
background: #dadada;
}
#szliderbar{
width:0%;
height:10px;
background:#660000;
}
#szazalek{
color:#858585;
font-size:small;
}
.spacer{
height:20px;
}
.wrappers{

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

}

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


.blinking{
	animation:blinkingText 1s infinite;
}
@keyframes blinkingText{
	0%{		color: #b30000;	}
    30%{	color: #b30000;	}
	50%{	color: #b30000;	}
	90%{	color: transparent;}
	100%{	color: transparent;	}
}



.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.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;    padding: 5px 14px;}
}

@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}
}