html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---------------------- start -------------------*/

body {
	width: 100%;
	height: 100%;
	background: #f1f4f9 url("../img/bg.jpg") center no-repeat;
	background-size: cover;
	
}

.head {
	width: 100%;
	text-align: center;
	background-color: #f1f4f9;
}

.head-contain {
	width: 70%;
	margin: auto;
	box-sizing:border-box;
	
	padding: 5px;
}

.logo {
	display: block;
	width: 250px;
	height: 90px;
	background: url("../img/logo-russia-lotteries.png") center no-repeat;
	background-size: 100% 100%;
	margin: auto;
}

.mini-right {
	position: absolute;
	top: 20px;
	right: 50px;
	text-align: right;
}

.mini-right img {
	width: 200px;
	height: 40px;
	display: inline-block;
}

.about {
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	color: #003297;
	margin: 0px 50px;
}

.language {
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	font-size: 25px;
}

.language img {
	width: 30px;
	height: 20px;
	
	
}

#clockbox {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
}

.anc {
	width: 60%;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin: auto;
}

.anc marquee {
	width: 100%;
	
}

.container {
	width: 70%;
	box-sizing: border-box;
	margin: auto;
	
}

.menu {
	width: 100%;
	background: #195498;
	color: white;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 0px;
}

.buttons {
	font-size: 18px;
	margin: 0px 20px;
	cursor: pointer;
}

.gold {
	color: #ffae00;
	
}

.content {
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}

.front {
	width: 100%;
	height: auto;
	
}

.live2 {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	padding: 15px 0px 0px 0px;
	text-align: center;
}

.live2 span {
	font-size: 16px;
	font-weight: bold;
}

.live {
	width: 80%;
	margin: auto;
	box-sizing: border-box;
	margin-top: 10px;
}

.prize {
	width: 100%;
	display: block;
	background: rgba(25,84,152,1);
background: -moz-linear-gradient(left, rgba(25,84,152,1) 0%, rgba(10,117,171,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,84,152,1)), color-stop(100%, rgba(10,117,171,1)));
background: -webkit-linear-gradient(left, rgba(25,84,152,1) 0%, rgba(10,117,171,1) 100%);
background: -o-linear-gradient(left, rgba(25,84,152,1) 0%, rgba(10,117,171,1) 100%);
background: -ms-linear-gradient(left, rgba(25,84,152,1) 0%, rgba(10,117,171,1) 100%);
background: linear-gradient(to right, rgba(25,84,152,1) 0%, rgba(10,117,171,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195498', endColorstr='#0a75ab', GradientType=1 );
border-radius: 35px;
margin: 25px 0px;
}

.prznum {
	width: 35%;
	display: inline-block;
	text-align: left;
	color: white;
	font-size: 24px;
	padding: 20px 0px 20px 10px;
	vertical-align: middle;
}

.numprz {
	width: 60%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #003297;
	padding: 10px 0px;
}

.ballprz {
	display: inline-block;
	width: 15%;
	height: auto;
	vertical-align: middle;
	background: url("../img/result-bar.png") center no-repeat;
	background-size: 100% 100%;
	font-size: 24px;
	padding: 9px 0px;
}

.prizesum {
	display: inline-block;
	width: 45%;
	box-sizing: border-box;
	text-align: center;
	padding: 15px 0px 0px 0px;
	text-align: center;
	
}

.numpeso {
	font-size: 24px;
	color: white;
}

.foot {
	width: 100%;
	margin-top: 15px;
	box-sizing: border-box;
	text-align: center;
}

.copy {
	margin: 10px 0px;
	font-size: 18px;
}

.history {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	
}

.date {
	font-size: 20px;
	text-align: left;
}

.data {
	width: 20%;
	display: inline-block;
	margin: 10px;
}


.data table {
	width: 100%;
	
}

.data td {
	width: 50%;
	text-align: center;
	border: 1px solid black;
	padding: 3px 0px;
	
}

.data-head {
	background: #195498;
	color: white;
}

@media only screen and (max-device-width: 1366px) {
	
	.live {
		width: 90%;
		
	}
	
	.prznum {
		width: 25%;
		
	}
	
	
	.numprz {
		width: 70%;
		
	}
	
	.ballprz {
		width: 15%;
	}
	
	
	
	
}