/*-------- CSS -------------*/
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/*----------------- global ------------------------*/

body {
	margin: auto;
	vertical-align: top;
	background-image: url("../image/brazil-lottery-body-background.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-family: arial;
	cursor: default;
}

.body {
	width: 80%;
	display: block;
	margin: auto;
	color: white;
	background: rgba(0,0,0,0.5);
	padding: 20px;
}

.bg-header {
	width: 100%;
	background-image: linear-gradient(to bottom, transparent 0%, transparent 63%, #426700 63%, #426700 100%);
}

.header {
	width: 90%;
	display: block;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 15px;
}

.logo {
	display: inline-block;
	width: 49%;
	text-align: justify;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}

.logo img {
	width: 55%;
	padding-left: 25px;
}

.satisfied {
	display: inline-block;
	width: 49%;
	text-align: right;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}

.satisfied img {
	width: 34%;
}

.menu-1 {
	width: 100%;
	display: block;
	text-align: center;
	background-image: linear-gradient(to bottom, #272a2b, #000000);
	border-radius: 8px;
	margin-bottom: 10px;
}

.menu-1 a {
	display: inline-block;
	width: 20%;
	margin: auto;
	text-align: center;
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

.menu-1 a:hover {
	color: gold;
}

#bra {
	width: 8%;
	text-align: right;
}

#eng {
	width: 8%;
	text-align: justify;
}

.menu-2 {
	width: 100%;
	display: block;
	text-align: center;
	margin: auto;
	background-image: linear-gradient(to bottom, #272a2b, #000000);
	border-radius: 8px;
}

.menu-2 a {
	display: inline-block;
	width: 13%;
	margin: auto;
	text-align: center;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: gold;
	text-decoration: none;
	font-weight: normal;
}

.menu-2 a:hover {
	color: white;
}

.bg-contain {
	width: 100%;
	background: #426700;
}

.contain {
	width:90%;
	display: block;
	text-align: center;
	margin: auto;
	vertical-align: middle;
}

.contain h2 {
	 width:100%;
	 font-size: 24px;
	 padding-top:15px;
	 padding-bottom:15px;
}

.contain h3 {
	 width:100%;
	 font-size: 18px;
	 padding-top:20px;
	 padding-bottom:10px;
	 background-image: linear-gradient(to bottom, #272a2b, #000000);
	 color: #9fb200;
	 border-radius: 8px;
}

.contain p {
	 width:100%;
	 font-size: 18px;
	 padding-top:15px;
	 padding-bottom:15px;
}

.contain img {
	width: 100%;
	display: block;
	margin: auto;
	margin-top: 25px;
	border-radius: 8px;
}

.winnum {
	width: 30%;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	vertical-align: center;
	border-collapse: seperate;
}

.winnum th {
	width: 100%;
	color: black;
	font-size: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	background-image: linear-gradient(to bottom, #ffe25a, #dfb905); 
}

.winnum td {
	width: 5%;
	color:black;
	font-size: 36px;
	height: 67px;
	line-height: 67px;
	background-image: url("../image/brazil-lottery-result-background.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#no-bg {
	background-image: none;
	height: 15px;
	line-height: 15px;
}

.prize {
	width: 30%;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	vertical-align: center;
	border-collapse: seperate;
	padding-bottom: 30px;
}

.prize th {
	color: black;
	font-size: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px 5px 0px 0px;
	background-image: linear-gradient(to bottom, #ffe25a, #dfb905); 
}

.prize td {
	width: 33%;
	font-size: 36px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgba(255,255,255,0.2);
	border-radius: 0px 0px 5px 5px;
}

.faq {
	text-align:justify;
}

.faq p {
	padding-top: 3px;
	padding-bottom: 10px;
}

.faq h2 {
	color: gold;
	padding: 0px;
	margin: 0px;
}

.history {
	width: 100%;
	margin: auto;
	text-align: center;
}

.history th {
	background-image: linear-gradient(to bottom, #ffe25a, #dfb905);
	font-size: 28px;
	padding-top: 8px;
	padding-bottom: 8px;
	color:black;
}

.history td {
	font-size: 22px;
	width: 24%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid black;
	border-top: 1px solid black;
	background: rgba(0,0,0,0.5);
	color:white;
}

/*---------mobile version---------*/
@media only screen and (max-device-width: 1000px) {

body {
	background-size: 100% 100%;
}

.body {
	width: 100%;
	padding: 0px;
}

.header {
	width: 95%;
}

.logo img {
	width: 100%;
}

.satisfied img {
	width: 60%;
}

.menu-1 a {
	font-size: 32px;
}

.menu-2 a {
	font-size: 24px;
}

.contain {
	width:95%;
}

.contain h2 {
	 font-size: 12px;
}

.contain h3 {
	 font-size: 12px;
}

.contain p {
	 font-size: 12px;
}

.winnum {
	width: 85%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.winnum th {
	font-size: 52px;
}

.winnum td {
	color:black;
	font-size: 48px;
	font-weight: bold;
	height: 130px;
	line-height: 130px;
}

.prize {
	width: 85%;
}

.prize th {
	font-size: 52px;
}

.prize td {
	font-size: 48px;
}

.history th {
	font-size: 36px;
}

.history td {
	font-size: 32px;
}

}