/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
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;
}
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff !important;
	}
	.navbar {
		display: none;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}
* {
	-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: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #428bca;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #2a6496;
	text-decoration: underline;
}
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;
	width: 100% \9;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	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: #777;
}
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: 300;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}
small,
.small {
	font-size: 85%;
}
cite {
	font-style: normal;
}
mark,
.mark {
	background-color: #fcf8e3;
	padding: 0.2em;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777;
}
.text-primary {
	color: #428bca;
}
a.text-primary:hover {
	color: #3071a9;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover {
	color: #843534;
}
.bg-primary {
	color: #fff;
	background-color: #428bca;
}
a.bg-primary:hover {
	background-color: #3071a9;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}
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;
}
@media (min-width: 768px) {
	.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 #777;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}
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: #777;
}
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 #eee;
	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;
}
button {
	transition: all 0.5s ease;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	box-shadow: none;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	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;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.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 {
	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 {
	float: left;
}
.col-xs-10 {
	width: 100%;
}
.col-xs-9 {
	width: 90%;
}
.col-xs-8 {
	width: 80%;
}
.col-xs-7 {
	width: 70%;
}
.col-xs-6 {
	width: 60%;
}
.col-xs-5 {
	width: 50%;
}
.col-xs-4 {
	width: 40%;
}
.col-xs-3 {
	width: 30%;
}
.col-xs-2 {
	width: 20%;
}
.col-xs-1 {
	width: 10%;
}
.col-xs-pull-10 {
	right: 100%;
}
.col-xs-pull-9 {
	right: 90%;
}
.col-xs-pull-8 {
	right: 80%;
}
.col-xs-pull-7 {
	right: 70%;
}
.col-xs-pull-6 {
	right: 60%;
}
.col-xs-pull-5 {
	right: 50%;
}
.col-xs-pull-4 {
	right: 40%;
}
.col-xs-pull-3 {
	right: 30%;
}
.col-xs-pull-2 {
	right: 20%;
}
.col-xs-pull-1 {
	right: 10%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-10 {
	left: 100%;
}
.col-xs-push-9 {
	left: 90%;
}
.col-xs-push-8 {
	left: 80%;
}
.col-xs-push-7 {
	left: 70%;
}
.col-xs-push-6 {
	left: 60%;
}
.col-xs-push-5 {
	left: 50%;
}
.col-xs-push-4 {
	left: 40%;
}
.col-xs-push-3 {
	left: 30%;
}
.col-xs-push-2 {
	left: 20%;
}
.col-xs-push-1 {
	left: 10%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-10 {
	margin-left: 100%;
}
.col-xs-offset-9 {
	margin-left: 90%;
}
.col-xs-offset-8 {
	margin-left: 80%;
}
.col-xs-offset-7 {
	margin-left: 70%;
}
.col-xs-offset-6 {
	margin-left: 60%;
}
.col-xs-offset-5 {
	margin-left: 50%;
}
.col-xs-offset-4 {
	margin-left: 40%;
}
.col-xs-offset-3 {
	margin-left: 30%;
}
.col-xs-offset-2 {
	margin-left: 20%;
}
.col-xs-offset-1 {
	margin-left: 10%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10 {
		float: left;
	}
	.col-sm-10 {
		width: 100%;
	}
	.col-sm-9 {
		width: 90%;
	}
	.col-sm-8 {
		width: 80%;
	}
	.col-sm-7 {
		width: 70%;
	}
	.col-sm-6 {
		width: 60%;
	}
	.col-sm-5 {
		width: 50%;
	}
	.col-sm-4 {
		width: 40%;
	}
	.col-sm-3 {
		width: 30%;
	}
	.col-sm-2 {
		width: 20%;
	}
	.col-sm-1 {
		width: 10%;
	}
	.col-sm-pull-10 {
		right: 100%;
	}
	.col-sm-pull-9 {
		right: 90%;
	}
	.col-sm-pull-8 {
		right: 80%;
	}
	.col-sm-pull-7 {
		right: 70%;
	}
	.col-sm-pull-6 {
		right: 60%;
	}
	.col-sm-pull-5 {
		right: 50%;
	}
	.col-sm-pull-4 {
		right: 40%;
	}
	.col-sm-pull-3 {
		right: 30%;
	}
	.col-sm-pull-2 {
		right: 20%;
	}
	.col-sm-pull-1 {
		right: 10%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-10 {
		left: 100%;
	}
	.col-sm-push-9 {
		left: 90%;
	}
	.col-sm-push-8 {
		left: 80%;
	}
	.col-sm-push-7 {
		left: 70%;
	}
	.col-sm-push-6 {
		left: 60%;
	}
	.col-sm-push-5 {
		left: 50%;
	}
	.col-sm-push-4 {
		left: 40%;
	}
	.col-sm-push-3 {
		left: 30%;
	}
	.col-sm-push-2 {
		left: 20%;
	}
	.col-sm-push-1 {
		left: 10%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-10 {
		margin-left: 100%;
	}
	.col-sm-offset-9 {
		margin-left: 90%;
	}
	.col-sm-offset-8 {
		margin-left: 80%;
	}
	.col-sm-offset-7 {
		margin-left: 70%;
	}
	.col-sm-offset-6 {
		margin-left: 60%;
	}
	.col-sm-offset-5 {
		margin-left: 50%;
	}
	.col-sm-offset-4 {
		margin-left: 40%;
	}
	.col-sm-offset-3 {
		margin-left: 30%;
	}
	.col-sm-offset-2 {
		margin-left: 20%;
	}
	.col-sm-offset-1 {
		margin-left: 10%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10 {
		float: left;
	}
	.col-md-10 {
		width: 100%;
	}
	.col-md-9 {
		width: 90%;
	}
	.col-md-8 {
		width: 80%;
	}
	.col-md-7 {
		width: 70%;
	}
	.col-md-6 {
		width: 60%;
	}
	.col-md-5 {
		width: 50%;
	}
	.col-md-4 {
		width: 40%;
	}
	.col-md-3 {
		width: 30%;
	}
	.col-md-2 {
		width: 20%;
	}
	.col-md-1 {
		width: 10%;
	}
	.col-md-pull-10 {
		right: 100%;
	}
	.col-md-pull-9 {
		right: 90%;
	}
	.col-md-pull-8 {
		right: 80%;
	}
	.col-md-pull-7 {
		right: 70%;
	}
	.col-md-pull-6 {
		right: 60%;
	}
	.col-md-pull-5 {
		right: 50%;
	}
	.col-md-pull-4 {
		right: 40%;
	}
	.col-md-pull-3 {
		right: 30%;
	}
	.col-md-pull-2 {
		right: 20%;
	}
	.col-md-pull-1 {
		right: 10%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-10 {
		left: 100%;
	}
	.col-md-push-9 {
		left: 90%;
	}
	.col-md-push-8 {
		left: 80%;
	}
	.col-md-push-7 {
		left: 70%;
	}
	.col-md-push-6 {
		left: 60%;
	}
	.col-md-push-5 {
		left: 50%;
	}
	.col-md-push-4 {
		left: 40%;
	}
	.col-md-push-3 {
		left: 30%;
	}
	.col-md-push-2 {
		left: 20%;
	}
	.col-md-push-1 {
		left: 10%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-10 {
		margin-left: 100%;
	}
	.col-md-offset-9 {
		margin-left: 90%;
	}
	.col-md-offset-8 {
		margin-left: 80%;
	}
	.col-md-offset-7 {
		margin-left: 70%;
	}
	.col-md-offset-6 {
		margin-left: 60%;
	}
	.col-md-offset-5 {
		margin-left: 50%;
	}
	.col-md-offset-4 {
		margin-left: 40%;
	}
	.col-md-offset-3 {
		margin-left: 30%;
	}
	.col-md-offset-2 {
		margin-left: 20%;
	}
	.col-md-offset-1 {
		margin-left: 10%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.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 {
		float: left;
	}
	.col-lg-10 {
		width: 100%;
	}
	.col-lg-9 {
		width: 90%;
	}
	.col-lg-8 {
		width: 80%;
	}
	.col-lg-7 {
		width: 70%;
	}
	.col-lg-6 {
		width: 60%;
	}
	.col-lg-5 {
		width: 50%;
	}
	.col-lg-4 {
		width: 40%;
	}
	.col-lg-3 {
		width: 30%;
	}
	.col-lg-2 {
		width: 20%;
	}
	.col-lg-1 {
		width: 10%;
	}
	.col-lg-pull-10 {
		right: 100%;
	}
	.col-lg-pull-9 {
		right: 90%;
	}
	.col-lg-pull-8 {
		right: 80%;
	}
	.col-lg-pull-7 {
		right: 70%;
	}
	.col-lg-pull-6 {
		right: 60%;
	}
	.col-lg-pull-5 {
		right: 50%;
	}
	.col-lg-pull-4 {
		right: 40%;
	}
	.col-lg-pull-3 {
		right: 30%;
	}
	.col-lg-pull-2 {
		right: 20%;
	}
	.col-lg-pull-1 {
		right: 10%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-10 {
		left: 100%;
	}
	.col-lg-push-9 {
		left: 90%;
	}
	.col-lg-push-8 {
		left: 80%;
	}
	.col-lg-push-7 {
		left: 70%;
	}
	.col-lg-push-6 {
		left: 60%;
	}
	.col-lg-push-5 {
		left: 50%;
	}
	.col-lg-push-4 {
		left: 40%;
	}
	.col-lg-push-3 {
		left: 30%;
	}
	.col-lg-push-2 {
		left: 20%;
	}
	.col-lg-push-1 {
		left: 10%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-10 {
		margin-left: 100%;
	}
	.col-lg-offset-9 {
		margin-left: 90%;
	}
	.col-lg-offset-8 {
		margin-left: 80%;
	}
	.col-lg-offset-7 {
		margin-left: 70%;
	}
	.col-lg-offset-6 {
		margin-left: 60%;
	}
	.col-lg-offset-5 {
		margin-left: 50%;
	}
	.col-lg-offset-4 {
		margin-left: 40%;
	}
	.col-lg-offset-3 {
		margin-left: 30%;
	}
	.col-lg-offset-2 {
		margin-left: 20%;
	}
	.col-lg-offset-1 {
		margin-left: 10%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-o-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 {
	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;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	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;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777;
}
.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;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}
.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;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}
.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;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.nav > li.disabled > a {
	color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eee;
	border-color: #428bca;
}
.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 #ddd;
}
.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: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	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;
}
@media (min-width: 768px) {
	.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 #ddd;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		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: #fff;
	}
}
.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: #fff;
	background-color: #428bca;
}
.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;
}
@media (min-width: 768px) {
	.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 #ddd;
}
@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		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: #fff;
	}
}
.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;
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-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: #428bca;
}
.thumbnail .caption {
	padding: 9px;
	color: #333;
}
@-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: #f5f5f5;
	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: #fff;
	text-align: center;
	background-color: #428bca;
	-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;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
	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: -o-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,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
	min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
	color: #777;
	min-width: 30px;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.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: -o-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: #5bc0de;
}
.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: -o-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: #f0ad4e;
}
.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: -o-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: #d9534f;
}
.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: -o-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: #fff;
	border: 1px solid #ddd;
}
.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: #555;
}
a.list-group-item .list-group-item-heading {
	color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color: #eee;
	color: #777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #e1edf7;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.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: #fff;
	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;
	color: inherit;
}
.panel-title > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	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;
}
.list-group + .panel-footer {
	border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .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 #ddd;
}
.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;
}
.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 #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #428bca;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
	color: #428bca;
	background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #428bca;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	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: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	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: hidden;
	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: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
	-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: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	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: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.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-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.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;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	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: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	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: #000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	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: #999;
	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: #fff;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	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: #fff;
}
.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	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: #fff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	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;
	-o-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: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, 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, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, 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: 0;
	color: #fff;
	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%;
	margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -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 #fff;
	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: #fff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width: 768px) {
	.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;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -15px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -15px;
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.nav: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;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
@-ms-viewport {
	width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.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) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}
@font-face {
	font-family: "overpass";
	src: url("../fonts/overpass-extralight.eot");
	src: url("../fonts/overpass-extralight.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-extralight.woff2") format("woff2"), url("../fonts/overpass-extralight.woff") format("woff"),
	url("../fonts/overpass-extralight.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "overpass";
	src: url("../fonts/overpass-extralight-italic.eot");
	src: url("../fonts/overpass-extralight-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-extralight-italic.woff2") format("woff2"), url("../fonts/overpass-extralight-italic.woff") format("woff"),
	url("../fonts/overpass-extralight-italic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "overpass";
	src: url("../fonts/overpass-light.eot");
	src: url("../fonts/overpass-light.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-light.woff2") format("woff2"), url("../fonts/overpass-light.woff") format("woff"), url("../fonts/overpass-light.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "overpass";
	src: url("../fonts/overpass-light-italic.eot");
	src: url("../fonts/overpass-light-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-light-italic.woff2") format("woff2"), url("../fonts/overpass-light-italic.woff") format("woff"),
	url("../fonts/overpass-light-italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "overpass";
	src: url("../fonts/overpass-semibold.eot");
	src: url("../fonts/overpass-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-semibold.woff2") format("woff2"), url("../fonts/overpass-semibold.woff") format("woff"),
	url("../fonts/overpass-semibold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "overpass";
	src: url("../fonts/overpass-semibold-italic.eot");
	src: url("../fonts/overpass-semibold-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-semibold-italic.woff2") format("woff2"), url("../fonts/overpass-semibold-italic.woff") format("woff"),
	url("../fonts/overpass-semibold-italic.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
.bg-green {
	background-color: #99cc33 !important;
}
.bg-red {
	background-color: rgba(255, 20, 20, 0.7) !important;
}
.bg-blue-light {
	background-color: #5dc9e6 !important;
}
.bg-blue {
	background-color: #2da5da !important;
}
.bg-blue-dark {
	background-color: #1b94cf !important;
}
.bg-blue-darker {
	background-color: #025a85 !important;
}
.bg-blue-gray {
	background-color: #6a7f89 !important;
}
.bg-blue-darkest {
	background-color: rgba(0, 27, 52, 0.9);
}
.bg-black {
	background-color: #000000 !important;
}
.bg-white {
	background-color: #ffffff !important;
}
.bg-yellow {
	background-color: #fabb00 !important;
}
.bg-pink {
	background-color: #ff0066 !important;
}
.highlight {
	color: #ff0066;
}
.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 200px;
}
h4,
.h4 {
	font-size: 18px;
}
h5,
.h5 {
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 15px;
}
h5 small,
.h5 small {
	text-transform: none;
	font-size: 16px;
}
.font-xs {
	font-size: 11px;
}
.font-sm {
	font-size: 12px;
}
.font-md {
	font-size: 31px;
}
@media (max-width: 991px) {
	.font-md {
		font-size: 22px;
	}
}
@media (max-width: 1199px) {
	.font-md {
		font-size: 22px;
	}
}
.font-lg {
	font-size: 95px;
	line-height: 1em;
}
@media (max-width: 991px) {
	.font-lg {
		font-size: 80px;
	}
}
@media (max-width: 1199px) {
	.font-lg {
		font-size: 45px;
	}
}
.text-black {
	color: #000000 !important;
}
.text-white {
	color: #ffffff !important;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.padding10 {
	padding: 10px;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	margin: 0 auto;
}
.font-absolute {
	position: absolute;
	background-color: #ffffff;
	display: inline-block;
	color: #696969;
	line-height: 120%;
	padding: 8px 20px;
}
.valign-center {
	width: 100%;
	height: 100%;
	display: table;
}
.valign-center .cell {
	display: table-cell;
	vertical-align: middle;
}
.h100 {
	height: 100%;
}
.content-wrapper {
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 11rem;
	background-image: url(../img/cyborg-wall.svg), url(../img/cement-pattern.png);
	background-position: right bottom, left top;
	background-repeat: no-repeat, repeat;
	background-size: contain, 12.5% auto;
}
.cyborg{
	pointer-events: none;
	position: absolute;
	bottom: 0;
	right:0;
	width: 100%;
	height: auto;
	z-index: 1;
}
@media (min-width: 480px) {
	.content-wrapper {
		bottom: 7rem;
	}
}
@media (min-width: 768px) {
	.content-wrapper {
		bottom: 6rem;
	}
}
@media (min-width: 768px) {
	.height-3 {
		height: auto;
	}
}
@media (min-width: 992px) {
	.height-3 {
		height: 33%;
	}
	.height-3 .panel {
		height: 100%;
		min-height: 100%;
	}
}
@media (min-width: 1200px) {
	.height-3 {
		height: 33%;
	}
	.height-3 .panel {
		height: 100%;
		min-height: 100%;
	}
}
.frameset {
	height: 100%;
	width: 100%;
	position: relative;
	padding: 0;
}
.frame {
	width: 100%;
	padding: 2% 5%;
	position: relative;
	z-index: 1;
}
@media (min-width: 992px) {
	.frame {
		height: 100%;
	}
}
.frame.frame-dashboard {
	padding: 1% 3%;
}
.frame.active {
	display: block;
	opacity: 1;
	background-color: transparent;
	z-index: 100;
}
.frame.transform,
.frame.transform.active {
	display: block;
	opacity: 1;
	-webkit-box-shadow: 0 0 10px 2px #025a85;
	box-shadow: 0 0 10px 2px #025a85;
	-moz-box-shadow: 0 0 10px 2px #025a85;
	background-color: rgba(0, 27, 52, 0.9);
}
.frame > header {
	min-height: 15%;
}
.frame > header h2 {
	margin: 0;
	color: #fff;
	text-transform: initial;
	font-weight: 300;
	font-size: 3.2rem;
}
.frame > header h2 a {
	font-size: 1.8rem;
	font-weight: 300;
}
.frame > header .lead {
	font-size: 1.6rem;
}
.frame > .content {
	height: 85%;
}
.frame > .content img {
	object-fit: contain;
	object-position: top;
	max-height: 100%;
	margin: 0 auto;
	display: block;
}
.frame .col {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 100%;
}
.frame .panel {
	position: relative;
	height: 100%;
	margin: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}
.frame .panel .panel-body {
	font-size: 16px;
}
@media (min-width: 480px) {
	.frame .panel .panel-body {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	.frame .panel .panel-body {
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.frame .panel .panel-body {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.frame .panel .panel-body {
		font-size: 20px;
	}
}
.frame .panel .be-scrollbar {
	height: 100%;
	width: 100%;
}
.frame .panel .panel-footer {
	background: none;
	padding: 0;
	width: 100%;
	bottom: 0;
	border: 0;
}
.frame .panel h2,
.frame .panel .h2 {
	margin-top: 0;
}
.frame .panel a {
	color: #1dbadf;
}
.frame .panel a:hover {
	color: #1dbadf;
}
@media (max-width: 991px) {
	.frame h2,
	.frame .h2 {
		font-size: 22px;
	}
}
@media (max-width: 1199px) {
	.frame h2,
	.frame .h2 {
		font-size: 22px;
	}
}
.frame a {
	text-decoration: none;
	text-shadow: 0 0 8px #000000;
}
.frame a:hover {
	text-decoration: underline;
	color: #1dbadf;
}
.transform {
	-webkit-transform: perspective(500px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg) scale3d(0.7, 0.9, 0.9) translate3d(-30%, 0, 0);
	-moz-transform: perspective(500px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg) scale3d(0.7, 0.9, 0.9) translate3d(-30%, 0, 0);
	-o-transform: perspective(500px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg) scale3d(0.7, 0.9, 0.9) translate3d(-30%, 0, 0);
	-ms-transform: perspective(500px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg) scale3d(0.7, 0.9, 0.9) translate3d(-30%, 0, 0);
	transform: perspective(500px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg) scale3d(0.7, 0.9, 0.9) translate3d(-30%, 0, 0);
}
.frame-navigation {
	color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
	padding: 20px;
	text-align: center;
	font-size: 21px;
}
.frame-navigation .small {
	white-space: nowrap;
}
.frame-navigation .next:before {
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	border: 1px solid #fff;
	border-width: 0 1px 1px 0;
	transform: rotate(-45deg);
}
.frame-navigation .prev:before {
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	border: 1px solid #fff;
	border-width: 1px 0 0 1px;
	transform: rotate(-45deg);
}
.frame-navigation a:hover {
	color: #2da5da;
}
.frame-navigation a:hover::before {
	border-color: #2da5da;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a:hover {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
}
.clickable {
	cursor: pointer;
	display: block;
}
.clickable:hover,
.clickable.hover {
	-webkit-box-shadow: 0 0 10px 2px #2da5da;
	box-shadow: 0 0 10px 2px #2da5da;
	-moz-box-shadow: 0 0 10px 2px #2da5da;
}
.panel {
	position: relative;
	min-height: 230px;
}
.panel .bg-icon {
	position: absolute;
	opacity: 0.2;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 3em;
	padding: 10% 0;
}
.panel .right-bottom {
	position: absolute;
	width: auto;
	height: auto;
	right: 25px;
	bottom: 0;
}
.panel .left-bottom {
	position: absolute;
	width: auto;
	height: auto;
	left: 25px;
	bottom: 0;
}
.well {
	border: 0;
	margin-bottom: 2%;
	padding: 10px;
	width: 100%;
	height: 32%;
	border-radius: 0;
}
.well:last-child {
	margin-bottom: 0;
}
#twitter .well {
	position: relative;
	padding-left: 50px;
	font-size: 1em;
	line-height: 1.2em;
	min-height: 52px;
}
#twitter .well .fa {
	display: inline-block;
	position: absolute;
	font-size: 2em;
	left: 15px;
	top: 15px;
}
.list-group .list-group-item {
	background-color: transparent;
	border-color: transparent;
	font-size: 18px;
}
@media (min-width: 1200px) {
	.list-group .list-group-item {
		font-size: 22px;
	}
}
.list-group .list-group-item h4 {
	margin-top: 0;
}
.list-group .list-group-item.active {
	background-color: rgba(255, 20, 20, 0.7);
}
.list-group:first-child .list-group-item:first-child,
.list-group:last-child .list-group-item:last-child {
	border-radius: 0 !important;
}
.news-list {
	padding-left: 130px;
}
.news-list .list-group-item {
	position: relative;
	padding-top: 0;
	line-height: 1.1em;
	border-top: 0;
	margin-bottom: 22px;
}
.news-list .list-group-item p {
	margin-bottom: 0;
}
.news-list .date {
	background-color: #2da5da;
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	left: -130px;
	top: 0;
	padding: 15px;
	text-align: center;
	font-size: 12px;
}
.news-list .date span {
	display: block;
	font-size: 48px;
	line-height: 1.1em;
}
.img-thumbnail {
	background-color: transparent;
	border: none;
	padding: 0;
	-webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.8);
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.8);
	cursor: pointer;
}
.img-thumbnail:hover {
	-webkit-box-shadow: 0 0 10px 2px #2da5da;
	box-shadow: 0 0 10px 2px #2da5da;
	-moz-box-shadow: 0 0 10px 2px #2da5da;
}
.modal .modal-header,
.modal .modal-content {
	border: none;
	background: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal .modal-content {
	background-color: #025a85;
}
.modal .close {
	color: white;
	position: absolute;
	right: 30px;
	top: 30px;
	opacity: 1;
	font-size: 41px;
	font-weight: 300;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#logo {
	position: relative;
}
#logo img {
	margin: 2% auto;
	max-height: 100%;
	max-width: 100%;
}
#logo p {
	font-size: 22px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#partner-logos a {
	display: inline-block;
	padding: 2px 5px;
	margin: 5px;
}
@media (min-width: 992px) {
	#partner-logos a {
		padding: 2px 3px;
		margin: 3px;
	}
}
@media (min-width: 1200px) {
	#partner-logos a {
		padding: 5px;
		margin: 5px 8px;
	}
	#partner-logos a img {
		height: 35px;
	}
}
.panel {
	border: none;
	border-radius: 0;
}
.panel .panel-heading {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border: none;
}
.panel-primary {
	color: #ffffff;
	background: rgba(45, 165, 218, 0.5);
}
.panel-primary .panel-heading {
	background-color: #2da5da;
}
.panel-primary .panel-body {
	padding: 25px;
}
.panel-inverse {
	border: none;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.6);
	min-height: 0;
	color: #ffffff;
}
.panel-inverse .panel-heading a {
	display: block;
	color: #ffffff !important;
	text-align: center;
	font-weight: normal;
	right: 18px;
	bottom: 15px;
	width: 18px;
	height: 25px;
}
.panel-inverse .panel-heading a:after,
.panel-inverse .panel-heading a:before {
	height: 0.2rem;
	width: 1.1rem;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	background-color: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.panel-inverse .panel-heading a:before {
	right: 0.7rem;
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.panel-inverse .panel-heading a:after {
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}
.panel-inverse .panel-heading a.collapsed:before {
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}
.panel-inverse .panel-heading a.collapsed:after {
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.panel-inverse .panel-body {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 300;
}
.contact-info a {
	color: #fff !important;
}
.contact-info .panel {
	position: absolute;
	border: none;
	width: 90%;
	top: 100%;
	left: 5%;
	margin-top: -55px;
	margin-bottom: 0;
}
.contact-info .panel .panel-body {
	font-size: 16px;
}
@media (min-width: 480px) {
	.contact-info .panel .panel-body {
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.contact-info .panel {
		width: 380px;
		left: 10%;
	}
}
.contact-info .panel .panel-heading {
	padding: 0 !important;
}
.contact-info .panel .panel-heading .panel-title {
	line-height: 55px;
	font-size: 20px;
	font-weight: 500;
	padding: 0 30px;
}
.contact-info .panel .panel-heading a {
	position: absolute;
}
.contact-info .panel .panel-body {
	padding: 10% 12%;
}
.teaser-wrapper {
	z-index: 1;
	position: relative;
}
.teaser-wrapper a {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	-webkit-transition: all 180ms;
	-o-transition: all 180ms;
	transition: all 180ms;
}
.teaser-wrapper a img {
	max-width: 100%;
	height: auto;
}
.teaser-wrapper .hexa2 {
	left: -71px;
	top: -49px;
}
.teaser-wrapper .hexa3 {
	left: 71px;
	top: -141px;
}
.teaser-wrapper .claim {
	color: #fff;
	margin-top: 5px;
	font-size: 2.5rem;
	position: absolute;
	text-align: center;
	top: 13rem;
	left: 2.5rem;
	width: 100%;
}
@media (min-width: 768px) {
	.teaser-wrapper a {
		position: absolute;
		width: 200px;
		height: 200px;
		margin-left: -40px;
		top: auto !important;
		left: 50%;
		bottom: 110px;
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
	.teaser-wrapper a:hover,
	.teaser-wrapper a.active {
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
		z-index: 1;
	}
	.teaser-wrapper .claim {
		font-size: 20px;
		width: auto;
		top: auto;
		bottom: 80px;
		left: 20px;
	}
	.teaser-wrapper .hexa1 {
		left: 0;
	}
	.teaser-wrapper .hexa3 {
		left: 85px;
		margin-bottom: -44px;
	}
	.teaser-wrapper .hexa2 {
		left: 170px;
	}
}
@media (min-width: 1200px) {
	.teaser-wrapper a {
		width: 400px;
		height: 400px;
		bottom: 62px !important;
	}
	.teaser-wrapper .claim {
		font-size: 30px;
		bottom: 100px;
		left: 65px;
	}
	.teaser-wrapper .hexa3 {
		left: 160px;
		margin-bottom: -88px;
	}
	.teaser-wrapper .hexa2 {
		left: 320px;
	}
}
.info-text-wrapper {
	border-color: #428bca;
	color: #ffffff;
	background: rgba(45, 165, 218, 0.5);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	margin-top: 50px;
	position: relative;
	z-index: 20;
	font-size: 16px;
	line-height: 1.5em;
}
.info-text-wrapper > .panel-heading {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}
.info-text-wrapper > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #428bca;
}
.info-text-wrapper > .panel-heading .badge {
	color: #428bca;
	background-color: #fff;
}
.info-text-wrapper > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #428bca;
}
.info-text-wrapper .panel-heading {
	background-color: #2da5da;
}
.info-text-wrapper .panel-body {
	padding: 25px;
}
.info-text-wrapper .panel-body {
	visibility: visible;
}
@media (min-width: 768px) {
	.info-text-wrapper {
		position: absolute;
		margin: 0;
		top: 0;
		right: 0;
		padding-left: 60px;
		min-height: 60px;
		min-width: 60px;
		max-height: 60px;
		max-width: 60px;
	}
	.info-text-wrapper .panel-body {
		visibility: hidden;
	}
	.info-text-wrapper.expanded-width {
		max-width: 50%;
	}
	.info-text-wrapper.expanded-height {
		max-height: 100%;
	}
}
@media (min-width: 1200px) {
	.info-text-wrapper.expanded-width {
		max-width: 30%;
	}
}
.info-text-wrapper > a {
	background: none;
	padding: 0;
	position: absolute;
	bottom: 0;
	display: block;
	background-color: #2da5da;
	margin-left: -60px;
	line-height: 60px;
	width: 60px;
	height: 60px;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
}
.info-text-wrapper > a .fa:first-child {
	display: none;
}
.info-text-wrapper > a .fa:last-child {
	display: inline;
}
.info-text-wrapper.expanded .panel-body {
	visibility: visible;
}
.info-text-wrapper.expanded > a .fa:first-child {
	display: inline;
}
.info-text-wrapper.expanded > a .fa:last-child {
	display: none;
}
html {
	font-size: 62.5%;
}
body,
html {
	width: 100%;
	height: 100%;
	max-height: 100%;
}
body {
	position: relative;
	font-family: "overpass", "Helvetica Neue", Arial, sans-serif;
	color: #192b3c;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 300;
	letter-spacing: -0.05rem;
	overflow: hidden;
	background-color: #000;

}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: "overpass", "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
	letter-spacing: -0.05rem;
	font-style: italic;
	color: #192b3c;
	hyphens: auto;
}
h1,
.h1 {
	margin-top: 0;
	margin-bottom: 3.2rem;
}
h2,
.h2 {
	margin-top: 6.4rem;
	color: #1dbadf;
}
a {
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease;
}
a:hover,
a:active,
a:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}
p {
	margin: 1.6rem 0;
}
ul {
	margin: 3.2rem 0;
}
ul li {
	margin-bottom: 0.5rem;
}
ul li:last-child {
	margin-bottom: 0;
}
.matomo {
	height: 50vh;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px 20px 10px 20px;
	font-size: 1.2rem;
	font-family: "overpass", sans-serif;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}
@media (min-width: 480px) {
	.matomo {
		height: 320px;
	}
}
@media (min-width: 992px) {
	.matomo {
		height: 240px;
	}
}
.matomo iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.text-blue {
	color: #2da5da;
}
:focus {
	outline: 0;
}
.media > .pull-left {
	width: 100%;
	float: none !important;
}
@media (min-width: 480px) {
	.media > .pull-left {
		width: 30%;
		float: left !important;
	}
}
@media (min-width: 992px) {
	.media > .pull-left {
		width: 100%;
		float: none !important;
	}
}
@media (min-width: 1200px) {
	.media > .pull-left {
		width: 30%;
		float: left !important;
	}
}
.logo {
	position: absolute;
	top: 2%;
	left: 3%;
}
.logo #wbxlogo {
	max-width: 140px;
	height: auto;
}
@media (min-width: 768px) {
	.logo {
		top: 6%;
		left: 4%;
	}
	.logo #wbxlogo {
		max-width: 200px;
	}
}
@media (min-width: 992px) {
	.logo #wbxlogo {
		max-width: 280px;
	}
}
.logo #wbxlogo .st0,
.logo #wbxlogo .st1,
.logo #wbxlogo .st2 {
	fill: #192b3c;
}
#wbxlogo {
	max-width: 220px;
	height: auto;
}
#wbxlogo .st0 {
	fill: #1dbadf;
}
#wbxlogo .st1 {
	fill: #192b3c;
}
#wbxlogo .st2 {
	fill: #a1a5a7;
}
.waben {
	width: 70%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.waben img {
	width: 100%;
}
.listing {
	list-style: none;
	margin: 1.6rem 0;
	padding-left: 0;
}
.listing li {
	margin-bottom: 0.75rem;
}
.listing li:last-child {
	margin-bottom: 0;
}
.footer {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	width: 100%;
	height: 11rem;
	padding-top: 11rem;
	line-height: 1.4;
	background-color: rgba(0, 0, 0, 1);
	text-align: right;
	z-index: 1000;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	font-size: 1.4rem;
}
@media (min-width: 480px) {
	.footer {
		height: 7rem;
		padding-top: 7rem;
	}
}
@media (min-width: 768px) {
	.footer {
		height: 6rem;
		padding-top: 6rem;
	}
}

/*@media (min-width: 992px) {
	.footer {
		line-height: 72px;
		height: 72px;
		padding-top: 72px;
	}
}*/
.footer .close-footer {
	display: none;
	position: absolute;
	top: -4px;
	right: 12px;
	font-size: 41px;
}
.footer .copy {
	color: #fff;
	font-size: 1.1rem;
	margin-left: 67px;
	margin-right: 60px;
}
.footer .tablist {
	margin-top: -10rem;
	margin-bottom: 2rem;
}
@media (min-width: 480px) {
	.footer .tablist {
		margin-top: -5rem;
	}
}
@media (min-width: 768px) {
	.footer .tablist {
		margin-top: -4rem;
	}
}
.footer .tablist a {
	margin: 0 5px;
	padding: 5px;
}
.footer .tablist a:hover,
.footer .tablist a:focus,
.footer .tablist a.active {
	color: #777;
}
.footer .tablist .nav-link {
	display: inline-block;
	width: 45%;
}
@media (min-width: 480px) {
	.footer .tablist .nav-link {
		display: inline;
		width: auto;
	}
}
.footer .tab-content {
	color: #fff;
	height: 100%;
}
.footer .tab-pane {
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.4;
	font-weight: 300;
	height: 100%;
	padding: 0 0 30px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0 0 -30px 0;
}
@media (min-width: 768px) {
	.footer .tab-pane {
		padding: 0 15px 30px;
	}
}
@media (min-width: 992px) {
	.footer .tab-pane {
		padding: 0 60px 30px;
	}
}
@media (min-width: 1200px) {
	.footer .tab-pane {
		padding: 0 60px 30px;
	}
}
.footer .tab-pane .row{
	margin-right: 0;
	margin-left: 0;
}
.footer .tab-pane h1 {
	color: #fff;
	margin-bottom: 2.4rem;
}
.footer .tab-pane h3 {
	font-size: 1.8rem;
	color: #fff;
	margin-top: 45px;
}
.footer .tab-pane h3 + h5 {
	margin-top: 3rem;
}
.footer .tab-pane h5 {
	font-size: 1.6rem;
	color: #fff;
	text-transform: none;
	margin-top: 6.5rem;
}
.footer .tab-pane a {
	color: #2da5da;
}
.footer .tab-pane a:hover,
.footer .tab-pane a:focus,
.footer .tab-pane a:active {
	color: #fff;
}
.footer .tab-pane .thumbnail {
	position: relative;
	background-color: transparent;
	border-color: #2da5da;
	border-radius: 0;
	border: none;
}
.footer .tab-pane .thumbnail:hover {
	background-color: transparent;
}
.footer .tab-pane .thumbnail:hover img {
	filter: blur(2px) brightness(60%) sepia() hue-rotate(150deg) saturate(120%);
	transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.footer .tab-pane .thumbnail::after {
	content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10a8 8 0 1 0-3.1 6.31l6.4 6.4 1.41-1.41-6.4-6.4A8 8 0 0 0 18 10Zm-8 6a6 6 0 1 1 6-6 6 6 0 0 1-6 6Z'/%3E%3C/svg%3E");
	transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
	display: block;
	opacity: 0;
	width: 6rem;
	height: 6rem;
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.footer .tab-pane .thumbnail:hover::after {
	opacity: 1;
	width: 8rem;
	height: 8rem;
}
.footer .adress {
	font-size: 18px;
}
.footer.opened {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	height: 100%;
	padding-top: 16rem;
	background-color: rgba(0, 0, 0, 0.90);
}
@media (min-width: 480px) {
	.footer.opened {
		padding-top: 12rem;
	}
}
@media (min-width: 768px) {
	.footer.opened {
		height: 50%;
		padding-top: 6rem;
		background-color: rgba(0, 0, 0, 0.85);
	}
}

.footer.opened .close-footer {
	display: block;
}
#about .container {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
@media (min-width: 992px) {
	#about .container {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-flow: row wrap;
	}
}
#about .container main.bg-white {
	flex-basis: 100%;
	padding: 30px 20px;
	background: none #fff;
	color: #666;
}
@media (min-width: 768px) {
	#about .container main.bg-white {
		padding: 35px;
	}
}
@media (min-width: 992px) {
	#about .container main.bg-white {
		flex-basis: 70%;
		padding: 50px;
	}
}
#about .container main.bg-white h3 {
	color: #192b3c;
}
#about .container main.bg-white .services {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row wrap;
}
#about .container main.bg-white .services .service-box {
	flex: 1 1 100%;
}
@media (min-width: 768px) {
	#about .container main.bg-white .services .service-box {
		flex: 0 1 30%;
	}
}
@media (min-width: 992px) {
	#about .container main.bg-white .services .service-box {
		flex: 0 1 45%;
	}
}
@media (min-width: 1200px) {
	#about .container main.bg-white .services .service-box {
		flex: 0 1 30%;
	}
}
#about .container .sidebar {
	flex-basis: 100%;
}
#about .container .sidebar .sb-contact,
#about .container .sidebar .sb-jointeam {
	max-width: 500px;
	margin: 2rem auto;
}
@media (min-width: 768px) {
	#about .container .sidebar {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#about .container .sidebar .sb-contact,
	#about .container .sidebar .sb-jointeam {
		flex-basis: 40%;
		margin-top: 3rem;
	}
}
@media (min-width: 992px) {
	#about .container .sidebar {
		display: block;
	}
	#about .container .sidebar .sb-contact,
	#about .container .sidebar .sb-jointeam {
		flex-basis: auto;
		margin-top: 1.5rem;
	}
}
#about .container .sidebar h3 {
	color: #1dbadf;
	margin: 50px 15px 0 15px;
}
@media (min-width: 992px) {
	#about .container .sidebar h3 {
		margin: 10px 15px 0 15px;
	}
}
#about .container .sidebar p {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 1.6rem;
}
@media (min-width: 992px) {
	#about .container .sidebar {
		flex-basis: 20%;
	}
	#about .container .sidebar .clickable {
		position: relative;
		padding-bottom: 1px;
	}
	#about .container .sidebar .clickable:after {
		content: "";
		z-index: -1;
		width: 100%;
		bottom: -1px;
		left: 0;
		position: absolute;
		height: 1px;
		opacity: 0.4;
		background-color: #1dbadf;
		transform: scale3d(0, 1, 1);
		transform-origin: 0 50%;
		transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	}
	#about .container .sidebar .clickable:hover:after {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}
.mail-link {
	color: #1dbadf;
}
.mail-link:hover {
	color: #0a1118;
}
.contact-info {
	overflow: hidden;
}
.contact-info .map {
	height: 70%;
	width: 100vw;
	position: relative;
}
.contact-info #map {
	width: 100vw;
	height: 100%;
}
.contact-info #map a {
	color: #192b3c !important;
}
.contact-info .info {
	position: relative;
	height: 30%;
	z-index: 2;
	background: transparent url("../img/contact_head.jpg") no-repeat 50% 50%;
	background-size: cover;
	z-index: 401;
}
@media (max-width: 991px) {
	.waben {
		width: 100%;
	}
	.footer {
		text-align: center;
	}
	.footer .impressum {
		padding: 0 20px 30px;
	}
	.footer .copy {
		font-size: 11px;
		margin: 0;
		padding: 5px;
		display: inline-block;
	}
	.footer.opened .close-footer {
		top: 6px;
	}
}
.partner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.partner a {
	flex: 1 1 45%;
}
@media (min-width: 768px) {
	.partner a {
		flex: 0 1 30%;
	}
}
@media (min-width: 992px) {
	.partner a {
		flex: 0 1 45%;
	}
}
.partner a img {
	max-width: 100%;
	height: auto;
}
.media,
.media:first-child {
	margin: 4rem auto;
}
@media (min-width: 992px) {
	.media,
	.media:first-child {
		margin: 0;
	}
}
.esf {
	display: block;
	margin: 2rem auto;
	max-width: 250px;
}
@media (min-width: 768px) {
	.esf {
		position: absolute;
		z-index: 100;
		left: 2rem;
		bottom: 1rem;
		width: 6rem;
		margin: 0 0 0 auto;
	}
}
.esf img {
	max-width: 100%;
	height: auto;
	border: 0;
}
.cookie-note {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	font-size: 1.2rem;
	padding: 2rem 4rem;
	min-width: 62%;
	background-color: #192b3c;
	left: 0;
}
@media (min-width: 768px) {
	.cookie-note {
		left: auto;
	}
}
.cookie-note a {
	text-decoration: underline;
}
.cookie-note a:hover,
.cookie-note a:focus,
.cookie-note a:active {
	text-decoration: none;
}
.cookie-note p {
	flex: 1 1 75%;
	padding: 0;
	margin: 0;
}
.cookie-note .accept-cookie {
	background-color: #1dbadf;
	color: #192b3c;
	border: 0;
	padding: 0.45rem 1rem 0.2rem 1rem;
	margin: 15px 0;
	align-self: right;
	transition: all 0.5s ease;
	border: 1px solid #1dbadf;
}
.cookie-note .accept-cookie:hover,
.cookie-note .accept-cookie:focus,
.cookie-note .accept-cookie:active {
	color: #1dbadf;
	background-color: #192b3c;
	border: 1px solid #1dbadf;
}
@media (min-width: 768px) {
	.cookie-note .accept-cookie {
		margin: 0;
		margin-left: 20px;
	}
}
.collage .cookie-note {
	left: 0;
}
.sound-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	opacity: 0.25;
	position: absolute;
	top: 0;
}
.sound-wave {
	width: 250px;
	height: 100px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.sound-wave .bar {
	display: block;
	width: 2px;
	margin-right: 1px;
	height: 90px;
	background: #7c93bf;
	animation: sound 0ms -800ms linear infinite alternate;
	transition: height 0.8s;
}
@keyframes sound {
	0% {
		opacity: 0.35;
		height: 6px;
	}
	100% {
		opacity: 1;
		height: 46px;
	}
}
.bar:nth-child(1) {
	height: 2px;
	animation-duration: 474ms;
}
.bar:nth-child(2) {
	height: 10px;
	animation-duration: 433ms;
}
.bar:nth-child(3) {
	height: 18px;
	animation-duration: 407ms;
}
.bar:nth-child(4) {
	height: 26px;
	animation-duration: 458ms;
}
.bar:nth-child(5) {
	height: 30px;
	animation-duration: 400ms;
}
.bar:nth-child(6) {
	height: 32px;
	animation-duration: 427ms;
}
.bar:nth-child(7) {
	height: 34px;
	animation-duration: 441ms;
}
.bar:nth-child(8) {
	height: 36px;
	animation-duration: 419ms;
}
.bar:nth-child(9) {
	height: 40px;
	animation-duration: 487ms;
}
.bar:nth-child(10) {
	height: 46px;
	animation-duration: 442ms;
}
.bar:nth-child(11) {
	height: 2px;
	animation-duration: 474ms;
}
.bar:nth-child(12) {
	height: 10px;
	animation-duration: 433ms;
}
.bar:nth-child(13) {
	height: 18px;
	animation-duration: 407ms;
}
.bar:nth-child(14) {
	height: 26px;
	animation-duration: 458ms;
}
.bar:nth-child(15) {
	height: 30px;
	animation-duration: 400ms;
}
.bar:nth-child(16) {
	height: 32px;
	animation-duration: 427ms;
}
.bar:nth-child(17) {
	height: 34px;
	animation-duration: 441ms;
}
.bar:nth-child(18) {
	height: 36px;
	animation-duration: 419ms;
}
.bar:nth-child(19) {
	height: 40px;
	animation-duration: 487ms;
}
.bar:nth-child(20) {
	height: 46px;
	animation-duration: 442ms;
}
.typed-cursor {
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.esf-box {
	width: 100%;
	background-color: #fff;
	padding: 35px 15px 0 15px;
	font-size: 1.2rem;
	color: #000;
	position: relative;
}
@media (min-width: 992px) {
	.esf-box {
		padding: 10px 15px 0 15px;
	}
}
.esf-box h4 {
	font-size: 20px;
	display: block;
}
.esf-box p:first-of-type {
	margin-top: 0;
}
.esf-box a {
	color: #1dbadf;
	text-decoration: underline;
}
.esf-box a:hover,
.esf-box a:focus,
.esf-box a:active {
	color: #192b3c;
	text-decoration: none;
}
.esf-box .btn-info {
	background-color: #1dbadf;
	color: #192b3c;
	border: 0;
	padding: 0.45rem 1rem 0.2rem 1rem;
	margin: 15px 0;
	align-self: right;
	font-weight: 600;
	position: absolute;
	top: 0;
	right: 15px;
	transition: all 0.5s ease;
}
.esf-box .btn-info:hover,
.esf-box .btn-info:focus,
.esf-box .btn-info:active {
	color: #fff;
	background-color: #192b3c;
}
.esf-box .esf-infotext {
	display: none;
}
.esf-box .logos {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
}
@media (min-width: 992px) {
	.esf-box .logos {
		text-align: right;
	}
}
.esf-box .logos a {
	display: inline-block;
	margin: 15px auto;
}
@media (min-width: 992px) {
	.esf-box .logos a {
		margin: 0;
	}
}
.esf-box .logos a img {
	width: 100%;
	height: auto;
	margin: 10px;
}
@media (min-width: 768px) {
	.esf-box .logos a img {
		width: auto;
		min-height: 40px;
		max-height: 120px;
	}
}
.collage {
	background-image: url("../img/wbx_collage.jpg") !important;
}
.collage .content-wrapper {
	overflow: auto;
	z-index: 1;
}
.cinema-overlay {
	-webkit-transition: opacity 250ms ease-in-out;
	-o-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
	background: none #000;
	opacity: 0.85;
}
@media (min-width: 768px) {
	.cinema-overlay {
		opacity: 0.32;
	}
}
.cinema-overlay.dimmed {
	opacity: 0.85;
}
.parallax-background {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
@media (max-width: 767px) {
	.parallax-background {
		display: none !important;
	}
}
.parallax-background .layer img {
	vertical-align: inherit;
	transform: scale(1.3);
}
.parallax-background .layer:nth-child(2) img {
	transform: scale(1);
}
.modal-inverse .close {
	color: #000;
	z-index: 1;
	top: 8px;
	right: 15px;
}
.modal-inverse ul.big-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.modal-inverse ul.big-list li {
	font-weight: 600;
	letter-spacing: -0.05rem;
	font-style: italic;
	hyphens: auto;
	font-weight: 300;
	font-size: 2.4rem;
	color: #1dbadf;
	margin: 4px 0;
}
.modal-inverse ul.big-list li small {
	font-size: 1.6rem;
	color: #1dbadf;
	display: inherit;
}
.modal-inverse .modal-dialog {
	max-width: 1170px;
}
.modal-inverse .modal-content {
	background: #fff none;
	color: #000;
}
.modal-inverse .modal-content a {
	color: #2da5da;
}
@media (min-width: 992px) {
	.modal-inverse .modal-body {
		padding: 50px;
	}
	.modal-inverse .modal-dialog {
		width: 60%;
	}
}
.info-container-wrapper {
	position: relative;
	z-index: 20;
	display: flex;
	flex-flow: row wrap;
	margin-top: 24rem;
	margin-bottom: 6rem;
}
.info-container {
	flex: 0 1 80%;
	margin: 1rem auto;
}
.info-container .info-content {
	margin: 5px;
	background-color: #1dbadf;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	padding: 3px;
	transition: all 0.5s ease;
	overflow: hidden;
}
.info-container .info-content img {
	width: 100%;
	height: auto;
	display: block;
	flex: 0 0 auto;
	transition: all 0.5s ease;
	transform: scale(1);
}
.info-container .info-content h3 {
	font-size: 1.8rem;
	color: #fff;
	padding: 0.5rem 1rem 1rem 1rem;
	margin: 1.5rem 0 0 0;
	transition: all 0.5s ease;
	position: relative;
	top: 0;
}
.info-container .info-content h3 span {
	white-space: nowrap !important;
} /*.info-container .info-content:hover,.info-container .info-content:focus,.info-container .info-content:active{background-color:#192b3c}.info-container .info-content:hover img,.info-container .info-content:focus img,.info-container .info-content:active img{transform:scale(1.08)}.info-container .info-content:hover h3,.info-container .info-content:focus h3,.info-container .info-content:active h3{top:5px}*/
@media (min-width: 768px) {
	.info-container-wrapper {
		padding-top: 0;
		position: absolute;
		margin-bottom: 50px;
		bottom: 0;
		right: 0;
		width: 65%;
	}
	.info-container-wrapper .info-container {
		flex: 0 1 33%;
	}
}
@media (min-width: 992px) {
	.info-container-wrapper {
		width: 65%;
		margin-right: 2rem;
	}
}
@media (min-width: 1200px) {
	.info-container-wrapper {
		font-size: 1.4em;
		width: 50%;
	}
	.info-container-wrapper .info-container {
		flex: 0 1 33%;
	}
}
video.bg {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
}
canvas {
	display: block;
	vertical-align: bottom;
}
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.browser {
	padding-top: 3vmin;
	padding-bottom: 0.5vmin;
	background-color: #bbb;
	border-radius: 0.5rem;
	box-shadow: 0 0.2rem 3rem -0.4rem rgba(0, 0, 0, 0.75);
	background-image: url("../img/browser_mockup.svg");
	background-repeat: no-repeat;
	background-position: top left;
}
.other {
	padding-top: 3vmin;
	padding-bottom: 0.5vmin;
}
.thumbnail .browser,
.thumbnail .other {
	padding-top: 1vmin;
}
body {
	scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
	body {
		scroll-behavior: auto;
	}
}
#ls-map {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	flex-flow: column nowrap;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
	background-color: #000;
}
#ls-map a {
	color: #1dbadf !important;
}
.show-map,
.delete-ls {
	background-color: #1dbadf;
	font-weight: 600;
	color: #fff;
	padding: 0.5rem 1.5rem 0.4rem 1.5rem;
	margin: 0.6rem auto;
	border: 0;
}
.show-map:hover,
.show-map:focus,
.show-map:active,
.delete-ls:hover,
.delete-ls:focus,
.delete-ls:active {
	color: #1dbadf;
	background-color: #192b3c;
}

.logo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
	grid-gap: 1.5rem;
}

.logo-grid > div {
	/*background-color: #192b3c;*/
	padding: .5rem 1.5rem;
	display: grid;
}
.logo-grid > div::before {
	content: "";
	height: 0;
	padding-bottom: 56.25%;
	display: block;
}
.logo-grid > div::before,
.logo-grid > div > img {
	grid-area: 1 / 1 / 2 / 2;
}
.logo-grid > div > img {
	max-width: 100%;
	max-height: 50%;
	object-fit: contain;
	filter: brightness(100%) contrast(200%) saturate(0%);
	margin: auto auto;
}
#login {
	--bg-color: #192b3c;
	--fg-color: #fff;
	border: none;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 2rem;
	right: 2rem;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	background-color: var(--bg-color);
	color: var(--fg-color);
	transition: all 0.2s ease-in;
}

#login:hover,
#login:focus-within {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#login.active {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

#login button.open {
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 12px 20px 8px;
	position: relative;
	appearance: none;
	background: transparent;
	border: 0;
	font-size: 1.6rem;
	font-weight: normal;
	text-transform: uppercase;
}

#login button.open svg {
	min-width: 1em;
	min-height: 1.5em;
	margin-top: -3px;
	margin-right: .5em;
	fill: currentColor;
}

#login button.open::after {
	top: -50%;
	z-index: 1;
	content: '';
	width: 150%;
	height: 200%;
	position: absolute;
	left: calc(-150% - 40px);
	background-color: rgba(255, 255, 255, 0.2);
	transform: skewX(-40deg);
	transition: all 0.2s ease-out;
}

#login button.open:hover::after,
#login button.open:focus::after {
	transform: translateX(100%) skewX(-30deg);
}

#login.active .modal {
	transform: scale(1, 1);
}

#login .modal {
	position: fixed;
	top: 2rem;
	right: 2rem;
	left: 2rem;
	bottom: unset;
	z-index: 1010;
	width: auto;
	padding: 20px;
	border: 0;
	display: block;
	height: 0;
	opacity: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: inherit;
	background-color: transparent;
	transform: scale(0.000001, 0.00001);
	transform-origin: top right;
	transition: all 0.2s ease-in;
	border-radius: 4px;
	box-shadow: 0 15px 35px rgba(0,0,0,9);
}
@media (min-width: 768px) {
	#login .modal {
		top: 2rem;
		right: 2rem;
		max-width: 360px;
		left: unset;
	}
}

#login .modal[open] {
	height: auto;
	opacity: 1;
	background-color: var(--bg-color);
}

#login button.close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	transition: opacity 0.2s ease-in;
}

#login button.close:hover,
#login button.close:focus {
	opacity: 0.5;
	cursor: pointer;
}

#login .modal .content {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 40px;
}
#login .modal .content h2 {
	font-size: 2rem;
	font-style: normal;
	margin: 1rem 0 0 0;
	color: #fff;
	text-transform: uppercase;
}
#login .modal .content .form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}
#login .modal .content .form .inputBox {
	position: relative;
	width: 100%;
}
#login .modal .content .form .inputBox input {
	position: relative;
	width: 100%;
	background-color: #223950;
	border: none;
	outline: none;
	padding: 25px 10px 2.5px;
	border-radius: 4px;
	color: #fff;
	font-weight: 500;
	font-size: 1em;
}
#login .modal .content .form .inputBox input:focus,
#login .modal .content .form .inputBox input:active {
	background-color: #28435e;
}
#login .modal .content .form .inputBox i {
	position: absolute;
	left: 0;
	padding: 15px 10px;
	font-style: normal;
	color: #1dbadf;
	transition: 0.5s;
	pointer-events: none;
}
#login .modal .content .form .inputBox input:focus ~ i,
#login .modal .content .form .inputBox input:valid ~ i {
	transform: translateY(-7.5px);
	font-size: 0.8em;
	color: #fff;
}
#login .modal .content .form .links {
	position: relative;
	width: 100%;
	font-size: 1.2rem;
	display: flex;
	justify-content: space-between;
}
#login .modal .content .form .links a {
	color: #1dbadf;
	text-decoration: none;
}
#login .modal .content .form .inputBox input[type="submit"] {
	padding: 10px 10px 8px 10px;
	background: #1dbadf;
	color: #000;
	font-weight: 600;
	font-size: 1.35em;
	letter-spacing: 0.05em;
	cursor: pointer;
}
input[type="submit"]:active {
	opacity: 0.6;
}

#login .error {
	color: #ff721e;
	font-size: 1.2rem;
}
