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 {
	text-shadow: none !important;
}
input, button, select, textarea {
	font-family: 'Titillium Web', sans-serif;
}
img {
	max-width: 100%;
}
table, tbody, tr, th, td {
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}
@media (min-width: 239px) and (max-width: 1300px) {
	.pull-left,
	.pull-right {
		float: left;
		margin-bottom: 0;
	}
	.pull-right {
		float: right;
	}
	.container,
	.container .container {
		width: auto;
	}
	.wrapper {
		width: 960px;
	}
	.header > .container,
	.header > .container .container {
		width: 96%;
	}
}