@viewport{
	zoom: 1.0;
	width: extend-to-zoom;
}

@-ms-viewport{
	width: extend-to-zoom;
	zoom: 1.0;
}

body {
	background-color: rgba( 230, 230, 230, 1 );
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
	font-family: 'Courgette', cursive;
	margin: 0.2em 0;
}

a {
	color: inherit;
	text-decoration: none;
}

p {
	margin: 0.5em;
	padding: 0;
}

.popper {
	font-family: 'Courgette', cursive;
	font-size: 1.4em;
	text-align: center;
	margin-top: 30px;
	overflow: hidden;
}

.popper:before, .popper:after {
	color: #808080;
	content: open-quote;
	font-size: 1.4em;
	line-height: .1em;
	vertical-align: -.3em;
}

.popper:after {
	content: close-quote;
}

.top {
	vertical-align: top;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

.width_full {
	width: 100%;
}

.width_content_full {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: auto;
}

.taptarget {
	padding: 10px 0px;
}

.padder {
	padding: 5px 10px;
	overflow: auto;
}

#content > div {
	margin-top: 15px;
	-webkit-border-radius: 0 15px 0 15px;
	border-radius: 0 15px 0 15px;
}

#header {
	background: #000000;
	background: rgba( 0, 0, 0, 0.5);
	color: #ffffff;
	color: rgba( 255, 255, 255, 1 );
	overflow: auto;
	-webkit-border-radius: 15px 15px 0 0;
	border-radius: 50px 50px 0 0;
}

#logo {
	text-align: center;
}

#logo img {
	padding: 20px 0 0 5px;
	width: 60%;
	margin: 0 100px 0 0;
}

#menu {
	text-align: center;
	font-family: 'Courgette', cursive;
	font-size: 24px;
	margin-bottom: 20px;
}

#brands {
	background: #ffffff;
	background: rgba( 255, 255, 255, 0.85);
	color: #000000;
	color: rgba( 0, 0, 0, 1 );
	overflow: auto;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

a.brandlink div {
	width: 140px;
	height:	80px;
	float: left;
	margin-right: 5px;
	text-align: center;
	background: inherit;
}

a.brandlink div:hover {
	background: rgba( 200, 200, 200, 0.2 );
	-webkit-box-shadow: 0 0 4px 2px rgba(200,200,200,1);
	box-shadow: 0 0 4px 2px rgba(200,200,200,1);
}

a.brandlink div img {
	max-width: 135px;
	max-height: 70px;
	vertical-align: middle;
}

#contact {
	background: #ffffff;
	background: rgba( 255, 255, 255, 0.85);
	color: #000000;
	color: rgba( 0, 0, 0, 1 );
	overflow: auto;
}

#greeting {
	background: #ffffff;
	background: rgba( 255, 255, 255, 0.85);
	color: #000000;
	color: rgba( 0, 0, 0, 1 );
	overflow: auto;
}

.onethird {
	float: left;
	width: 100%;
	margin-right: 0;
}

.twothird {
	float: left;
	width: 100%;
	margin-right: 0;
}

@media (min-width: 768px) {
	.onethird {
		width: 32%;
		margin-right: 2%;
	}
	
	.twothird {
		width: 66%;
		margin-right: 2%;
	}
	
	.onethird.last, .twothird.last {
		margin-right: 0;
	}
	
	.taptarget {
		padding: 0;
	}
}
