/*******************
   PRAVILA CSS
********************/

/* RESET */
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, 
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, textarea, button
{ margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;  }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

:focus { outline: none; }
ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; }
blockquote, q { quotes: none; }

 
/* NORMALIZE */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html { 
	font-size: 62.5%; line-height: 1; position: relative; min-height: 100%; -webkit-font-smoothing: antialiased; 
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
body { text-align: center; position: relative; text-rendering: optimizeLegibility; } 
a img { border: 0; }
button, input[type="submit"], input[type="reset"], input[type="button"] { cursor: pointer; }
input[type="button"]::-moz-focus-inner { padding: 0; border: 0; }
button::-moz-focus-inner { padding: 0; border: 0; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
code, kbd, pre, samp { font-family: monospace, serif; }
textarea { font-family: sans-serif; overflow: auto; vertical-align: top; resize: vertical; }
img { vertical-align: top; -ms-interpolation-mode: bicubic; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
button, input { line-height: normal; }
button[disabled], html input[disabled] { cursor: default; }
nav ul { margin: 0; }

/* GLOBAL STYLING */
body { color: #333;  } 
a { color: #5a5a5a; text-decoration: underline; }
a:hover, a:focus { color: #000; }
h1, h2, h3, h4 { font-weight: normal; }
input[type=text], textarea { border: 1px solid #4a4a4a; }
a, button, input, textarea {  }
::-webkit-input-placeholder { opacity: 0.7; }
:-moz-placeholder { opacity: 0.7; }
::-moz-placeholder { opacity: 0.7; }
:-ms-input-placeholder { opacity: 0.7; }
::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }

a,a:link {
	color: #d52c26;
	font-weight: bold;
	text-decoration: underline;
}
a:hover { text-decoration: none; }



/* specific */
.wrap { width:100%; }
.wrap.header { background: url(../images/head-tile.gif) repeat-x 0 0; height: 72px; }
.wrap.header .container { margin: 0 auto; padding: 20px 0; position: relative; }




.container {
	margin: 35px auto;
	width:780px;
	text-align: left;
	line-height: 24px;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
}
.container h1 {
	font-weight: bold;
	font-size: 26px;
	line-height: 48px;
	text-align: center;
	padding: 0 0 15px 0; 
	display: block;
}
.container h2 {
	font-size: 24px;
	line-height: 30px;
}
.container h1,
.container h2,
.container p,
.container ul { margin: 10px 0; }
.container p {}
.wrap.header a { 
	background: url(../images/brand-podravka-pravila.png) no-repeat 0 0;
	width: 202px;
	height: 108px;
	position: absolute;
	top:1px;
	left:50%;
	margin-left: -101px;
	text-indent: -9999em;
}

p.center { text-align: center; font-weight: bold; font-size: 18px; padding: 13px 0 15px 0; }
p.center_alt { text-align: center; }
p.intro  {  font-weight: bold; padding: 20px 0 0 0; }


table {
	width:100%;
	border-collapse: collapse;
	text-align: center;
	margin:35px 0; 
}
table th {
	background: #5a5a5a;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
}
table td {
	background: #fafafa;
	font-size: 14px;
	padding: 10px 20px;
	text-align: center;
}
table tr:nth-child(2n) td { background: #fff; }
table .first-child,
table th:first-child,
table td:first-child {
	text-align: left;
	width:200px;
}

/* tablets and desktop */
@media only screen and (min-width: 768px) {

}
/* phones */
@media only screen and (max-width: 767px) {
	.container {
		width:auto;
		padding: 0 10%;
	}
	table, thead, tbody, th, td, tr { 
		display: block; 
	}

	table th,
	table td {
		width:100%;
		padding: 5px 15px;
	}
	table .first-child,
	table th:first-child,
	table td:first-child {
		text-align: center;
		width:100%;
	}

}
	

}
/* portrait phones */
@media only screen and (max-width: 767px) and (orientation: portrait) {
	.container {
		width:auto;
		padding: 0 10%;
	}



}
