/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
 * http://web-seitenglanz.de
 * Stylesheet: boxenstop-floeha.de
 */
html {
	-webkit-font-smoothing: antialiased;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
} 
body {
	background: #000 url(../img/boxenstop-bg.jpg) no-repeat fixed right top;
	background-size: cover;
	color: #f5f5f5;
	font: normal 16px/22px Arial, Helvetica sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: #eee;
}
a:hover {
	color: #f0b92a;
}
a[href^="tel"] {
	text-decoration: none;
}
a[href^="tel"]:hover {
	color: inherit;
	cursor: default;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border: 0;
	border-top: 1px solid #666;
	margin: 0 0 40px;
	width: 100%;
}
#left {
	background: url(../img/boxes.png) repeat right 0;
	width: 10%;
	float: left;
}
#main {
	background-color: rgba(0,0,0,.5); 
	padding: 40px; 
	width: 45%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header,
article {
	margin-bottom: 40px;
	width: 100%;
	float: left;
}

header {
	text-align: center;
}
header img {
	max-width: 100%;
	height: auto;
}

h1 {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	text-transform: none;
	font-weight: normal;
}
h1 span {
	color: #f0b92a;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	color: #f0b92a;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;

}
h3 {
	color: #f0b92a;
	margin-bottom: 15px;
}
p {
margin-bottom: 15px;
}
small {
	font-size: 85%;
}

li {
	background: url(../img/list-icon8.png) no-repeat 0 7px;
	padding-left: 20px;
	margin-bottom: 5px;
	line-height: 1.5;	
}
.half {
	float: left;
	width: 45%;
	margin-right: 5%;
}
table {
 	max-width: 100%;
	background-color: transparent;
	border-spacing: 0;
	width: 100%;
}
table tr {
	border-top: 1px solid #666;
}
table tr:first-child {
	border-top: 0;
}
table tr:hover {
	color: #f0b92a;
}
table th,
table td {
	padding: 6px;
  	line-height: 1.25;
  	text-align: left;
  	vertical-align: top;
}
#map {
	width: 100%;
	height: 400px;
}
footer {
	text-align: right;
	color: #666;
	font-size: 12px;
	
}
footer a {
	color: #666;
	text-decoration: none;
}
footer a:hover {
	color: #999;
}
.container:after,
.row:after { 
	content: "\0020"; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}
.row:after,
.clearfix:after {
    clear: both; 
}
.row,
.clearfix {
	zoom: 1; 
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
} 


@media only screen and (max-width : 959px) {
	#main {
		width: 90%;
		background-color: rgba(0,0,0,.8);
	}
	.half {
		display: block;
		width: 100%;
	}
	.half.contact {
		margin-bottom: 40px;
		border-bottom: 1px solid #666;
		padding-bottom: 40px; 
	}
	h1 {
		font-size: 26px;
		line-height: 1.1;
		text-align: center;
	}
	h1 span {
		display: block;
	}
	h2 {
		font-size: 18px;
	}
	

}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
	

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
   li {
   	   background-image: url(../img/list-icon-2x.png);
   	   background-size: 8px 8px;
   }
}