/*!
Theme Name: Nowell
Theme URI: http://audiotheme.com/view/nowell/
Author: AudioTheme
Author URI: http://audiotheme.com/
Description: A premium WordPress music theme featuring video and record player overlays, large hero content areas to showcase various media, maps, and images, and a variety of customization options to make your site unique.
Version: 1.2.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nowell
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
html {
	font-family: sans-serif;

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a {
	background: transparent;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button,
input {
	line-height: normal;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;

	-webkit-appearance: button;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;

	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@media print {
	* {
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a,
  a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
  a[href^="#"]:after {
		content: "";
	}
	pre,
  blockquote {
		border: 1px solid #999;

		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
  img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
  @page {
		margin: 2cm 0.5cm;
	}
	p,
  h2,
  h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
  h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff !important;
	}
	.navbar {
		display: none;
	}
	.table td,
  .table th {
		background-color: #fff !important;
	}
	.btn > .caret,
  .dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table-bordered th,
  .table-bordered td {
		border: 1px solid #ddd !important;
	}
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	background-color: #e4e4e4;
	color: #777;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.64285714;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #b30000;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #f00;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	background-color: #e4e4e4;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	height: auto;
	line-height: 1.64285714;
	max-width: 100%;
	padding: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.img-circle {
	border-radius: 50%;
}
hr {
	border: 0;
	border-top: 1px solid #e4e4e4;
	margin-bottom: 23px;
	margin-top: 23px;
}
.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
p {
	margin: 0 0 11.5px;
}
.lead {
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
	margin-bottom: 23px;
}
@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}
small,
.small {
	font-size: 85%;
}
cite {
	font-style: normal;
}
.text-muted {
	color: #9b9b9b;
}
.text-primary {
	color: #b30000;
}
.text-primary:hover {
	color: #800000;
}
.text-warning {
	color: #c09853;
}
.text-warning:hover {
	color: #a47e3c;
}
.text-danger {
	color: #b94a48;
}
.text-danger:hover {
	color: #953b39;
}
.text-success {
	color: #468847;
}
.text-success:hover {
	color: #356635;
}
.text-info {
	color: #3a87ad;
}
.text-info:hover {
	color: #2d6987;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #0c0c0c;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	color: #9b9b9b;
	font-weight: normal;
	line-height: 1;
}
h1,
h2,
h3 {
	margin-bottom: 11.5px;
	margin-top: 23px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
	font-size: 65%;
}
h4,
h5,
h6 {
	margin-bottom: 11.5px;
	margin-top: 11.5px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
	font-size: 75%;
}
h1,
.h1 {
	font-size: 36px;
}
h2,
.h2 {
	font-size: 30px;
}
h3,
.h3 {
	font-size: 24px;
}
h4,
.h4 {
	font-size: 18px;
}
h5,
.h5 {
	font-size: 14px;
}
h6,
.h6 {
	font-size: 12px;
}
.page-header {
	border-bottom: 1px solid #e4e4e4;
	margin: 46px 0 23px;
	padding-bottom: 10.5px;
}
ul,
ol {
	margin-bottom: 11.5px;
	margin-top: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	list-style: none;
	padding-left: 0;
}
.list-inline {
	list-style: none;
	padding-left: 0;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.list-inline > li:first-child {
	padding-left: 0;
}
dl {
	margin-bottom: 23px;
}
dt,
dd {
	line-height: 1.64285714;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
@media (min-width: 768px) {
	.dl-horizontal dt {
		clear: left;
		float: left;
		overflow: hidden;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 160px;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
	.dl-horizontal dd:before,
  .dl-horizontal dd:after {
		content: " ";
		display: table;
	}
	.dl-horizontal dd:after {
		clear: both;
	}
	.dl-horizontal dd:before,
  .dl-horizontal dd:after {
		content: " ";
		display: table;
	}
	.dl-horizontal dd:after {
		clear: both;
	}
}
abbr[title],
abbr[data-original-title] {
	border-bottom: 1px dotted #9b9b9b;
	cursor: help;
}
abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	border-left: 5px solid #e4e4e4;
	margin: 0 0 23px;
	padding: 11.5px 23px;
}
blockquote p {
	font-size: 17.5px;
	font-weight: 300;
	line-height: 1.25;
}
blockquote p:last-child {
	margin-bottom: 0;
}
blockquote small {
	color: #9b9b9b;
	display: block;
	line-height: 1.64285714;
}
blockquote small:before {
	content: "\2014 \00A0";
}
blockquote.pull-right {
	border-left: 0;
	border-right: 5px solid #e4e4e4;
	padding-left: 0;
	padding-right: 15px;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
	text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: "";
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: "\00A0 \2014";
}
blockquote:before,
blockquote:after {
	content: "";
}
address {
	font-style: normal;
	line-height: 1.64285714;
	margin-bottom: 23px;
}
code,
kbd,
pre,
samp {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
	background-color: #f9f2f4;
	border-radius: 4px;
	color: #c7254e;
	font-size: 90%;
	padding: 2px 4px;
	white-space: nowrap;
}
pre {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #4a4a4a;
	display: block;
	font-size: 13px;
	line-height: 1.64285714;
	margin: 0 0 11.5px;
	padding: 11px;
	word-break: break-all;
	word-wrap: break-word;
}
pre code {
	background-color: transparent;
	border-radius: 0;
	color: inherit;
	font-size: inherit;
	padding: 0;
	white-space: pre-wrap;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.container:before,
.container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.container:before,
.container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.row {
	margin-left: -20px;
	margin-right: -20px;
}
.row:before,
.row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.row:before,
.row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: 0;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: 0;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
	.container {
		width: 760px;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: 0;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: 0;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.container {
		width: 980px;
	}
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: 0;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: 0;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1180px;
	}
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: 0;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: 0;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}
table {
	background-color: transparent;
	max-width: 100%;
}
th {
	text-align: left;
}
.table {
	margin-bottom: 23px;
	width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top: 1px solid #ddd;
	line-height: 1.64285714;
	padding: 8px;
	vertical-align: top;
}
.table > thead > tr > th {
	border-bottom: 2px solid #ddd;
	vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #e4e4e4;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	display: table-column;
	float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
	display: table-cell;
	float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
@media (max-width: 767px) {
	.table-responsive {
		border: 1px solid #ddd;
		margin-bottom: 17.25px;
		overflow-x: scroll;
		overflow-y: hidden;
		width: 100%;

		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
legend {
	border: 0;
	border-bottom: 1px solid #0c0c0c;
	color: #0c0c0c;
	display: block;
	font-size: 21px;
	line-height: inherit;
	margin-bottom: 23px;
	padding: 0;
	width: 100%;
}
label {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
}
input[type="search"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  /* IE8-9 */
	line-height: normal;
	margin: 4px 0 0;
	margin-top: 1px \9;
}
input[type="file"] {
	display: block;
}
select[multiple],
select[size] {
	height: auto;
}
select optgroup {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	height: auto;
}
output {
	color: #777;
	display: block;
	font-size: 14px;
	line-height: 1.64285714;
	padding-top: 7px;
	vertical-align: middle;
}
.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #0c0c0c;
	border-radius: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #777;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 1.64285714;
	padding: 6px 12px;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	vertical-align: middle;
	width: 100%;
}
.form-control:focus {
	border-color: #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0;
}
.form-control:-moz-placeholder {
	color: #9b9b9b;
}
.form-control::-moz-placeholder {
	color: #9b9b9b;
}
.form-control:-ms-input-placeholder {
	color: #9b9b9b;
}
.form-control::-webkit-input-placeholder {
	color: #9b9b9b;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #e4e4e4;
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
.form-group {
	margin-bottom: 15px;
}
.radio,
.checkbox {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 23px;
	padding-left: 20px;
	vertical-align: middle;
}
.radio label,
.checkbox label {
	cursor: pointer;
	display: inline;
	font-weight: normal;
	margin-bottom: 0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 20px;
	vertical-align: middle;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-left: 10px;
	margin-top: 0;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.input-sm {
	border-radius: 3px;
	font-size: 12px;
	height: 32px;
	line-height: 1.5;
	padding: 5px 10px;
}
select.input-sm {
	height: 32px;
	line-height: 32px;
}
textarea.input-sm {
	height: auto;
}
.input-lg {
	border-radius: 6px;
	font-size: 20px;
	height: 50px;
	line-height: 1.33;
	padding: 10px 16px;
}
select.input-lg {
	height: 50px;
	line-height: 50px;
}
textarea.input-lg {
	height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
	color: #c09853;
}
.has-warning .form-control {
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
	background-color: #fcf8e3;
	border-color: #c09853;
	color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #b94a48;
}
.has-error .form-control {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
	background-color: #f2dede;
	border-color: #b94a48;
	color: #b94a48;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	color: #468847;
}
.has-success .form-control {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
	background-color: #dff0d8;
	border-color: #468847;
	color: #468847;
}
.form-control-static {
	margin-bottom: 0;
}
.help-block {
	color: #b7b7b7;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}
@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
	}
	.form-inline .radio,
  .form-inline .checkbox {
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0;
	}
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 7px;
}
.form-horizontal .form-group {
	margin-left: -20px;
	margin-right: -20px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table;
}
.form-horizontal .form-group:after {
	clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table;
}
.form-horizontal .form-group:after {
	clear: both;
}
.form-horizontal .form-control-static {
	padding-top: 7px;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
	}
}
.btn {
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.64285714;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;

	-o-user-select: none;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
}
.btn:active,
.btn.active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.65;
	pointer-events: none;

	filter: alpha(opacity=65);
}
.btn-default {
	background-color: #fff;
	border-color: #0c0c0c;
	color: #333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-color: #ebebeb;
	border-color: #000;
	color: #333;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #0c0c0c;
}
.btn-primary {
	background-color: #b30000;
	border-color: #0c0c0c;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-color: #8a0000;
	border-color: #000;
	color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #b30000;
	border-color: #0c0c0c;
}
.btn-warning {
	background-color: #f0ad4e;
	border-color: #0c0c0c;
	color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	background-color: #ed9c28;
	border-color: #000;
	color: #fff;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #0c0c0c;
}
.btn-danger {
	background-color: #d9534f;
	border-color: #0c0c0c;
	color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background-color: #d2322d;
	border-color: #000;
	color: #fff;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #0c0c0c;
}
.btn-success {
	background-color: #5cb85c;
	border-color: #0c0c0c;
	color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background-color: #47a447;
	border-color: #000;
	color: #fff;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #0c0c0c;
}
.btn-info {
	background-color: #5bc0de;
	border-color: #0c0c0c;
	color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	background-color: #39b3d7;
	border-color: #000;
	color: #fff;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #0c0c0c;
}
.btn-link {
	border-radius: 0;
	color: #b30000;
	cursor: pointer;
	font-weight: normal;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	background-color: transparent;
	color: #f00;
	text-decoration: underline;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #9b9b9b;
	text-decoration: none;
}
.btn-lg {
	border-radius: 6px;
	font-size: 20px;
	line-height: 1.33;
	padding: 10px 16px;
}
.btn-sm,
.btn-xs {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}
.btn-xs {
	padding: 1px 5px;
}
.btn-block {
	display: block;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
	height: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
.caret {
	border-bottom: 0 dotted;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #0c0c0c;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
}
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid #0c0c0c;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	display: none;
	float: left;
	font-size: 14px;
	list-style: none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	background-color: #9b9b9b;
	height: 1px;
	margin: 10.5px 0;
	overflow: hidden;
}
.dropdown-menu > li > a {
	clear: both;
	color: #777;
	display: block;
	font-weight: normal;
	line-height: 1.64285714;
	padding: 3px 20px;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #fff;
	color: #0c0c0c;
	text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #fff;
	color: #fff;
	outline: 0;
	text-decoration: none;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #9b9b9b;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
	text-decoration: none;

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-header {
	color: #9b9b9b;
	display: block;
	font-size: 12px;
	line-height: 1.64285714;
	padding: 3px 20px;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-bottom: 4px solid #0c0c0c;
	border-top: 0 dotted;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	margin-bottom: 1px;
	top: auto;
	bottom: 100%;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
}
.btn-default .caret {
	border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
	border-top-color: #fff;
}
.dropup .btn-default .caret {
	border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
	border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	float: left;
	position: relative;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
	z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
	outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
	content: " ";
	display: table;
}
.btn-toolbar:after {
	clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
	content: " ";
	display: table;
}
.btn-toolbar:after {
	clear: both;
}
.btn-toolbar .btn-group {
	float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
	margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group-xs > .btn {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
	padding: 1px 5px;
}
.btn-group-sm > .btn {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}
.btn-group-lg > .btn {
	border-radius: 6px;
	font-size: 20px;
	line-height: 1.33;
	padding: 10px 16px;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn .caret {
	margin-left: 0;
}
.btn-lg .caret {
	border-bottom-width: 0;
	border-width: 5px 5px 0;
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
	content: " ";
	display: table;
}
.btn-group-vertical > .btn-group:after {
	clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
	content: " ";
	display: table;
}
.btn-group-vertical > .btn-group:after {
	clear: both;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-left: 0;
	margin-top: -1px;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 4px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-justified {
	border-collapse: separate;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.btn-group-justified .btn {
	display: table-cell;
	float: none;
	width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
	display: none;
}
.close {
	color: #000;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	opacity: 0.2;
	text-shadow: 0 1px 0 #fff;

	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	cursor: pointer;
	opacity: 0.5;
	text-decoration: none;

	filter: alpha(opacity=50);
}
button.close {
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;

	-webkit-appearance: none;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
}
@-ms-viewport {
	width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
  td.visible-xs {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-xs.visible-sm {
		display: block !important;
	}
	tr.visible-xs.visible-sm {
		display: table-row !important;
	}
	th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-xs.visible-md {
		display: block !important;
	}
	tr.visible-xs.visible-md {
		display: table-row !important;
	}
	th.visible-xs.visible-md,
  td.visible-xs.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-xs.visible-lg {
		display: block !important;
	}
	tr.visible-xs.visible-lg {
		display: table-row !important;
	}
	th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
		display: table-cell !important;
	}
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-sm.visible-xs {
		display: block !important;
	}
	tr.visible-sm.visible-xs {
		display: table-row !important;
	}
	th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
  td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-sm.visible-md {
		display: block !important;
	}
	tr.visible-sm.visible-md {
		display: table-row !important;
	}
	th.visible-sm.visible-md,
  td.visible-sm.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-sm.visible-lg {
		display: block !important;
	}
	tr.visible-sm.visible-lg {
		display: table-row !important;
	}
	th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
		display: table-cell !important;
	}
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-md.visible-xs {
		display: block !important;
	}
	tr.visible-md.visible-xs {
		display: table-row !important;
	}
	th.visible-md.visible-xs,
  td.visible-md.visible-xs {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-md.visible-sm {
		display: block !important;
	}
	tr.visible-md.visible-sm {
		display: table-row !important;
	}
	th.visible-md.visible-sm,
  td.visible-md.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
  td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-md.visible-lg {
		display: block !important;
	}
	tr.visible-md.visible-lg {
		display: table-row !important;
	}
	th.visible-md.visible-lg,
  td.visible-md.visible-lg {
		display: table-cell !important;
	}
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-lg.visible-xs {
		display: block !important;
	}
	tr.visible-lg.visible-xs {
		display: table-row !important;
	}
	th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-lg.visible-sm {
		display: block !important;
	}
	tr.visible-lg.visible-sm {
		display: table-row !important;
	}
	th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-lg.visible-md {
		display: block !important;
	}
	tr.visible-lg.visible-md {
		display: table-row !important;
	}
	th.visible-lg.visible-md,
  td.visible-lg.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
  td.visible-lg {
		display: table-cell !important;
	}
}
.hidden-xs {
	display: block !important;
}
tr.hidden-xs {
	display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
	display: table-cell !important;
}
@media (max-width: 767px) {
	.hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
		display: none !important;
	}
}
.hidden-sm {
	display: block !important;
}
tr.hidden-sm {
	display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
	display: table-cell !important;
}
@media (max-width: 767px) {
	.hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
		display: none !important;
	}
}
.hidden-md {
	display: block !important;
}
tr.hidden-md {
	display: table-row !important;
}
th.hidden-md,
td.hidden-md {
	display: table-cell !important;
}
@media (max-width: 767px) {
	.hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
		display: none !important;
	}
}
.hidden-lg {
	display: block !important;
}
tr.hidden-lg {
	display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
	display: table-cell !important;
}
@media (max-width: 767px) {
	.hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
		display: none !important;
	}
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
  td.visible-print {
		display: table-cell !important;
	}
	.hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
		display: none !important;
	}
}
@font-face {
	font-family: "nowell";
	font-style: normal;
	font-weight: normal;

	src: url("assets/fonts/nowell.eot");
	src: url("assets/fonts/nowell.eot?#iefix") format("embedded-opentype"), url("assets/fonts/nowell.ttf") format("truetype"), url("assets/fonts/nowell.woff") format("woff"), url("assets/fonts/nowell.svg#icomoon") format("svg");
}
.icon,
[class^="icon-"]:before,
[class*=" icon-"]:before {
	display: inline-block;
	font-family: "nowell";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;

	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
.icon-facebook:before {
	content: "\e600";
}
.icon-bubble:before {
	content: "\e61e";
}
.icon-envelope:before {
	content: "\e61f";
}
.icon-google-plus:before {
	content: "\e601";
}
.icon-feed:before {
	content: "\e602";
}
.icon-apple:before {
	content: "\e620";
}
.icon-vimeo:before {
	content: "\e603";
}
.icon-youtube:before {
	content: "\e604";
}
.icon-twitter:before {
	content: "\e605";
}
.icon-github:before {
	content: "\e606";
}
.icon-wordpress:before {
	content: "\e607";
}
.icon-pinterest:before {
	content: "\e60b";
}
.icon-play:before {
	content: "\e60c";
}
.icon-pause:before {
	content: "\e60d";
}
.icon-stop:before {
	content: "\e60e";
}
.icon-cog:before {
	content: "\e608";
}
.icon-menu:before {
	content: "\e609";
}
.icon-close:before {
	content: "\e60a";
}
.icon-plus:before {
	content: "\e60f";
}
.icon-ticket:before {
	content: "\e610";
}
.icon-calendar:before {
	content: "\e611";
}
.icon-linkedin:before {
	content: "\e612";
}
.icon-flickr:before {
	content: "\e613";
}
.icon-soundcloud:before {
	content: "\e614";
}
.icon-apple:before {
	content: "\e615";
}
.icon-dribbble:before {
	content: "\e616";
}
.icon-lastfm:before {
	content: "\e617";
}
.icon-instagram:before {
	content: "\e618";
}
.icon-chevron-left:before {
	content: "\e619";
}
.icon-chevron-right:before {
	content: "\e61a";
}
.icon-chevron-up:before {
	content: "\e61b";
}
.icon-chevron-down:before {
	content: "\e61c";
}
.icon-grid-two:before {
	content: "\e61d";
}
/**
 * Base Styles and Bootstrap Overrides
 * ----------------------------------------------------------------------------
 */
body {
	-moz-osx-font-smoothing: grayscale;
}
/* Scaffoliding */
::-webkit-input-placeholder {
	color: #7d7b6d;
}
:-moz-placeholder {
	color: #7d7b6d;
}
::-moz-placeholder {
	color: #7d7b6d;
}
:-ms-input-placeholder {
	color: #7d7b6d;
}
/* Body text */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #0c0c0c;
	font-weight: 300;
}
p {
	margin-bottom: 23px;
}
ul {
	margin-bottom: 23px;
}
a:hover {
	text-decoration: none;
}
dt {
	color: #0c0c0c;
	letter-spacing: 2px;
	text-transform: uppercase;
}
dd {
	margin-bottom: 15px;
}
code {
	white-space: normal;
}
table {
	margin-bottom: 23px;
	width: 100%;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border-top: 1px solid #ddd;
	line-height: 1.64285714;
	padding: 8px;
	vertical-align: top;
}
table > thead > tr > th {
	border-bottom: 2px solid #ddd;
	vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
table > tbody + tbody {
	border-top: 2px solid #ddd;
}
table .table {
	background-color: #e4e4e4;
}
table > thead > tr > td.active,
table > tbody > tr > td.active,
table > tfoot > tr > td.active,
table > thead > tr > th.active,
table > tbody > tr > th.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > tbody > tr.active > td,
table > tfoot > tr.active > td,
table > thead > tr.active > th,
table > tbody > tr.active > th,
table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
table caption {
	color: #0c0c0c;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 40px 0 32px;
	text-transform: uppercase;
}
blockquote p {
	font-size: 20px;
	line-height: 1.5;
}
.page-header {
	border: none;
	margin: 0;
	padding: 0;
}
.lead {
	font-size: 20px;
}
/* Buttons */
.btn {
	border: 2px solid #0c0c0c;
	border-radius: 0;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 12px 20px 11px;
	text-transform: uppercase;
}
.button {
	background-image: none;
	border: 1px solid transparent;
	border: 2px solid #0c0c0c;
	border-radius: 4px;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.64285714;
	margin-bottom: 0;
	padding: 6px 12px;
	padding: 12px 20px 11px;
	text-align: center;
	text-transform: uppercase;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;

	-o-user-select: none;
}
.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.button:hover,
.button:focus {
	color: #333;
	text-decoration: none;
}
.button:active,
.button.active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	outline: 0;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.65;
	pointer-events: none;

	filter: alpha(opacity=65);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
	border: 2px solid #0c0c0c;
}
.btn-gray-darker {
	background-color: #0c0c0c;
	border-color: #0c0c0c;
	color: #9b9b9b;
}
.btn-gray-darker:hover,
.btn-gray-darker:focus,
.btn-gray-darker:active,
.btn-gray-darker.active,
.open .dropdown-toggle.btn-gray-darker {
	background-color: #000;
	border-color: #000;
	color: #9b9b9b;
}
.btn-gray-darker:active,
.btn-gray-darker.active,
.open .dropdown-toggle.btn-gray-darker {
	background-image: none;
}
.btn-gray-darker.disabled,
.btn-gray-darker[disabled],
fieldset[disabled] .btn-gray-darker,
.btn-gray-darker.disabled:hover,
.btn-gray-darker[disabled]:hover,
fieldset[disabled] .btn-gray-darker:hover,
.btn-gray-darker.disabled:focus,
.btn-gray-darker[disabled]:focus,
fieldset[disabled] .btn-gray-darker:focus,
.btn-gray-darker.disabled:active,
.btn-gray-darker[disabled]:active,
fieldset[disabled] .btn-gray-darker:active,
.btn-gray-darker.disabled.active,
.btn-gray-darker[disabled].active,
fieldset[disabled] .btn-gray-darker.active {
	background-color: #0c0c0c;
	border-color: #0c0c0c;
}
.btn-gray-darker:hover {
	background-color: #0c0c0c;
	border-color: #0c0c0c;
	color: #fff;
}
.btn-gray-darker:hover:hover,
.btn-gray-darker:hover:focus,
.btn-gray-darker:hover:active,
.btn-gray-darker:hover.active,
.open .dropdown-toggle.btn-gray-darker:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.btn-gray-darker:hover:active,
.btn-gray-darker:hover.active,
.open .dropdown-toggle.btn-gray-darker:hover {
	background-image: none;
}
.btn-gray-darker:hover.disabled,
.btn-gray-darker:hover[disabled],
fieldset[disabled] .btn-gray-darker:hover,
.btn-gray-darker:hover.disabled:hover,
.btn-gray-darker:hover[disabled]:hover,
fieldset[disabled] .btn-gray-darker:hover:hover,
.btn-gray-darker:hover.disabled:focus,
.btn-gray-darker:hover[disabled]:focus,
fieldset[disabled] .btn-gray-darker:hover:focus,
.btn-gray-darker:hover.disabled:active,
.btn-gray-darker:hover[disabled]:active,
fieldset[disabled] .btn-gray-darker:hover:active,
.btn-gray-darker:hover.disabled.active,
.btn-gray-darker:hover[disabled].active,
fieldset[disabled] .btn-gray-darker:hover.active {
	background-color: #0c0c0c;
	border-color: #0c0c0c;
}
.btn-with-icon {
	display: table;
	padding-right: 48px;
	position: relative;
	text-align: left;
	white-space: normal;
}
.btn-with-icon .icon {
	display: block;
	display: table-cell;
	line-height: 46px;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	vertical-align: middle;
	width: 46px;
}
.btn-with-icon.btn-gray-darker .icon {
	border-color: #fff;
}
.btn-group {
	margin-bottom: 2px;
	width: 100%;
}
.btn-group.open .dropdown-toggle .icon {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-group.open.dropup .dropdown-toggle .icon {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btn-group .dropdown-toggle .icon {
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.btn-group .btn {
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
.btn-group .btn + .btn {
	margin-left: -2px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 50px;
	z-index: 2;
}
.btn-group .btn-with-icon:after {
	border-right: 2px solid #0c0c0c;
	content: " ";
	display: block;
	position: absolute;
	top: -2px;
	right: 46px;
	bottom: -2px;
}
.dropdown-menu {
	border-radius: 0;
	border-width: 2px;
	margin: -2px 0 0;
	padding: 0;
	left: 0;
	text-transform: uppercase;
}
.dropdown-menu > li > a {
	border-bottom: 2px solid #0c0c0c;
	font-weight: 700;
	padding: 12px 20px 13px;
}
.dropdown-menu > li:last-child > a {
	border: none;
}
.btn-group-alt {
	margin-bottom: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
}
.btn-group-alt.open .dropdown-toggle {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #0c0c0c;
}
.btn-group-alt .dropdown-toggle {
	background: none;
	border: none;
	padding: 0;
	position: relative;
}
.btn-group-alt .dropdown-menu {
	border-width: 1px;
	margin-top: 0;
	top: 0;
	right: 50px;
}
.btn-group-alt .dropdown-menu:after {
	border: 9px solid transparent;
	border-left-color: #0c0c0c;
	content: " ";
	height: 0;
	margin-top: -10px;
	pointer-events: none;
	position: absolute;
	top: 25px;
	left: 100%;
	width: 0;
}
.btn-group-alt .dropdown-menu a {
	background-color: #0c0c0c;
	border-color: #9b9b9b;
	border-width: 1px;
	color: #9b9b9b;
}
.btn-group-alt .dropdown-menu a:hover,
.btn-group-alt .dropdown-menu a:focus,
.btn-group-alt .dropdown-menu a:active,
.btn-group-alt .dropdown-menu a.active,
.open .dropdown-toggle.btn-group-alt .dropdown-menu a {
	background-color: #000;
	border-color: #7c7c7c;
	color: #9b9b9b;
}
.btn-group-alt .dropdown-menu a:active,
.btn-group-alt .dropdown-menu a.active,
.open .dropdown-toggle.btn-group-alt .dropdown-menu a {
	background-image: none;
}
.btn-group-alt .dropdown-menu a.disabled,
.btn-group-alt .dropdown-menu a[disabled],
fieldset[disabled] .btn-group-alt .dropdown-menu a,
.btn-group-alt .dropdown-menu a.disabled:hover,
.btn-group-alt .dropdown-menu a[disabled]:hover,
fieldset[disabled] .btn-group-alt .dropdown-menu a:hover,
.btn-group-alt .dropdown-menu a.disabled:focus,
.btn-group-alt .dropdown-menu a[disabled]:focus,
fieldset[disabled] .btn-group-alt .dropdown-menu a:focus,
.btn-group-alt .dropdown-menu a.disabled:active,
.btn-group-alt .dropdown-menu a[disabled]:active,
fieldset[disabled] .btn-group-alt .dropdown-menu a:active,
.btn-group-alt .dropdown-menu a.disabled.active,
.btn-group-alt .dropdown-menu a[disabled].active,
fieldset[disabled] .btn-group-alt .dropdown-menu a.active {
	background-color: #0c0c0c;
	border-color: #9b9b9b;
}
.btn-group-alt .dropdown-menu a:hover {
	background-color: #0c0c0c;
	border-color: #9b9b9b;
	color: #fff;
}
.btn-group-alt .dropdown-menu a:hover:hover,
.btn-group-alt .dropdown-menu a:hover:focus,
.btn-group-alt .dropdown-menu a:hover:active,
.btn-group-alt .dropdown-menu a:hover.active,
.open .dropdown-toggle.btn-group-alt .dropdown-menu a:hover {
	background-color: #000;
	border-color: #7c7c7c;
	color: #fff;
}
.btn-group-alt .dropdown-menu a:hover:active,
.btn-group-alt .dropdown-menu a:hover.active,
.open .dropdown-toggle.btn-group-alt .dropdown-menu a:hover {
	background-image: none;
}
.btn-group-alt .dropdown-menu a:hover.disabled,
.btn-group-alt .dropdown-menu a:hover[disabled],
fieldset[disabled] .btn-group-alt .dropdown-menu a:hover,
.btn-group-alt .dropdown-menu a:hover.disabled:hover,
.btn-group-alt .dropdown-menu a:hover[disabled]:hover,
fieldset[disabled] .btn-group-alt .dropdown-menu a:hover:hover,
.btn-group-alt .dropdown-menu a:hover.disabled:focus,
.btn-group-alt .dropdown-menu a:hover[disabled]:focus,
fieldset[disabled] .btn-group-alt .dropdown-menu a:hover:focus,
.btn-group-alt .dropdown-menu a:hover.disabled:active,
.btn-group-alt .dropdown-menu a:hover[disabled]:active,
fieldset[disabled] .btn-group-alt .dropdown-menu a:hover:active,
.btn-group-alt .dropdown-menu a:hover.disabled.active,
.btn-group-alt .dropdown-menu a:hover[disabled].active,
fieldset[disabled] .btn-group-alt .dropdown-menu a:hover.active {
	background-color: #0c0c0c;
	border-color: #9b9b9b;
}
/* Navs */
.nav > li > a {
	padding: 12px 20px 11px;
}
.nav-stacked {
	margin-bottom: 2px;
}
.nav-stacked .btn {
	text-align: left;
}
/* Forms */
label {
	color: #0c0c0c;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea,
select {
	background-color: #fff;
	background-image: none;
	border: 1px solid #0c0c0c;
	border-radius: none;
	border-width: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #777;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 1.64285714;
	padding: 6px 12px;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	vertical-align: middle;
	width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	border-color: #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	color: #9b9b9b;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	color: #9b9b9b;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #9b9b9b;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #9b9b9b;
}
input[type="text"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="tel"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
textarea[disabled],
select[disabled],
input[type="text"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="tel"][readonly],
input[type="password"][readonly],
input[type="search"][readonly],
textarea[readonly],
select[readonly],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="search"],
fieldset[disabled] textarea,
fieldset[disabled] select {
	background-color: #e4e4e4;
	cursor: not-allowed;
}
textareainput[type="text"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="tel"],
textareainput[type="password"],
textareainput[type="search"],
textareatextarea,
textareaselect {
	height: auto;
}
textarea {
	height: auto;
}
input[type=submit] {
	background-color: #5cb85c;
	background-image: none;
	border: 1px solid transparent;
	border: 2px solid #0c0c0c;
	border-color: #0c0c0c;
	border-radius: 4px;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.64285714;
	margin-bottom: 0;
	padding: 6px 12px;
	padding: 12px 20px 11px;
	text-align: center;
	text-transform: uppercase;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;

	-o-user-select: none;
}
input[type=submit]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input[type=submit]:hover,
input[type=submit]:focus {
	color: #333;
	text-decoration: none;
}
input[type=submit]:active,
input[type=submit].active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	outline: 0;
}
input[type=submit].disabled,
input[type=submit][disabled],
fieldset[disabled] input[type=submit] {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.65;
	pointer-events: none;

	filter: alpha(opacity=65);
}
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
input[type=submit].active,
.open .dropdown-toggleinput[type=submit] {
	background-color: #47a447;
	border-color: #000;
	color: #fff;
}
input[type=submit]:active,
input[type=submit].active,
.open .dropdown-toggleinput[type=submit] {
	background-image: none;
}
input[type=submit].disabled,
input[type=submit][disabled],
fieldset[disabled] input[type=submit],
input[type=submit].disabled:hover,
input[type=submit][disabled]:hover,
fieldset[disabled] input[type=submit]:hover,
input[type=submit].disabled:focus,
input[type=submit][disabled]:focus,
fieldset[disabled] input[type=submit]:focus,
input[type=submit].disabled:active,
input[type=submit][disabled]:active,
fieldset[disabled] input[type=submit]:active,
input[type=submit].disabled.active,
input[type=submit][disabled].active,
fieldset[disabled] input[type=submit].active {
	background-color: #5cb85c;
	border-color: #0c0c0c;
}
.site-sidebar input:focus,
.hero-image-description input:focus,
.site-sidebar textarea:focus,
.hero-image-description textarea:focus {
	color: #fff;
}
.site-sidebar input[type="text"],
.hero-image-description input[type="text"],
.site-sidebar input[type="email"],
.hero-image-description input[type="email"],
.site-sidebar input[type="url"],
.hero-image-description input[type="url"],
.site-sidebar input[type="tel"],
.hero-image-description input[type="tel"],
.site-sidebar input[type="password"],
.hero-image-description input[type="password"],
.site-sidebar input[type="search"],
.hero-image-description input[type="search"],
.site-sidebar textarea,
.hero-image-description textarea {
	background: #0c0c0c;
	border-color: #777;
	text-align: center;
}
.site-sidebar input[type="text"]:focus,
.hero-image-description input[type="text"]:focus,
.site-sidebar input[type="email"]:focus,
.hero-image-description input[type="email"]:focus,
.site-sidebar input[type="url"]:focus,
.hero-image-description input[type="url"]:focus,
.site-sidebar input[type="tel"]:focus,
.hero-image-description input[type="tel"]:focus,
.site-sidebar input[type="password"]:focus,
.hero-image-description input[type="password"]:focus,
.site-sidebar input[type="search"]:focus,
.hero-image-description input[type="search"]:focus,
.site-sidebar textarea:focus,
.hero-image-description textarea:focus {
	border-color: #b30000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(179, 0, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(179, 0, 0, 0.6);
	outline: 0;
}
.site-sidebar input[type=submit],
.hero-image-description input[type=submit] {
	border-color: #5cb85c;
}
.site-sidebar label,
.hero-image-description label {
	color: #fff;
	width: 100%;
}
/**
 * Images
 * ----------------------------------------------------------------------------
 */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
/* Image as Background */
.img-bg {
	height: 500px;
	max-height: 500px;
}
.img-bg--center,
.img-bg--center:before,
.img-bg--center:after {
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
/* Image Filters & Effects */
.img-filter {
	-webkit-transition: all 0.5s;
}
.img-filter-remove {
  /*Returns to default state */
	opacity: 1;

	-webkit-filter: none;
	filter: alpha(opacity=100);
}
.img-filter--opacity {
	opacity: 0.7;

	filter: alpha(opacity=70);
}
.img-filter--grayscale {
	-webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox grayscale filter fallback */
	filter: gray;
	-webkit-filter: grayscale(100%);
}
.img-filter--sepia {
	moz-filter: sepia(100%);
	-ms-filter: sepia(100%);
	-o-filter: sepia(100%);
	-webkit-filter: sepia(1);
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg'><filter id='sepiatone'><feColorMatrix values='0.14 0.45 0.05 0 0 0.12 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0' /></filter></svg>#sepiatone");
}
.img-filter--blur {
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.img-filter--blur img {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
}
/**
 * Video and Embeds
 * ----------------------------------------------------------------------------
 */
/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.video-embed {
	margin-bottom: 23px;
	position: relative;
}
.video-embed .preloader {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.entry-content .video-embed {
	-webkit-box-shadow: 0 0 0 2px #0c0c0c inset;
	box-shadow: 0 0 0 2px #0c0c0c inset;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}
/**
 * Alignment & Captions
 * ----------------------------------------------------------------------------
 */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
img.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #0c0c0c;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}
/**
 * Miscellaneous
 * ----------------------------------------------------------------------------
 */
.screen-reader-text {
	display: none;
}
/**
 * Site Structure
 * ----------------------------------------------------------------------------
 */
.site-header {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 992px) {
	.site-header {
		float: left;
		width: 25%;
	}
}
.site-content {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 768px) {
	.site-content {
		float: left;
		width: 100%;
	}
}
@media (min-width: 992px) {
	.site-content {
		float: left;
		width: 75%;
	}
}
@media (min-width: 992px) {
	.content-right .site-fence:after {
		right: 75%;
	}
}
@media (min-width: 992px) {
	.content-left .site-fence:after,
  .content-left .site-header {
		left: 75%;
	}
}
@media (min-width: 992px) {
	.content-left .site-content {
		right: 25%;
	}
}
/* Content Areas */
.intro-area,
.content-area,
.archive-intro {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 992px) {
	.intro-area,
  .content-area,
  .archive-intro {
		float: left;
		width: 100%;
	}
}
/* Primary & Secondary Areas */
.primary-secondary-area {
	margin-left: -20px;
	margin-right: -20px;
}
.primary-secondary-area:before,
.primary-secondary-area:after {
	content: " ";
	display: table;
}
.primary-secondary-area:after {
	clear: both;
}
.primary-secondary-area:before,
.primary-secondary-area:after {
	content: " ";
	display: table;
}
.primary-secondary-area:after {
	clear: both;
}
.secondary-area {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 1200px) {
	.secondary-area {
		float: left;
		width: 25%;
	}
}
.primary-area {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 1200px) {
	.primary-area {
		float: left;
		width: 66.66666667%;
	}
}
@media (min-width: 1200px) {
	.content-left .secondary-area {
		right: 66.66666667%;
	}
}
@media (min-width: 1200px) {
	.content-left .primary-area {
		left: 25%;
	}
}
/* Block Grid */
.block-grid {
	margin-left: -20px;
	margin-right: -20px;
}
.block-grid:before,
.block-grid:after {
	content: " ";
	display: table;
}
.block-grid:after {
	clear: both;
}
.block-grid:before,
.block-grid:after {
	content: " ";
	display: table;
}
.block-grid:after {
	clear: both;
}
.block-grid .item {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 768px) {
	.block-grid .item {
		float: left;
		width: 33.33333333%;
	}
}
.block-grid--col-1 .item {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 768px) {
	.block-grid--col-1 .item {
		float: left;
		width: 100%;
	}
}
.block-grid--col-2 .item {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 768px) {
	.block-grid--col-2 .item {
		float: left;
		width: 50%;
	}
}
.block-grid--col-4 .item {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 768px) {
	.block-grid--col-4 .item {
		float: left;
		width: 25%;
	}
}
/* Content Sidebars */
.has-sidebar .content-area {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 1200px) {
	.has-sidebar .content-area {
		float: left;
		width: 75%;
	}
}
.has-sidebar .widget-area {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 1200px) {
	.has-sidebar .widget-area {
		float: left;
		width: 25%;
	}
}
@media (min-width: 1200px) {
	.content-left.has-sidebar .content-area {
		left: 25%;
	}
}
@media (min-width: 1200px) {
	.content-left.has-sidebar .widget-area {
		right: 75%;
	}
}
/* Hero */
.hero-image-content {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 768px) {
	.hero-image-content {
		float: left;
		width: 50%;
	}
}
/* Comments */
.comments-area {
	margin-left: -20px;
	margin-right: -20px;
}
.comments-area:before,
.comments-area:after {
	content: " ";
	display: table;
}
.comments-area:after {
	clear: both;
}
.comments-area:before,
.comments-area:after {
	content: " ";
	display: table;
}
.comments-area:after {
	clear: both;
}
.comment-list {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 1200px) {
	.comment-list {
		float: left;
		width: 100%;
	}
}
.comments-header,
.comment-respond {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 1200px) {
	.comments-header,
  .comment-respond {
		float: left;
		width: 66.66666667%;
	}
}
@media (min-width: 1200px) {
	.content-left .comments-header,
  .content-left .comment-respond {
		left: 25%;
	}
}
/* Footer */
.site-info {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 992px) {
	.site-info {
		float: left;
		width: 75%;
	}
}
.footer-navigation {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 992px) {
	.footer-navigation {
		float: left;
		width: 25%;
	}
}
@media (min-width: 992px) {
	.content-left .site-info {
		right: 25%;
	}
}
@media (min-width: 992px) {
	.content-left .footer-navigation {
		left: 75%;
	}
}
/**
 * Share Links
 * ----------------------------------------------------------------------------
 */
.share-links {
	display: table;
}
.share-links .btn-with-icon:after {
	border: none;
}
.share-links li {
	float: left;
}
.share-links li a {
	border-bottom: none;
	border-right: 2px solid #0c0c0c;
	padding-left: 20;
	padding-right: 20;
	text-align: center;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.share-links li a:hover.twitter {
	background-color: #55acee;
	color: #fff;
}
.share-links li a:hover.facebook {
	background-color: #3b5999;
	color: #fff;
}
.share-links li a:hover.google-plus {
	background-color: #c63d2d;
	color: #fff;
}
.share-links li a.twitter {
	color: #55acee;
}
.share-links li a.facebook {
	color: #3b5999;
}
.share-links li a.google-plus {
	color: #c63d2d;
}
/**
 * Block Grid
 * ----------------------------------------------------------------------------
 */
.block-grid {
	list-style: none;
	margin-bottom: 23px;
	padding: 0;
}
.block-grid .item {
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
}
.block-grid .no-thumbnail .inner:hover .entry-image:before {
	background: #e4e4e4;
	content: " ";
	margin: 2px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.block-grid .no-thumbnail .inner:hover .entry-title a:hover {
	color: #0c0c0c;
}
.block-grid .has-thumbnail .entry-image img {
	border: none;
}
.block-grid .has-thumbnail .entry-title {
	display: none;
}
.block-grid .has-thumbnail .inner:hover .entry-title {
	color: #fff;
	display: block;
}
.block-grid .has-thumbnail .inner:hover .entry-title a {
	color: #fff;
}
.block-grid .has-thumbnail .inner:hover .entry-image:before {
	background: #0c0c0c;
	background: rgba(0, 0, 0, 0.8);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
}
.block-grid .entry-image {
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.block-grid .entry-image img {
	border: 2px solid #0c0c0c;
}
.block-grid .entry-title {
	font-size: 16px;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.4;
	margin: 0;
	margin-bottom: 23px;
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	text-transform: none;
	z-index: 2;
}
@media (min-width: 768px) {
	.block-grid .entry-title {
		font-size: 21px;
	}
}
.block-grid .entry-title a {
	display: block;
	height: 100%;
	padding: 20px;
	width: 100%;
}
.block-grid .action-link {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 3;
}
.block-grid--col-1 .item {
	clear: both;
}
.block-grid--col-2 .item:nth-child(odd) {
	clear: both;
}
.block-grid--col-3 .item:nth-child(3n+1) {
	clear: both;
}
.block-grid--col-4 .item:nth-child(4n+1) {
	clear: both;
}
.action-link {
	background: #0c0c0c;
	color: #9b9b9b;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}
.action-link:hover {
	color: #fff;
}
/**
 * Items List
 * ----------------------------------------------------------------------------
 */
.items-list {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
}
.items-list .item,
.items-list .hentry {
	border-top: 1px solid #0c0c0c;
	line-height: 1.4;
	margin: 0;
	padding: 13px 0 14px 50px;
	position: relative;
}
.items-list .item-date,
.items-list .entry-date {
	margin: 0;
	position: absolute;
	top: 13px;
	left: 0;
	text-align: center;
	width: 50px;
}
.items-list .item-date .updated,
.items-list .entry-date .updated {
	display: none;
}
.items-list .day,
.items-list .month {
	color: #0c0c0c;
	display: block;
}
.items-list .day {
	font-size: 20px;
	font-weight: bold;
}
.items-list .month {
	text-transform: uppercase;
}
.items-list .year {
	display: none;
}
.items-list .item-title,
.items-list .entry-title {
	color: #0c0c0c;
	display: block;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: none;
	white-space: nowrap;
}
.items-list .item-detail,
.items-list .posted-by {
	color: #9b9b9b;
	margin: 0;
	text-transform: uppercase;
}
.items-list .item-detail a,
.items-list .posted-by a {
	color: #9b9b9b;
}
.items-list .item-detail a:hover,
.items-list .posted-by a:hover {
	text-decoration: underline;
}
/**
 * Popover Background
 * ----------------------------------------------------------------------------
 */
.popover-bg {
	background: #0c0c0c;
	background: rgba(12, 12, 12, 0.92);
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1040;
}
.lights-dimmed .fluid-width-video-wrapper {
	position: relative;
	z-index: 1050;
}
/**
 * Preloader
 * ----------------------------------------------------------------------------
 */
.preloader {
	height: 14px;
	width: 66px;
}
.preloader .circle {
	-moz-animation-direction: linear;
	-ms-animation-direction: linear;
	-o-animation-direction: linear;
	-webkit-animation-direction: linear;
	-webkit-animation-direction: linear;
	animation-direction: linear;
	-moz-animation-duration: 1.952s;
	-ms-animation-duration: 1.952s;
	-o-animation-duration: 1.952s;
	-webkit-animation-duration: 1.952s;
	-webkit-animation-duration: 1.952s;
	animation-duration: 1.952s;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-moz-animation-name: preload;
	-ms-animation-name: preload;
	-o-animation-name: preload;
	-webkit-animation-name: preload;
	-webkit-animation-name: preload;
	animation-name: preload;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 0;
	float: left;
	height: 14px;
	margin-left: 7px;
	-ms-transform: skewX(0deg) skewY(0deg);
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	width: 14px;
}
.preloader .circle-1 {
	-ms-animation-delay: 0.39s;
	-webkit-animation-delay: 0.39s;
	animation-delay: 0.39s;
}
.preloader .circle-2 {
	-ms-animation-delay: 0.909s;
	-webkit-animation-delay: 0.909s;
	animation-delay: 0.909s;
}
.preloader .circle-3 {
	-ms-animation-delay: 1.172s;
	-webkit-animation-delay: 1.172s;
	animation-delay: 1.172s;
}
@-webkit-keyframes preload {
	50% {
		background-color: #0c0c0c;
	}
}
@-ms-keyframes preload {
	50% {
		background-color: #0c0c0c;
	}
}
@keyframes preload {
	50% {
		background-color: #0c0c0c;
	}
}
/**
 * Site
 * -----------------------------------------------------------------------------
 */
.custom-background.custom-background--full {
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.site {
	background: #0c0c0c;
	overflow: hidden;
	position: relative;
}
.site-fence {
	position: relative;
}
.site-fence:before,
.site-fence:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.site-fence:before {
	background: #fff;
}
.site-fence:after {
	background: #0c0c0c;
}
.site-fence:after,
tr.site-fence:after,
th.site-fence:after,
td.site-fence:after {
	display: none !important;
}
@media (max-width: 767px) {
	.site-fence:after.visible-xs {
		display: block !important;
	}
	tr.site-fence:after.visible-xs {
		display: table-row !important;
	}
	th.site-fence:after.visible-xs,
  td.site-fence:after.visible-xs {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.site-fence:after.visible-sm {
		display: block !important;
	}
	tr.site-fence:after.visible-sm {
		display: table-row !important;
	}
	th.site-fence:after.visible-sm,
  td.site-fence:after.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.site-fence:after {
		display: block !important;
	}
	tr.site-fence:after {
		display: table-row !important;
	}
	th.site-fence:after,
  td.site-fence:after {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.site-fence:after.visible-lg {
		display: block !important;
	}
	tr.site-fence:after.visible-lg {
		display: table-row !important;
	}
	th.site-fence:after.visible-lg,
  td.site-fence:after.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.site-fence:after {
		display: block !important;
	}
	tr.site-fence:after {
		display: table-row !important;
	}
	th.site-fence:after,
  td.site-fence:after {
		display: table-cell !important;
	}
}
/**
 * Site Header
 * -----------------------------------------------------------------------------
 */
.site-header {
	background: #0c0c0c;
	color: #9b9b9b;
	padding: 20px;
	position: relative;
	text-align: center;
	z-index: 2;
}
.site-header a {
	color: #fff;
}
/**
 * Branding
 * -----------------------------------------------------------------------------
 */
.site-branding {
	margin-bottom: 40px;
}
.site-image {
	display: inline-block;
	margin: 0 auto;
}
.site-image + .site-title-description .site-title {
	margin-top: 20px;
}
.site-title {
	font-size: 28px;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}
.site-description {
	font-size: 14px;
	margin: 0.214em 0 0;
	text-transform: uppercase;
}
/**
 * Navigation
 * -----------------------------------------------------------------------------
 */
.site-navigation {
	color: #9b9b9b;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 2em;
	margin: 0 0 40px;
	text-transform: uppercase;
}
.site-header .menu a,
.site-footer .menu a {
	color: #9b9b9b;
	display: block;
}
.site-header .menu a:hover,
.site-footer .menu a:hover {
	color: #fff;
}
.site-header .menu .current_page_item > a,
.site-footer .menu .current_page_item > a,
.site-header .menu .current_page_ancestor > a,
.site-footer .menu .current_page_ancestor > a,
.site-header .menu .current-menu-item > a,
.site-footer .menu .current-menu-item > a,
.site-header .menu .current-menu-ancestor > a,
.site-footer .menu .current-menu-ancestor > a {
	color: #fff;
}
.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
/**
 * Sidebar
 * -----------------------------------------------------------------------------
 */
.trigger-offcanvas {
	display: none;
}
/*
 * Responsive Header Styles
 * -----------------------------------------------------------------------------
 */
@media screen and (min-width: 992px) {
	.site {
		margin-bottom: 20px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 991px) and (min-width: 800px) {
	.site-navigation {
		margin: -20px 0 0;
	}
	.site-navigation li {
		display: inline-block;
		margin: 0 5px;
	}
	.site-navigation li:first-child {
		margin-left: 0;
	}
	.site-navigation li:last-child {
		margin-right: 0;
	}
	.site-sidebar {
		display: none;
	}
}
@media screen and (min-width: 1200px) {
	.site {
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.site-header {
		padding: 40px;
	}
}
@media screen and (max-width: 768px) {
	.site-header {
		text-align: left;
	}
	.site-branding {
		margin-bottom: 0;
	}
	.sidebar-offcanvas {
		background: #0c0c0c;
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.trigger-offcanvas {
		background: none;
		border: 2px solid #fff;
		color: #fff;
		display: block;
		height: 50px;
		margin-top: -25px;
		outline: 0;
		position: absolute;
		top: 50%;
		right: 20px;
		bottom: 0;
		width: 50px;
	}
	.trigger-offcanvas.active .icon {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.row-offcanvas {
		position: relative;
		-webkit-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	.row-offcanvas.active .sidebar-offcanvas {
		display: block;
	}
	.row-offcanvas .sidebar-offcanvas {
		display: none;
	}
	.row-offcanvas-right.active {
		right: 50%;
	}
	.row-offcanvas-right .sidebar-offcanvas {
		right: -50%;
	}
	.row-offcanvas-left.active {
		left: 50%;
	}
	.row-offcanvas-left .sidebar-offcanvas {
		left: -50%;
	}
	.sidebar-offcanvas {
		padding: 20px;
		position: absolute;
		top: 0;
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.site-title {
		font-size: 20px;
	}
	.trigger-offcanvas {
		display: block;
		font-size: 80%;
		height: 26px;
		line-height: 1em;
		margin-top: 0;
		position: absolute;
		top: 20px;
		right: 20px;
		width: 26px;
	}
	.trigger-offcanvas.active .icon {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.row-offcanvas-right.active {
		right: 90%;
	}
	.row-offcanvas-right .sidebar-offcanvas {
		right: -90%;
	}
	.row-offcanvas-left.active {
		left: 90%;
	}
	.row-offcanvas-left .sidebar-offcanvas {
		left: -90%;
	}
	.sidebar-offcanvas {
		width: 90%;
	}
}
/**
 * Content
 * ----------------------------------------------------------------------------
 */
.site-content {
	overflow: hidden;
	padding-top: 40px;
}
@media screen and (max-width: 480px) {
	.site-content {
		padding-left: 0;
		padding-right: 0;
	}
}
/**
 * Content Areas
 * ----------------------------------------------------------------------------
 */
.secondary-area {
	margin-bottom: 40px;
}
.primary-area:before,
.primary-area:after {
	content: " ";
	display: table;
}
.primary-area:after {
	clear: both;
}
.primary-area:before,
.primary-area:after {
	content: " ";
	display: table;
}
.primary-area:after {
	clear: both;
}
.intro-area .intro-content {
	margin-bottom: 40px;
}
.intro-area .intro-content *:last-child {
	margin-bottom: 0;
}
/**
 * Archives
 * ----------------------------------------------------------------------------
 */
.blog .archive-nav,
.archive .archive-nav {
	margin-left: 0;
	margin-right: 0;
	padding: 40px 20px;
}
.blog .comments-link,
.archive .comments-link {
	position: absolute;
	top: 14px;
	right: 0;
	text-align: center;
	width: 50px;
}
.blog .comments-link:hover a,
.archive .comments-link:hover a {
	color: #b30000;
}
.blog .comments-link .icon,
.archive .comments-link .icon {
	color: #e4e4e4;
	font-size: 2em;
}
.blog .comments-link a,
.archive .comments-link a {
	color: #9b9b9b;
	font-size: 12px;
	font-weight: 700;
	line-height: 2.3em;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.archive .filter {
	margin-bottom: 20px;
}
.archive-intro {
	margin-bottom: 0;
}
.archive-link {
	text-align: center;
}
.archive-link .icon {
	font-size: 11px;
	position: relative;
	top: 1px;
}
/**
 * Entry Header
 * ----------------------------------------------------------------------------
 */
.heading {
	color: #0c0c0c;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.archive-link,
.page-title,
.entry-title,
.section-title,
.widget-title {
	color: #0c0c0c;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 0 40px;
	text-transform: uppercase;
}
.archive-link a,
.page-title a,
.entry-title a,
.section-title a,
.widget-title a {
	color: #0c0c0c;
}
.archive-link a:hover,
.page-title a:hover,
.entry-title a:hover,
.section-title a:hover,
.widget-title a:hover {
	color: #b30000;
}
.entry-header,
.section-title {
	text-align: center;
}
@media (min-width: 768px) {
	.entry-header,
  .section-title {
		text-align: left;
	}
}
.entry-title {
	display: inline-block;
}
.entry-header {
	line-height: 1em;
}
.entry-header .post-edit-link {
	color: #9b9b9b;
}
.entry-header-meta {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
/**
 * Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta {
	margin: 40px 0 0;
	text-align: center;
}
.entry-meta dt {
	color: #0c0c0c;
	letter-spacing: 2px;
	line-height: 1.1em;
	margin-bottom: 0.3em;
	text-transform: uppercase;
}
.entry-meta dd {
	margin-bottom: 15px;
}
.entry-meta dd:last-child {
	margin-bottom: 0;
}
.entry-meta a {
	color: #777;
}
.entry-meta a:hover {
	text-decoration: underline;
}
.entry-meta .sep-by {
	display: none;
}
/**
 * Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-content {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin-bottom: 40px;
	word-wrap: break-word;

	-ms-hyphens: auto;
	-o-hyphens: auto;
}
.entry-content .btn {
	margin-right: 2px;
}
.entry-content h1:first-child,
.entry-content h2:first-child {
	margin-top: 0;
}
.entry-content .section-title {
	margin-top: 40px;
}
/* Page links */
.page-links:before,
.page-links:after {
	content: " ";
	display: table;
}
.page-links:after {
	clear: both;
}
.page-links:before,
.page-links:after {
	content: " ";
	display: table;
}
.page-links:after {
	clear: both;
}
.page-links a {
	color: #0c0c0c;
	float: left;
}
.page-links a + a {
	float: right;
}
/**
 * Galleries
 * ----------------------------------------------------------------------------
 */
.gallery {
	margin: 0 -6px;
}
.gallery .gallery-item {
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 6px;
	position: relative;
}
.gallery .gallery-item .gallery-caption {
	background: rgba(0, 0, 0, 0.8);
	color: #eee;
	line-height: 1.3;
	margin: 0;
	padding: 5px 10px;
	position: absolute;
	right: 6px;
	bottom: 6px;
	left: 6px;
}
.gallery .gallery-item .gallery-icon {
	margin: 0;
}
.gallery .gallery-item .gallery-icon a {
	display: block;
}
.gallery .gallery-item .gallery-icon a img {
	border: none;
	display: block;
	height: auto;
	width: 100%;
}
.no-touch .gallery .gallery-item .gallery-caption {
	display: none;
}
.no-touch .gallery .gallery-item:hover .gallery-caption {
	display: block;
}
@media only screen and (min-width: 400px) {
	.gallery .gallery-item {
		width: 50%;
	}
}
@media only screen and (min-width: 768px) {
	.gallery.gallery-columns-1 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-2 .gallery-item {
		width: 50%;
	}
	.gallery.gallery-columns-3 .gallery-item {
		width: 33.3333%;
	}
	.gallery.gallery-columns-4 .gallery-item {
		width: 25%;
	}
	.gallery.gallery-columns-5 .gallery-item {
		width: 20%;
	}
	.gallery.gallery-columns-6 .gallery-item {
		width: 16.6667%;
	}
}
/**
 * Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.paged-nav {
	clear: both;
	margin-bottom: 40px;
}
.paged-nav .paged-nav-previous {
	margin-right: 6px;
}
/**
 * Page Header
 * ----------------------------------------------------------------------------
 */
.page-header .hero {
	max-height: 600px;
}
/**
 * Search Form
 * ----------------------------------------------------------------------------
 */
.search-form {
	margin-bottom: 15px;
}
.search-submit {
	margin: 1px 0 0 -7px;
}
/**
 * Search Results/No Results
 * ----------------------------------------------------------------------------
 */
.no-results {
	font-size: 16px;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.4;
	margin: 20% 0 30%;
	margin-bottom: 23px;
	text-align: center;
}
@media (min-width: 768px) {
	.no-results {
		font-size: 21px;
	}
}
.search-term {
	font-weight: 400;
}
.search .hentry {
	margin-bottom: 40px;
}
.search .entry-title {
	display: block;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.64285714;
	margin: 0;
	text-transform: none;
}
/**
 * Comments
 * ----------------------------------------------------------------------------
 */
.comments-area {
	margin-bottom: 17px;
}
.comments-area:before,
.comment-list:before,
.comment:before,
.comments-area:after,
.comment-list:after,
.comment:after {
	content: " ";
	display: table;
}
.comments-area:after,
.comment-list:after,
.comment:after {
	clear: both;
}
.comments-area:before,
.comment-list:before,
.comment:before,
.comments-area:after,
.comment-list:after,
.comment:after {
	content: " ";
	display: table;
}
.comments-area:after,
.comment-list:after,
.comment:after {
	clear: both;
}
.comment-list {
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.comment-list > .comment:last-child {
	border-bottom: 1px solid #0c0c0c;
}
.comments-header .comments-title {
	margin-top: 0;
}
.comments-header .comments-link {
	display: none;
}
.comment {
	list-style: none;
}
.comment .says {
	display: none;
}
.comment .avatar {
	border-radius: 100%;
	position: absolute;
	top: 20px;
	right: 0;
}
.comment .children {
	clear: both;
	padding-left: 50px;
}
.comment .comment-respond {
	padding: 0;
	left: 50px;
}
.comment-author {
	color: #0c0c0c;
	display: block;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 0 40px;
	text-transform: uppercase;
}
.comment-author a {
	color: #0c0c0c;
}
.comment-author a:hover {
	color: #b30000;
}
.comment-meta {
	margin-bottom: 23px;
}
.comment-awaiting-moderation {
	color: #d9534f;
}
@media screen and (max-width: 1200px) {
	.comment .children .children .children {
		padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.comment .children {
		padding-left: 0;
	}
}
/**
 * Comment Respond
 * ----------------------------------------------------------------------------
 */
.comment-reply-title {
	color: #0c0c0c;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 0 40px;
	text-align: center;
	text-transform: uppercase;
}
.comment-reply-title a {
	color: #0c0c0c;
}
.comment-reply-title a:hover {
	color: #b30000;
}
@media (min-width: 768px) {
	.comment-reply-title {
		text-align: left;
	}
}
.logged-in-as {
	margin-bottom: 40px;
	margin-top: -26px;
}
.comment-reply-title,
.logged-in-as,
.form-allowed-tags {
	clear: both;
}
.comment-notes {
	display: none;
}
.comment-form {
	clear: both;
}
.comment-form #submit {
	background-color: #0c0c0c;
	background-image: none;
	border: 1px solid transparent;
	border: 2px solid #0c0c0c;
	border-color: #0c0c0c;
	border-radius: 4px;
	border-radius: 0;
	color: #9b9b9b;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.64285714;
	margin-bottom: 0;
	padding: 6px 12px;
	padding: 12px 20px 11px;
	text-align: center;
	text-transform: uppercase;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;

	-o-user-select: none;
}
.comment-form #submit:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.comment-form #submit:hover,
.comment-form #submit:focus {
	color: #333;
	text-decoration: none;
}
.comment-form #submit:active,
.comment-form #submit.active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	outline: 0;
}
.comment-form #submit.disabled,
.comment-form #submit[disabled],
fieldset[disabled] .comment-form #submit {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.65;
	pointer-events: none;

	filter: alpha(opacity=65);
}
.comment-form #submit:hover,
.comment-form #submit:focus,
.comment-form #submit:active,
.comment-form #submit.active,
.open .dropdown-toggle.comment-form #submit {
	background-color: #000;
	border-color: #000;
	color: #9b9b9b;
}
.comment-form #submit:active,
.comment-form #submit.active,
.open .dropdown-toggle.comment-form #submit {
	background-image: none;
}
.comment-form #submit.disabled,
.comment-form #submit[disabled],
fieldset[disabled] .comment-form #submit,
.comment-form #submit.disabled:hover,
.comment-form #submit[disabled]:hover,
fieldset[disabled] .comment-form #submit:hover,
.comment-form #submit.disabled:focus,
.comment-form #submit[disabled]:focus,
fieldset[disabled] .comment-form #submit:focus,
.comment-form #submit.disabled:active,
.comment-form #submit[disabled]:active,
fieldset[disabled] .comment-form #submit:active,
.comment-form #submit.disabled.active,
.comment-form #submit[disabled].active,
fieldset[disabled] .comment-form #submit.active {
	background-color: #0c0c0c;
	border-color: #0c0c0c;
}
.comment-form #submit:hover {
	background-color: #0c0c0c;
	border-color: #0c0c0c;
	color: #fff;
}
.comment-form #submit:hover:hover,
.comment-form #submit:hover:focus,
.comment-form #submit:hover:active,
.comment-form #submit:hover.active,
.open .dropdown-toggle.comment-form #submit:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.comment-form #submit:hover:active,
.comment-form #submit:hover.active,
.open .dropdown-toggle.comment-form #submit:hover {
	background-image: none;
}
.comment-form #submit:hover.disabled,
.comment-form #submit:hover[disabled],
fieldset[disabled] .comment-form #submit:hover,
.comment-form #submit:hover.disabled:hover,
.comment-form #submit:hover[disabled]:hover,
fieldset[disabled] .comment-form #submit:hover:hover,
.comment-form #submit:hover.disabled:focus,
.comment-form #submit:hover[disabled]:focus,
fieldset[disabled] .comment-form #submit:hover:focus,
.comment-form #submit:hover.disabled:active,
.comment-form #submit:hover[disabled]:active,
fieldset[disabled] .comment-form #submit:hover:active,
.comment-form #submit:hover.disabled.active,
.comment-form #submit:hover[disabled].active,
fieldset[disabled] .comment-form #submit:hover.active {
	background-color: #0c0c0c;
	border-color: #0c0c0c;
}
.comment-form .required {
	color: #d9534f;
}
.comment-respond {
	float: left;
	max-width: 100%;
}
.form-allowed-tags {
	display: none;
	margin-top: 23px;
}
.form-submit {
	clear: both;
	margin-bottom: 23px;
}
#cancel-comment-reply-link {
	color: #d9534f;
	font-size: 100%;
}
/**
 * Widgets
 * ----------------------------------------------------------------------------
 */
.widget-area {
	text-align: center;
}
.widget-area ul {
	border-top: 1px solid #e4e4e4;
}
.widget-area ul ul {
	border-top: none;
}
.widget-area ul ul li:last-child {
	padding-bottom: 0;
}
.widget-area li {
	border-bottom: 1px solid #e4e4e4;
	padding: 12px 0 13px;
}
.widget-area li li {
	border: none;
}
@media (max-width: 1200px) {
	.has-sidebar .widget-area {
		clear: both;
	}
}
.widget {
	margin-bottom: 40px;
}
.widget ul {
	list-style: none;
	list-style-position: inside;
	padding-left: 0;
}
.widget table th,
.widget table td {
	padding-left: 4px;
	padding-right: 4px;
}
.widget select {
	max-width: 100%;
}
.widget_calendar .widget-title + #calendar_wrap caption {
	letter-spacing: 0;
	margin: 0;
	text-transform: none;
}
.widget_calendar #prev {
	text-align: left;
}
.widget_calendar #next {
	text-align: right;
}
.widget_recent_comments a {
	display: block;
}
.widget_recent_comments .url {
	color: #777;
	display: inline-block;
}
.widget_recent_comments .url:hover {
	text-decoration: underline;
}
.widget_recent_posts ul,
.widget_rss ul {
	border: none;
}
.widget_recent_posts ul li,
.widget_rss ul li {
	border: none;
	margin-bottom: 40px;
	padding: 0;
}
.widget_recent_posts ul h5,
.widget_rss ul h5,
.widget_recent_posts ul a.rsswidget,
.widget_rss ul a.rsswidget {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}
.widget_recent_posts .published,
.widget_rss .published {
	color: #0c0c0c;
	display: block;
	font-style: italic;
	margin: 5px 0;
}
.widget_recent_posts p,
.widget_rss p {
	margin: 0;
}
.widget_rss .rss-date {
	color: #0c0c0c;
	margin: 5px 0;
}
.widget_rss .rss-date,
.widget_rss cite {
	display: block;
	font-style: italic;
}
.widget_search label,
.widget_search input {
	margin: 0 0 1px;
	text-align: center;
}
.widget_search .search-submit {
	display: block;
	width: 100%;
}
/**
 * Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
	border-top: 1px solid #0c0c0c;
	clear: both;
	color: #0c0c0c;
	letter-spacing: 2px;
	position: relative;
	text-transform: uppercase;
	z-index: 1000;
}
.site-footer:before,
.site-footer:after {
	content: " ";
	display: table;
}
.site-footer:after {
	clear: both;
}
.site-footer:before,
.site-footer:after {
	content: " ";
	display: table;
}
.site-footer:after {
	clear: both;
}
.site-info {
	background: #fff;
}
.site-info a {
	color: #0c0c0c;
	font-weight: 700;
}
.site-info a:hover,
.site-info a:focus {
	text-decoration: underline;
}
.credits {
	margin-bottom: 0;
	padding: 28px 20px;
}
.footer-navigation {
	background: #0c0c0c;
}
.menu--footer {
	padding: 24px 20px;
	text-align: center;
}
.menu--footer li {
	display: inline-block;
	margin: 0 5px;
}
.menu--footer li:first-child {
	margin-left: 0;
}
.menu--footer li:last-child {
	margin-right: 0;
}
.menu--footer a {
	line-height: 32px;
}
.menu--footer .icon {
	margin: 0;
}
.menu--footer .icon a {
	display: inline-block;
	font-family: "nowell";
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 32px;
	line-height: 1;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: inherit;
	text-indent: 32px;
	text-transform: none;
	vertical-align: middle;
	width: 32px;

	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
.menu--footer .icon a:before {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	text-indent: 0;
	width: 32px;
}
.menu--footer .icon a[href*="apple.com"]:before {
	content: "\e620";
}
.menu--footer .icon a[href*="apple.com"]:before {
	content: "\e615";
}
.menu--footer .icon a[href*="dribbble.com"]:before {
	content: "\e616";
}
.menu--footer .icon a[href*="facebook.com"]:before {
	content: "\e600";
}
.menu--footer .icon a[href*="/feed/"]:before,
.icon-feed .menu--footer .icon:before {
	content: "\e602";
}
.menu--footer .icon a[href*="flickr.com"]:before {
	content: "\e613";
}
.menu--footer .icon a[href*="github.com"]:before {
	content: "\e606";
}
.menu--footer .icon a[href*="plus.google.com"]:before {
	content: "\e601";
}
.menu--footer .icon a[href*="instagram.com"]:before {
	content: "\e618";
}
.menu--footer .icon a[href*="last.fm"]:before {
	content: "\e617";
}
.menu--footer .icon a[href*="linked.in"]:before {
	content: "\e612";
}
.menu--footer .icon a[href*="pinterest.com"]:before {
	content: "\e60b";
}
.menu--footer .icon a[href*="soundcloud.com"]:before {
	content: "\e614";
}
.menu--footer .icon a[href*="twitter.com"]:before {
	content: "\e605";
}
.menu--footer .icon a[href*="vimeo.com"]:before {
	content: "\e603";
}
.menu--footer .icon a[href*="wordpress.org"]:before,
.menu--footer .icon a[href*="wordpress.com"]:before {
	content: "\e607";
}
.menu--footer .icon a[href*="youtube.com"]:before {
	content: "\e604";
}
.menu--footer .icon.envelope a:before {
	content: "\e61f";
}
@media (max-width: 992px) {
	.site-info {
		text-align: center;
	}
}
/**
 * Hero
 * ----------------------------------------------------------------------------
 */
.hero {
	margin: -40px -20px 40px;
	max-height: 500px;
	overflow: hidden;
	position: relative;
}
.hero:hover .post-edit-link {
	opacity: 0.5;

	filter: alpha(opacity=50);
}
.hero img,
.hero canvas,
.hero iframe,
.hero object {
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
	display: block;
}
.hero .hero-media.hero-media--small {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.hero .hero-media-object img {
	display: block;
	margin: 0 auto;
}
.hero .post-edit-link {
	background-color: #0c0c0c;
	background-image: none;
	border: 1px solid transparent;
	border: 2px solid #0c0c0c;
	border-color: #0c0c0c;
	border-radius: 4px;
	border-radius: 0;
	clear: both;
	color: #9b9b9b;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.64285714;
	margin-bottom: 0;
	opacity: 0.25;
	padding: 6px 12px;
	padding: 12px 20px 11px;
	text-align: center;
	text-transform: uppercase;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;

	-o-user-select: none;
	filter: alpha(opacity=25);
}
.hero .post-edit-link:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.hero .post-edit-link:hover,
.hero .post-edit-link:focus {
	color: #333;
	text-decoration: none;
}
.hero .post-edit-link:active,
.hero .post-edit-link.active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	outline: 0;
}
.hero .post-edit-link.disabled,
.hero .post-edit-link[disabled],
fieldset[disabled] .hero .post-edit-link {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.65;
	pointer-events: none;

	filter: alpha(opacity=65);
}
.hero .post-edit-link:hover,
.hero .post-edit-link:focus,
.hero .post-edit-link:active,
.hero .post-edit-link.active,
.open .dropdown-toggle.hero .post-edit-link {
	background-color: #000;
	border-color: #000;
	color: #9b9b9b;
}
.hero .post-edit-link:active,
.hero .post-edit-link.active,
.open .dropdown-toggle.hero .post-edit-link {
	background-image: none;
}
.hero .post-edit-link.disabled,
.hero .post-edit-link[disabled],
fieldset[disabled] .hero .post-edit-link,
.hero .post-edit-link.disabled:hover,
.hero .post-edit-link[disabled]:hover,
fieldset[disabled] .hero .post-edit-link:hover,
.hero .post-edit-link.disabled:focus,
.hero .post-edit-link[disabled]:focus,
fieldset[disabled] .hero .post-edit-link:focus,
.hero .post-edit-link.disabled:active,
.hero .post-edit-link[disabled]:active,
fieldset[disabled] .hero .post-edit-link:active,
.hero .post-edit-link.disabled.active,
.hero .post-edit-link[disabled].active,
fieldset[disabled] .hero .post-edit-link.active {
	background-color: #0c0c0c;
	border-color: #0c0c0c;
}
.hero .post-edit-link:hover {
	background-color: #0c0c0c;
	border-color: #0c0c0c;
	color: #fff;
}
.hero .post-edit-link:hover:hover,
.hero .post-edit-link:hover:focus,
.hero .post-edit-link:hover:active,
.hero .post-edit-link:hover.active,
.open .dropdown-toggle.hero .post-edit-link:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.hero .post-edit-link:hover:active,
.hero .post-edit-link:hover.active,
.open .dropdown-toggle.hero .post-edit-link:hover {
	background-image: none;
}
.hero .post-edit-link:hover.disabled,
.hero .post-edit-link:hover[disabled],
fieldset[disabled] .hero .post-edit-link:hover,
.hero .post-edit-link:hover.disabled:hover,
.hero .post-edit-link:hover[disabled]:hover,
fieldset[disabled] .hero .post-edit-link:hover:hover,
.hero .post-edit-link:hover.disabled:focus,
.hero .post-edit-link:hover[disabled]:focus,
fieldset[disabled] .hero .post-edit-link:hover:focus,
.hero .post-edit-link:hover.disabled:active,
.hero .post-edit-link:hover[disabled]:active,
fieldset[disabled] .hero .post-edit-link:hover:active,
.hero .post-edit-link:hover.disabled.active,
.hero .post-edit-link:hover[disabled].active,
fieldset[disabled] .hero .post-edit-link:hover.active {
	background-color: #0c0c0c;
	border-color: #0c0c0c;
}
.hero .post-edit-link:hover {
	opacity: 0.9;

	filter: alpha(opacity=90);
}
@media screen and (max-width: 768px) {
	body .content-area .hero .hero-image {
		display: none;
	}
	body .content-area .hero .hero-media.hero-media--small {
		height: auto !important;
		margin: 0;
		padding: 0;
		position: relative;
	}
}
.home .hero {
	margin-bottom: 0;
}
.home .hero + .content-area article.has-thumbnail,
.home .hero + .content-area + .widget-area {
	margin-top: 40px;
}
.intro-area .hero,
.content-area .hero {
	margin-left: -40px;
	margin-right: -40px;
}
.no-thumbnail .hero {
	background-color: #e4e4e4;
}
.hero-image {
	overflow: hidden;
}
.hero-image:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.hero-image.img-filter--blur img {
	margin: -10%;
	max-width: 140%;
	width: 140%;
}
.hero-image img {
	height: auto;
	max-width: 100%;
	width: 100%;
}
/**
 * Hero Video
 * ----------------------------------------------------------------------------
 */
.hero-video .video-embed {
	margin-bottom: 0;
}
.hero-media--full .video-embed {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/**
 * Hero Pagination
 * ----------------------------------------------------------------------------
 */
.hero .paged-nav {
	display: block !important;
	font-weight: 300;
	height: 240px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
tr.hero .paged-nav {
	display: table-row !important;
}
th.hero .paged-nav,
td.hero .paged-nav {
	display: table-cell !important;
}
@media (max-width: 767px) {
	.hero .paged-nav,
  tr.hero .paged-nav,
  th.hero .paged-nav,
  td.hero .paged-nav {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hero .paged-nav.hidden-sm,
  tr.hero .paged-nav.hidden-sm,
  th.hero .paged-nav.hidden-sm,
  td.hero .paged-nav.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hero .paged-nav.hidden-md,
  tr.hero .paged-nav.hidden-md,
  th.hero .paged-nav.hidden-md,
  td.hero .paged-nav.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hero .paged-nav.hidden-lg,
  tr.hero .paged-nav.hidden-lg,
  th.hero .paged-nav.hidden-lg,
  td.hero .paged-nav.hidden-lg {
		display: none !important;
	}
}
.hero .paged-nav a {
	color: #0c0c0c;
	display: block;
	font-size: 40px;
	height: 240px;
	line-height: 1em;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	width: 240px;
}
.hero .paged-nav a:hover {
	background: rgba(0, 0, 0, 0.1);
}
.hero .paged-nav a:hover .icon {
	opacity: 1;

	filter: alpha(opacity=100);
}
.hero .paged-nav .icon {
	display: block;
	height: 40px;
	line-height: 1.5em;
	margin: auto 0;
	opacity: 0.35;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	z-index: 2;

	filter: alpha(opacity=35);
}
.hero .paged-nav .paged-nav-previous,
.hero .paged-nav .paged-nav-next {
	display: inline-block;
	float: left;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hero .paged-nav .paged-nav-previous {
	margin-left: -120px;
}
.hero .paged-nav .paged-nav-previous .icon {
	right: 40px;
}
.hero .paged-nav .paged-nav-next {
	float: right;
	margin-right: -120px;
}
.hero .paged-nav .paged-nav-next .icon {
	left: 40px;
}
.paged-nav--thumbnail img {
	opacity: 0.9;

	filter: alpha(opacity=90);
}
.paged-nav--thumbnail a {
	background: rgba(0, 0, 0, 0.1);
}
.paged-nav--thumbnail a:hover img {
	opacity: 1;

	filter: alpha(opacity=100);
}
.paged-nav--thumbnail .paged-nav-previous:hover {
	margin-left: -109.09090909px;
}
.paged-nav--thumbnail .paged-nav-next:hover {
	margin-right: -109.09090909px;
}
/**
 * Hero Image Content
 * ----------------------------------------------------------------------------
 */
.hero-image-content {
	position: absolute;
	top: 40px;
	left: 20px;
}
.hero-image-content a {
	color: #e4e4e4;
}
.hero-image-caption,
.hero-image-description {
	background: #0c0c0c;
	background: rgba(12, 12, 12, 0.9);
	clear: both;
	float: left;
	font-weight: 300;
	margin-bottom: 2px;
	max-width: 100%;
	padding: 13px 14px 14px;
}
.hero-image-caption {
	color: #fff;
	font-size: 16px;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.4;
	margin-bottom: 23px;
	margin-bottom: 2px;
	padding: 10px 14px 11px;
}
@media (min-width: 768px) {
	.hero-image-caption {
		font-size: 21px;
	}
}
.hero-image-caption p {
	margin: 0;
}
.hero-image-description {
	color: #9b9b9b;
	display: block !important;
}
tr.hero-image-description {
	display: table-row !important;
}
th.hero-image-description,
td.hero-image-description {
	display: table-cell !important;
}
@media (max-width: 767px) {
	.hero-image-description,
  tr.hero-image-description,
  th.hero-image-description,
  td.hero-image-description {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hero-image-description.hidden-sm,
  tr.hero-image-description.hidden-sm,
  th.hero-image-description.hidden-sm,
  td.hero-image-description.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hero-image-description.hidden-md,
  tr.hero-image-description.hidden-md,
  th.hero-image-description.hidden-md,
  td.hero-image-description.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hero-image-description.hidden-lg,
  tr.hero-image-description.hidden-lg,
  th.hero-image-description.hidden-lg,
  td.hero-image-description.hidden-lg {
		display: none !important;
	}
}
.hero-image-description img {
	display: block;
	margin-bottom: 0;
	margin-top: 0;
}
.hero-image-description *:last-child {
	margin-bottom: 0;
}
/**
 * Hero Slider
 * ----------------------------------------------------------------------------
 */
.hero-slider {
	position: relative;
}
.nowell-slides_tabs {
	height: 1px;
	list-style: none;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 48px;
	left: 0;
	text-align: center;
	z-index: 3;
}
.nowell-slides_tabs li {
	display: inline-block;
}
.nowell-slides_tabs a {
	background: #0c0c0c;
	border-radius: 100%;
	display: block;
	height: 16px;
	line-height: 16px;
	margin: 0 3px;
	opacity: 0.5;
	overflow: hidden;
	text-align: center;
	text-indent: -32px;
	width: 16px;

	filter: alpha(opacity=50);
}
.nowell-slides_tabs a:hover {
	opacity: 1;

	filter: alpha(opacity=100);
}
.nowell-slides_tabs .nowell-slides_here a {
	cursor: default;
	opacity: 1;

	filter: alpha(opacity=100);
}
.nowell-slides_nav {
	color: #0c0c0c;
	font-size: 20px;
	height: 16px;
	line-height: 16px;
	opacity: 0.5;
	position: absolute;
	bottom: 32px;
	width: 32px;
	z-index: 3;

	filter: alpha(opacity=50);
}
.nowell-slides_nav:hover {
	color: #0c0c0c;
	opacity: 1;

	filter: alpha(opacity=100);
}
.nowell-slides_nav.prev {
	left: 40px;
}
.nowell-slides_nav.next {
	right: 40px;
	text-align: right;
}
/**
 * Misc
 * ----------------------------------------------------------------------------
 */
/* Hide horizontal scrollbar caused by AddThis Twitter button */
iframe[name="twttrHubFrame"],
iframe[name="twttrHubFrameSecure"] {
	display: none !important;
}
.atm * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
/* Override the Twitter embed fixed width */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}
/**
 * ColorBox
 * ----------------------------------------------------------------------------
 */
/* Core Styles: The following CSS is consistent between example themes and should not be altered. */
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
#cboxOverlay {
	height: 100%;
	position: fixed;
	width: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;

	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	border: 0;
	display: block;
	float: left;
	margin: auto;
	max-width: none;
}
.cboxIframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
/* User Styles */
#cboxOverlay {
	background: #0c0c0c;
}
#colorbox {
	outline: 0;
}
#colorbox #cboxContent {
	background: transparent;
	margin-top: 20px;
}
#colorbox #cboxContent .cboxIframe {
	background: #fff;
}
#colorbox #cboxContent #cboxError {
	border: 1px solid #ccc;
	padding: 50px;
}
#colorbox #cboxContent #cboxTitle {
	color: #ccc;
	position: absolute;
	top: -20px;
	left: 0;
}
#colorbox #cboxContent #cboxCurrent {
	color: #ccc;
	position: absolute;
	top: -20px;
	right: 0;
}
#colorbox #cboxContent #cboxLoadingGraphic {
	background: url("assets/images/loading-dark.gif") no-repeat center center;
}
#colorbox #cboxContent #cboxPrevious,
#colorbox #cboxContent #cboxNext,
#colorbox #cboxContent #cboxSlideshow,
#colorbox #cboxContent #cboxClose {
	background: none;
	border: 0;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: auto;
}
#colorbox #cboxContent #cboxPrevious:active,
#colorbox #cboxContent #cboxNext:active,
#colorbox #cboxContent #cboxSlideshow:active,
#colorbox #cboxContent #cboxClose:active {
	outline: 0;
}
#colorbox #cboxContent #cboxSlideshow {
	color: #fff;
	position: absolute;
	top: -20px;
	right: 90px;
}
#colorbox #cboxContent #cboxPrevious,
#colorbox #cboxContent #cboxNext,
#colorbox #cboxContent #cboxClose {
	border: 2px solid #4a4a4a;
	color: #4a4a4a;
	display: block;
	height: 50px;
	line-height: 46px;
	margin: auto;
	position: absolute;
	width: 50px;
}
#colorbox #cboxContent #cboxPrevious:hover,
#colorbox #cboxContent #cboxNext:hover,
#colorbox #cboxContent #cboxClose:hover {
	border-color: #fff;
	color: #fff;
}
#colorbox #cboxContent #cboxPrevious,
#colorbox #cboxContent #cboxNext {
	font-family: "nowell";
	font-size: 20px;
	top: 0;
	bottom: 0;
}
#colorbox #cboxContent #cboxPrevious {
	left: -75px;
}
#colorbox #cboxContent #cboxNext {
	right: -75px;
}
#colorbox #cboxContent #cboxClose {
	font-size: 30px;
	top: -75px;
	right: 0;
	left: 0;
}
/**
 * Responsive Slides: http://responsiveslides.com
 * ----------------------------------------------------------------------------
 */
.rslides {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
.rslides li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

	-webkit-backface-visibility: hidden;
}
.rslides li:first-child {
	display: block;
	float: left;
	position: relative;
}
.rslides img {
	border: 0;
	display: block;
	float: left;
	height: auto;
	width: 100%;
}
/**
 * Jetpack
 * ----------------------------------------------------------------------------
 */
.neverending .paged-nav--archive {
	display: none;
}
.neverending .items-list {
	margin-bottom: 0;
}
.neverending .content-area {
	margin-bottom: 40px;
}
/**
 * Gravity Forms
 * ----------------------------------------------------------------------------
 */
#page .gform_wrapper {
	margin: 0;
	max-width: 100%;
	width: 100%;
  /* Complex Fields */
  /* Lists */
  /* Radio and Checkboxes */
  /* Footer */
}
#page .gform_wrapper input[type=text],
#page .gform_wrapper input[type=url],
#page .gform_wrapper input[type=email],
#page .gform_wrapper input[type=tel],
#page .gform_wrapper input[type=number],
#page .gform_wrapper input[type=password],
#page .gform_wrapper textarea,
#page .gform_wrapper select {
	font-size: 14px;
	padding: 6px 12px;
}
#page .gform_wrapper .gform_description,
#page .gform_wrapper .gsection_title {
	font-size: 16px;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.4;
	margin-bottom: 23px;
}
@media (min-width: 768px) {
	#page .gform_wrapper .gform_description,
  #page .gform_wrapper .gsection_title {
		font-size: 21px;
	}
}
#page .gform_wrapper .gsection {
	border-bottom: none;
	margin-top: 65.71428572px;
}
#page .gform_wrapper .gsection_description {
	font-size: 14px;
	line-height: 1.64285714;
}
#page .gform_wrapper .gfield_description {
	color: #b7b7b7;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}
#page .gform_wrapper .gfield {
	margin-bottom: 15px;
}
#page .gform_wrapper .ginput_complex {
	margin-left: -20px;
	margin-right: -20px;
}
#page .gform_wrapper .ginput_complex:before,
#page .gform_wrapper .ginput_complex:after {
	content: " ";
	display: table;
}
#page .gform_wrapper .ginput_complex:after {
	clear: both;
}
#page .gform_wrapper .ginput_complex:before,
#page .gform_wrapper .ginput_complex:after {
	content: " ";
	display: table;
}
#page .gform_wrapper .ginput_complex:after {
	clear: both;
}
#page .gform_wrapper .ginput_complex input {
	width: 100% !important;
}
#page .gform_wrapper .ginput_complex label {
	color: #777;
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 3px;
	margin-top: 3px;
}
#page .gform_wrapper .ginput_complex select {
	width: 100% !important;
}
#page .gform_wrapper .ginput_full {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 768px) {
	#page .gform_wrapper .ginput_full {
		float: left;
		width: 100%;
	}
}
#page .gform_wrapper .ginput_left,
#page .gform_wrapper .ginput_right {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
@media (min-width: 768px) {
	#page .gform_wrapper .ginput_left,
  #page .gform_wrapper .ginput_right {
		float: left;
		width: 50%;
	}
}
#page .gform_wrapper table.gfield_list th,
#page .gform_wrapper table.gfield_list td {
	padding: 0 0 2px;
	vertical-align: middle;
}
#page .gform_wrapper table.gfield_list th + th,
#page .gform_wrapper table.gfield_list td + td {
	padding: 0;
}
#page .gform_wrapper .gfield_radio {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 23px;
	padding-left: 20px;
	vertical-align: middle;
}
#page .gform_wrapper .gfield_radio label {
	cursor: pointer;
	display: inline;
	font-weight: normal;
	margin-bottom: 0;
}
#page .gform_wrapper .gfield_radio[disabled],
fieldset[disabled] #page .gform_wrapper .gfield_radio {
	cursor: not-allowed;
}
#page .gform_wrapper .gfield_checkbox {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 23px;
	padding-left: 20px;
	vertical-align: middle;
}
#page .gform_wrapper .gfield_checkbox label {
	cursor: pointer;
	display: inline;
	font-weight: normal;
	margin-bottom: 0;
}
#page .gform_wrapper .gfield_checkbox[disabled],
fieldset[disabled] #page .gform_wrapper .gfield_checkbox {
	cursor: not-allowed;
}
#page .gform_wrapper .gfield_radio,
#page .gform_wrapper .gfield_checkbox {
	padding-left: 0;
}
#page .gform_wrapper .gfield_radio label,
#page .gform_wrapper .gfield_checkbox label {
	color: #777;
	letter-spacing: 0;
	margin-left: 8px;
	text-transform: none;
}
#page .gform_wrapper .gfield_radio input:checked + label,
#page .gform_wrapper .gfield_checkbox input:checked + label {
	color: #0c0c0c;
}
#page .gform_wrapper .gfield_radio input[type="radio"],
#page .gform_wrapper .gfield_checkbox input[type="checkbox"] {
	float: left;
	margin-left: 1px;
}
#page .gform_wrapper .gform_page_footer {
	border-top: none;
	margin: 40px 0 0;
	padding-top: 0;
	width: 100%;
}
#page .gform_wrapper .button {
	background-color: #0c0c0c;
	border-color: #0c0c0c;
	color: #9b9b9b;
}
#page .gform_wrapper .button:hover,
#page .gform_wrapper .button:focus,
#page .gform_wrapper .button:active,
#page .gform_wrapper .button.active,
.open .dropdown-toggle#page .gform_wrapper .button {
	background-color: #000;
	border-color: #000;
	color: #9b9b9b;
}
#page .gform_wrapper .button:active,
#page .gform_wrapper .button.active,
.open .dropdown-toggle#page .gform_wrapper .button {
	background-image: none;
}
#page .gform_wrapper .button.disabled,
#page .gform_wrapper .button[disabled],
fieldset[disabled] #page .gform_wrapper .button,
#page .gform_wrapper .button.disabled:hover,
#page .gform_wrapper .button[disabled]:hover,
fieldset[disabled] #page .gform_wrapper .button:hover,
#page .gform_wrapper .button.disabled:focus,
#page .gform_wrapper .button[disabled]:focus,
fieldset[disabled] #page .gform_wrapper .button:focus,
#page .gform_wrapper .button.disabled:active,
#page .gform_wrapper .button[disabled]:active,
fieldset[disabled] #page .gform_wrapper .button:active,
#page .gform_wrapper .button.disabled.active,
#page .gform_wrapper .button[disabled].active,
fieldset[disabled] #page .gform_wrapper .button.active {
	background-color: #0c0c0c;
	border-color: #0c0c0c;
}
#page .gform_wrapper .button:hover {
	background-color: #0c0c0c;
	border-color: #0c0c0c;
	color: #fff;
}
#page .gform_wrapper .button:hover:hover,
#page .gform_wrapper .button:hover:focus,
#page .gform_wrapper .button:hover:active,
#page .gform_wrapper .button:hover.active,
.open .dropdown-toggle#page .gform_wrapper .button:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
#page .gform_wrapper .button:hover:active,
#page .gform_wrapper .button:hover.active,
.open .dropdown-toggle#page .gform_wrapper .button:hover {
	background-image: none;
}
#page .gform_wrapper .button:hover.disabled,
#page .gform_wrapper .button:hover[disabled],
fieldset[disabled] #page .gform_wrapper .button:hover,
#page .gform_wrapper .button:hover.disabled:hover,
#page .gform_wrapper .button:hover[disabled]:hover,
fieldset[disabled] #page .gform_wrapper .button:hover:hover,
#page .gform_wrapper .button:hover.disabled:focus,
#page .gform_wrapper .button:hover[disabled]:focus,
fieldset[disabled] #page .gform_wrapper .button:hover:focus,
#page .gform_wrapper .button:hover.disabled:active,
#page .gform_wrapper .button:hover[disabled]:active,
fieldset[disabled] #page .gform_wrapper .button:hover:active,
#page .gform_wrapper .button:hover.disabled.active,
#page .gform_wrapper .button:hover[disabled].active,
fieldset[disabled] #page .gform_wrapper .button:hover.active {
	background-color: #0c0c0c;
	border-color: #0c0c0c;
}
#page .gform_wrapper .gform_button {
	background-color: #b30000;
	border-color: #0c0c0c;
	color: #fff;
}
#page .gform_wrapper .gform_button:hover,
#page .gform_wrapper .gform_button:focus,
#page .gform_wrapper .gform_button:active,
#page .gform_wrapper .gform_button.active,
.open .dropdown-toggle#page .gform_wrapper .gform_button {
	background-color: #8a0000;
	border-color: #000;
	color: #fff;
}
#page .gform_wrapper .gform_button:active,
#page .gform_wrapper .gform_button.active,
.open .dropdown-toggle#page .gform_wrapper .gform_button {
	background-image: none;
}
#page .gform_wrapper .gform_button.disabled,
#page .gform_wrapper .gform_button[disabled],
fieldset[disabled] #page .gform_wrapper .gform_button,
#page .gform_wrapper .gform_button.disabled:hover,
#page .gform_wrapper .gform_button[disabled]:hover,
fieldset[disabled] #page .gform_wrapper .gform_button:hover,
#page .gform_wrapper .gform_button.disabled:focus,
#page .gform_wrapper .gform_button[disabled]:focus,
fieldset[disabled] #page .gform_wrapper .gform_button:focus,
#page .gform_wrapper .gform_button.disabled:active,
#page .gform_wrapper .gform_button[disabled]:active,
fieldset[disabled] #page .gform_wrapper .gform_button:active,
#page .gform_wrapper .gform_button.disabled.active,
#page .gform_wrapper .gform_button[disabled].active,
fieldset[disabled] #page .gform_wrapper .gform_button.active {
	background-color: #b30000;
	border-color: #0c0c0c;
}
/**
 * Contact Form 7
 * ----------------------------------------------------------------------------
 */
#page .wpcf7 p {
	margin-bottom: 15px;
}
/**
 * WP Email Capture
 * ----------------------------------------------------------------------------
 */
.wp-email-capture {
	position: relative;
}
.wp-email-capture + p {
	margin: 0;
}
.wp-email-capture br {
	display: none;
}
.wp-email-capture label {
	float: left;
	margin-bottom: -40px;
	position: relative;
	top: 13px;
	left: 15px;
	text-align: left;
	width: auto;
}
.wp-email-capture input {
	margin-bottom: 2px;
}
.wp-email-capture .wp-email-capture-name-input,
.wp-email-capture .wp-email-capture-email-input {
	text-align: left !important;
}
.wp-email-capture .wp-email-capture-name-input {
	padding-left: 75px;
}
.wp-email-capture .wp-email-capture-email-input {
	padding-left: 80px;
}
.wp-email-capture .wp-email-capture-submit {
	margin-bottom: 0;
}
.widget_wp_email_capture_widget_class .textwidget {
	font-style: italic;
	margin-bottom: 11.5px;
}
.hero-image-description .wp-email-capture {
	text-align: left;
}
.hero-image-description .wp-email-capture + p {
	margin-top: 13px;
	text-align: center;
}
.site-sidebar input,
.hero-image-description input {
	color: #fff;
}
.site-sidebar label,
.hero-image-description label {
	color: #777;
}
.site-sidebar .wp-email-capture-submit,
.hero-image-description .wp-email-capture-submit,
.widget_wp_email_capture_widget_class .wp-email-capture-submit {
	width: 100%;
}
/**
 * Twitter Widget Pro
 * ----------------------------------------------------------------------------
 */
.widget_twitter ul {
	border: none;
}
.widget_twitter ul li {
	border: none;
}
.widget_twitter ul li:first-child {
	padding-top: 0;
}
.widget_twitter .twitter-avatar {
	margin-bottom: 20px;
}
.widget_twitter .twitter-avatar img {
	border-radius: 100%;
	display: inline-block;
}
.widget_twitter .entry-content,
.widget_twitter .entry-meta {
	display: block;
	margin: 0 0 5px;
}
.widget_twitter .entry-meta {
	font-style: italic;
}
.widget_twitter .entry-meta,
.widget_twitter .entry-meta a {
	color: #0c0c0c;
}
.widget_twitter .entry-meta:first-letter {
	text-transform: capitalize;
}
.widget_twitter .intent-meta {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.widget_twitter .intent-meta,
.widget_twitter .intent-meta a {
	color: #777;
	margin: 0 5px;
}
.widget_twitter .intent-meta a:hover {
	text-decoration: underline;
}
.site-sidebar .widget_twitter li {
	margin-bottom: 40px;
}
.site-sidebar .widget_twitter .entry-meta,
.site-sidebar .widget_twitter .entry-meta a {
	color: #fff;
}
