/* CSS Reset*/
html {margin:0;padding:0;border:0;}body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; list-style: none; }

body {
	background: #222;
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	font-family: 'Oswald', Impact, sans-serif;
}

.main-container { width: 596px; background-color: #000; }
.container { 
	width: 490px; 
	margin: 0 auto; 
	position: relative; 
}

/* Clearfix */
.cf:before,
.cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; /* IE 6/7 only */ }

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.left 	{ float: left; }
.right 	{ float: right; }
.half 	{ width: 50%; }
.third 	{ width: 33.33%; }
.fourth	{ width: 25%; }
.fifth 	{ width: 20%; }

/* backgrounds */
.bg-wall { background: url(img/bg_wall.jpg); }
.bg-gray { background: url(img/bg_gray.gif); } 

/* Text options */
.big-60    { font-size: 60px; line-height: 1.1em; }
.big-80    { font-size: 80px; line-height: 1em; }
.big-124   { font-size: 124px; line-height: 1.1em; }
.uppercase { text-transform: uppercase; }
.orange    { color: #fe8700; }
.gray      { color: #898989; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


/* Sections */

.section { padding: 15px 0; }
.header .net-logo { padding: 9px 0; }
.header .main-title > * { padding: 20px 0 15px; }

.section-2 { background: url(img/veseljko1.jpg) no-repeat top; }
.section-2 .blankspace { height: 420px; }

.form-head { position: relative; margin-bottom: 15px; }
.drink { 
	position: absolute; 
	width: 190px;
	bottom: 6px;
	right: -3px;
}
.drink .inner { position: relative; }
.drink-icon { 
	width: 70px; 
	height: 140px; 
	background: url(img/pica.png) no-repeat;
	background-position: 0px bottom;
	position: absolute;
	bottom: 00px;
	left: 0px;
}
.drink-icon.beer { background-position: 10px bottom; }
.drink-icon.wine { background-position: -90px bottom; }
.drink-icon.shots { background-position: -205px bottom; }

.drink-size { 
	position: absolute; 
	bottom: 0px; right: 0px; 
}
.section-2 .drink-size { margin-top: 18px; }
select,
input[type="text"] {
	padding: 2px 10px 2px 5px;
	width: 125px;
	border: none;
	border-radius: 3px;
	font-family: 'Oswald', Impact, sans-serif;
	font-size: 18px;
	margin-top: 10px;
}	

.drinks-number { clear: both; margin: 0 -10px 0 -5px; }
.drink-item { 
	background: #b1b1b1;
	width: 60px; height: 60px;
	padding: 10px;
	color: #000;
	font-size: 24px;
	border-radius: 3px;
	margin: 0 6px 11px;
	float: left;
	cursor: pointer;
}
.drink-item.active { background: #fe8700; color: #fff; }
.plus { font-size: 60px; text-align: center; margin: 10px 0 15px; }

.section-5 .left { padding: 50px 10px 10px 0; }
.section-5 .right { padding: 50px 0 10px 10px; }
.section-5 .left p { margin: 0 0 35px; text-shadow: 3px 3px 5px rgba(1,1,1,75); }
.section-5 .right p { margin: -7px 0 30px; }
.section-5 input { margin: 0 0; }

.section-6 { 
	padding: 30px 0 0; 
	text-align: center; 
}
.result-bg { background: url(img/veseljko2.jpg) no-repeat bottom center; }
.section-6 .blankspace { height: 330px; }
.button {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	text-shadow: 0 0 10px rgba(255,255,255,0.8);
	color: #111;
	font-size: 22px;
	background: #fc7800;
	background: -webkit-linear-gradient(#fe8700, #fc7800); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fe8700, #fc7800); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fe8700, #fc7800); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fe8700, #fc7800); /* Standard syntax (must be last) */
	padding: 16px 25px; 
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
}
.button:hover {
	box-shadow: 0 0 10px rgba(255,255,255,0.8);
}
.section-6 p { line-height: 1.4em; }
.result-icon { 
	width: 103px; 
	height: 100px; 
	margin: -50px 0 20px;
	display: inline-block;
}
.result-icon.drunk { background: url(img/icon_drunk.png) no-repeat; }
.result-icon.sober { background: url(img/icon_sober.png) no-repeat; }

.breakline { margin: 20px 40px 60px; height: 2px;  background: #fff; }
.wheel { 
	width: 132px; 
	height: 109px; 
	background: url(img/volan.gif) no-repeat; 
	display: inline-block; 
	margin: 10px 0 20px; 
}