*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
 }
/*@font-face {
    font-family: 'BebasNeueRegular';
    src: url('assets/BebasNeue-webfont.eot');
    src: url('assets/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/BebasNeue-webfont.woff') format('woff'),
         url('assets/BebasNeue-webfont.ttf') format('truetype'),
         url('assets/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

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 {
	padding-left:30px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3 {
	xfont-family: "BebasNeueRegular", impact, helvetica, arial, sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	color: #222;	
}

h1 {
	font-size:30px;
}

h2 {
	font-size:25px;
	margin-bottom:15px;
}

h3 {
	font-size:20px;
}

p {
	line-height:150%;
	margin-bottom:15px;	
}

p:last-child {
	margin-bottom:0;
}

strong {
	font-weight: bold;
}

a {
	color: #000;
}

a:hover {
	color: #444;
}

.anchor {
	color: #aaa;
}

img {
	max-width: 100%;
	height: auto;
}

.cf:before,
.cf:after {
    content: " "; 
    display: table; 
}

.cf:after {
    clear: both;
}

/* 
==============================
 LAYOUT STYLES
==============================
*/

body {
	xbackground: url(images/background-tile.jpg);
	background: url(images/tile-b.png);
	background-color: #c0c0c0;
	font-family: georgia, serif;
	font-family: 'Roboto Condensed', sans-serif;
	color: #444;
}

.wrapper {
	width:750px;
	margin: 0 auto 0 auto;	
	background-color: #fff;
}

.col {
	float: left;
}

.row-divider {
	height:10px;
	background: url(images/background-tile.jpg);
	margin: 40px 0;
}

.col.left {
	width:250px;
}

.col.right {
	width: 410px;
	padding-left:40px;
}

/* 
==============================
 HEADER STYLES
==============================
*/
header {
	background-color: #000;	
}

header div {
	width: 750px;
	margin: 0 auto;
	padding: 25px 0 20px 0;
}

header img {
	float:left;
}

/* 
==============================
 NAV STYLES
==============================
*/
.menu {
	float:right;
	list-style:none;
	margin:0;
	padding:35px 0 0 0;	
}

.menu li {
	float: left;
	margin-left:15px;
}

.menu span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	display:block;
}

.menu a {
	color: #777;
	font-size:14px;
	display:block;
	padding:5px;
	margin: 0 15px 0 0;
	text-decoration:none;
}

.menu a span {
	color: #fff;
}

.menu a:hover {
	color: #ddd;	
}

.subnav a {
	display:inline-block;
	padding-top:5px;
	margin-right:15px;
	color: #ddd;
	font-weight:bold;
	text-decoration:none;
}

/* 
==============================
 CONTENT AREA STYLES
==============================
*/

.big-pic img {
	display: block;	
}

.section {
	padding:45px;
}

.divider {
	background-color:#aaa;
	height:100px;
	overflow:hidden;
	position:relative;	
}

.divider h1 {
	display:block;
	position:absolute;
	line-height:1;
	bottom:-12px;
	right:10px;
	font-size: 80px;
	color: #fff;
}

.contact {
	text-align:center;	
	margin: 40px 0 0 0;
}

table {
	xborder: solid 1px #aaa;
}

thead td {
	border-bottom: solid 4px #aaa;
	color: #444;
	font-weight:bold;
}

tr {
	border-bottom: dotted 1px #ddd;
}

td {
	padding:6px;
	vertical-align: middle;
}
/* 
==============================
 FOOTER STYLES
==============================
*/
footer {
	background-color: #000;
	padding:60px 15px 15px 15px;
	text-align:right;	
}

footer a {
	margin-left: 15px;
}

/*
|====================================================
| MEDIA QUERIES
|====================================================
*/

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 750px) {
	.wrapper {
		width:100%;
	}

	.divider {
		height:70px;
	}

	.divider h1 {
		font-size:50px;
		bottom: -8px;
	}

	.left {
		text-align:center;
		margin-bottom:20px;

	}

	.right.col {
		padding:0;
	}

	.right h2 {
		text-align: center;
	}

	header div {
		width: 100%;
		padding-top: 5px;
		padding-bottom:15px;
	}

	header img {
		display: block;
		float:none;
		margin: 0 auto;
	}

	.menu {
		float:none;
		margin: 0 auto;
		width:100%;
		text-align:center;
		padding-top:5px;
	}

	.menu li {
		float:none;
		display:inline-block;
		text-align:left;
	}

	.menu span {
	font-size:20px;
	}

	.menu a {
		font-size:12px;
		margin: 0 5px 0 0;
	}

	.col {
		float:none;
	}

	.col.left {
		width:100%;
	}

	.col.right {
		width:100%;
	}

	.contact {
		line-height:150%;
	}

	.col p {
		max-width:300px;
		margin-left: auto;
		margin-right: auto;
	}

	table {
		margin-left: auto;
		margin-right: auto;
	}
}
