html, body, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

@font-face {
  font-family: 'FlamaCondensed-Basic';
  src: url('../fonts/FlamaCondensed-Basic.eot?#iefix') format('embedded-opentype'),  url('../fonts/FlamaCondensed-Basic.otf')  format('opentype'),
	     url('../fonts/FlamaCondensed-Basic.woff') format('woff'), url('../fonts/FlamaCondensed-Basic.ttf')  format('truetype'), url('../fonts/FlamaCondensed-Basic.svg#FlamaCondensed-Basic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FlamaCondensed-Bold';
  src: url('../fonts/FlamaCondensed-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/FlamaCondensed-Bold.otf')  format('opentype'),
	     url('../fonts/FlamaCondensed-Bold.woff') format('woff'), url('../fonts/FlamaCondensed-Bold.ttf')  format('truetype'), url('../fonts/FlamaCondensed-Bold.svg#FlamaCondensed-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FlamaCondensed-Book';
  src: url('../fonts/FlamaCondensed-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/FlamaCondensed-Book.otf')  format('opentype'),
	     url('../fonts/FlamaCondensed-Book.woff') format('woff'), url('../fonts/FlamaCondensed-Book.ttf')  format('truetype'), url('../fonts/FlamaCondensed-Book.svg#FlamaCondensed-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   BITS AND PIECES
============================================================================= */
html {
  height: 100%;
  min-height:100%;
  -webkit-text-size-adjust: 100%; }

body {
  line-height: 1.4;
  height: 100%;
  min-height:100%;
  font-family: 'FlamaCondensed-Basic';
  font-size:22px; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b7b7b7;
  margin: 50px 0;
  padding: 0; }

p {
	padding:0 0 12px 0;
	line-height:1.2; }
	
img {
  vertical-align: middle; }

textarea {
  resize: vertical; }

/* Remove button padding in FF */
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

header {
	position:relative;
	top:0;
	height:800px;
	width:100%;
	background:url(../img/header.jpg) no-repeat top center; }

.intro {
	margin:0 auto;
	width:650px;
	text-align:center;
	padding:270px 0 0 0;
	font-size:26px;
	line-height:1.2; }
.master {
	width:100%;
	position:relative;
	min-height:100%;
	background:transparent url(../img/bg.jpg) no-repeat center center;
	background-size:cover; }
	
.container {
	width:800px;
	margin:0 auto ;
	position:relative;
	background:#fff; }
	
.col {
	width:50%;
	float:left;
	padding:0 40px;
	box-sizing:border-box; }

.row {
	padding:40px 0;
	clear:both; }

.last {
	border:0 !important; }
		
.border {
	border-right:1px solid #000; }

.centered {
	text-align:center; }
	
h2 {
	font-family: 'FlamaCondensed-Bold';
	font-size:50px;
	margin:0 0 20px 0;
	padding:0;
	line-height:1.1; }

h3 {
	font-family: 'FlamaCondensed-Bold';
	font-size:40px;
	margin:0 0 10px 0;
	padding:0;
	line-height:1.1; }
	
.exclusive {
	line-height:72px;
	width:175px;
	display:inline-block;
	font-size:18px;
	text-align:left;
	background:transparent url(../img/bg-woolworths.png) no-repeat center right; }
	
.black-bg {
	width:100%;
	background:#333841;
	text-align:center;
	color:#fff;
	padding:5px 0;
	font-size:30px;}

.product img.product-img {
	margin:0 auto;
	display:block;
	max-width:65%; }

img.img-burgers {
	max-width:80% !important; }
	
p.align-left {
	padding:0 20px 0 50px !important;
	float:left; }

.product {
	border-bottom:1px solid #ccc;
	padding-bottom:20px; }
		
.product p {
	padding:10px 50px; }

.indent {
	padding:0 0 0 150px !important; }
	
footer {
	width:100%;
	position:absolute;
	bottom:0;
	background:#333841; }

.footer-container {
	width:980px;
	margin:0 auto;
	text-align:center;
	padding:20px 0;
	color:#fff;
	font-size:19px; }
	
	.footer-container a {
		color:inherit; }

@media only screen and (max-width:768px) {
	.container { width:80%;min-height:100%; }
	.master { }
	.col, .intro {float:none;width:100%;text-align:center;padding:20px;box-sizing:border-box;}
	.intro {padding:280px 20px 0 20px;font-size:20px;}
	.border {border:0;}
	.row {padding:0;}
	footer {position:relative;height:125px;}
	.footer-container {width:80%;}
}