/*
	Halcyonic by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
.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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
.clear {clear: both;}
ol, ul {
	list-style: none;
}
em {
	font-style: italic!important;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	-webkit-text-size-adjust: none;
}
/* Box Model */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
center, .center {
	margin: auto;
	text-align: center;
	-webkit-align-content: center;
	align-content: center;
}
h1 {
 	font-family: "Ruthie", cursive;
	font-size: 3.5em;
	font-weight: normal;
	/* font-size: 1.5em; */
	line-height: 62px;
	margin: 20px auto 20px auto;
	text-align: center;
}

/* Containers */

.center,
.center iframe {
	text-align: center;
	margin: auto;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.floatright {
	float: right;
	padding: 5px;
}
.floatleft {
	float: left;
	padding: 5px;
}
	#features h2 a {
		text-decoration: none;
	}
.container {
	margin-left: auto;
	margin-right: auto;
}
.container.\31 25\25 {
	width: 100%;
	max-width: 1200px;
	min-width: 960px;
}
.container.\37 5\25 {
	width: 720px;
}
.container.\35 0\25 {
	width: 480px;
}
.container.\32 5\25 {
	width: 240px;
}
.container {
	width: 960px;
}
h2.sidebar {
	font-size: 22px!important;
}
#content a h2 {
	text-decoration: none!important;
}
a.designlink {
	color: #333!important;
	cursor: text;
	font-weight: normal;
	text-decoration: none;
}

hr {
	display: block;
	border: none;
	color: #fff;
	height: 1px;
	background: #000;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));
	margin: 5px 0 5px 0;
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	margin: 13.95px 0;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8.1px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
	background: #ccc;
	border-radius: 0.6px;
	border: 0px solid #666;
}
input[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0.2px #000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000;
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #ce1a00;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -13.95px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: #d9d9d9;
}
input[type=range]::-moz-range-track {
	width: 100%;
	height: 8.1px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
	background: #ccc;
	border-radius: 0.6px;
	border: 0px solid #666;
}
input[type=range]::-moz-range-thumb {
	box-shadow: 0px 0px 0.2px #000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000;
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #ce1a00;
	cursor: pointer;
}
input[type=range]::-ms-track {
	width: 100%;
	height: 8.1px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: #bfbfbf;
	border: 0px solid #666;
	border-radius: 1.2px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
	background: #ccc;
	border: 0px solid #666;
	border-radius: 1.2px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
	box-shadow: 0px 0px 0.2px #000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000;
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #ce1a00;
	cursor: pointer;
	height: 8.1px;
}
input[type=range]:focus::-ms-fill-lower {
	background: #ccc;
}
input[type=range]:focus::-ms-fill-upper {
	background: #d9d9d9;
}

.flatbtn,
.flatbtn.input[type=button],
.flatbtn.input[type=submit] {
	#color: #fff;
	color: #000!important;
	#background-color: #6496c8!important;
	background-color: #ccc!important;
	font-family: 'Merriweather', serif!important;
	font-size: 14px!important;
	font-weight: bold!important;
	text-shadow: 0px 0px 0px #ccc!important;
	border: none!important;
	background-image: none!important;
	padding: 5px 10px!important;
	margin: 5px!important;
	border-radius: 0px!important;
	box-shadow: inset 0px 0px 0px 0px #fff!important;
}
.flatbtn:hover,
.flatbtn.hover,
.flatbtn.input[type=button]:hover,
.flatbtn.input[type=submit]:hover {
	#background-color: #346392!important;
	#text-shadow: -1px 1px #27496d!important;
	background-color: #666!important;
	color: #fff!important;
	text-shadow: 0px 0px 0px #666!important;
}
.flatbtn:active,
.flatbtn.active,
.flatbtnactive,
.flatbtnactive.input[type=button],
.flatbtnactive.input[type=submit],
.flatbtnactive.input[type=button]:active,
.flatbtnactive.input[type=submit]:active {
	#background-color: #27496d!important;
	#text-shadow: -1px 1px #193047!important;
	background-color: #000!important;
	color: #fff!important;
	text-shadow: 0px 0px 0px #000!important;
	font-family: 'Merriweather', serif!important;
	font-size: 14px!important;
	font-weight: bold!important;
	border: none!important;
	background-image: none!important;
	padding: 5px 10px!important;
	margin: 5px!important;
	border-radius: 0px!important;
	box-shadow: inset 0px 0px 0px 0px #fff!important;
}

.infobox {
	float: right;
	margin: 5px;
	padding: 5px;
	background-color: #efefef;
	border: 1px solid #ddd;
	font-size: 11px;
}
div.box { /* default */
	background-color: #efefef;
	border:1px solid #ddd;
	margin: 0 auto;
	font-family:ms sans serif;
	font-size:11px;
	padding:3px;
	width:83px;
}


@media screen and (min-width: 737px) {
	.container.\31 25\25 {
		width: 100%;
		max-width: 1500px;
		min-width: 1200px;
	}
	.container.\37 5\25 {
		width: 900px;
	}
	.container.\35 0\25 {
		width: 600px;
	}
	.container.\32 5\25 {
		width: 300px;
	}
	.container {
		width: 1200px;
	}
}

@media screen and (min-width: 737px) and (max-width: 1200px) {
	.container.\31 25\25 {
		width: 100%;
		max-width: 1250px;
		min-width: 1000px;
	}
	.container.\37 5\25 {
		width: 750px;
	}
	.container.\35 0\25 {
		width: 500px;
	}
	.container.\32 5\25 {
		width: 250px;
	}
	.container {
		width: 1000px;
	}
}

@media screen and (max-width: 736px) {
	.container.\31 25\25 {
		width: 100%;
		max-width: 125%;
		min-width: 100%;
	}
	.container.\37 5\25 {
		width: 75%;
	}
	.container.\35 0\25 {
		width: 50%;
	}
	.container.\32 5\25 {
		width: 25%;
	}
	.container {
		width: 100% !important;
	}
}
/* Grid */

.row {
	border-bottom: solid 1px transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.row > * {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.row:after,
.row:before {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.row.uniform > * >:first-child {
	margin-top: 0;
}
.row.uniform > * >:last-child {
	margin-bottom: 0;
}
.row.\30 \25 > * {
	padding: 0 0 0 0px;
}
.row.\30 \25 {
	margin: 0 0 -1px 0px;
}
.row.uniform.\30 \25 > * {
	padding: 0px 0 0 0px;
}
.row.uniform.\30 \25 {
	margin: 0px 0 -1px 0px;
}
.row > * {
	padding: 0 0 0 40px;
}
.row {
	margin: 0 0 -1px -40px;
}
.row.uniform > * {
	padding: 40px 0 0 40px;
}
.row.uniform {
	margin: -40px 0 -1px -40px;
}
.row.\32 00\25 > * {
	padding: 0 0 0 80px;
}
.row.\32 00\25 {
	margin: 0 0 -1px -80px;
}
.row.uniform.\32 00\25 > * {
	padding: 80px 0 0 80px;
}
.row.uniform.\32 00\25 {
	margin: -80px 0 -1px -80px;
}
.row.\31 50\25 > * {
	padding: 0 0 0 60px;
}
.row.\31 50\25 {
	margin: 0 0 -1px -60px;
}
.row.uniform.\31 50\25 > * {
	padding: 60px 0 0 60px;
}
.row.uniform.\31 50\25 {
	margin: -60px 0 -1px -60px;
}
.row.\35 0\25 > * {
	padding: 0 0 0 20px;
}
.row.\35 0\25 {
	margin: 0 0 -1px -20px;
}
.row.uniform.\35 0\25 > * {
	padding: 20px 0 0 20px;
}
.row.uniform.\35 0\25 {
	margin: -20px 0 -1px -20px;
}
.row.\32 5\25 > * {
	padding: 0 0 0 10px;
}
.row.\32 5\25 {
	margin: 0 0 -1px -10px;
}
.row.uniform.\32 5\25 > * {
	padding: 10px 0 0 10px;
}
.row.uniform.\32 5\25 {
	margin: -10px 0 -1px -10px;
}
.\31 2u,
.\31 2u\24 {
	width: 100%;
	clear: none;
	margin-left: 0;
}
.\31 1u,
.\31 1u\24 {
	width: 91.6667%;
	clear: none;
	margin-left: 0;
}
.\31 0u,
.\31 0u\24 {
	width: 83.3333333333%;
	clear: none;
	margin-left: 0;
}
.\39 u,
.\39 u\24 {
	width: 75%;
	clear: none;
	margin-left: 0;
}
.\38 u,
.\38 u\24 {
	width: 66.6667%;
	clear: none;
	margin-left: 0;
}
.\37 u,
.\37 u\24 {
	width: 58.3333333333%;
	clear: none;
	margin-left: 0;
}
.\36 u,
.\36 u\24 {
	width: 50%;

	clear: none;
	margin-left: 0;
}
.\35 u,
.\35 u\24 {
	width: 41.6667%;
	clear: none;
	margin-left: 0;
}
.\34 u,
.\34 u\24 {
	width: 33.3333333333%;
	clear: none;
	margin-left: 0;
}
.\33 u,
.\33 u\24 {
	width: 25%;
	clear: none;
	margin-left: 0;
}
.\32 u,
.\32 u\24 {
	width: 16.6667%;
	clear: none;
	margin-left: 0;
}
.\31 u,
.\31 u\24 {
	width: 8.3333333333%;
	clear: none;
	margin-left: 0;
}
.\31 2u\24 + *,
.\31 1u\24 + *,
.\31 0u\24 + *,
.\39 u\24 + *,
.\38 u\24 + *,
.\37 u\24 + *,
.\36 u\24 + *,
.\35 u\24 + *,
.\34 u\24 + *,
.\33 u\24 + *,
.\32 u\24 + *,
.\31 u\24 + * {
	clear: left;
}
.\-11u {
	margin-left: 91.66667%;
}
.\-10u {
	margin-left: 83.33333%;
}
.\-9u {
	margin-left: 75%;
}
.\-8u {
	margin-left: 66.66667%;
}
.\-7u {
	margin-left: 58.33333%;
}
.\-6u {
	margin-left: 50%;
}
.\-5u {
	margin-left: 41.66667%;
}
.\-4u {
	margin-left: 33.33333%;
}
.\-3u {
	margin-left: 25%;
}
.\-2u {
	margin-left: 16.66667%;
}
.\-1u {
	margin-left: 8.33333%;
}

@media screen and (min-width: 737px) {
	.row > * {
		padding: 25px 0 0 25px;
	}
	.row {
		margin: -25px 0 -1px -25px;
	}
	.row.uniform > * {
		padding: 25px 0 0 25px;
	}
	.row.uniform {
		margin: -25px 0 -1px -25px;
	}
	.row.\32 00\25 > * {
		padding: 50px 0 0 50px;
	}
	.row.\32 00\25 {
		margin: -50px 0 -1px -50px;
	}
	.row.uniform.\32 00\25 > * {
		padding: 50px 0 0 50px;
	}
	.row.uniform.\32 00\25 {
		margin: -50px 0 -1px -50px;
	}
	.row.\31 50\25 > * {
		padding: 37.5px 0 0 37.5px;
	}
	.row.\31 50\25 {
		margin: -37.5px 0 -1px -37.5px;
	}
	.row.uniform.\31 50\25 > * {
		padding: 37.5px 0 0 37.5px;
	}
	.row.uniform.\31 50\25 {
		margin: -37.5px 0 -1px -37.5px;
	}
	.row.\35 0\25 > * {
		padding: 12.5px 0 0 12.5px;
	}
	.row.\35 0\25 {
		margin: -12.5px 0 -1px -12.5px;
	}
	.row.uniform.\35 0\25 > * {
		padding: 12.5px 0 0 12.5px;
	}
	.row.uniform.\35 0\25 {
		margin: -12.5px 0 -1px -12.5px;
	}
	.row.\32 5\25 > * {
		padding: 6.25px 0 0 6.25px;
	}
	.row.\32 5\25 {
		margin: -6.25px 0 -1px -6.25px;
	}
	.row.uniform.\32 5\25 > * {
		padding: 6.25px 0 0 6.25px;
	}
	.row.uniform.\32 5\25 {
		margin: -6.25px 0 -1px -6.25px;
	}
	.\31 2u\28desktop\29,
	.\31 2u\24\28desktop\29 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}
	.\31 1u\28desktop\29,
	.\31 1u\24\28desktop\29 {
		width: 91.6667%;
		clear: none;
		margin-left: 0;
	}
	.\31 0u\28desktop\29,
	.\31 0u\24\28desktop\29 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}
	.\39 u\28desktop\29,
	.\39 u\24\28desktop\29 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}
	.\38 u\28desktop\29,
	.\38 u\24\28desktop\29 {
		width: 66.6667%;
		clear: none;
		margin-left: 0;
	}
	.\37 u\28desktop\29,
	.\37 u\24\28desktop\29 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}
	.\36 u\28desktop\29,
	.\36 u\24\28desktop\29 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}
	.\35 u\28desktop\29,
	.\35 u\24\28desktop\29 {
		width: 41.6667%;
		clear: none;
		margin-left: 0;
	}
	.\34 u\28desktop\29,
	.\34 u\24\28desktop\29 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}
	.\33 u\28desktop\29,
	.\33 u\24\28desktop\29 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}
	.\32 u\28desktop\29,
	.\32 u\24\28desktop\29 {
		width: 16.6667%;
		clear: none;
		margin-left: 0;
	}
	.\31 u\28desktop\29,
	.\31 u\24\28desktop\29 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}
	.\31 2u\24\28desktop\29 + *,
	.\31 1u\24\28desktop\29 + *,
	.\31 0u\24\28desktop\29 + *,
	.\39 u\24\28desktop\29 + *,
	.\38 u\24\28desktop\29 + *,
	.\37 u\24\28desktop\29 + *,
	.\36 u\24\28desktop\29 + *,
	.\35 u\24\28desktop\29 + *,
	.\34 u\24\28desktop\29 + *,
	.\33 u\24\28desktop\29 + *,
	.\32 u\24\28desktop\29 + *,
	.\31 u\24\28desktop\29 + * {
		clear: left;
	}
	.\-11u\28desktop\29 {
		margin-left: 91.66667%;
	}
	.\-10u\28desktop\29 {
		margin-left: 83.33333%;
	}
	.\-9u\28desktop\29 {
		margin-left: 75%;
	}
	.\-8u\28desktop\29 {
		margin-left: 66.66667%;
	}
	.\-7u\28desktop\29 {
		margin-left: 58.33333%;
	}
	.\-6u\28desktop\29 {
		margin-left: 50%;
	}
	.\-5u\28desktop\29 {
		margin-left: 41.66667%;
	}
	.\-4u\28desktop\29 {
		margin-left: 33.33333%;
	}
	.\-3u\28desktop\29 {
		margin-left: 25%;
	}
	.\-2u\28desktop\29 {
		margin-left: 16.66667%;
	}
	.\-1u\28desktop\29 {
		margin-left: 8.33333%;
	}
}

@media screen and (min-width: 737px) and (max-width: 1200px) {
	.row > * {
		padding: 20px 0 0 20px;
	}
	.row {
		margin: -20px 0 -1px -20px;
	}
	.row.uniform > * {
		padding: 20px 0 0 20px;
	}
	.row.uniform {
		margin: -20px 0 -1px -20px;
	}
	.row.\32 00\25 > * {
		padding: 40px 0 0 40px;
	}
	.row.\32 00\25 {
		margin: -40px 0 -1px -40px;
	}
	.row.uniform.\32 00\25 > * {
		padding: 40px 0 0 40px;
	}
	.row.uniform.\32 00\25 {
		margin: -40px 0 -1px -40px;
	}
	.row.\31 50\25 > * {
		padding: 30px 0 0 30px;
	}
	.row.\31 50\25 {
		margin: -30px 0 -1px -30px;
	}
	.row.uniform.\31 50\25 > * {
		padding: 30px 0 0 30px;
	}
	.row.uniform.\31 50\25 {
		margin: -30px 0 -1px -30px;
	}
	.row.\35 0\25 > * {
		padding: 10px 0 0 10px;
	}
	.row.\35 0\25 {
		margin: -10px 0 -1px -10px;
	}
	.row.uniform.\35 0\25 > * {
		padding: 10px 0 0 10px;
	}
	.row.uniform.\35 0\25 {
		margin: -10px 0 -1px -10px;
	}
	.row.\32 5\25 > * {
		padding: 5px 0 0 5px;
	}
	.row.\32 5\25 {
		margin: -5px 0 -1px -5px;
	}
	.row.uniform.\32 5\25 > * {
		padding: 5px 0 0 5px;
	}
	.row.uniform.\32 5\25 {
		margin: -5px 0 -1px -5px;
	}
	.\31 2u\28tablet\29,
	.\31 2u\24\28tablet\29 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}
	.\31 1u\28tablet\29,
	.\31 1u\24\28tablet\29 {
		width: 91.6667%;
		clear: none;
		margin-left: 0;
	}
	.\31 0u\28tablet\29,
	.\31 0u\24\28tablet\29 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}
	.\39 u\28tablet\29,
	.\39 u\24\28tablet\29 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}
	.\38 u\28tablet\29,
	.\38 u\24\28tablet\29 {
		width: 66.6667%;
		clear: none;
		margin-left: 0;
	}
	.\37 u\28tablet\29,
	.\37 u\24\28tablet\29 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}
	.\36 u\28tablet\29,
	.\36 u\24\28tablet\29 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}
	.\35 u\28tablet\29,
	.\35 u\24\28tablet\29 {
		width: 41.6667%;
		clear: none;
		margin-left: 0;
	}
	.\34 u\28tablet\29,
	.\34 u\24\28tablet\29 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}
	.\33 u\28tablet\29,
	.\33 u\24\28tablet\29 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}
	.\32 u\28tablet\29,
	.\32 u\24\28tablet\29 {
		width: 16.6667%;
		clear: none;
		margin-left: 0;
	}
	.\31 u\28tablet\29,
	.\31 u\24\28tablet\29 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}
	.\31 2u\24\28tablet\29 + *,
	.\31 1u\24\28tablet\29 + *,
	.\31 0u\24\28tablet\29 + *,
	.\39 u\24\28tablet\29 + *,
	.\38 u\24\28tablet\29 + *,
	.\37 u\24\28tablet\29 + *,
	.\36 u\24\28tablet\29 + *,
	.\35 u\24\28tablet\29 + *,
	.\34 u\24\28tablet\29 + *,
	.\33 u\24\28tablet\29 + *,
	.\32 u\24\28tablet\29 + *,
	.\31 u\24\28tablet\29 + * {
		clear: left;
	}
	.\-11u\28tablet\29 {
		margin-left: 91.66667%;
	}
	.\-10u\28tablet\29 {
		margin-left: 83.33333%;
	}
	.\-9u\28tablet\29 {
		margin-left: 75%;
	}
	.\-8u\28tablet\29 {
		margin-left: 66.66667%;
	}
	.\-7u\28tablet\29 {
		margin-left: 58.33333%;
	}
	.\-6u\28tablet\29 {
		margin-left: 50%;
	}
	.\-5u\28tablet\29 {
		margin-left: 41.66667%;
	}
	.\-4u\28tablet\29 {
		margin-left: 33.33333%;
	}
	.\-3u\28tablet\29 {
		margin-left: 25%;
	}
	.\-2u\28tablet\29 {
		margin-left: 16.66667%;
	}
	.\-1u\28tablet\29 {
		margin-left: 8.33333%;
	}
}

@media screen and (max-width: 736px) {
	.row > * {
		padding: 20px 0 0 20px;
	}
	.row {
		margin: -20px 0 -1px -20px;
	}
	.row.uniform > * {
		padding: 20px 0 0 20px;
	}
	.row.uniform {
		margin: -20px 0 -1px -20px;
	}
	.row.\32 00\25 > * {
		padding: 40px 0 0 40px;
	}
	.row.\32 00\25 {
		margin: -40px 0 -1px -40px;
	}
	.row.uniform.\32 00\25 > * {
		padding: 40px 0 0 40px;
	}
	.row.uniform.\32 00\25 {
		margin: -40px 0 -1px -40px;
	}
	.row.\31 50\25 > * {
		padding: 30px 0 0 30px;
	}
	.row.\31 50\25 {
		margin: -30px 0 -1px -30px;
	}
	.row.uniform.\31 50\25 > * {
		padding: 30px 0 0 30px;
	}
	.row.uniform.\31 50\25 {
		margin: -30px 0 -1px -30px;
	}
	.row.\35 0\25 > * {
		padding: 10px 0 0 10px;
	}
	.row.\35 0\25 {
		margin: -10px 0 -1px -10px;
	}
	.row.uniform.\35 0\25 > * {
		padding: 10px 0 0 10px;
	}
	.row.uniform.\35 0\25 {
		margin: -10px 0 -1px -10px;
	}
	.row.\32 5\25 > * {
		padding: 5px 0 0 5px;
	}
	.row.\32 5\25 {
		margin: -5px 0 -1px -5px;
	}
	.row.uniform.\32 5\25 > * {
		padding: 5px 0 0 5px;
	}
	.row.uniform.\32 5\25 {
		margin: -5px 0 -1px -5px;
	}
	.\31 2u\28mobile\29,
	.\31 2u\24\28mobile\29 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}
	.\31 1u\28mobile\29,
	.\31 1u\24\28mobile\29 {
		width: 91.6667%;
		clear: none;
		margin-left: 0;
	}
	.\31 0u\28mobile\29,
	.\31 0u\24\28mobile\29 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}
	.\39 u\28mobile\29,
	.\39 u\24\28mobile\29 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}
	.\38 u\28mobile\29,
	.\38 u\24\28mobile\29 {
		width: 66.6667%;
		clear: none;
		margin-left: 0;
	}
	.\37 u\28mobile\29,
	.\37 u\24\28mobile\29 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}
	.\36 u\28mobile\29,
	.\36 u\24\28mobile\29 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}
	.\35 u\28mobile\29,
	.\35 u\24\28mobile\29 {
		width: 41.6667%;
		clear: none;
		margin-left: 0;
	}
	.\34 u\28mobile\29,
	.\34 u\24\28mobile\29 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}
	.\33 u\28mobile\29,
	.\33 u\24\28mobile\29 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}
	.\32 u\28mobile\29,
	.\32 u\24\28mobile\29 {
		width: 16.6667%;
		clear: none;
		margin-left: 0;
	}
	.\31 u\28mobile\29,
	.\31 u\24\28mobile\29 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}
	.\31 2u\24\28mobile\29 + *,
	.\31 1u\24\28mobile\29 + *,
	.\31 0u\24\28mobile\29 + *,
	.\39 u\24\28mobile\29 + *,
	.\38 u\24\28mobile\29 + *,
	.\37 u\24\28mobile\29 + *,
	.\36 u\24\28mobile\29 + *,
	.\35 u\24\28mobile\29 + *,
	.\34 u\24\28mobile\29 + *,
	.\33 u\24\28mobile\29 + *,
	.\32 u\24\28mobile\29 + *,
	.\31 u\24\28mobile\29 + * {
		clear: left;
	}
	.\-11u\28mobile\29 {
		margin-left: 91.66667%;
	}
	.\-10u\28mobile\29 {
		margin-left: 83.33333%;
	}
	.\-9u\28mobile\29 {
		margin-left: 75%;
	}
	.\-8u\28mobile\29 {
		margin-left: 66.66667%;
	}
	.\-7u\28mobile\29 {
		margin-left: 58.33333%;
	}
	.\-6u\28mobile\29 {
		margin-left: 50%;
	}
	.\-5u\28mobile\29 {
		margin-left: 41.66667%;
	}
	.\-4u\28mobile\29 {
		margin-left: 33.33333%;
	}
	.\-3u\28mobile\29 {
		margin-left: 25%;
	}
	.\-2u\28mobile\29 {
		margin-left: 16.66667%;
	}
	.\-1u\28mobile\29 {
		margin-left: 8.33333%;
	}
}
/* Basic */

body {
	background: #D4D9DD url("http://www.languageisavirus.com/assets/css/images/bg03.jpg");
	color: #474f51;
	font-size: 13.5pt;
	font-family: 'Merriweather', serif;
	line-height: 1.85em;
	font-weight: 300;
}
input,
textarea,
select {
	color: #474f51;
	font-size: 13.5pt;
	font-family: 'Merriweather', serif;
	line-height: 1.85em;
	font-weight: 300;
}
textarea {
	height: 100%!important;
	width: 100%!important;
	min-height: 300px;
}
ul,
ol,
p,
dl {
	margin: 0 0 2em 0;
}
a {
	font-weight: bold;
	text-decoration: underline;
}
a:visited,
#content a:visited,
#footer a:visited {
	color: #666;
	font-weight: normal!important;
	text-decoration: none!important;
}
.button-big:visited {color: #fff !important;}
a:hover {
	color: #000;
	text-decoration: none;
}
section >:last-child,
.last-child {
	margin-bottom: 0 !important;
}
.boxads {
	width: 320px;
	height: 520px;
	margin: auto;
	padding: 0;
	text-align: center;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	#margin: 10px;
}
/* Multi-use */

.link-list li {
	padding: 0.2em 0 0.2em 0;
}
.link-list li:first-child {
	padding-top: 0 !important;
	border-top: 0 !important;
}
.link-list li:last-child {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}
.quote-list li {
	padding: 1em 0 1em 0;
	overflow: hidden;
}
.quote-list li:first-child {
	padding-top: 0 !important;
	border-top: 0 !important;
}
.quote-list li:last-child {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}
.quote-list li img {
	float: left;
}
.quote-list li p {
	margin: 0 0 0 90px;
	font-size: 1.2em;
	font-style: italic;
}
.quote-list li span {
	display: block;
	margin-left: 90px;
	font-size: 0.9em;
	font-weight: 400;
}
.check-list li {
	padding: 0.7em 0 0.7em 45px;
	font-size: 1.2em;
	background: url("http://www.languageisavirus.com/assets/css/images/icon-checkmark.png") 0px 1.05em no-repeat;
}
.check-list li:first-child {
	padding-top: 0 !important;
	border-top: 0 !important;
	background-position: 0 0.3em;
}
.check-list li:last-child {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}
.feature-image {
	display: block;
	margin: 0 0 2em 0;
	outline: 0;
}
.feature-image img {
	display: block;
	width: 100%;
}
.bordered-feature-image {
	display: block;
	background: #fff url("http://www.languageisavirus.com/assets/css/images/bg04.png");
	padding: 10px;
	box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
	#margin: 0 0 1.5em 0;
	margin: 10px;
	outline: 0;
}
.bordered-feature-image img {
	display: block;
	width: 100%;
}
.button-big,
input[type=button],
input[type=submit] {
	background-image: -moz-linear-gradient(top, #ed391b, #ce1a00);
	background-image: -webkit-linear-gradient(top, #ed391b, #ce1a00);
	background-image: -ms-linear-gradient(top, #ed391b, #ce1a00);
	background-image: linear-gradient(top, #ed391b, #ce1a00);
	display: inline-block;
	background-color: #ed391b;
	color: #fff;
	text-decoration: none;
	font-size: 1.75em;
	font-weight: 300;
	padding: 15px 45px 15px 45px;
	outline: 0;
	border-radius: 10px;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
	margin: 20px auto 20px auto;
	cursor: pointer;
}
input[type=button].smallred {
	font-size: 16px!important;
	margin: 10px auto 20px auto;
}
@media all and (min-width: 375px) {
	input[type=button].smallred {
		padding: 10px 25px!important;
	}
}
@media all and (max-width: 374px) {
	input[type=button].smallred {
		padding: 10px 16px!important;
	}
}
.button-big:hover {
	background-image: -moz-linear-gradient(top, #fd492b, #de2a10);
	background-image: -webkit-linear-gradient(top, #fd492b, #de2a10);
	background-image: -ms-linear-gradient(top, #fd492b, #de2a10);
	background-image: linear-gradient(top, #fd492b, #de2a10);
	background-color: #fd492b;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
}
.button-big:active {
	background-image: -moz-linear-gradient(top, #ce1a00, #ed391b);
	background-image: -webkit-linear-gradient(top, #ce1a00, #ed391b);
	background-image: -ms-linear-gradient(top, #ce1a00, #ed391b);
	background-image: linear-gradient(top, #ce1a00, #ed391b);
	background-color: #ce1a00;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
}
.greybtn {
	background-image: -moz-linear-gradient(top, #eee, #ccc)!important;
	background-image: -webkit-linear-gradient(top, #eee, #ccc)!important;
	background-image: -ms-linear-gradient(top, #eee, #ccc)!important;
	background-image: linear-gradient(top, #eee, #ccc)!important;
	background-color: #eee!important;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0), inset 0px 0px 0px 0px rgba(0, 0, 0, 0), inset 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)!important;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0)!important;
	color: #666!important;
	cursor: pointer;
}
.greybtn:hover {
	background-image: -moz-linear-gradient(top, #ccc, #eee)!important;
	background-image: -webkit-linear-gradient(top, #ccc, #eee)!important;
	background-image: -ms-linear-gradient(top, #ccc, #eee)!important;
	background-image: linear-gradient(top, #ccc, #eee)!important;
	background-color: #ccc!important;
}
.greybtn:active {
	background-image: -moz-linear-gradient(top, #ccc, #eee)!important;
	background-image: -webkit-linear-gradient(top, #ccc, #eee)!important;
	background-image: -ms-linear-gradient(top, #ccc, #eee)!important;
	background-image: linear-gradient(top, #ccc, #eee)!important;
	background-color: #ccc!important;
}

.search input[type=text] {
	padding: 10px!important;
	font-size: 18px;
	border-radius: 10px;
	margin-bottom: 5px;
	width: 236px;
}
.search .button-big {
	cursor: pointer;
	font-size: 22px!important;
	padding: 15px 64px!important;
}
.leaderboard {
	width: 738px;
	height: 100px;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
}

.coltwo {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 45%;
}
.pin {
	background: #efefef;
	border: #ddd;
	margin: 10px;
	padding: 10px;
}
.pin div,
.pin a,
.pin table,
.pin tr,
.pin td {
	font-family: ms sans serif,verdana,arial,helvetica,sans serif;
	font-size: 10px;
	line-height: 22px;
}
.itemtitle {
	background: #ddd;
	padding: 3px;
}
.itemdescription td {
	vertical-align: top;
}
.pin img {	
	padding: 10px 20px 10px 0px;
}

#writing-news .itemtitle {
	background: #fff;
	display: block;
	padding: 10px;
}
#writing-news table {display: table;}
#writing-news tr {display: table-row;} 
#writing-news td {display: table-cell;}
#writing-news div img {
	box-shadow: 1px 1px 3px #666;
	float: left;
	margin: 10px;
	margin-top: 60px;
	padding: 10px;
	width: 80px;
	height: 80px;
}
#writing-news .j img {display: none;}
#writing-news .itemtitleone {display: none;}
#writing-news .itemtitle a {line-height: 16px;}
#writing-news .lh {
	background: #efefef;
	border: 1px solid #ddd;
	margin: 10px;
	padding: 10px;
}
.writing-news-infobox {
	background: #efefef;
	border: 1px solid #ddd;
	font-size: 12px;
	line-height: 22px;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

.myshadowedges, .generated, .userinput {
	background: #efefef;
	border: 1px solid #ddd;
	color: #000;
	margin: 10px;
	padding: 10px;
}
.articles {
	float: right;
	margin: 10px;
	width: 300px;
}
.articles img {
	width: 300px;
}

.instructions-sm {
	font-size: 14px;
}

.recommended-book {
	float: right;
	font-size: 10px;
	line-height: 18px;
	margin: 10px;
	width: 160px;
}
.recommended-book-box {
	margin: auto;
	text-align: center;
}
.recommended-book-box div {
	float: left;
	font-size: 10px;
	line-height: 22px;
	margin: 5px;
	text-align: center;
	width: 110px!important;
}
.recommended-book-box div a {
	text-decoration: none;
}

.sources {
	background: #efefef;
	border: 1px solid #ddd;
	margin: 10px;
	padding: 10px;
}
.booklink {
	background: #eee;
	float: right;
	margin: 10px;
	padding: 10px;
	text-align: center;
	width: 200px;
}
.booklink img {
	background: #fff;
	border: 1px solid #ccc;
}
.booklink a {
	font-size: 12px;
	line-height: 22px;
}
.booklink:before {
	content: 'Recommended Reading:';
	font-weight: bold;
}
.amz {
	text-decoration: none;
	border-bottom: 7px dotted #ccc;
}
blockquote, q {
	background: #ccc;
	margin: 10px;
	padding: 10px;
	width: 300px;
	float: right;
}
blockquote p {
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}
.caption {
	color: #666;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
cite,.cite {
	background: #eee;
	color: #666;
	font-size: 10px;
	font-style: italic;
	margin: 10px 10px 30px 10px;
	padding: 10px;
}
.cite:before {
	color: #666;
	content: 'Source: ';
	font-size: 10px;
	font-style: italic;
}
.bold {font-weight: bold;}

.quote-container {
	margin-top: 0px;
	position: relative;
}

.note {
	color: #333;
	font-family: 'Merriweather', serif;
	font-size: 24px;
	position: relative;
	width: 320px;
	margin: 0 auto;
	padding: 20px;
	box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
	text-align: center;
}

.note .author {
	display: block;
	margin: 40px 0 0 0;
	text-align: right;
}
.yellow {
	background: #eae672;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}
.pin {
	background-color: #aaa;
	display: block;
	height: 32px;
	width: 2px;
	position: absolute;
	left: 50%;
	top: -16px;
	z-index: 1;
}
.pin:after {
	background-color: #A31;
	background-image: radial-gradient(25% 25%, circle, hsla(0,0%,100%,.3), hsla(0,0%,0%,.3));
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1),
							inset 3px 3px 3px hsla(0,0%,100%,.2),
							inset -3px -3px 3px hsla(0,0%,0%,.2),
							23px 20px 3px hsla(0,0%,0%,.15);
	content: '';
	height: 12px;
	left: -5px;
	position: absolute;
	top: -10px;
	width: 12px;
}
.pin:before {
	background-color: hsla(0,0%,0%,0.1);
	box-shadow: 0 0 .25em hsla(0,0%,0%,.1);
	content: '';

	height: 24px;
	width: 2px;
	left: 0;
	position: absolute;
	top: 8px;

	transform: rotate(57.5deg);
	-moz-transform: rotate(57.5deg);
	-webkit-transform: rotate(57.5deg);
	-o-transform: rotate(57.5deg);
	-ms-transform: rotate(57.5deg);

	transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
}

video {
	max-width: 100%;
	height: auto;
}
iframe,embed,object {max-width: 100%;}
.videocontainer {
	width: 100%;
}
.vendor {
}
.unsupported {
}

ol.number {counter-reset: item;}
ol.number li {
	display: block;
	margin: 10px;
	line-height: 26px;
}
ol.number li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: #000;
	font-size: 34px;
	font-weight: bold;
}

strong, b {font-weight: bold!important;}

/* Content */

#content .quote-list li {
	border-bottom: solid 1px #e2e6e8;
}
#content .link-list li {
	border-bottom: solid 1px #e2e6e8;
}
#content .check-list li {
	border-bottom: solid 1px #e2e6e8;
}
/* Footer */

#footer .quote-list li {
	border-top: solid 1px #e0e4e6;
	border-bottom: solid 1px #b5bec3;
}
#footer .link-list li {
	border-top: solid 1px #e0e4e6;
	border-bottom: solid 1px #b5bec3;
}
#footer .check-list li {
	border-top: solid 1px #e0e4e6;
	border-bottom: solid 1px #b5bec3;
}




form {
	font: 12px/26px Verdana, Geneva, sans-serif;
	margin: 30px auto;
}
form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
form ul ul {
	overflow: visible;
}
form li {
	padding-bottom: 5px;
}
form label {
	width: 160px;
	display: block;
	float: left;
	line-height: 26px;
}
form label {
	width: auto;
	display: inline;
	float: none;
	line-height: 26px;
	padding: 0 5px
}
input[type=text], textarea, select {
	#width: 200px;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
	padding: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
	background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
input[type=text]:hover, textarea:hover, select:hover, input[type=text]:focus, textarea:focus, select:focus {
	border-color: #333;
	background: #fff;
}
select {
	margin-bottom: 10px;
}
ul.sitemap {
	padding: 10px!important;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-o-column-count: 4;
	column-count: 4;
}
.sitemap li {
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
}


.theboxad {
	float: right;
	margin: 10px;
}

/* Desktop */











@media (max-width: 800px) {
	ul.sitemap {
		-webkit-column-count: 3;
		-moz-column-count: 3;
	 		-o-column-count: 3;
		column-count: 3;
	}
}

@media screen and (min-width: 737px) {
	/* Basic */
	
	body {
		min-width: 1200px;
	}
	section:last-child {
		margin-bottom: 0 !important;
	}
	/* Wrappers */
	
	#header-wrapper {
		background: #3B4346 url("http://www.languageisavirus.com/assets/css/images/bg01.jpg");
		border-bottom: solid 1px #272d30;
		box-shadow: inset 0px -1px 0px 0px #51575a;
		text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
	}
	.subpage #header-wrapper {
		height: 155px;
	}
	#features-wrapper {
		background: #353D40 url("http://www.languageisavirus.com/assets/css/images/bg02.jpg");
		border-bottom: solid 1px #272e31;
		padding: 45px 0 45px 0;
		text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
	}
	#content-wrapper {
		background: #f7f7f7 url("http://www.languageisavirus.com/assets/css/images/bg04.png");
		border-top: solid 1px #fff;
		#padding: 45px 0 45px 0;
	}
	#footer-wrapper {
		padding: 45px 0 45px 0;
		text-shadow: 1px 1px 1px white;
	}
	/* Header */
	
	#header {
		min-height: 155px;
		position: relative;
	}
	#header h1,
	#header .h1 {
		font-family: "Ruthie", cursive;
		position: absolute;
		left: 0;
		bottom: 35px;
		font-size: 3.5em;
		/* font-size: 1.5em; */
		color: #fff;
		font-weight: normal;
		text-decoration: none;
	}
	h1 {
		font-family: "Ruthie", cursive;
		font-size: 3.5em;
		/* font-size: 1.5em; */
		font-weight: normal;
		line-height: 52px;
		margin: 20px auto 20px auto;
	}
	#header h1 a,
	#header .h1 a,
	h1 a {
		font-family: "Ruthie", cursive;
		font-weight: normal;
		color: #fff;
		text-decoration: none;
	}
	#header nav {
		position: absolute;
		right: 0;
		bottom: 35px;
		font-weight: 200;
	}
	#header nav a {
		color: #c6c8c8;
		text-decoration: none;
		font-size: 1.4em;
		font-weight: normal;
		margin-left: 60px;
		outline: 0;
	}
	#header nav a:hover {
		color: #f6f8f8;
	}
	/* Banner */
	
	#banner {
		border-top: solid 1px #222628;
		box-shadow: inset 0px 1px 0px 0px #3e484a;
		padding: 35px 0 35px 0;
		color: #fff;
	}
	#banner .bordered-feature-image {
		margin-bottom: 0;
	}
	#banner p {
		font-size: 2em;
		font-weight: 200;
		line-height: 1.25em;
		padding-right: 1em;
		margin: 0 0 1em 0;
	}
	/* Features */
	
	#features {
		color: #a0a8ab;
	}
	#features h2 {
		font-size: 1.25em;
		color: #fff;
		margin: 0 0 0.25em 0;
	}
	#features a {
		color: #e0e8eb;
	}
	#features strong {
		color: #fff;
	}
	/* Content */
	
	#content section {
		background: #fff;
		padding: 40px 30px 45px 30px;
		box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.1);
		margin: 0 0 10% 0;
	}
	#content h2 {
		font-size: 1.8em;
		color: #373f42;
		margin: 0 0 0.25em 0;
	}
	#content h3 {
		color: #000;
		font-size: 1.25em;
	}
	#content a {
		color: #ED391B;
	}
	#content header {
		margin: 0 0 2em 0;
	}
	/* Footer */
	
	#footer {
		color: #546b76;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	}
	#footer h2 {
		font-size: 1.25em;
		color: #212f35;
		margin: 0 0 1em 0;
	}
	#footer a {
		color: #ED391B;
	}
	/* Copyright */
	
	#copyright {
		border-top: solid 1px #b5bec3;
		box-shadow: inset 0px 1px 0px 0px #e0e4e7;
		text-align: center;
		padding: 45px 0 80px 0;
		color: #333;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	}
	#copyright a {
		color: #ED391B;
	}
}
/* Tablet */


@media screen and (min-width: 737px) and (max-width: 1200px) {
	/* Basic */
	
	body {
		min-width: 1000px;
	}
	/* Multi-use */
	
	.check-list li {
		font-size: 1em;
		line-height: 2em;
	}
	.quote-list li {
		padding: 1em 0 1em 0;
	}
	.quote-list li img {
		width: 60px;
	}
	.quote-list li p {
		margin: 0 0 0 80px;
		font-size: 1em;
		font-style: italic;
		line-height: 1.8em;
	}
	.quote-list li span {
		display: block;
		margin-left: 80px;
		font-size: 0.8em;
		font-weight: 400;
		line-height: 1.8em;
	}
	.feature-image {
		margin: 0 0 1em 0;
	}
	.button-big {
		font-size: 1.5em;
		padding: 10px 35px 10px 35px;
	}
	/* Banner */
	
	#banner p {
		font-size: 1.75em;
	}
	/* Header */
	
	#header h1,
	#header .h1 {
		font-size: 1.5em;
	}
	#header nav a {
		font-size: 1.1em;
	}
	/* Content */
	
	#content h2 {
		font-size: 1.4em;
	}
	#content h3 {
		font-size: 1.1em;
	}
	#content header {
		margin: 0 0 1.25em 0;
	}
}
/* Mobile */

#navPanel,
#titleBar {
	display: none;
}

@media screen and (max-width: 736px) {
	/* Basic */
	
	html,
	body {
		overflow-x: hidden;
	}
	body,
	input,
	textarea,
	select {
		font-size: 13pt;
		line-height: 1.4em;
	}
	/* Multi-use */
	
	.link-list li {
		padding: 0.75em 0 0.75em 0;
	}
	.quote-list li p {
		margin-bottom: 0.5em;
	}
	.check-list li {
		font-size: 1em;
	}
	.button-big {
		font-size: 1.5em;
		padding: 10px 35px 10px 35px;
	}
	/* Wrappers */
	
	#header-wrapper {
		background: #3B4346 url("http://www.languageisavirus.com/assets/css/images/bg01.jpg") top center;
		box-shadow: inset 0px -1px 0px 0px #272d30, inset 0px -2px 0px 0px #51575a;
		text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
	}
	#features-wrapper {
		background: #353D40 url("http://www.languageisavirus.com/assets/css/images/bg02.jpg");
		padding: 15px 15px 30px 15px;
		text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
	}
	#content-wrapper {
		background: #f7f7f7 url("http://www.languageisavirus.com/assets/css/images/bg04.png");
		padding: 5px;
	}
	.subpage #content-wrapper {
		padding-top: 44px;
	}
	#footer-wrapper {
		padding: 40px 15px 15px 15px;
		text-shadow: 1px 1px 1px white;
	}
	/* Header */
	
	#header {
		display: none;
	}
	#banner {
		position: relative;
		color: #fff;
		text-align: center;
		padding: 30px 30px 15px 30px;
		margin-top: 44px;
	}
	#banner .bordered-feature-image {
		display: none;
	}
	#banner p {
		font-size: 1.25em;
		font-weight: 200;
		line-height: 1.25em;
		margin: 0 0 1em 0;
	}
	/* Features */
	
	#features {
		color: #a0a8ab;
	}
	#features section {
		padding: 0 0 25px 0;
		margin: 0 0 25px 0;
		border-bottom: solid 1px #51575a;
		box-shadow: inset 0px -1px 0px 0px #272d30;
	}
	#features > div > div:last-child > section {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
		box-shadow: none;
	}
	#features h2 {
		font-size: 1.25em;
		color: #fff;
		margin: 0 0 0.25em 0;
	}
	#features a {
		color: #e0e8eb;
		font-weight: bold;
		text-decoration: underline;
	}
	#features strong {
		color: #fff;
	}
	/* Content */
	
	#content section {
		background: #fff;
		box-shadow: inset 0px 0px 0px 1px rgba(128, 128, 128, 0.2);
		padding: 30px 15px 30px 15px;
		margin: 0 0 5px 0;
	}
	#content h2 {
		font-size: 1.25em;
		color: #373f42;
		margin: 0 0 0.1em 0;
	}
	#content h3 {
		color: #96a9b5;
		font-size: 1em;
	}
	#content a {
		color: #ED391B;
	}
	#content header {
		margin: 0 0 1.25em 0;
	}
	/* Footer */
	
	#footer {
		color: #546b76;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	}
	#footer section {
		margin: 0 0 40px 0;
	}
	#footer h2 {
		font-size: 1.25em;
		color: #212f35;
		margin: 0 0 0.75em 0;
	}
	#footer a {
		color: #546b76;
	}
	#footer .link-list {
		margin: 0 0 30px 0 !important;
	}
	/* Copyright */
	
	#copyright {
		border-top: solid 1px #b5bec3;
		box-shadow: inset 0px 1px 0px 0px #e0e4e7;
		text-align: center;
		padding: 20px 30px 20px 30px;
		color: #8d9ca3;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	}
	#copyright a {
		color: #8d9ca3;
	}
	/* Off-Canvas Navigation */
	
	#page-wrapper {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		padding-bottom: 1px;
	}
	#titleBar {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 44px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10001;
		color: #fff;
		background: url("http://www.languageisavirus.com/assets/css/images/bg04.jpg");
		box-shadow: inset 0px -20px 70px 0px rgba(200, 220, 245, 0.1), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.6);
		text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
	}
	#titleBar .title {
		display: block;
		text-align: center;
		font-size: 1.2em;
		font-weight: 400;
		line-height: 44px;
	}
	#titleBar .toggle {
		position: absolute;
		left: 0;
		top: 0;
		width: 80px;
		height: 60px;
	}
	#titleBar .toggle:after {
		content: '';
		display: block;
		position: absolute;
		top: 6px;
		left: 6px;
		color: #fff;
		background: rgba(255, 255, 255, 0.025);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.05), inset 0px -8px 10px 0px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
		text-shadow: -1px -1px 1px black;
		width: 49px;
		height: 31px;
		border-radius: 8px;
	}
	#titleBar .toggle:before {
		content: '';
		position: absolute;
		width: 20px;
		height: 30px;
		background: url("http://www.languageisavirus.com/assets/css/images/mobileUI-site-nav-opener-bg.svg");
		top: 15px;
		left: 20px;
		z-index: 1;
		opacity: 0.25;
	}
	#titleBar .toggle:active:after {
		background: rgba(255, 255, 255, 0.05);
	}
	#navPanel {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translateX(-275px);
		-webkit-transform: translateX(-275px);
		-ms-transform: translateX(-275px);
		transform: translateX(-275px);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 100%;
		left: 0;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 275px;
		z-index: 10002;
		background: url("http://www.languageisavirus.com/assets/css/images/bg04.jpg");
		box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25), inset -2px 0px 25px 0px rgba(0, 0, 0, 0.5);
		text-shadow: -1px -1px 1px black;
	}
	#navPanel .link {
		display: block;
		color: #fff;
		text-decoration: none;
		font-size: 1.25em;
		line-height: 2em;
		padding: 0.5em 1.5em 0.5em 1.5em;
		border-top: solid 1px #373d40;
		border-bottom: solid 1px rgba(0, 0, 0, 0.4);
	}
	#navPanel .link:first-child {
		border-top: 0;
	}
	#navPanel .link:last-child {
		border-bottom: 0;
	}
	body.navPanel-visible #page-wrapper {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}
	body.navPanel-visible #titleBar {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}
	body.navPanel-visible #navPanel {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (max-width: 600px) {
	ul.sitemap {
		-webkit-column-count: 2;
		-moz-column-count: 2;
	 		-o-column-count: 2;
		column-count: 2;
	}
}

@media all and (max-width:414px){
	textarea {
		border-width: 2px;
		margin-top: 10px;
	}
	.addthis_toolbox img {
		width: 25px!important;
		height: auto!important;
	}
}

@media (max-width: 400px) {
	ul.sitemap {
		-webkit-column-count: 1;
		-moz-column-count: 1;
	 	-o-column-count: 1;
		column-count: 1;
	}
}

@media all and (max-width:320px){
	.boxads {
		margin: 0px;
		text-align: left;
		margin-left: -20px;
	}
}