/*!
 * Homepage: http://usebootstrap.com
 * Licensed under MIT
 * Based on Bootstrap
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
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: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: 'Exo 2', 'Trebuchet MS', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fcfcfa;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #8E1820;
}
a:hover,
a:focus {
	color: #8E1820;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #eee;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #e2e2de;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 600;
	line-height: 1.1;
	color: inherit;
}
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 {
	font-weight: normal;
	line-height: 1;
	color: #bbbbbb;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .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;
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}
.lead {
	font-size: 21px;
}
small,
.small {
	font-size: 85%;
}
cite {
	font-style: normal;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-muted {
	color: rgba(255, 255, 255, 0.6);
}
.text-primary {
	color: #ad1d28;
}
a.text-primary:hover {
	color: #81161e;
}
.text-success {
	color: #ffffff;
}
a.text-success:hover {
	color: #e6e6e6;
}
.text-info {
	color: #ffffff;
}
a.text-info:hover {
	color: #e6e6e6;
}
.text-warning {
	color: #ffffff;
}
a.text-warning:hover {
	color: #e6e6e6;
}
.text-danger {
	color: #ffffff;
}
a.text-danger:hover {
	color: #e6e6e6;
}
.bg-primary {
	color: #fff;
	background-color: #ad1d28;
}
a.bg-primary:hover {
	background-color: #81161e;
}
.bg-success {
	background-color: #48ca3b;
}
a.bg-success:hover {
	background-color: #38a52d;
}
.bg-info {
	background-color: #4d3a7d;
}
a.bg-info:hover {
	background-color: #382a5a;
}
.bg-warning {
	background-color: #debb27;
}
a.bg-warning:hover {
	background-color: #b6991c;
}
.bg-danger {
	background-color: #df6e1e;
}
a.bg-danger:hover {
	background-color: #b25818;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #e2e2de;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt,
dd {
	line-height: 1.42857143;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 180px;
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #bbbbbb;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid rgba(255, 255, 255, 0.6);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: rgba(255, 255, 255, 0.6);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid rgba(255, 255, 255, 0.6);
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
	content: "";
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	white-space: pre-line;
	color: #444444;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container {
	width: 970px;
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.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, .col-lg-auto {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.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, .col-xs-12 {
	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%;
}
.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, .col-lg-12, .col-lg-auto {
	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%;
}
.col-lg-auto {
	width: auto;
}

table {
	max-width: 100%;
	background-color: transparent;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #e2e2de;
}
.table > tbody > tr:last-child > td,
.table > tfoot > tr:last-child > td {
	border-bottom: 2px solid #e2e2de;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #e2e2de;
}
.table td {
	word-wrap: break-word;
	word-break: break-all;
}
.nobr,
.table td.nobr {
	word-wrap: normal;
	word-break: normal;
	white-space: nowrap;
}
.normal-br,
.table td.normal-br {
	word-wrap:inherit;
	word-break:inherit;
}
.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 #e2e2de;
}
.table .table {
	background-color: #108a93;
}
.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 #e2e2de;
}
.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 #e2e2de;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
	background-color: #EDEDED;
}
.table-striped > tbody > tr > td {
	background-color: #F9F9F9;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #EDEDED;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #DDDDDD;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.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: #514C07;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
	background-color: #0b5f65;
}
.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: #48ca3b;
}
.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: #3eb932;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #4d3a7d;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
	background-color: #42326c;
}
.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: #debb27;
}
.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: #ccab1f;
}
.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: #df6e1e;
}
.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: #c9631b;
}
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #e2e2de;
	-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 {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	/* IE8-9 */
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 9px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #444444;
}
.form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #444444;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-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);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
	color: #bbbbbb;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #bbbbbb;
}
.form-control::-webkit-input-placeholder {
	color: #bbbbbb;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #dddddd;
	opacity: 1;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
input[type="date"] {
	line-height: 38px;
}
.form-group {
	margin-bottom: 15px;
}
.radio,
.checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.radio label,
.checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
}
.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 {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
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 {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}
.input-lg {
	height: 54px;
	padding: 14px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-lg {
	height: 54px;
	line-height: 54px;
}
textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 47.5px;
}
.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	color: #ffffff;
}
.has-success .form-control {
	border-color: #ffffff;
	-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: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
	color: #ffffff;
	border-color: #ffffff;
	background-color: #48ca3b;
}
.has-success .form-control-feedback {
	color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
	color: #ffffff;
}
.has-warning .form-control {
	border-color: #ffffff;
	-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: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
	color: #ffffff;
	border-color: #ffffff;
	background-color: #debb27;
}
.has-warning .form-control-feedback {
	color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #ffffff;
}
.has-error .form-control {
	border-color: #ffffff;
	-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: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
	color: #ffffff;
	border-color: #ffffff;
	background-color: #df6e1e;
}
.has-error .form-control-feedback {
	color: #ffffff;
}
.form-control-static {
	margin-bottom: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #333;
}
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.form-inline .input-group > .form-control {
	width: 100%;
}
.form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
	float: none;
	margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
	top: 0;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 29px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-control-static {
	padding-top: 9px;
}
.form-horizontal .control-label {
	text-align: right;
}
.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: none;
}
.btn:hover,
.btn:focus {
	color: white;
	text-decoration: none;
}
.btn:active,
.btn.active {
	outline: 0;
	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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default {
	color: white;
	background-color: #666;
	border-color: #666;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: white;
	background-color: #444;
	border-color: #333;
}
.btn-default:focus {
	background-color: #111;
}
.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: #dddddd;
	border-color: #dddddd;
}
.btn-default .badge {
	color: #dddddd;
	background-color: #444444;
}
.btn-primary {
	color: #ffffff;
	background-color: #ad1d28;
	border-color: #ad1d28;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #8a1720;
	border-color: #79141c;
}
.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: #ad1d28;
	border-color: #ad1d28;
}
.btn-primary .badge {
	color: #ad1d28;
	background-color: #ffffff;
}
.btn-success {
	color: #ffffff;
	background-color: #48ca3b;
	border-color: #48ca3b;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #3aad2f;
	border-color: #359d2b;
}
.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: #dddddd;
	border-color: #dddddd;
}
.btn-success .badge {
	color: #48ca3b;
	background-color: #ffffff;
}
.test1-publish-button.btn-success {
	color: #ffffff;
	background-color: #4d3a7d;
	border-color: #4d3a7d;
}
.test1-publish-button.btn-success:hover,
.test1-publish-button.btn-success:focus,
.test1-publish-button.btn-success:active {
	color: #ffffff;
	background-color: #3c2d61;
	border-color: #3c2d61;
}


.btn-info {
	color: #ffffff;
	background-color: #4d3a7d;
	border-color: #4d3a7d;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #3c2d61;
	border-color: #332753;
}
.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: #4d3a7d;
	border-color: #4d3a7d;
}
.btn-info .badge {
	color: #4d3a7d;
	background-color: #ffffff;
}
.btn-warning {
	color: #ffffff;
	background-color: #debb27;
	border-color: #debb27;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #bfa01d;
	border-color: #ad911a;
}
.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: #debb27;
	border-color: #debb27;
}
.btn-warning .badge {
	color: #debb27;
	background-color: #ffffff;
}
.btn-danger {
	color: #ffffff;
	background-color: #df6e1e;
	border-color: #df6e1e;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #bb5c19;
	border-color: #a95317;
}
.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: #df6e1e;
	border-color: #df6e1e;
}
.btn-danger .badge {
	color: #df6e1e;
	background-color: #ffffff;
}
.btn-link {
	color: #e8d069;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
}
.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 {
	color: #e8d069;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #bbbbbb;
	text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
	padding: 14px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.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 {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu, .tt-menu.tt-open {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	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);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	/*margin: 9px 0;*/
	margin: 3px 0 0 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #444444;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #15b5c1;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #15b5c1;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #dddddd;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	display: block;
	/*padding: 3px 20px;*/
	padding: 1px 10px 2px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #bbbbbb;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
.navbar-right .dropdown-menu-left {
	left: 0;
	right: auto;
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	float: left;
}
.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 {
	margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-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 > .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-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.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-top: -1px;
	margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}
.btn-group-justified > .btn-group .btn {
	width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
	display: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 54px;
	padding: 14px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
	height: 54px;
	line-height: 54px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
	height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
	height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 8px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #444444;
	text-align: center;
	background-color: #dddddd;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.input-group-addon.input-lg {
	padding: 14px 16px;
	font-size: 18px;
	border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
	z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	margin-left: -1px;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #15b5c1;
}
.nav > li.disabled > a {
	color: #dddddd;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #dddddd;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #15b5c1;
	border-color: #e8d069;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #15b5c1;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: transparent transparent #15b5c1;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #ffffff;
	background-color: #15b5c1;
	border: 1px solid transparent;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
.nav-tabs.nav-justified > li {
	display: table-cell;
	width: 1%;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 0;
}
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid transparent;
}
.nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border-bottom-color: transparent;
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #15b5c1;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
.nav-justified > li {
	display: table-cell;
	width: 1%;
}
.nav-justified > li > a {
	margin-bottom: 0;
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border: 1px solid transparent;
}
.nav-tabs-justified > li > a {
	border-bottom: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border-bottom-color: transparent;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
.navbar {
	border-radius: 4px;
}
.navbar-header {
	float: left;
}
.navbar-collapse {
	max-height: 340px;
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
	overflow-y: auto;
}
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
	.navbar-static-top {
		border-radius: 0;
	}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	text-decoration: none;
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: none;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
	.navbar-toggle {
		display: none;
	}
.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
.navbar-nav {
	margin: 0;
}
.navbar-nav > li {
	white-space: nowrap;
}
.navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-nav.navbar-right:last-child {
	margin-right: -15px;
}
.navbar-left {
	float: left !important;
}
.navbar-right {
	float: right !important;
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 6px;
	margin-bottom: 6px;
}
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.navbar-form .input-group > .form-control {
	width: 100%;
}
.navbar-form .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	vertical-align: middle;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
	float: none;
	margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
	top: 0;
}
.navbar-form {
	width: auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-form.navbar-right:last-child {
	margin-right: -15px;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 6px;
	margin-bottom: 6px;
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}
.navbar-text {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
.navbar-text.navbar-right:last-child {
	margin-right: 0;
}
.navbar-default {
	background-color: #ad1d28;
	border-color: #911821;
}
.navbar-default .navbar-brand {
	color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #ffffff;
	background-color: none;
}
.navbar-default .navbar-text {
	color: #bbbbbb;
}
.navbar-default .navbar-brand.navbar-brand-highlight {
	color: black;
	background-color: white;
}

.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: #d92432;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #d92432;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #d92432;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #d92432;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #911821;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #d92432;
	color: #ffffff;
}
.navbar-default .navbar-link {
	color: #ffffff;
}
.navbar-default .navbar-link:hover {
	color: #ffffff;
}
.navbar-inverse {
	background-color: #debb27;
	border-color: #b6991c;
}
.navbar-inverse .navbar-brand {
	color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #ffffff;
	background-color: none;
}
.navbar-inverse .navbar-text {
	color: #bbbbbb;
}
.navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: #e5c953;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #e5c953;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #e5c953;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #e5c953;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #c3a41e;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #e5c953;
	color: #ffffff;
}
.navbar-inverse .navbar-link {
	color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
	color: #ffffff;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #13a0aa;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #dddddd;
}
.breadcrumb > .active {
	color: #ffffff;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 10px 0 0 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 8px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #e8d069;
	background-color: #13a0aa;
	border: 1px solid transparent;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #e8d069;
	background-color: #15b5c1;
	border-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #15b5c1;
	border-color: transparent;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #ffffff;
	background-color: #13a0aa;
	border-color: transparent;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 14px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #13a0aa;
	border: 1px solid transparent;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #15b5c1;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #ffffff;
	background-color: #13a0aa;
	cursor: not-allowed;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
.label-default {
	background-color: #dddddd;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #c4c4c4;
}
.label-primary {
	background-color: #ad1d28;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #81161e;
}
.label-success {
	background-color: #48ca3b;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #38a52d;
}
.label-info {
	background-color: #4d3a7d;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #382a5a;
}
.label-warning {
	background-color: #debb27;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #b6991c;
}
.label-danger {
	background-color: #df6e1e;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #b25818;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #ad1d28;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-xs .badge {
	top: 0;
	padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #ffffff;
	background-color: #ad1d28;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}
.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #514C07;
}
.jumbotron h1,
.jumbotron .h1 {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}
.container .jumbotron {
	border-radius: 6px;
}
.jumbotron .container {
	max-width: 100%;
}
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.container .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px;
	}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #108a93;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
	margin-left: auto;
	margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #e8d069;
}
.thumbnail .caption {
	padding: 9px;
	color: #ffffff;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert.message {
	width: auto;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable {
	padding-right: 35px;
}
.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #48ca3b;
	border-color: #55b932;
	color: #ffffff;
}
.alert-success hr {
	border-top-color: #4ca52d;
}
.alert-success .alert-link {
	color: #e6e6e6;
}
.alert-info {
	background-color: #4d3a7d;
	border-color: #352f65;
	color: #ffffff;
}
.alert-info-outline {
	background-color: #DDD7EA;
	border-color: #352f65;
	color: #352f65;
}
.alert-info hr {
	border-top-color: #2c2753;
}
.alert-info .alert-link {
	color: #e6e6e6;
}
.alert-warning {
	background-color: #debb27;
	border-color: #d59521;
	color: black;
}
.alert-warning hr {
	border-top-color: #bf851d;
}
.alert-warning .alert-link {
	color: #e6e6e6;
}
.alert-danger {
	background-color: #df6e1e;
	border-color: #d2491c;
	color: #ffffff;
}
.alert-danger hr {
	border-top-color: #bb4119;
}
.alert-danger .alert-link {
	color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #514C07;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #ad1d28;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #48ca3b;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #4d3a7d;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #debb27;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #df6e1e;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}
.media,
.media .media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media-object {
	display: block;
}
.media-heading {
	margin: 0 0 5px;
}
.media > .pull-left {
	margin-right: 10px;
}
.media > .pull-right {
	margin-left: 10px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #13a0aa;
	border: 1px solid #e2e2de;
}
.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
a.list-group-item {
	color: #e8d069;
}
a.list-group-item .list-group-item-heading {
	color: #ffffff;
}
a.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	background-color: #15b5c1;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #15b5c1;
	border-color: #514C07;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
	color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
	color: #acf1f6;
}
.list-group-item-success {
	color: #ffffff;
	background-color: #48ca3b;
}
a.list-group-item-success {
	color: #ffffff;
}
a.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
	color: #ffffff;
	background-color: #3eb932;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #ffffff;
	border-color: #ffffff;
}
.list-group-item-info {
	color: #ffffff;
	background-color: #4d3a7d;
}
a.list-group-item-info {
	color: #ffffff;
}
a.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
	color: #ffffff;
	background-color: #42326c;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #ffffff;
	border-color: #ffffff;
}
.list-group-item-warning {
	color: #ffffff;
	background-color: #debb27;
}
a.list-group-item-warning {
	color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
	color: #ffffff;
	background-color: #ccab1f;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #ffffff;
	border-color: #ffffff;
}
.list-group-item-danger {
	color: #ffffff;
	background-color: #df6e1e;
}
a.list-group-item-danger {
	color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
	color: #ffffff;
	background-color: #c9631b;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #ffffff;
	border-color: #ffffff;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.panel {
	margin-bottom: 20px;
	background-color: #13a0aa;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
	padding: 15px;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.panel-title > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #18cbd8;
	border-top: 1px solid #e2e2de;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
	margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
	border-top: 1px solid #e2e2de;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}
.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
	overflow: hidden;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top: 1px solid #e2e2de;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #e2e2de;
}
.panel-default {
	border-color: #514C07;
}
.panel-default > .panel-heading {
	color: #ffffff;
	background-color: #18cbd8;
	border-color: #514C07;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #514C07;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #514C07;
}
.panel-primary {
	border-color: #ad1d28;
}
.panel-primary > .panel-heading {
	color: #ffffff;
	background-color: #ad1d28;
	border-color: #ad1d28;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #ad1d28;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #ad1d28;
}
.panel-success {
	border-color: #55b932;
}
.panel-success > .panel-heading {
	color: #ffffff;
	background-color: #48ca3b;
	border-color: #55b932;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #55b932;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #55b932;
}
.panel-info {
	border-color: #352f65;
}
.panel-info > .panel-heading {
	color: #ffffff;
	background-color: #4d3a7d;
	border-color: #352f65;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #352f65;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #352f65;
}
.panel-warning {
	border-color: #d59521;
}
.panel-warning > .panel-heading {
	color: #ffffff;
	background-color: #debb27;
	border-color: #d59521;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #d59521;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #d59521;
}
.panel-danger {
	border-color: #d2491c;
}
.panel-danger > .panel-heading {
	color: #ffffff;
	background-color: #df6e1e;
	border-color: #d2491c;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #d2491c;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #d2491c;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #EDEDED;
	border: 1px solid #E5E5D7;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
	padding: 24px;
	border-radius: 6px;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #FCFCFA;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: none;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 20px;
	padding-bottom: 0;
	min-height: 16.42857143px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 20px;
	padding-top: 0;
}
.modal-footer {
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e2e2de;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
	.modal-lg {
		width: 900px;
	}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.9);
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: rgba(0, 0, 0, 0.9);
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: rgba(0, 0, 0, 0.9);
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #ffffff;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #ffffff;
}
.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #ffffff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #ffffff;
	bottom: -10px;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
	outline: none;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px;
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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 {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
	top: 50px;
}
@-ms-viewport {
	width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
.visible-lg {
	display: block !important;
}
table.visible-lg {
	display: table;
}
tr.visible-lg {
	display: table-row !important;
}
th.visible-lg,
td.visible-lg {
	display: table-cell !important;
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
.navbar-default .badge {
	background-color: #fff;
	color: #ad1d28;
}
.btn .caret {
	border-top-color: #fff;
}
.btn-default .caret {
	border-top-color: #444444;
}
.text-primary,
.text-primary:hover {
	color: #f0a6ac;
}
.text-success,
.text-success:hover {
	color: #93e08b;
}
.text-danger,
.text-danger:hover {
	color: #eda776;
}
.text-warning,
.text-warning:hover {
	color: #ecd77f;
}
.text-info,
.text-info:hover {
	color: #b8abd8;
}
.table-responsive > .table {
	background-color: transparent;
}
table a,
.table a {
	color: #333;
	text-decoration: underline;
}
.has-warning .help-block,
.has-warning .control-label {
	color: #ecd77f;
}
.has-warning .form-control,
.has-warning .form-control:focus {
	border-color: #ecd77f;
}
.has-error .help-block,
.has-error .control-label {
	color: #f0a6ac;
}
.has-error .form-control,
.has-error .form-control:focus {
	border-color: #f0a6ac;
}
.has-success .help-block,
.has-success .control-label {
	color: #93e08b;
}
.has-success .form-control,
.has-success .form-control:focus {
	border-color: #93e08b;
}
legend {
	color: #333;
}
.input-group-addon {
	color: #444444;
}
.pagination a:hover {
	color: #fff;
}
.pager a:hover {
	color: #fff;
}
.close {
	opacity: 0.4;
}
.close:hover,
.close:focus {
	opacity: 1;
}
.popover {
	color: #444444;
}

.fixed-value {
	padding-top: 9px;
}

.btn-margin {
	margin-top: 9px;
}

.form-inline .fixed-value {
	padding-top: 7px;
}

.break-words {
	word-break: break-all;
	word-wrap: break-word;
}

.resize-vertical, .transition-message, .article-body-textarea, .ticket-message-textarea {
	resize: vertical;
}

textarea.transition-message {
	height: 300px;
}

textarea.ticket-message-textarea {
	height: 300px;
}

textarea.article-body-textarea {
	height: 900px;
}
textarea.article-body-textarea.article-body-textarea-novice-writer {
	height: 600px;
}

@font-face {
	font-family: 'Flat-UI-Icons';
	src: url('/static/articles/fonts/glyphicons/flat-ui-icons-regular.eot?5f40bdb60ac6');
	src: url('/static/articles/fonts/glyphicons/flat-ui-icons-regular.eot?&5f40bdb60ac6#iefix') format('embedded-opentype'), url('/static/articles/fonts/glyphicons/flat-ui-icons-regular.woff?5f40bdb60ac6') format('woff'), url('/static/articles/fonts/glyphicons/flat-ui-icons-regular.ttf?5f40bdb60ac6') format('truetype'), url('/static/articles/fonts/glyphicons/flat-ui-icons-regular.svg?5f40bdb60ac6#flat-ui-icons-regular') format('svg');
}

[class^="fui-"],
[class*="fui-"] {
	font-family: 'Flat-UI-Icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 3px;
	font-size: 12px;
}
.fui-cross:before {
	color: #AD1D28;
	content: "\e609";
}
.fui-cross-label {
	cursor: pointer;
	padding-right: 0;
}
.fui-cross-label:before {
	content: "\e609";
	padding-right: 0;
	padding-left: 5px;
}
.fui-cross-circle:before {
	content: "\e613";
}
.fui-cross-circle {
	line-height: 18px;
}
.fui-close:before {
	color: #333;
	content: "\e609";
	font-size: 20px;
	line-height: 30px;
}
.fui-check:before {
	color: #35B359;
	content: "\e60a";
}
.fui-bubble:before {
	color: #999;
	content: "\e63b";
}
.fui-bubble-2:before {
	color: #42326C;
	content: "\e63b";
}
.fui-gear:before {
	color: #999;
	content: "\e636";
}
.fui-trash:before {
	color: #999;
	content: "\e639";
}
.fui-star-2:before {
	content: "\e63f";
}
.fui-star-2 {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 18px;
}
.fui-alert-circle:before {
	color: #AD1D28;
	content: "\e610";
}
.fui-mail:before {
	color: #DEBB27;
	content: "\e632";
}
.fui-mail {
	line-height: 18px;
}
.fui-lock:before {
	color: #009900;
	content: "\e633";
}
.fui-eye:before {
	color: white;
	content: "\e62c";
}
.fui-new:before {
	color: #999;
	content: "\e628";
}
.fui-time:before {
	content: "\e62b";
}
.fui-volume:before {
	content: "\e617";
}
.fui-question:before {
	content: "\e611";
	cursor: pointer;
}
.flagged-writer {
	color: white;
	background-color: #D84792;
	padding: 3px 6px;
	border-radius: 3px;
}
.flagged-writer a {
	color: white;
}

.navbar-default .navbar-nav > li.menu-reverse-highlighted > a {
	color: #AD1D28;
	background-color: #F4B7BB;
}
.navbar-default .menu-reverse-highlighted .fui-mail:before {
	color: #AD1D28;
}

.navbar-default.writer-header .navbar-nav > li.menu-reverse-highlighted > a,
.navbar-default.novice-writer-header .navbar-nav > li.menu-reverse-highlighted > a {
	color: #42326C;
	background-color: #C3B7E8;
}
.navbar-default.writer-header .menu-reverse-highlighted .fui-mail:before,
.navbar-default.novice-writer-header .menu-reverse-highlighted .fui-mail:before {
	color: #42326C;
}

.navbar-default.editor-header .navbar-nav > li.menu-reverse-highlighted > a {
	color: #399B2E;
	background-color: #B6DDB1;
}
.navbar-default.editor-header .menu-reverse-highlighted .fui-mail:before {
	color: #399B2E;
}


.navbar-default.suspended-header .navbar-nav > li.menu-reverse-highlighted > a {
	color: #333;
	background-color: #ccc;
}
.navbar-default.suspended-header .menu-reverse-highlighted .fui-mail:before {
	color: #333;
}

.history-label, .history-status {
	font-weight: normal;
	color: #999;
}
.history-label a {
	color: #999;
}

.publish-result {
	display: none;
}

.first-row {
	margin-top: 15px;
}

a.btn {
	text-decoration: none;
}

.dropdown-menu > li > a {
	text-decoration: none;
}

.writer-header, .novice-writer-header {
	background-color: #42326C;
	border-color: #30254F;
}

.editor-header {
	background-color: #399B2E;
	border-color: #2C7723;
}

.suspended-header {
	background-color: #828282;
	border-color: #727272;
}

.writer-header.navbar-default .navbar-nav > li > a:hover,
.writer-header.navbar-default .navbar-nav > li > a:focus,
.writer-header.navbar-default .navbar-nav > .active > a,
.writer-header.navbar-default .navbar-nav > .active > a:hover,
.writer-header.navbar-default .navbar-nav > .active > a:focus,
.writer-header.navbar-default .navbar-nav > .open > a,
.writer-header.navbar-default .navbar-nav > .open > a:hover,
.writer-header.navbar-default .navbar-nav > .open > a:focus {
	background-color: #8163D3;
}

.novice-writer-header.navbar-default .navbar-nav > li > a:hover,
.novice-writer-header.navbar-default .navbar-nav > li > a:focus,
.novice-writer-header.navbar-default .navbar-nav > .active > a,
.novice-writer-header.navbar-default .navbar-nav > .active > a:hover,
.novice-writer-header.navbar-default .navbar-nav > .active > a:focus,
.novice-writer-header.navbar-default .navbar-nav > .open > a,
.novice-writer-header.navbar-default .navbar-nav > .open > a:hover,
.novice-writer-header.navbar-default .navbar-nav > .open > a:focus {
	background-color: #8163D3;
}

.editor-header.navbar-default .navbar-nav > li > a:hover,
.editor-header.navbar-default .navbar-nav > li > a:focus,
.editor-header.navbar-default .navbar-nav > .active > a,
.editor-header.navbar-default .navbar-nav > .active > a:hover,
.editor-header.navbar-default .navbar-nav > .active > a:focus,
.editor-header.navbar-default .navbar-nav > .open > a,
.editor-header.navbar-default .navbar-nav > .open > a:hover,
.editor-header.navbar-default .navbar-nav > .open > a:focus {
	background-color: #3EB932;
}

.suspended-header.navbar-default .navbar-nav > li > a:hover,
.suspended-header.navbar-default .navbar-nav > li > a:focus,
.suspended-header.navbar-default .navbar-nav > .active > a,
.suspended-header.navbar-default .navbar-nav > .active > a:hover,
.suspended-header.navbar-default .navbar-nav > .active > a:focus,
.suspended-header.navbar-default .navbar-nav > .open > a,
.suspended-header.navbar-default .navbar-nav > .open > a:hover,
.suspended-header.navbar-default .navbar-nav > .open > a:focus {
	background-color: #aaa;
}

th.sorted-column-header {
	background-color: #ededed;
}

.header-input {
	margin-top: 12px;
	margin-left: 12px;
	width: 75px;
}

.nav > li > .not-link {
	position: relative;
	display: block;
	padding: 15px;
	line-height: 20px;
	color: white;
}

.article-details-well .form-group {
	margin-bottom: 5px;
}

.deadline-datetime {
	font-size: 12px;
}

.deadline-remains {
	padding-left: 3px;
	padding-right: 3px;
}

.deadline-warning {
	background-color: #FFEFA8;
}

.deadline-failed {
	background-color: #FFC4C4;
}

#claim-articles-submit-button, #claim-articles-input {
	display: none;
}

.form-inline .top-page-input {
	width: 110px;
}

.btn-border, .btn-border[disabled] {
	background: none;
	border-color: #666;
	color: #333;
}

.table-fixed {
	table-layout: fixed;
}
.table-centered td,
.table-centered th {
	text-align: center;
}

.table-striped > tbody > tr:nth-child(2n) > .table-highlighted-row,
.table-striped > tbody > tr:nth-child(2n+1) > .table-highlighted-row,
.table-striped > tbody > tr > .table-highlighted-row:hover {
	background-color: #42326C;
	color: white;
}

abbr[class$="-article-type"], .pack-label, .always-hidden-label {
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
	border-radius: 5px;
	text-decoration: none;
	border-bottom: none;
}
abbr.promo-article-type {
	background-color: #ffccba;
}
abbr.strict-acceptor-article-type, abbr.non-anchor-article-type {
	background-color: #c1bcff;
}
abbr.donor-article-type {
	background-color: #d2f2b8;
}
abbr.acceptor-article-type {
	background-color: #b7e8ff;
}
abbr.test1-article-type {
	color: white;
	background-color: #DF6E1E;
}
abbr.test2-article-type {
	color: white;
	background-color: #DEBB27;
}
abbr.filler-article-type {
	color: white;
	background-color: #663333;
}
abbr.hq-on-article-type {
	background-color: #ffccba;
}
abbr.hq-off-article-type {
	background-color: #b7e8ff;
}

#article-body-preview .keyword,
.instructions .keyword {
	font-weight: bold;
	background-color: #FFEFA8;
}

.instructions .well {
	margin-top: 40px;
}

.instructions .well.bold-well {
	color: #770000;
	border-color: currentColor;
	background-color: #ffcccc;
}

.instructions .instructions-well-img {
	display: block;
	margin: 0 auto 20px auto;
}

.news-datetime {
	color: #999;
	font-size: 12px;
	margin-top: 40px;
}

.news-header {
	margin-top: 10px;
	margin-bottom: 10px;
}

.news-body {
	margin-top: 0;
	margin-bottom: 0;
}

.invisible {
	display: none;
}

.ticket-message-container {
	margin-bottom: 15px;
}

.ticket-message.form-group {
	margin-bottom: 0;
}

.ticket-message,
.ticket-message.ticket-message-unread.ticket-message-read {
	background-color: transparent;
	padding: 5px 0 15px;
}

.ticket-message.ticket-message-yours,
.ticket-message.ticket-message-yours.ticket-message-unread.ticket-message-read {
	background-color: #eeefef;
}

.ticket-message.ticket-message-unread,
.ticket-message:nth-child(odd).ticket-message-unread {
	background-color: #dddfef;
	transition: background-color 1s;
}

.ticket-status-read {
	color: #ccc;
}

.inline-header {
	display: inline-block;
	padding-right: 15px;
}

#big-alert {
	margin-top: 30px;
	margin-right: 40px;
	float: right;
}

.label-info-light {
	background-color: transparent;
	color: #4d3a7d;
	border: 1px solid currentColor;
	margin-right: 5px;
}

#bad-donor-url em {
	font-weight: normal;
}

.selection {
	background-color: #FFEFA8;
	color: #666;
}

.bold-selection {
	background-color: #CC5533;
	color: white;
	padding-left: 3px;
	padding-right: 3px;
}

.public-page-buttons {
	text-align: center;
}

.public-page-buttons a.btn {
	width: 200px;
}

.cancel-action-form {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.form-inline.cancel-action-form .form-control {
	vertical-align: baseline;
}

.alert.alert-success a,
.alert.alert-success a:hover,
.alert.alert-success a:active,
.alert.alert-success a:focus,
.alert.alert-danger a,
.alert.alert-danger a:hover,
.alert.alert-danger a:active,
.alert.alert-danger a:focus {
	color: white;
}

.tablesorter .header {
	text-decoration: underline;
	cursor: pointer;
}

.tablesorter .header.headerSortDown:after {
	content: "↓";
}

.tablesorter .header.headerSortUp:after {
	content: "↑";
}

.tt-menu .tt-suggestion {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #444444;
	white-space: nowrap;
	cursor: pointer;
}
.tt-menu .tt-suggestion.tt-cursor,
.tt-menu .tt-suggestion:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #15b5c1;
}

.high-tr, tbody > tr.high-tr > td, .high-tr div,
.website-tr, tbody > tr.website-tr > td, .website-tr div,
.themesite-article-tr, tbody > tr.themesite-article-tr > td, .themesite-article-tr div {
	vertical-align: middle;
}

.donor-action-done, .website-action-done, .themesite-article-action-done {
	height: 38px;
	padding-top: 8px;
}

.donor-action-done {
	display: none;
}

.website-action-done, .themesite-article-action-done {
	visibility: hidden;
}

.article-image-message {
	display: none;
}

.bad-donor-url {
	width: 330px;
}

.bad-donor-suggestions {
	max-width: 300px;
}

.favorite-themes-container {
	overflow: hidden;
}

.sortable-list {
	min-height: 48px;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	background-color: white;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
	display: block;
	margin-right: 10px;
}

.sortable-list li {
	margin: 0 5px 5px 5px;
	padding: 5px;
	font-size: 1.2em;
	cursor: move;
	border: 1px solid #d3d3d3;
	background-color: #e6e6e6;
	color: #333;
}

.sortable-list#favorite-themes-selected li {
	border: 1px solid #a3cea3;
	background-color: #C5E2C5;
}

.sortable-list li:hover {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.sortable-list#favorite-themes-selected li:hover {
	-webkit-box-shadow: 0 2px 5px rgba(0, 50, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 50, 0, 0.2);
}

.theme-help-text {
	color: #999;
	font-size: 10px;
}

.cancel-article-help-block {
	margin-top: 10px;
	color: #999;
	font-size: 12px;
}

.cancel-article-help-block ul {
	margin-bottom: 0;
}

.counter {
	padding: 1px 2px 2px 2px;
	border-radius: 2px;
}
.counter.counter-highlighted {
	color: white;
	background-color: #D92432;
}
@media (max-width: 1280px) {
	.counter {
		font-size: 12px;
		vertical-align: top;
	}
}


.writer-header .counter.counter-highlighted,
.novice-writer-header .counter.counter-highlighted {
	background-color: #8163D3;
}

.editor-header .counter.counter-highlighted {
	background-color: #3EB932;
}

.suspended-header .counter.counter-highlighted {
	background-color: #aaa;
}

.instructions-wrapper {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 66.66666667%;
	margin-left: 16.66666667%;
}
@media (max-width: 1280px) {
	.instructions-wrapper {
		width: 100%;
		margin-left: 0%;
	}
}

.table-hover > tbody > tr.connected-editors > td {
	background-color: #D3E2D3;
}

.form-group .alert-info-outline {
	margin-bottom: 0
}

.inline-block {
	display: inline-block;
}

.table-affix-head {
	z-index: 2;
}

@media (max-width: 1050px) {
	.navbar-brand, .nav > li > .not-link, .nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.col-xs-12 {
		width: 100%;
	}
}

.navigation-container {
  display: flex; }
  .navigation-container .spacer {
    flex: 1; }

.navbar-nav {
  display: flex;
  flex-shrink: 0; }

.tickets-list-filter-link {
  margin-right: 5px;
  margin-top: 32px; }

.tinted, .tinted a {
  color: #999 !important; }

tr .display-on-row-hover {
  visibility: hidden; }

tr:hover .display-on-row-hover {
  visibility: visible; }

.table-striped > tbody > tr.changed-row > td, .table-striped > tbody > tr.changed-row > th,
.table-striped > tbody > tr.changed-row:hover > td, .table-striped > tbody > tr.changed-row:hover > th {
  background-color: #E2C3C3; }

.keyword-delimiter {
  width: 100px;
  height: 1px;
  margin: 5px 0 3px 0;
  background-color: #999; }

.button-like {
  cursor: pointer; }

.button-naira.btn-small {
  height: 26px; }
  .button-naira.btn-small > span {
    padding-top: 2px; }
  .button-naira.btn-small .button-naira-icon {
    padding-top: 3px;
    padding-bottom: 3px; }

.table-free-articles td:not(:last-child) {
  padding-top: 17px;
  padding-bottom: 17px; }

.sw-star, .sw-trial {
  font-family: Calibri, sans-serif;
  font-size: 40px;
  margin-top: 0px;
  display: block;
  height: 2px;
  padding-top: 0;
  width: 25px;
  float: left; }

.sw-star {
  line-height: 36px; }

.sw-trial {
  line-height: 23px; }

.sw-text {
  text-decoration: underline;
  display: block;
  margin-left: 25px; }

abbr.thematic-article-type {
  background-color: #ff9900; }

abbr.thematic2-article-type, abbr.content-article-type {
  background-color: #ff9966; }

abbr.stuffing-article-type {
  background-color: #efacff; }

abbr.extra-article-type {
  color: white;
  background-color: #AD1D28; }

abbr.free-article-type {
  background-color: #BFFFBD; }

abbr.always-hidden-label {
  background-color: #FF66AA; }

#deny-article-button {
  margin-left: 40px; }

#deny-article-modal .modal-lg,
#deadlined-article-modal .modal-lg {
  width: 500px; }

#deny-article-modal .modal-body p,
#deadlined-article-modal .modal-body p {
  margin: 20px 0; }

#deny-result-details {
  display: none;
  margin-bottom: 10px; }

.alert-thematic {
  background-color: #EADDD7;
  border-color: #65352f;
  color: #65352f; }

.alert-stuffing, .alert-notifications {
  background-color: #FFEEEE;
  border-color: #EE3333;
  color: #AA3333; }

.article-block-row {
  margin-top: 15px; }

.article-block-container {
  display: flex; }
  .article-block-container .article-block-text {
    flex: 1; }
  .article-block-container .article-block-brace {
    margin-right: 3px;
    display: flex;
    flex-direction: column; }
    .article-block-container .article-block-brace > div {
      margin: 0;
      width: 20px; }
    .article-block-container .article-block-brace .brace-line {
      border-right: 3px solid;
      flex: 1; }
    .article-block-container .article-block-brace .brace-part {
      height: 20px; }
    .article-block-container .article-block-brace .brace-part1 {
      border-right: 3px solid;
      border-top-right-radius: 12px; }
    .article-block-container .article-block-brace .brace-part2 {
      border-left: 3px solid;
      border-bottom-left-radius: 12px;
      margin-left: 17px; }
    .article-block-container .article-block-brace .brace-part3 {
      border-left: 3px solid;
      border-top-left-radius: 12px;
      margin-left: 17px; }
    .article-block-container .article-block-brace .brace-part4 {
      border-right: 3px solid;
      border-bottom-right-radius: 12px; }
  .article-block-container .article-block-description {
    flex: 1;
    display: flex;
    align-items: center; }
    .article-block-container .article-block-description .article-block-description-content h3 {
      margin-top: 0; }
  .article-block-container .article-block-tooltip {
    position: relative;
    z-index: 100;
    display: inline-block; }
    .article-block-container .article-block-tooltip .article-block-tooltip-content {
      position: absolute;
      bottom: 100%;
      margin-bottom: 20px;
      z-index: 100;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #666;
      background-color: #999;
      text-align: left;
      cursor: default;
      pointer-events: none;
      white-space: nowrap;
      display: block;
      opacity: 0.7; }
    .article-block-container .article-block-tooltip .article-block-tooltip-arrow {
      bottom: -21px;
      left: 50%;
      margin-left: -4px; }
    .article-block-container .article-block-tooltip .article-block-tooltip-arrow, .article-block-container .article-block-tooltip .article-block-tooltip-arrow:after {
      border-bottom-width: 0;
      border-color: transparent;
      border-style: solid;
      display: block;
      width: 0;
      height: 0;
      position: absolute; }
    .article-block-container .article-block-tooltip .article-block-tooltip-arrow:after {
      border-top-color: #999;
      bottom: 1px;
      content: " ";
      border-width: 10px;
      margin-left: -10px; }
    .article-block-container .article-block-tooltip .article-block-tooltip-text {
      font-weight: bold;
      color: white;
      text-shadow: 0 0 2px black; }

.selection-with-tooltip {
  white-space: nowrap; }

.writer-note-text, .writer-note-editor {
  font-size: 12px; }

.writer-note-editor {
  display: none;
  line-height: 14px; }

.poll-form {
  margin-top: 10px; }

.poll-result {
  height: 26px; }

.themesite-article-img-okay {
  background-color: #dfd; }

.themesite-article-img-error {
  background-color: #fdd; }

.themesite-article-img-result {
  font-size: 12px;
  padding: 5px; }
  .themesite-article-img-result img {
    max-width: 300px;
    width: 100%; }

.themesite-article-tr .form-inline .provider-theme-input {
  min-width: 400px; }

.themesite-article-tr .form-inline textarea, .themesite-article-tr .form-inline input, .themesite-article-tr .form-inline select {
  width: 100%; }

.themesite-article-tr .form-inline input[type="checkbox"] {
  width: auto; }

.validation-error-addition {
  margin-left: 18px; }

.article-image {
  border: 1px solid #999999;
  border-radius: 5px;
  margin: 5px 0;
  padding: 3px;
  width: 750px; }

.tooltip-item {
  display: inline-block;
  cursor: pointer; }
  .tooltip-item::after {
    top: 100%;
    content: "";
    height: 30px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 360px; }

.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 360px;
  left: 50%;
  margin: 20px 0 20px -180px;
  top: 100%;
  text-align: left;
  line-height: 1.4;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2a3035;
  opacity: 0;
  cursor: default;
  pointer-events: none; }

.tooltip-content-to-left {
  margin: -45px 0 20px -410px;
  height: 80px; }
  .tooltip-content-to-left .tooltip-text {
    white-space: normal; }

.tooltip-effect-2,
.tooltip-click-effect {
  display: inline;
  position: relative; }

.tooltip-effect-2 .tooltip-content,
.tooltip-click-effect .tooltip-content {
  -webkit-transform-origin: 50% 10px;
          transform-origin: 50% 10px;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
          transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; }

.tooltip-effect-2:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
          transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
          transform: perspective(1000px) rotate3d(1, 0, 0, 0deg); }

/* Arrow */
.tooltip-content-to-bottom::before {
  content: '';
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #2a3035;
  border-width: 10px;
  margin-left: -10px;
  display: block; }

.tooltip-content-to-left::before {
  content: '';
  left: 100%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #2a3035;
  border-width: 10px;
  margin-top: -10px;
  display: block; }

/* Tooltip content*/
.tooltip-text {
  display: block;
  color: #fff;
  padding: 10px; }

.form-control-xs {
  width: 50px; }

.rating-average, .rating-breakup {
  padding-right: 20px; }

.rating-average {
  font-weight: bold; }

.rating-breakup {
  color: #999; }

.pack-label {
  color: white; }

a.pack_page_link {
  text-decoration: none; }

@media (min-width: 1701px) {
  .u-show-on-narrow {
    display: none !important; } }

@media (max-width: 1700px) {
  .u-show-on-wide {
    display: none !important; } }

a.dotted, a.dotted:visited, a.dotted:active, a.dotted:hover, a.dotted:focus, .dotted, .dotted:visited, .dotted:active, .dotted:hover, .dotted:focus {
  text-decoration: none;
  border-bottom: 1px dotted; }

.site-theme-filter-dropdown {
  display: inline-block; }
  .site-theme-filter-dropdown a {
    text-decoration: none; }
  .site-theme-filter-dropdown .dropdown-menu {
    min-width: 400px; }
  .site-theme-filter-dropdown div {
    display: block;
    padding: 3px 20px;
    font-weight: normal; }
  .site-theme-filter-dropdown div.checkbox {
    cursor: pointer;
    padding-left: 40px; }
  .site-theme-filter-dropdown li div.buttons-container {
    padding-left: 15px;
    padding-right: 15px; }
  .site-theme-filter-dropdown li div.button-container {
    float: left;
    width: 33%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px; }
  .site-theme-filter-dropdown .label-info {
    border: 1px solid #4d3a7d; }
  .site-theme-filter-dropdown h3 {
    margin-bottom: 0; }

.editor-site-theme-filter .label-info,
.editor-site-theme-filter .label-info-light {
  border: 1px solid #3c7d38; }

.editor-site-theme-filter .label-info-light {
  color: #3c7d38; }

.editor-site-theme-filter .label-info {
  background-color: #3c7d38; }

.editor-site-theme-filter .label-info[href]:hover, .editor-site-theme-filter .label-info[href]:focus {
  background-color: #15bb28; }

.selected-site-theme-wrapper {
  display: inline-block;
  padding-bottom: 8px; }

.public-page-highlight {
  font-size: 2rem;
  color: #dd0000; }

.classification-component-fade-enter-active, .classification-component-fade-leave-active {
  transition: opacity .3s ease; }

.classification-component-fade-enter, .classification-component-fade-leave-to {
  opacity: 0; }

.prev-themes-header {
  color: #aaa;
  font-size: 0.8em;
  margin-bottom: 5px; }

.get-article-button[disabled] {
  background-color: transparent;
  color: #4d3a7d; }

.get-review-article-button[disabled] {
  background-color: transparent;
  color: #2C7723;
  border-color: #2C7723; }

.pack-link {
  text-decoration: none !important; }

.well h4 {
  margin-top: 0; }

.dropdown-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #666;
  white-space: nowrap;
  cursor: pointer; }

.dropdown-menu .tt-suggestion.tt-cursor,
.dropdown-menu .tt-suggestion:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #15b5c1; }

.tt-hint {
  color: #999; }

.form-horizontal .checkbox.fail-article-checkbox-wrapper {
  padding-top: 0;
  min-height: 20px; }

.search-by-wid-help {
  color: #ccc; }

.search-by-wid-query {
  color: white; }

.site-theme-img-0 {
  background: url(/static/articles/img/theme_pics/0.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-1 {
  background: url(/static/articles/img/theme_pics/1.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-2 {
  background: url(/static/articles/img/theme_pics/2.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-3 {
  background: url(/static/articles/img/theme_pics/3.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-4 {
  background: url(/static/articles/img/theme_pics/4.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-5 {
  background: url(/static/articles/img/theme_pics/5.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-6 {
  background: url(/static/articles/img/theme_pics/6.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-7 {
  background: url(/static/articles/img/theme_pics/7.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-8 {
  background: url(/static/articles/img/theme_pics/8.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-9 {
  background: url(/static/articles/img/theme_pics/9.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-10 {
  background: url(/static/articles/img/theme_pics/10.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-11 {
  background: url(/static/articles/img/theme_pics/11.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-12 {
  background: url(/static/articles/img/theme_pics/12.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-13 {
  background: url(/static/articles/img/theme_pics/13.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-14 {
  background: url(/static/articles/img/theme_pics/14.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-15 {
  background: url(/static/articles/img/theme_pics/15.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-16 {
  background: url(/static/articles/img/theme_pics/16.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

.site-theme-img-17 {
  background: url(/static/articles/img/theme_pics/17.png?5f40bdb60ac6) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: sub;
  padding-bottom: 14px;
  margin-right: 3px;
  display: inline-block; }

[v-cloak] {
  display: none; }

.well-trial {
  margin-bottom: 12px; }

.form-horizontal .checkbox-trial {
  padding-top: 0; }

.fadeable {
  transition: opacity 0.2s; }

.faded {
  opacity: 0; }

.trial-description-container {
  display: flex;
  align-items: center; }

.trial-group-counter {
  flex: none;
  font-size: 50px;
  padding-right: 18px; }

.trial-description {
  flex: 1; }

.trial-question-number {
  text-align: right;
  color: #bbb; }

.trial-color-0, .trial-color-2 {
  background-color: #d7dbea;
  border: 1px solid #a5b2e2; }

.trial-color-1 {
  background-color: #cfe8c7;
  border: 1px solid #9ece8e; }

.trial-color-3 {
  background-color: #e8c6c7;
  border: 1px solid #c8a6a7; }

.manual-payments-table > tbody > tr > td {
  vertical-align: middle; }

.toggle-auction-controls {
  display: none; }

.free-requirements-list {
  list-style-type: none; }

textarea.st-normal-textarea {
  height: 150px; }

textarea.st-big-textarea {
  height: 300px; }

.weak-hidden {
  display: none; }

.diff-added {
  background-color: #bbeebb; }

.diff-removed {
  background-color: #ffcccc; }

.table > thead > tr > th.no-border,
.table > tbody > tr > th.no-border,
.table > tfoot > tr > th.no-border,
.table > thead > tr > td.no-border,
.table > tbody > tr > td.no-border,
.table > tfoot > tr > td.no-border {
  border: none; }

.loose-button {
  margin-right: 50px;
  margin-bottom: 30px; }

table a.cancel-payment-order-link {
  margin-right: 20px;
  border-bottom: 1px dashed #333;
  text-decoration: none;
  cursor: pointer; }
  table a.cancel-payment-order-link.cancel-payment-order-link-disabled {
    cursor: text;
    border: none; }

.btn-light {
  background-color: #ddd;
  color: black; }
  .btn-light:hover, .btn-light:active, .btn-light:focus {
    color: black; }
  .btn-light:hover, .btn-light:focus {
    background-color: #ccc; }
  .btn-light:active {
    background-color: #bbb; }
  .btn-light.disabled, .btn-light[disabled], .btn-light.disabled:hover, .btn-light[disabled]:hover, .btn-light.disabled:active, .btn-light[disabled]:active, .btn-light.disabled:focus, .btn-light[disabled]:focus {
    background-color: #eee;
    color: #999; }

.clippy-icon {
  width: 17px;
  vertical-align: text-bottom;
  cursor: pointer; }

.reflink-info {
  height: 30px;
  padding-top: 5px; }

.good-example {
  color: #2C7723; }

.bad-example {
  color: #AA3333; }

.referral-stat-form {
  margin-top: 30px; }

.refsource-label {
  margin-right: 15px; }

.js-click_to-copy {
  cursor: pointer; }

.status-loading::before {
  content: url("/static/coolwriter/img/email-address-loader.gif?5f40bdb60ac6"); }

.align-middle {
  vertical-align: middle !important; }

.btn-250 {
  width: 250px !important; }

.our-provider-theme {
  background-color: #cefbcb;
  border-radius: 3px;
  padding: 0 3px 3px 3px; }

.fail-article-info {
  height: 20px;
  widows: 250px; }

.fail-article-info-inner {
  color: green; }

.fail-article-info-inner.error {
  color: red !important; }

.writer-label {
  padding: 3px 6px; }

.flagged-writer-label {
  color: white;
  background-color: #D84792;
  border-radius: 3px; }

input.checkbox-top {
  vertical-align: top; }

.multiaccount-alias {
  padding: 3px 6px;
  color: white;
  background-color: #498BE1;
  border-radius: 3px;
  display: inline-block; }

.multiaccount-alias.tooltip-item,
.multiaccount-alias a,
.tooltip-click-effect a {
  color: white;
  text-decoration: underline; }

.multiaccount-tooltip-username {
  margin-bottom: 5px; }

.pagination {
  float: right;
  margin: 3px 0 0 0; }

.pagination > ul > a > li {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #AD1D28; }

.pagination > ul > a > li.current {
  background-color: #AD1D28;
  color: white; }

.pagination > ul > a > li:hover {
  background-color: #d92432;
  color: white; }

.pagination > ul > a {
  text-decoration: none; }

.pl10 {
  padding-left: 10px; }

.button-plus {
  vertical-align: bottom; }

.errors-count {
  width: 50%;
  display: inline-block; }

.with-correction-label {
  padding: 0 3px;
  color: white;
  background-color: red;
  border-radius: 5px; }

.corrector-claim-widget__label-container {
  padding-right: 0px; }

.corrector-claim-widget__label-content {
  background-color: #ededed;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px 0 0 4px; }

.corrector-claim-widget__label-text {
  padding-top: 9px;
  padding-bottom: 9px; }

.corrector-claim-widget__middle-button-container {
  padding-right: 0px;
  padding-left: 1px; }

.corrector-claim-widget__middle-button {
  border-radius: 0; }

.corrector-claim-widget__right-button-container {
  padding-left: 1px; }

.corrector-claim-widget__right-button {
  border-radius: 0 4px 4px 0; }

.articles-list-keyword-delimiter {
  height: 1px;
  background-color: #eee;
  margin-top: 5px;
  max-width: 200px; }

.additional-info-label {
  background-color: #FF9977;
  color: white; }

.novice-label {
  background-color: #ae9;
  color: #333;
  font-weight: 300; }

.nav-secondary {
  float: left;
  margin: 10px; }
  .nav-secondary a.active {
    font-weight: 600; }

.badge.label-active,
.badge.label-hidden,
.badge.label-finished {
  margin-left: 10px;
  vertical-align: baseline; }

.label-active {
  background-color: #FF66AA; }

.label-hidden {
  background-color: #efacff; }

.label-finished {
  background-color: #BFFFBD; }

.more-answers {
  cursor: pointer; }

.poll-button {
  padding-top: 10px; }

.poll-report {
  margin: 10px 0; }

.poll-report p {
  margin: 20px 0;
  font-size: 16px; }

.instructions dd ul li {
  list-style-type: none;
  margin: 0; }

.table .table {
  background-color: transparent;
  margin-bottom: 0; }
  .table .table td, .table .table tbody > tr:last-child > td, .table .table tfoot > tr:last-child > td {
    border: none;
    padding: 4px; }

.balance-header {
  margin-top: 0; }

.tooltip-click-effect.tooltip-clicked .tooltip-content {
  pointer-events: auto; }

.tooltip-click-effect .tooltip-content {
  pointer-events: none;
  width: 300px;
  left: 50%;
  margin: 20px 0 20px -125px; }

.table-wrapper {
  position: relative;
  overflow-x: scroll;
  overflow-y: visible;
  white-space: nowrap; }

.table.table-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block; }

.table.table-fit-content th,
.table.table-fit-content td {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.table.table-fit-content td input[type="checkbox"] {
  margin: 0; }

.table.table-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  left: 0;
  opacity: 1; }

.table.table-sticky th {
  background-color: white; }

.copywriter-field .twitter-typeahead,
.copywriter-field .dropdown-menu {
  width: 100%; }

.js-inactivate-user {
  cursor: pointer; }

.month-filter {
  margin-left: 30px;
  float: right; }

.obscure {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  color: white;
  padding-top: 150px;
  padding-left: 0; }
  .obscure h3 {
    margin-top: 0; }
  .obscure a {
    color: #ffdd99; }

.obscure-close {
  margin-left: 155px;
  margin-right: 30px;
  margin-bottom: 50px;
  padding: 15px;
  background-color: black;
  display: block; }

.text-transparent {
  color: transparent; }

.table-striped > tbody > tr:nth-child(2n) > .table-highlighted-row-editor,
.table-striped > tbody > tr:nth-child(2n+1) > .table-highlighted-row-editor,
.table-striped > tbody > tr > .table-highlighted-row-editor:hover {
  background-color: #2C7723;
  color: white; }

.popover {
  word-break: normal; }

.js-repeat-withdrawal-result {
  min-width: 250px; }

.profile-input-container .twitter-typeahead,
.profile-input-container .tt-hint,
.profile-input-container .tt-input,
.profile-input-container .tt-menu {
  width: 100%; }

li .visible-on-hover,
li:hover .hidden-on-hover {
  display: none; }

li:hover .visible-on-hover,
li .hidden-on-hover {
  display: inline; }

.navbar-default.navbar-default .navbar-nav > li .button-naira:before {
  background: #D92432; }

.navbar-default.navbar-default .navbar-nav > li .button-naira.button-naira-clicked, .navbar-default.navbar-default .navbar-nav > li .button-naira.button-naira-clicked[disabled], .navbar-default.navbar-default .navbar-nav > li .button-naira.button-naira-clicked.disabled {
  background-color: #D92432;
  border-color: #D92432; }

.navbar-default.navbar-default .navbar-nav > li .button-naira-icon {
  background-image: url(/static/coolwriter/img/ripple-reviewer.gif?5f40bdb60ac6); }

.navbar-default.writer-header.navbar-default .navbar-nav > li .button-naira:before, .navbar-default.novice-writer-header.navbar-default .navbar-nav > li .button-naira:before {
  background: #8163D3; }

.navbar-default.writer-header.navbar-default .navbar-nav > li .button-naira.button-naira-clicked, .navbar-default.writer-header.navbar-default .navbar-nav > li .button-naira.button-naira-clicked[disabled], .navbar-default.writer-header.navbar-default .navbar-nav > li .button-naira.button-naira-clicked.disabled, .navbar-default.novice-writer-header.navbar-default .navbar-nav > li .button-naira.button-naira-clicked, .navbar-default.novice-writer-header.navbar-default .navbar-nav > li .button-naira.button-naira-clicked[disabled], .navbar-default.novice-writer-header.navbar-default .navbar-nav > li .button-naira.button-naira-clicked.disabled {
  background-color: #8163D3;
  border-color: #8163D3; }

.navbar-default.writer-header.navbar-default .navbar-nav > li .button-naira-icon, .navbar-default.novice-writer-header.navbar-default .navbar-nav > li .button-naira-icon {
  background-image: url(/static/coolwriter/img/ripple-writer.gif?5f40bdb60ac6); }

.navbar-default.editor-header.navbar-default .navbar-nav > li .button-naira:before {
  background: #3EB932; }

.navbar-default.editor-header.navbar-default .navbar-nav > li .button-naira.button-naira-clicked, .navbar-default.editor-header.navbar-default .navbar-nav > li .button-naira.button-naira-clicked[disabled], .navbar-default.editor-header.navbar-default .navbar-nav > li .button-naira.button-naira-clicked.disabled {
  background-color: #3EB932;
  border-color: #3EB932; }

.navbar-default.editor-header.navbar-default .navbar-nav > li .button-naira-icon {
  background-image: url(/static/coolwriter/img/ripple-editor.gif?5f40bdb60ac6); }

.navbar-default.suspended-header.navbar-default .navbar-nav > li .button-naira:before {
  background: #aaa; }

.navbar-default.suspended-header.navbar-default .navbar-nav > li .button-naira.button-naira-clicked, .navbar-default.suspended-header.navbar-default .navbar-nav > li .button-naira.button-naira-clicked[disabled], .navbar-default.suspended-header.navbar-default .navbar-nav > li .button-naira.button-naira-clicked.disabled {
  background-color: #aaa;
  border-color: #aaa; }

.navbar-default.suspended-header.navbar-default .navbar-nav > li .button-naira-icon {
  background-image: url(/static/coolwriter/img/ripple-suspended.gif?5f40bdb60ac6); }

a.link-hover-container {
  display: inline-block;
  height: 18px;
  vertical-align: top;
  overflow: hidden; }
  a.link-hover-container > span {
    display: inline-block;
    position: relative;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    text-decoration: underline; }
    a.link-hover-container > span:before {
      content: attr(data-hover);
      color: black;
      position: absolute;
      top: 100%;
      -webkit-transform: translate3d(0px, 0px, 0px);
              transform: translate3d(0px, 0px, 0px);
      text-decoration: underline; }
  a.link-hover-container.link-hover-container-animation > span {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  a.link-hover-container.link-hover-container-block {
    height: 20px;
    padding-right: 2px; }

.button-naira {
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  padding: 0;
  transition: background-color 0.3s, border-color 0.3s; }
  .button-naira:focus {
    outline: none; }
  .button-naira:before {
    content: '';
    position: absolute;
    left: -50%;
    width: 200%;
    height: 200%;
    background: #37474f;
    top: -50%;
    z-index: -1;
    -webkit-transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
            transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg); }
  .button-naira[disabled]:before {
    z-index: 0; }
  .button-naira > span {
    display: block;
    vertical-align: middle; }
  .button-naira .button-naira-icon {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  .button-naira > span,
  .button-naira .button-naira-icon {
    padding: 8px 12px;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .button-naira > span {
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1), cubic-bezier(0.75, 0, 0.125, 1); }
  .button-naira.button-naira-clicked:before {
    -webkit-animation: anim-naira 0.3s forwards ease-in;
            animation: anim-naira 0.3s forwards ease-in; }
  .button-naira.button-naira-clicked, .button-naira.button-naira-clicked[disabled], .button-naira.button-naira-clicked.disabled {
    opacity: 1;
    background-color: #37474f;
    border-color: #27373f;
    transition: background-color 0s 0.3s, border-color 0.5s; }
  .button-naira.button-naira-clicked .button-naira-icon {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .button-naira.button-naira-clicked > span {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }

@-webkit-keyframes anim-naira {
  50% {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
            transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
            transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

@keyframes anim-naira {
  50% {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
            transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
            transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

.button-naira-icon {
  background: transparent url(/static/coolwriter/img/ripple.gif?5f40bdb60ac6) center center no-repeat; }
  .button-naira-icon:before {
    content: ".";
    text-indent: -9999px;
    display: inline-block;
    width: 100%; }

.navbar-nav > li > a.button-naira {
  padding: 0; }
  .navbar-nav > li > a.button-naira > span {
    padding: 15px; }
    @media (max-width: 1050px) {
      .navbar-nav > li > a.button-naira > span {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px; } }
  .navbar-nav > li > a.button-naira .button-naira-icon {
    padding: 15px; }
    @media (max-width: 1050px) {
      .navbar-nav > li > a.button-naira .button-naira-icon {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px; } }

.navbar-nav > li .button-naira-icon {
  background-position: center 20px; }

body
{
	padding-top: 50px !important;
}
#banner
{
	border-bottom: none;
}
.page-header h1
{
	font-size: 4em;
}
.bs-docs-section
{
	margin-top: 8em;
}
.bs-component
{
	position: relative;
}
.bs-component .modal
{
	bottom: auto;
	display: block;
	left: auto;
	position: relative;
	right: auto;
	top: auto;
	z-index: 1;
}
.bs-component .modal-dialog
{
	width: 90%;
}
.bs-component .popover
{
	display: inline-block;
	margin: 20px;
	position: relative;
	width: 220px;
}
#source-button
{
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
.progress
{
	margin-bottom: 10px;
}
footer
{
	margin: 5em 0;
}
footer li
{
	float: left;
	margin-bottom: 1.5em;
	margin-right: 1.5em;
}
footer p
{
	clear: left;
	margin-bottom: 0;
}
.splash
{
	background: linear-gradient(20deg, #080f1f 30%, #2b4b5a 87%, #435e67 100%);
	background: -moz-linear-gradient(70deg, #080f1f 30%, #2b4b5a 87%, #435e67 100%);
	background: -ms-linear-gradient(70deg, #080f1f 30%, #2b4b5a 87%, #435e67 100%);
	background: -o-linear-gradient(70deg, #080f1f 30%, #2b4b5a 87%, #435e67 100%);
	background: -webkit-linear-gradient(70deg, #080f1f 30%, #2b4b5a 87%, #435e67 100%);
	background-attachment: fixed;
	background-color: #1c2533;
	color: #fff;
	padding: 4em 0 2em;
	text-align: center;
}
.splash h1
{
	font-size: 4em;
}
.splash #social
{
	margin: 2em 0;
}
.splash .alert
{
	margin: 2em 0;
}
.splash .bsa
{
	background: none;
	margin: 0 auto;
	max-width: 350px;
}
.splash .bsa .one .bsa_it_ad
{
	border: 1px solid #3e4653 !important;
	border-color: rgba(255,255,255,0.2) !important;
}
.splash .bsa a
{
	color: #fff;
}
.section-tout
{
	background-color: #eaf1f1;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 4em 0 3em;
}
.section-tout .fa
{
	margin-right: .5em;
}
.section-tout p
{
	margin-bottom: 3em;
}
.section-preview
{
	padding: 4em 0 4em;
}
.section-preview .preview
{
	background-color: #eaf1f1;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	margin-bottom: 4em;
}
.section-preview .preview .image
{
	padding: 5px;
}
.section-preview .preview .image img
{
	border: 1px solid rgba(0,0,0,0.1);
}
.section-preview .preview .options
{
	padding: 0 2em 2em;
	text-align: center;
}
.section-preview .preview .options p
{
	margin-bottom: 2em;
}
.section-preview .dropdown-menu
{
	text-align: left;
}
.section-preview .lead
{
	margin-bottom: 2em;
}
.sponsor img
{
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
}
.sponsor a:hover
{
	text-decoration: none;
}
.bsa
{
	padding: 0;
}
.bsa .one .bsa_it_ad
{
	background-color: transparent !important;
	border: none !important;
}
.bsa .one .bsa_it_ad .bsa_it_t,.bsa .one .bsa_it_ad .bsa_it_d
{
	color: inherit !important;
}
.bsa .one .bsa_it_ad .bsa_it_i
{
	margin-bottom: 0 !important;
}
.bsa .one .bsa_it_p
{
	display: none;
}
