@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background: #483120;
}

a, img {
	display: block;
	margin: auto;
	border: none;
	outline: none;
	max-width: 90%;
	height: auto;
	width: auto\9; /* ie8 */
}

img {
	display: block;
	margin: auto;
	border: none;
	outline: none;
	max-width: 90%;
	height: auto;
	width: auto\9; /* ie8 */
}

#wrapper {
	background: #fff;
	max-width: 960px;
	text-align: center;
	margin: auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

.wrapper {
	background: #fff;
	max-width: 960px;
	text-align: center;
	margin: auto;
	
}

#bbq-wrapper {
	background: url(images/bg-paper.png) no-repeat bottom center;
	padding: 10px 0 216px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#bbq-wrapper2 {
	background: url(images/bg-paper2.png) no-repeat;
}

#catering-wrapper {
	position: relative;
	top: -95px;
	width: 240px;
	margin: auto;
}

#catering-logo {
	margin-bottom: 40px;
}

#catering-buttons {
	background: #fff;
}

.col-half {
	width: 50%;
	float: left;
}

#misc-text {
	background: transparent;
}

#citiesList p {
	width: 25%;
	text-align: left;
	float: left;
}

@media only screen and (min-width: 479px) {
	#no-tie {
		position: absolute;
		right: -114px;
		top: 65px
	}
	
}

@media only screen and (max-width: 560px) {
	.col-half {
		width: 100%;
	}
	
	#citiesList p {
		width: 50%;
	}
	
	.clear-mobile {
		clear: both;
	}
}

#copyright {
	color: #f1e7c8;
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 25px
        -webkit-text-size-adjust: 100%;
}
.title {font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, sans-serif; text-align: center}
.content {font-weight: normal; font-size: 16px; font-family: Arial, Helvetica, sans-serif; margin-left: 20px; margin-right: 20px}

.opt {font: 1em Arial; color: #f1e7c8; text-decoration: none}
.opt a {display: inline}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {



}
