﻿

@charset "utf-8";
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  src: url(Teko.woff) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

.blink_me {
    animation: blinker 0.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: 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 {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]: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
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	.table td,
	.table th {
		background-color: #fff !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: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #686868;
    background: #101f2b url(../img/bg-idr365.jpg) center bottom no-repeat;
    background-size: cover;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #000;
	text-decoration: none
}

a:hover,
a:focus {
	color: #9a9a9a;
	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;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #000;
	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;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.25)
}

.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
}

[role="button"] {
	cursor: pointer
}

code,
kbd,
pre,
samp {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

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%;
	font-weight: bold;
	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: 980px;
	}
}

@media (min-width:992px) {
	.container {
		width: 1024px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 990px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0%
}

@media (min-width:768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0%
	}
}

@media (min-width:992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0%
	}
}

@media (min-width:1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0%
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #999;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #000
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
	background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
	background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
	background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
	background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
	background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {    
	border: 1px solid #9a9a9a;
    border-radius: 4px;
    width: 143px;
    height: 30px;
    padding: 0 10px;
    font-size: 19px;
    color: #ffffff;
    background: rgb(17, 17, 17);
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
	border-color: #000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6)
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
	color: #999;
	opacity: 1
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
	color: #999
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
	color: #999
}

select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
	background-color: #eee;
	opacity: 1
}

select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
	cursor: not-allowed
}

textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
	height: auto
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
	border-color: #000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6)
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
	color: #999;
	opacity: 1
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
	color: #999
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
	color: #999
}

select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
	cursor: not-allowed;
	background-color: #eee
}

textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
	height: auto
}

@media screen and (min-width:768px) {
	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.inputbox {
		
	}
}

select,
select.form-control,
select.inputbox,
select.input {
	padding-right: 5px
}

.input-mini {
	width: 60px
}

.input-small {
	width: 90px
}

.input-medium {
	width: 150px
}

.input-large {
	width: 210px
}

.input-xlarge {
	width: 270px
}

.input-xxlarge {
	width: 530px
}

input.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

selectinput.input-sm {
	height: 30px;
	line-height: 30px
}

textareainput.input-sm,
select[multiple]input.input-sm {
	height: auto
}

input.input-lg {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

selectinput.input-lg {
	height: 45px;
	line-height: 45px
}

textareainput.input-lg,
select[multiple]input.input-lg {
	height: auto
}

@media (min-width:768px) {
	.form-inline .inputbox,
	.form-inline select,
	.form-inline textarea,
	.form-inline input {
		display: inline-block
	}
}

.control-group {
	margin-bottom: 10px
}

legend+.control-group {
	margin-top: 20px;
	-webkit-margin-top-collapse: separate
}

.form-horizontal .control-group {
	margin-bottom: 20px
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
	content: " ";
	display: table
}

.form-horizontal .control-group:after {
	clear: both
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
	content: " ";
	display: table
}

.form-horizontal .control-group:after {
	clear: both
}

.form-horizontal .control-group .control-label {
	display: block;
	width: 100%
}

@media (min-width:768px) {
	.form-horizontal .control-group .control-label {
		display: inline-block;
		float: left;
		width: 160px;
		padding-top: 5px;
		text-align: right
	}
}

.form-horizontal .control-group .controls {
	margin-left: 180px
}

.form-actions {
	padding: 20px;
	margin: 20px 0;
	background-color: #eee;
	border-radius: 4px
}

.form-actions:before,
.form-actions:after {
	content: " ";
	display: table
}

.form-actions:after {
	clear: both
}

.form-actions:before,
.form-actions:after {
	content: " ";
	display: table
}

.form-actions:after {
	clear: both
}

.form-actions [class*="col-sm-offset-"],
.form-actions [class*="col-md-offset-"] {
	padding-left: 5px !important
}

.input-append,
.input-prepend {
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: middle;
	font-size: 0;
	white-space: nowrap
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
	font-size: 14px
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: top;
	border-radius: 0 0 0 0
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
	z-index: 2
}

.input-append .add-on,
.input-prepend .add-on {
	display: inline-block;
	width: auto;
	height: 34px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group>.dropdown-toggle,
.input-prepend .btn-group>.dropdown-toggle {
	vertical-align: top;
	border-radius: 0
}

.input-append .active,
.input-prepend .active {
	background-color: #bf3;
	border-color: #690
}

.input-prepend .add-on,
.input-prepend .btn {
	margin-right: -1px
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
	border-radius: 0 0 0 0
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
	border-radius: 0 0 0 0
}

.input-append input+.btn-group .btn:last-child,
.input-append select+.btn-group .btn:last-child,
.input-append .uneditable-input+.btn-group .btn:last-child {
	border-radius: 0 0 0 0
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
	margin-left: -1px
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child>.dropdown-toggle {
	border-radius: 0 0 0 0
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
	border-radius: 0
}

.input-prepend.input-append input+.btn-group .btn,
.input-prepend.input-append select+.btn-group .btn,
.input-prepend.input-append .uneditable-input+.btn-group .btn {
	border-radius: 0 0 0 0
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
	margin-right: -1px;
	border-radius: 0 0 0 0
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
	margin-left: -1px;
	border-radius: 0 0 0 0
}

.input-prepend.input-append .btn-group:first-child {
	margin-left: 0
}

.btn-large {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
	margin-top: 4px
}

.btn-small {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
	margin-top: 0
}

.btn-mini {
	padding: 2px 4px;
	font-size: 12px;
	border-radius: 3px
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
	margin-top: -1px
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type="file"] {
	display: block
}

input[type="range"] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #000;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type="search"] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type="date"],
	input[type="time"],
	input[type="datetime-local"],
	input[type="month"] {
		line-height: 34px
	}
	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"] {
		line-height: 30px
	}
	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"] {
		line-height: 45px
	}
}

.form-group {
	margin-bottom: 15px
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.form-group-sm .form-control {
	height: 30px;
	line-height: 30px
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	min-height: 32px
}

.input-lg {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

select.input-lg {
	height: 45px;
	line-height: 45px
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

select.form-group-lg .form-control {
	height: 45px;
	line-height: 45px
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	min-height: 38px
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.input-lg+.form-control-feedback {
	width: 45px;
	height: 45px;
	line-height: 45px
}

.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #468847
}

.has-success .form-control {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
	color: #468847;
	border-color: #468847;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #468847
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #c09853
}

.has-warning .form-control {
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
	color: #c09853;
	border-color: #c09853;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #c09853
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #b94a48
}

.has-error .form-control {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.has-error .input-group-addon {
	color: #b94a48;
	border-color: #b94a48;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #b94a48
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #a8a8a8
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.3px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #000;
	text-decoration: none
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-default {
	color: #000;
	background-color: #fff;
	border-color: #000
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	color: #000;
	background-color: #e6e6e6;
	border-color: #000
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #000
}

.btn-default .badge {
	color: #fff;
	background-color: #000
}

.btn-primary {
	color: #000;
	background-color: #fff;
	border-color: #000
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	color: #000;
	background-color: #e6e6e6;
	border-color: #000
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #fff;
	border-color: #000
}

.btn-primary .badge {
	color: #fff;
	background-color: #000
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #000;
	font-weight: normal;
	border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
	color: #9a9a9a;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #999;
	text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

.dropdown-submenu {
	position: relative
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -5px;
	margin-left: -1px
}

.dropdown-submenu.open>.dropdown-menu {
	display: block
}

.dropdown-submenu>.dropdown-menu {
	border-radius: 4px
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -5px
}

.dropdown-submenu.open>a:after {
	border-left-color: #fff
}

.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.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-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(http://warbet168.net/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot);
	src: url(http://warbet168.net/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot) format('embedded-opentype'), url(http://warbet168.net/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(http://warbet168.net/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(http://warbet168.net/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(http://warbet168.net/plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.svg) format('svg')
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\2a"
}

.glyphicon-plus:before {
	content: "\2b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropup,
.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 #f2f2f2;
	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: #fff
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #000;
	white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #000
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #000
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color: #999
}

.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: #999;
	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: 2px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
	height: 45px;
	line-height: 45px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #000;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #999;
	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: #000
}

.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: #000;
	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: #000
	}
}

.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: #ffb703
}

.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: #000
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 40px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px
	}
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 40px
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 5px -15px
}

.navbar-nav>li>a {
	/* padding-top: 10px; */
	padding-bottom: 10px;-
	height: 20px;
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 3px;
	margin-bottom: 3px
}

@media (min-width:768px) {
	.navbar-form .inputbox,
	.navbar-form select,
	.navbar-form textarea,
	.navbar-form input {
		display: inline-block
	}
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .form-control-static {
		display: inline-block
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0
	}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 3px;
	margin-bottom: 3px
}

.navbar-btn.btn-sm {
	margin-top: 5px;
	margin-bottom: 5px
}

.navbar-btn.btn-xs {
	margin-top: 9px;
	margin-bottom: 9px
}

.navbar-text {
	margin-top: 10px;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px
	}
	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #000;
	border-color: #686868
}

.navbar-default .navbar-brand {
	color: #9a9a9a
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: transparent;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #9a9a9a
}

.navbar-default .navbar-nav>li>a {
	color: #9a9a9a
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: transparent
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
	color: #9a9a9a;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: transparent
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ffb703
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #000
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #686868
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
	color: #fff
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #9a9a9a
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #9a9a9a;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #9a9a9a
}

.navbar-default .navbar-link:hover {
	color: #fff
}

.navbar-default .btn-link {
	color: #9a9a9a
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #fff
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #9a9a9a
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #999
}

.navbar-inverse .navbar-nav>li>a {
	color: #999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #080808;
	color: #fff
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #999
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #999
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #999
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #000;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #fff
}

.breadcrumb>.active {
	color: #9a9a9a
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #000;
	background-color: #eee;
	border: 1px solid #fff;
	margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #9a9a9a;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #ffb703;
	border-color: #ffb703;
	cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #eee;
	border: 1px solid #fff;
	border-radius: 4px
}

.pager li>a:hover,
.pager li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
	color: #999;
	background-color: #eee;
	cursor: not-allowed
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #999
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080
}

.label-primary {
	background-color: #ffb703
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #cf9400
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #999;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #000;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding: 30px 15px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding: 48px 0
	}
	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #000;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 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: #000
}

.thumbnail .caption {
	padding: 9px;
	color: #686868
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: bold
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #356635
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #2d6987
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #c09853
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #a47e3c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #b94a48
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #953b39
}

@-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: #ffb703;
	-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-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 {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	zoom: 1;
	overflow: hidden
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-right,
.media>.pull-right {
	padding-left: 10px
}

.media-left,
.media>.pull-left {
	padding-right: 10px
}

.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.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
}

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: #999;
	cursor: not-allowed
}

.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: #999
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #ffb703;
	border-color: #ffb703
}

.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: #fff1cf
}

.list-group-item-success {
	color: #468847;
	background-color: #dff0d8
}

a.list-group-item-success {
	color: #468847
}

a.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
	color: #468847;
	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: #468847;
	border-color: #468847
}

.list-group-item-info {
	color: #3a87ad;
	background-color: #d9edf7
}

a.list-group-item-info {
	color: #3a87ad
}

a.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
	color: #3a87ad;
	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: #3a87ad;
	border-color: #3a87ad
}

.list-group-item-warning {
	color: #c09853;
	background-color: #fcf8e3
}

a.list-group-item-warning {
	color: #c09853
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
	color: #c09853;
	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: #c09853;
	border-color: #c09853
}

.list-group-item-danger {
	color: #b94a48;
	background-color: #f2dede
}

a.list-group-item-danger {
	color: #b94a48
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
	color: #b94a48;
	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: #b94a48;
	border-color: #b94a48
}

.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;
	font-size: 16px;
	color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>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,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.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,
.panel>.panel-collapse>.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 caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
	padding-left: 15px;
	padding-right: 15px
}

.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,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-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,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-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,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	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,
.panel-group .panel-heading+.panel-collapse>.list-group {
	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: #ffb703
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #ffb703;
	border-color: #ffb703
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ffb703
}

.panel-primary>.panel-heading .badge {
	color: #ffb703;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ffb703
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #468847;
	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: #468847
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #3a87ad;
	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: #3a87ad
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #c09853;
	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: #c09853
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #b94a48;
	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: #b94a48
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.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: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(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: 20px
}

.modal-footer {
	padding: 20px;
	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: 1030;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	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: 350px;
	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;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -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;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	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;
	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
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-moz-transition: -moz-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		-moz-perspective: 1000;
		perspective: 1000
	}
	.carousel-inner>.item.next,
	.carousel-inner>.item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0
	}
	.carousel-inner>.item.prev,
	.carousel-inner>.item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0
	}
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right,
	.carousel-inner>.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0
	}
}

.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;
	line-height: 1;
	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,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-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 (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
	}
}

#system-message {
	margin-bottom: 10px;
	padding: 0
}

#system-message>dt {
	font-weight: bold;
	display: none
}

#system-message>dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px
}

#system-message>dd>ul {
	color: #05B;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB
}

#system-message>dd>ul>li {
	line-height: 1.5em
}

#system-message>.message>ul {
	background-color: #C3D2E5;
	background-image: url(../../system/images/notice-info.png)
}

#system-message>.error>ul,
#system-message>.warning>ul,
#system-message>.notice>ul {
	color: #c00
}

#system-message>.error>ul {
	background-color: #E6C0C0;
	background-image: url(../../system/images/notice-alert.png);
	border-color: #DE7A7B
}

#system-message>.warning>ul {
	background-color: #E6C8A6;
	background-image: url(../../system/images/notice-note.png);
	border-color: #FB0
}

#system-message>.notice>ul {
	background-color: #EFE7B8;
	background-image: url(../../system/images/notice-note.png);
	border-color: #F0DC7E
}

.system-unpublished,
tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df
}

span.highlight {
	background-color: #FFC;
	font-weight: bold;
	padding: 1px 0
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
}

.img-fulltext-float-none {}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px
}

.img-intro-float-none {}

@media (max-width:767px) {
	.always-show .mega>.mega-dropdown-menu,
	.always-show .dropdown-menu {
		display: block !important;
		position: static
	}
	.open .dropdown-menu {
		display: block
	}
}

.t3-logo,
.t3-logo-small {
	display: block;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center
}

.t3-logo {
	width: 182px;
	height: 50px
}

.t3-logo-small {
	width: 60px;
	height: 30px
}

.t3-logo,
.t3-logo-color {
	background-image: url(../../../../static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png)
}

.t3-logo-small,
.t3-logo-small.t3-logo-color {
	background-image: url(../../../../static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png)
}

.t3-logo-dark {
	background-image: url(../../../../static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png)
}

.t3-logo-small.t3-logo-dark {
	background-image: url(../../../../static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png)
}

.t3-logo-light {
	background-image: url(../../../../static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png)
}

.t3-logo-small.t3-logo-light {
	background-image: url(../../../../static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png)
}

@media (max-width:767px) {
	.logo-control .logo-img-sm {
		padding-left: 20px;
		display: block;
		padding-top: 10px;
	}
	.logo-control .logo-img {
		display: block;
	}
}

@media (min-width:768px) {
	.logo-control .logo-img-sm {
		display: none
	}
	.logo-control .logo-img {
		display: block;
	}
}

#community-wrap .collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	display: block
}

.body-data-holder:before {
	display: none;
	content: "grid-float-breakpoint:768px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px"
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #000;
	text-decoration: none
}

a:hover,
a:focus {
	color: #9a9a9a;
	text-decoration: none
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

img {
	vertical-align: middle
}

th,
td {
	line-height: normal;
	text-align: center;
	vertical-align: top
}

th {
	font-weight: bold
}

td,
tr td {
	
}

.cat-list-row0:hover,
.cat-list-row1:hover {
	background: #f5f5f5
}

.cat-list-row1,
tr.cat-list-row1 td {
	background: #f9f9f9
}

table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
	width: 100%
}

table.contentpaneopen {
	border: 0
}

.star {
	color: #fc0
}

.red {
	color: #c00
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.25)
}

.wrap {
	width: auto;
	clear: both
}

.center,
.table td.center,
.table th.center {
	text-align: center
}

.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	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: #999
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 12px;
	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: 22px;
}

h2,
.h2 {
	font-size: 21px;
}

h3,
.h3 {
	font-size: 24px
}

h4,
.h4 {
	font-size: 18px
}

h5,
.h5 {
	font-size: 14px
}

h6,
.h6 {
	font-size: 12px
}

p {
	margin: 0;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

small,
.small {
	font-size: 85%
}

cite {
	font-style: normal
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-muted {
	color: #999
}

.text-primary {
	color: #ffb703
}

a.text-primary:hover {
	color: #cf9400
}

.text-success {
	color: #468847
}

a.text-success:hover {
	color: #356635
}

.text-info {
	color: #3a87ad
}

a.text-info:hover {
	color: #2d6987
}

.text-warning {
	color: #c09853
}

a.text-warning:hover {
	color: #a47e3c
}

.text-danger {
	color: #b94a48
}

a.text-danger:hover {
	color: #953b39
}

.bg-primary {
	color: #fff;
	background-color: #ffb703
}

a.bg-primary:hover {
	background-color: #cf9400
}

.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
}

.highlight {
	background-color: #FFC;
	font-weight: bold;
	padding: 1px 4px
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px
}

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 #999
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 30px;
	margin: 0 0 20px;
	font-size: 35px;
	font-family: 'Teko';
	background-color: #eee;
	border-left: none
}

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: #999
}

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: "\f10d";
	font-family: FontAwesome
}

blockquote:before {
	margin-right: 20px
}

blockquote:after {
	margin-left: 20px
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code,
kbd,
pre,
samp {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

.btn-actions {
	text-align: center
}

.features-list {
	margin-top: 60px
}

.features-list .page-header {
	border: 0;
	text-align: center
}

.features-list .page-header h1 {
	font-size: 46px
}

.features-list .feature-row {
	overflow: hidden;
	min-height: 200px;
	color: #696f72;
	border-top: 1px solid #e0e2e3;
	padding: 60px 0 0;
	text-align: center
}

.features-list .feature-row:last-child {
	border-bottom: 1px solid #e0e2e3;
	margin-bottom: 60px
}

.features-list .feature-row h3 {
	font-size: 28px
}

.features-list .feature-row div:first-child {
	padding-left: 0
}

.features-list .feature-row div:last-child {
	padding-right: 0
}

.features-list .feature-row div:first-child.feature-img img {
	float: left
}

.features-list .feature-row div:last-child.feature-img img {
	float: right
}

.jumbotron h2 {
	font-size: 46px
}

.jumbotron iframe {
	margin-top: 20px
}

.com_rsform .okta-content {
	text-align: center
}

.com_rsform #userForm {
	max-width: 630px;
	margin: 0px auto
}

.com_rsform #userForm h2 {
	display: inline-block;
	float: left;
	margin: 0;
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Teko";
	text-align: left;
	padding-bottom: 20px;
	border-bottom: 2px solid #000
}

.com_rsform .formContainer {
	display: inline-block;
	padding-top: 40px;
	border-top: 1px solid #000;
	width: 100%
}

@media (min-width:768px) {
	.com_rsform .formContainer .form-group.rsform-block {
		display: block;
		float: left;
		width: 50%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0
	}
	.com_rsform .formContainer .form-group.rsform-block strong.formRequired {
		font-weight: 400
	}
	.com_rsform .formContainer .form-group.rsform-block:last-child {
		padding-top: 20px;
		width: 100%
	}
	.com_rsform .formContainer .form-group.rsform-block.rsform-block-bankbca,
	.com_rsform .formContainer .form-group.rsform-block.rsform-block-bankmandiri,
	.com_rsform .formContainer .form-group.rsform-block.rsform-block-bankbri,
	.com_rsform .formContainer .form-group.rsform-block.rsform-block-bankbni {
		padding-top: 0;
		margin-bottom: 0
	}
	.com_rsform .formContainer .form-group.rsform-block.rsform-block-bankbca .help-block,
	.com_rsform .formContainer .form-group.rsform-block.rsform-block-bankmandiri .help-block,
	.com_rsform .formContainer .form-group.rsform-block.rsform-block-bankbri .help-block,
	.com_rsform .formContainer .form-group.rsform-block.rsform-block-bankbni .help-block {
		margin-top: 0;
		margin-bottom: 0
	}
	.com_rsform .formContainer .form-group.rsform-block.rsform-block-bankbca .control-label,
	.com_rsform .formContainer .form-group.rsform-block.rsform-block-bankmandiri .control-label,
	.com_rsform .formContainer .form-group.rsform-block.rsform-block-bankbri .control-label,
	.com_rsform .formContainer .form-group.rsform-block.rsform-block-bankbni .control-label {
		margin-bottom: 0
	}
	.com_rsform .formContainer .control-label {
		display: block;
		float: left;
		width: 100%;
		font-weight: 400;
		text-align: left;
		padding-top: 0;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 5px
	}
	.com_rsform .formContainer .formControls {
		display: block;
		float: left;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px
	}
}

.form-control:focus {
	border-color: #000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 20px
}

.radio label,
.checkbox label {
	display: inline
}

.form-control-static {
	margin-bottom: 0
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block
	}
	.form-inline .form-control {
		display: inline-block
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		float: none
	}
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .form-control-static {
	padding-top: 7px
}

.btn {
	position: relative;
	border-radius: 0;
	text-transform: uppercase;
	margin: 5px
}

.btn-default:before {
	content: "";
	border: 1px solid #000;
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	position: absolute;
	z-index: 0
}

.btn-group .btn-default {
	margin: 0 0 0 -1px
}

.btn-group .btn-default:before {
	display: none
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	color: #fff;
	background-color: #000
}

.btn-primary:before {
	content: "";
	border: 1px solid #000;
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	position: absolute;
	z-index: 0
}

.btn-group .btn-primary {
	margin: 0 0 0 -1px
}

.btn-group .btn-primary:before {
	display: none
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #000;
	background-color: #ffbe1d;
}

.btn-inverse {
	color: #fff;
	background-color: #333;
	border-color: #262626
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open>.dropdown-toggle.btn-inverse {
	color: #fff;
	background-color: #1a1a1a;
	border-color: #080808
}

.btn-inverse:active,
.btn-inverse.active,
.open>.dropdown-toggle.btn-inverse {
	background-image: none
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
	background-color: #333;
	border-color: #262626
}

.btn-inverse .badge {
	color: #333;
	background-color: #fff
}

.btn-inverse:before {
	content: "";
	border: 1px solid #262626;
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	position: absolute;
	z-index: 0
}

.btn-group .btn-inverse {
	margin: 0 0 0 -1px
}

.btn-group .btn-inverse:before {
	display: none
}

.btn-block+.btn-block {
	margin-top: 5px
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
	box-shadow: none;
	font-family: Teko;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
	background-color: rgb(17, 17, 17) !important;
	box-shadow: none
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
	color: #999;
	opacity: 1
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
	color: #999
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
	color: #e9eef8
}

textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
	height: auto
}

@media screen and (min-width:768px) {
	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.inputbox {
	}
	.btn-group select,
	.btn-group textarea,
	.btn-group input[type="text"],
	.btn-group input[type="password"],
	.btn-group input[type="datetime"],
	.btn-group input[type="datetime-local"],
	.btn-group input[type="date"],
	.btn-group input[type="month"],
	.btn-group input[type="time"],
	.btn-group input[type="week"],
	.btn-group input[type="number"],
	.btn-group input[type="email"],
	.btn-group input[type="url"],
	.btn-group input[type="search"],
	.btn-group input[type="tel"],
	.btn-group input[type="color"],
	.btn-group .inputbox {
		width: auto
	}
}

select,
select.form-control,
select.inputbox,
select.input {
	padding-right: 0px;
	box-shadow: none;
	border-radius: 0
}

select:focus,
select.form-control:focus,
select.inputbox:focus,
select.input:focus {
	background-color: rgba(205, 205, 205, 0.4) !important;
	box-shadow: none
}

.chzn-container-single .chzn-single {
	border-radius: 0px;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	height: 32px !important;
	line-height: 32px !important
}

.chzn-container-single .chzn-single div {
	top: 5px
}

.chzn-container .chzn-drop {
	max-width: 66px
}

.input-append .active,
.input-prepend .active {
	background-color: #bf3;
	border-color: #690
}

.invalid {
	border-color: #c00
}

label.invalid {
	color: #c00
}

input.invalid {
	border: 1px solid #c00
}

.dropdown-menu>li>a {
	padding: 5px 20px
}

.dropdown-header {
	padding: 3px 20px;
	font-size: 14px
}

.dropdown-header a {
	color: #999
}

.dropdown-submenu>a:after {
	border-left-color: #000
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff
}

.nav>li>.separator {
	position: relative;
	display: block;
	padding: 10px 15px;
	line-height: 20px
}

@media (min-width:768px) {
	.nav>li>.separator {
		padding-top: 10px;
		padding-bottom: 10px
	}
}

@media (max-width:991px) {
	.nav>li>span {
		padding: 10px 15px;
		display: inline-block
	}
}

.nav-pills>li.active>a {
	background-color: transparent
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	background-color: transparent
}

.nav .caret {
	border-top-color: #000;
	border-bottom-color: #000;
	border-bottom-width: 0;
	border-style: solid
}

.nav a:hover .caret {
	border-top-color: #9a9a9a;
	border-bottom-color: #9a9a9a
}

.t3-navhelper {
	background: #000;
	color: #fff;
	padding: 20px 0
}

.breadcrumb {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0;
	background: #000
}

.breadcrumb>li+li:before {
	content: "/\00a0"
}

.breadcrumb>li a {
	color: #fff
}

.breadcrumb>li a:hover,
.breadcrumb>li a:focus {
	color: #9a9a9a
}

.breadcrumb>li a.iconFont {
	padding-right: 40px
}

.breadcrumb>.active {
	color: #9a9a9a
}

.breadcrumb>.active+li:before {
	content: "";
	padding: 0
}

.breadcrumb>.active .hasTooltip {
	padding-right: 10px
}

.breadcrumb .divider {
	display: none
}

@media (min-width:768px) {
	.pagination {
		width: 76%
	}
}

.pagination>li>a,
.pagination>li>span {
	margin: 0 5px 10px 0;
	border: none;
	background: #eee;
	color: #000;
	font-weight: 500;
	padding: 10px 20px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #ffb703
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background: #eee;
	color: #ffb703
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #999;
	background: #eee
}

.pagination {
	display: block
}

.pagination:before,
.pagination:after {
	content: " ";
	display: table
}

.pagination:after {
	clear: both
}

@media screen and (min-width:768px) {
	.pagination {
		float: left
	}
}

.pagination .pagination {
	display: inline-block
}

.counter {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 12px;
	background-color: #eee;
	border: 1px solid #fff;
	border-radius: 4px
}

@media screen and (min-width:768px) {
	.counter {
		float: right
	}
}

.navbar-brand {
	padding: 0;
	display: none;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.navbar-brand>img {
	max-width: 100%;
	height: auto;
	max-height: 40px
}

@media (min-width:768px) {
	.navbar-brand {
		padding: 0 15px 0 0
	}
	.scrollDown .navbar-brand,
	.scrollUp .navbar-brand {
		display: block;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.navbar-toggle {
	background-color: #fff;
	padding: 0;
	height: 60px;
	line-height: 60px;
	width: 60px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	border-radius: 0px;
	float: left;
	z-index: 1030
}

@media (max-width:767px) {
	.navbar-toggle {
		position: fixed !important;
		float: left;
		top: 0;
		left: 0
	}
}

.navbar-toggle span {
	background-color: #000;
	display: block;
	height: 4px;
	position: absolute;
	left: 15px;
	width: 30px;
	transition: all 0.25s
}

.navbar-toggle span.bar-first {
	top: 18px
}

.navbar-toggle span.bar-mid {
	top: 28px
}

.navbar-toggle span.bar-last {
	top: 38px
}

.navbar-toggle.open span.bar-mid {
	display: none
}

.navbar-toggle.open span.bar-first {
	top: 30px;
	transform: rotate(45deg)
}

.navbar-toggle.open span.bar-last {
	top: 30px;
	transform: rotate(-45deg)
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 5px -15px
}

@media (min-width:768px) {
	.navbar-nav {
		margin: 0
	}
}

.navbar-default {
	background-image: linear-gradient(to bottom,#143045 0,#101f2b 100%);
	border-color: #686868;
	border: none;
}

.navbar-default .navbar-brand {
	color: #9a9a9a
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: transparent;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #9a9a9a
}

@media (min-width:768px) {
	.navbar-default .navbar-nav {
		float: none;
		display: inline-block
	}
}

.navbar-default .navbar-nav>li {
	padding-left: 17px;
	padding-right: 15px;
}

.captcha {
    float: right;
    border: 1px solid #aaa;
    width: 70px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
	color: #dddddd;
	font-family: 'Teko';
	font-size: 20px;
	text-transform: uppercase;
	line-height: 18px;
	border-bottom: 2px solid transparent;
	padding-left: 0;
	padding-right: 0;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.navbar-default .navbar-nav>li>a:after {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -2px;
	height: 1px;
	background: #fff;
	-webkit-transition: all .3s ease;
	transition: all 0.3s ease
}

@media (min-width:768px) {
	.navbar-default .navbar-nav>li>a:after {
		bottom: -2px;
		height: 2px
	}
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}

.navbar-default .navbar-nav>li>a:hover:after,
.navbar-default .navbar-nav>li>a:focus:after {
	opacity: 1 !important;
	display: block !important;
	left: 0px !important;
	right: 0px !important
}

.navbar-default .navbar-nav>li>.nav-header {
	color: #9a9a9a;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px
}

.navbar-default .navbar-nav>.active>a:after {
	opacity: 1 !important;
	display: block !important;
	left: 0px !important;
	right: 0px !important
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #b3282800;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
	color: #9a9a9a;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: transparent
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ffb703
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #000
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: transparent;
	box-shadow: none
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
	color: #fff
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff
}

.navbar-default .navbar-nav>.dropdown>a .caret {
	border-top-color: #9a9a9a;
	border-bottom-color: #9a9a9a
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #9a9a9a
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #9a9a9a;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #9a9a9a
}

.navbar-default .navbar-link:hover {
	color: #fff
}

.t3-mainnav {
	border-left: 0;
	border-right: 0;
	margin-bottom: 0;
	border-radius: 0;
}

@media (max-width:767px) {
	.t3-mainnav {
		min-height: 0px
	}
}

.t3-mainnav .t3-navbar {
	padding-left: 0;
	padding-right: 0
}

@media (min-width:768px) {
	.t3-mainnav .t3-navbar {
		text-align: center
	}
	.scrollDown .t3-mainnav .t3-navbar,
	.scrollUp .t3-mainnav .t3-navbar {
		text-align: center;
	}
}

.t3-mainnav .t3-navbar-collapse {
	background-color: #000
}

@media (min-width:768px) {
	.t3-mainnav .t3-navbar-collapse {
		display: none !important;
	}
}

.t3-mainnav .t3-navbar-collapse .navbar-nav {
	margin: 0 -15px
}

.t3-mainnav .t3-navbar-collapse .navbar-nav li>a .fa {
	margin-right: 5px
}

.t3-mainnav .t3-navbar-collapse .navbar-nav>li+li>a {
	border-top: 1px solid #686868
}

.t3-mainnav .t3-navbar-collapse .navbar-nav>li:first-child>a {
	border-top: 0
}

.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown>a .caret {
	position: absolute;
	top: 40%;
	right: 12px
}

.rsform.quick-register h2 {
	display: inline-block;
	float: left;
	font-family: 'Teko';
	font-weight: 400;
	color: #000;
	padding-bottom: 10px;
	margin: 0;
	border-bottom: 2px solid #000
}

.rsform.quick-register .formContainer {
	display: inline-block;
	padding-top: 10px;
	border-top: 1px solid #000;
	width: 100%
}

.rsform.quick-register .formContainer .form-group {
	margin-bottom: 0
}

.rsform.quick-register .formContainer .control-label {
	display: block;
	float: left;
	width: 100%;
	color: #000;
	font-weight: 400;
	text-align: left;
	padding-top: 0;
	margin-bottom: 0
}

.rsform.quick-register .formContainer .control-label strong.formRequired {
	font-weight: 400
}

.rsform.quick-register .formContainer .formControls {
	display: block;
	float: left;
	width: 100%
}

.rsform.quick-register .formContainer .formControls .help-block {
	margin-top: 0;
	margin-bottom: 5px
}

.okta-kontak-list {
	padding-left: 0;
	padding-bottom: 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: block;
}

.okta-kontak-list li a {
	position: relative
}

.okta-kontak-list li a .fa,
.okta-kontak-list li a .fas,
.okta-kontak-list li a .far,
.okta-kontak-list li a .fal,
.okta-kontak-list li a .fab {
	color: #fff;
	margin-right: 5px
}

.okta-kontak-list li a {
	position: relative;
	display: block;
	background-color: #555;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 24px;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px
}

.okta-floating .okta-kontak-list li a .fa,
.okta-floating .okta-kontak-list li a .fas,
.okta-floating .okta-kontak-list li a .far,
.okta-floating .okta-kontak-list li a .fal,
.okta-floating .okta-kontak-list li a .fab {
	margin-right: 0
}

.okta-floating .okta-kontak-list li a span {
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 40px;
	width: 140px;
	height: 0px;
	line-height: 25px;
	background-color: #555;
	border-radius: 20px;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.okta-floating .okta-kontak-list li a:hover,
.okta-floating .okta-kontak-list li a:focus {
	background-color: #ffb703
}

.okta-floating .okta-kontak-list li a:hover span,
.okta-floating .okta-kontak-list li a:focus span {
	background-color: #ffb703;
	height: 25px;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.okta-floating .okta-kontak-list li a:hover.kontak-blackberry,
.okta-floating .okta-kontak-list li a:focus.kontak-blackberry {
	background-color: #a1a1a4
}

.okta-floating .okta-kontak-list li a:hover.kontak-blackberry span,
.okta-floating .okta-kontak-list li a:focus.kontak-blackberry span {
	background-color: #a1a1a4
}

.okta-floating .okta-kontak-list li a:hover.kontak-line,
.okta-floating .okta-kontak-list li a:focus.kontak-line {
	background-color: #00c300
}

.okta-floating .okta-kontak-list li a:hover.kontak-line span,
.okta-floating .okta-kontak-list li a:focus.kontak-line span {
	background-color: #00c300
}

.okta-floating .okta-kontak-list li a:hover.kontak-whatsapp,
.okta-floating .okta-kontak-list li a:focus.kontak-whatsapp {
	background-color: #25d366
}

.okta-floating .okta-kontak-list li a:hover.kontak-whatsapp span,
.okta-floating .okta-kontak-list li a:focus.kontak-whatsapp span {
	background-color: #25d366
}

.okta-floating .okta-kontak-list li a:hover.kontak-telegram,
.okta-floating .okta-kontak-list li a:focus.kontak-telegram {
	background-color: #08c
}

.okta-floating .okta-kontak-list li a:hover.kontak-telegram span,
.okta-floating .okta-kontak-list li a:focus.kontak-telegram span {
	background-color: #08c
}

.floating-right .okta-kontak-list li a span {
	left: auto;
	top: 40px
}

.okta-social-list {
	padding-left: 0;
	padding-bottom: 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: block;
}

.okta-social-list li {
	padding: 0;
	margin-bottom: 5px
}

.okta-social-list li a {
	position: relative;
	display: block;
	background-color: #555;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 24px;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px
}

.okta-social-list li a:before {
	content: "Social Media";
	display: inline-block;
	position: absolute;
    top: 40px;
    left: 0px;
    width: 100px;
    height: 0px;
    line-height: 25px;
	background-color: #555;
	border-radius: 20px;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.floating-right .okta-social-list li a:before {
	left: auto;
	right: 39px
}

.okta-social-list li a.facebook:before {
	content: "Facebook"
}

.okta-social-list li a.instagram:before {
	content: "Instagram"
}

.okta-social-list li a.twitter:before {
	content: "Twitter"
}

.okta-social-list li a.youtube:before {
	content: "Youtube"
}

.okta-social-list li a.google-plus:before {
	content: "Google plus"
}

.okta-social-list li a.telegram:before {
	content: "Telegram"
}

.okta-social-list li a.linkedin:before {
	content: "Linkedin"
}

.okta-social-list li a.pinterest:before {
	content: "Pinterest"
}

.okta-social-list li a:hover,
.okta-social-list li a:focus {
	background-color: #ffb703
}

.okta-social-list li a:hover:before,
.okta-social-list li a:focus:before {
	background-color: #ffb703;
	height: 25px;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.okta-social-list li a:hover.facebook,
.okta-social-list li a:focus.facebook {
	background-color: #3b5998
}

.okta-social-list li a:hover.facebook:before,
.okta-social-list li a:focus.facebook:before {
	background-color: #3b5998
}

.okta-social-list li a:hover.instagram,
.okta-social-list li a:focus.instagram {
	background-color: #833ab4
}

.okta-social-list li a:hover.instagram:before,
.okta-social-list li a:focus.instagram:before {
	background-color: #833ab4
}

.okta-social-list li a:hover.twitter,
.okta-social-list li a:focus.twitter {
	background-color: #1da1f2
}

.okta-social-list li a:hover.twitter:before,
.okta-social-list li a:focus.twitter:before {
	background-color: #1da1f2
}

.okta-social-list li a:hover.youtube,
.okta-social-list li a:focus.youtube {
	background-color: #dd4b39
}

.okta-social-list li a:hover.youtube:before,
.okta-social-list li a:focus.youtube:before {
	background-color: #dd4b39
}

.okta-social-list li a:hover.google-plus,
.okta-social-list li a:focus.google-plus {
	background-color: #dd4b39
}

.okta-social-list li a:hover.google-plus:before,
.okta-social-list li a:focus.google-plus:before {
	background-color: #dd4b39
}

.okta-social-list li a:hover.telegram,
.okta-social-list li a:focus.telegram {
	background-color: #08c
}

.okta-social-list li a:hover.telegram:before,
.okta-social-list li a:focus.telegram:before {
	background-color: #08c
}

.okta-social-list li a:hover.linkedin,
.okta-social-list li a:focus.linkedin {
	background-color: #0077b5
}

.okta-social-list li a:hover.linkedin:before,
.okta-social-list li a:focus.linkedin:before {
	background-color: #0077b5
}

.okta-social-list li a:hover.linkedin,
.okta-social-list li a:focus.linkedin {
	background-color: #bd081c
}

.okta-social-list li a:hover.linkedin:before,
.okta-social-list li a:focus.linkedin:before {
	background-color: #bd081c
}

.okta-step {
	display: inline-block;
	width: 100%;
	background: #000;
	padding-left: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	border-radius: 4px;
	overflow: hidden
}

.okta-step li {
	display: block;
	background: #000;
	float: left;
	width: calc(25%)
}

.okta-step li a {
	display: block;
	float: left;
	width: 100%;
	height: 100px;
	background: #ffbe1d;
	text-align: center;
	padding: 20px 0 20px 50px;
	position: relative;
	margin: 0 2px 0 0;
	font-size: 30px;
	text-decoration: none;
	color: #fff
}

.okta-step li a:after {
	content: "";
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 50px solid #ffbe1d;
	position: absolute;
	right: -25px;
	top: 0;
	z-index: 1
}

.okta-step li a:before {
	content: "";
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 50px solid #000;
	position: absolute;
	left: -24px;
	top: 0
}

.okta-step li a .nomor {
	display: block;
	float: left;
	background: #000;
	color: #fff;
	font-size: 48px;
	font-family: 'Teko';
	line-height: 54px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 0;
	margin: 5px
}

.okta-step li a .judul {
	display: block;
	float: left;
	color: #000;
	font-size: 28px;
	font-family: 'Teko';
	text-transform: uppercase;
	line-height: 28px;
	text-align: left;
	min-width: 100px
}

.okta-step li a .judul:hover {
	color: #fff
}

@media screen and (min-width:992px) {
	.okta-step li:first-child a:before {
		display: none
	}
	.okta-step li:last-child a:after {
		display: none
	}
}

@media (min-width:768px) and (max-width:991px) {
	.okta-step li:nth-child(1) a:before
	 {
		border-left: 50px solid #ffbe1d
	}
	.okta-step li a {
		border-bottom: 1px solid #000
	}
}

@media screen and (max-width:767px) {
	.okta-step li {
		width: 240px;
	}
	.okta-step li a {
		border-bottom: 1px solid #000
	}
        .okta-step li a:after {
            border-top: 50px solid transparent;
            border-bottom: 50px solid transparent;
            border-left: 50px solid #ffbe1d;
            right: 0px
        }
	.okta-step li a:before {
		left: -50px
	}
}

ul.socialList {
	list-style-type: none;
	font-family: 'IconsFont';
	color: #9a9a9a;
	font-size: 55px
}

ul.socialList li {
	display: inline-block;
	position: relative;
	margin: 0 10px
}

ul.socialList li a {
	color: #9a9a9a
}

ul.socialList li a:hover,
ul.socialList li a:focus {
	color: #ffb703
}

.t3-module {
	background: transparent;
	color: inherit;
}

.t3-module .module-inner {
	padding: 0
}

.t3-module .module-inner img {
	max-width: 100%;
	height: auto
}

.module-title {
	background: transparent;
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Teko';
	margin: 0 0 10px 0;
	padding: 0
}

@media screen and (min-width:768px) {
	.module-title {
		margin-bottom: 20px
	}
}

.module-ct {
	background: transparent;
	color: inherit;
}

.module-ct:before,
.module-ct:after {
	content: " ";
	display: table
}

.module-ct:after {
	clear: both
}

.module-ct>ul,
.module-ct .custom>ul,
.module-ct>ol,
.module-ct .custom>ol {
	margin-left: 20px;
	padding-left: 0
}

.module-ct>ul.unstyled,
.module-ct .custom>ul.unstyled,
.module-ct>ol.unstyled,
.module-ct .custom>ol.unstyled {
	padding-left: 0
}

.module-ct>ul.nav,
.module-ct .custom>ul.nav,
.module-ct>ol.nav,
.module-ct .custom>ol.nav {
	padding-left: 0;
	margin-left: 0
}

.module_menu .nav>li>a {
	font-family: 'Teko';
	font-size: 24px;
	text-transform: uppercase;
	border-radius: 0;
	border-bottom: 1px solid #686868
}

.module_menu .nav>li>a:after {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -1px;
	height: 1px;
	background: #fff;
	-webkit-transition: all .3s ease;
	transition: all 0.3s ease
}

.module_menu .nav>li>a:hover,
.module_menu .nav>li>a:focus {
	color: #fff;
	background-color: transparent
}

.module_menu .nav>li>a:hover:after,
.module_menu .nav>li>a:focus:after {
	opacity: 1 !important;
	display: block !important;
	left: 0px !important;
	right: 0px !important
}

.module_menu .nav>li.active>a {
	color: #fff;
	background-color: transparent
}

.module_menu .nav>li.active>a:after {
	opacity: 1 !important;
	display: block !important;
	left: 0px !important;
	right: 0px !important
}

.module_menu .nav>li>a,
.module_menu .nav>li>.separator {
	color: #9a9a9a;
	text-transform: uppercase;
	padding: 6px 5px;
	display: block
}

.module_menu .nav>li>a:hover {
	background-color: transparent;
	color: #fff
}

.module_menu .nav>li.active>a {
	background-color: transparent;
	color: #fff
}

#login-form input[type="text"],
#login-form input[type="password"] {
	width: 100%
}

#login-form ul.unstyled {
	margin-top: 20px;
	padding-left: 20px
}

#login-form #form-login-remember label {
	font-weight: normal
}

.banneritem a {
	font-weight: bold
}

.bannerfooter {
	border-top: 1px solid rgba(0, 0, 0, 0.25);
	font-size: 12px;
	padding-top: 10px;
	text-align: right
}

.category-module,
ul.category-module {
	margin: 0
}

.category-module li,
ul.category-module li {
	list-style: none;
	padding: 10px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.25)
}

.category-module li:first-child,
ul.category-module li:first-child {
	border-top: 0
}

.category-module h4,
ul.category-module h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0
}

span.empty {
	display: none
}

div.swiper-wrapper {
	height: auto
}

.brick-layout {
	background: #000
}

.brick-layout:before,
.brick-layout:after {
	content: " ";
	display: table
}

.brick-layout:after {
	clear: both
}

.brick-layout .brick-article {
	padding-left: 0;
	padding-right: 0;
	position: relative
}

.brick-layout .brick-article .inner {
	height: 0;
	padding-top: 75%;
	position: relative;
	overflow: hidden
}

.brick-layout .item-image {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #999;
	background-size: cover;
	background-repeat: no-repeat
}

.brick-layout .item-image::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-image: -webkit-linear-gradient(top, transparent 0%, #000 100%);
	background-image: -o-linear-gradient(top, transparent 0%, #000 100%);
	background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0)
}

.brick-layout .item-image img {
	width: 100%;
	vertical-align: bottom;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.brick-layout .mod-articles-category-writtenby,
.brick-layout .mod-articles-category-date {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.8;
	filter: alpha(opacity=80)
}

.brick-layout .mod-articles-category-category {
	position: absolute;
	top: 30px;
	left: 30px;
	background: #ffb703;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1
}

@media (max-width:767px) {
	.brick-layout .mod-articles-category-category {
		top: 20px;
		left: 20px
	}
}

.brick-layout .mod-articles-category-category a {
	color: #000
}

.brick-layout .mod-articles-category-category a:hover,
.brick-layout .mod-articles-category-category a:focus {
	color: #fff
}

.brick-layout .article-content {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	padding: 0
}

@media (max-width:1199px) {
	.brick-layout .article-content {
		bottom: 20px;
		left: 20px;
		right: 20px
	}
}

.brick-layout .article-content .mod-articles-category-title {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0
}

@media (min-width:992px) and (max-width:1199px) {
	.brick-layout .article-content .mod-articles-category-title {
		font-size: 14px
	}
}

.brick-layout .article-content .mod-articles-category-title a {
	color: #fff
}

.brick-layout .brick-article {
	background: #000
}

.brick-layout .brick-medium .article-content .mod-articles-category-title {
	font-size: 24px
}

@media (max-width:991px) {
	.brick-layout .brick-medium .article-content .mod-articles-category-title {
		font-size: 18px
	}
}

.brick-layout .brick-big .article-content .mod-articles-category-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.067
}

@media (max-width:991px) {
	.brick-layout .brick-big .article-content .mod-articles-category-title {
		font-size: 24px
	}
}

@media (max-width:767px) {
	.brick-layout .brick-big .article-content .mod-articles-category-title {
		font-size: 18px
	}
}

.brick-layout .brick-big .article-content .mod-articles-category-introtext {
	color: #fff
}

.brick-layout .brick-big .article-content .mod-articles-category-readmore .mod-articles-category-title {
	color: #ffb703;
	font-size: 14px
}

.brick-layout:hover>div {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms
}

.brick-layout:hover>div:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.brick-layout:hover>div:hover .item-image img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.okta-news-games {
	position: relative
}

.okta-news-games .okta-news-group {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	display: inline-block;
	width: 980px

}

.okta-news-games .okta-news-group .news-games {
	width: 100%;
	display: block;
	float: left;
	padding: 5px;
	text-align: center
}

.okta-news-games .okta-news-group .news-games {
	width: calc(16.6%)
}

@media screen and (min-width:992px) {
	.t3-sidebar-right .okta-news-games .okta-news-group .news-games {
		width: calc(50%)
	}
}

@media (min-width:768px) and (max-width:991px) {
	.t3-sidebar-right .okta-news-games .okta-news-group .news-games {
		width: calc(50%)
	}
}

@media screen and (max-width:767px) {
	.okta-news-games .okta-news-group .news-games {
		width: 150px;
	}
}

.okta-news-games .okta-news-group .news-games .item-image {
	position: relative;
	display: block;
	width: 150px;
	padding: 5px
}

.okta-news-games .okta-news-group .news-games .item-image a {
	display: inline-block;
	padding: 10px;
	margin: 0px auto;
	cursor: pointer;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
	-webkit-box-shadow: 1px 1px 2px rgba(248, 187, 2, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(248, 187, 2, 0.5);
	box-shadow: 1px 1px 2px rgba(248, 187, 2, 0.5);
	border-radius: 150px
}

.okta-news-games .okta-news-group .news-games .item-image a img {
	max-width: 120px;
	height: auto
}

.okta-news-games .okta-news-group .news-games .mod-articles-category-title {
	margin-top: 5px;
	display: inline-block;
	width: 100%
}

.okta-news-games .okta-news-group .news-games .mod-articles-category-title a {
	color: #ffb703
}

.okta-news-games .okta-news-group .news-games:hover .item-image a {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}

.okta-news-games .okta-news-group .news-games:hover .mod-articles-category-title a {
	color: #fff
}

.t3-sidebar-right .okta-news-games .okta-news-group .news-games:hover .mod-articles-category-title a {
	color: #000
}

.okta-news-scaled {
	background: #000;
	overflow: hidden
}

.okta-news-scaled .inner-row {
	margin-left: 0;
	margin-right: 0
}

.okta-news-scaled .inner-row .inner-col {
	padding-left: 0;
	padding-right: 0
}

.okta-news-scaled .inner {
	position: relative;
	max-height: 294px;
	overflow: hidden
}

.okta-news-scaled .inner .item-image {
	display: block;
	position: relative
}

.okta-news-scaled .inner .item-image img {
	width: 100%;
	vertical-align: bottom;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.okta-news-scaled .inner .mod-articles-category-category {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: #ffb703;
	color: #000;
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1
}

.okta-news-scaled .inner .mod-articles-category-title {
	position: absolute;
	left: 5%;
	right: 5%;
	bottom: 14%;
	padding: 0px;
	max-height: 85%;
	text-align: center;
	z-index: 3;
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px
}

.okta-news-scaled .inner .mod-articles-category-title a {
	color: #fff
}

.okta-news-scaled .inner .mod-articles-category-date {
	position: absolute;
	bottom: 15px;
	left: 15px;
	background: #000;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1
}

.okta-news-scaled .inner a.link-bg {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 4
}

.okta-news-scaled .inner:hover .item-image img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.okta-news {
}

@media (max-width:767px) {
	.okta-news {
		padding-top: 20px
	}
}

.okta-news .category-menu {
	float: right;
	margin-top: -30px;
	display: none
}

@media (max-width:767px) {
	.okta-news .category-menu {
		display: none
	}
}

.okta-news .category-menu>ul {
	padding-right: 15px;
	margin: 0;
	padding-left: 0
}

.okta-news .category-menu>ul>li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px
}

.okta-news .category-menu>ul>li a {
	color: #686868;
	display: inline-block;
	padding-right: 0;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px
}

.okta-news .category-menu>ul>li a:hover,
.okta-news .category-menu>ul>li a:focus,
.okta-news .category-menu>ul>li a:active {
	background: none;
	color: #ffb703
}

.no-title .okta-news .category-menu {
	position: static;
	margin: 0 0 20px 0;
	padding: 0 15px;
	text-align: left;
	width: 100%
}

.no-title .okta-news .category-menu>ul {
	padding-right: 0
}

.no-title .okta-news .category-menu>ul li a {
	padding: 0
}

.no-title .okta-news .category-menu>ul li+li {
	margin-left: 10px
}

.okta-news .mod-articles-category-group {
	background: #fff;
	border: 1px dashed rgba(0, 0, 0, 0.25);
	color: #222;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: 700
}

.okta-news .category-menu+.okta-news-group .mod-articles-category-group {
	margin-top: 0
}

.okta-news .article-content {
	padding: 0
}

.okta-news .article-info {
	display: block;
	float: none;
	width: auto
}

.okta-news .mod-articles-category-title {
	font-weight: 500;
	margin-top: 5px
}

.okta-news .mod-articles-category-title a {
	color: #222
}

.okta-news .mod-articles-category-title a:hover,
.okta-news .mod-articles-category-title a:focus,
.okta-news .mod-articles-category-title a:active {
	color: #000
}

.okta-news .article-aside {
	margin-bottom: 0
}

.okta-news .okta-video-list,
.okta-news .okta-gallery-list {
	position: relative
}

.okta-news .okta-video-list .btn-play,
.okta-news .okta-gallery-list .btn-play {
	position: absolute;
	background: #999;
	bottom: 0;
	left: 0;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	cursor: pointer
}

.okta-news .okta-video-list .btn-play .ico,
.okta-news .okta-gallery-list .btn-play .ico {
	background-color: #fff;
	background-image: url(../../../templates/okta_warbet168/images/ico-media.png);
	display: inline-block;
	background-position: right center;
	float: left;
	height: 30px;
	width: 30px
}

.okta-news .okta-video-list .btn-play .ico.ico-play,
.okta-news .okta-gallery-list .btn-play .ico.ico-play {
	background-position: left center
}

.okta-news .okta-video-list .btn-play .num-photos,
.okta-news .okta-gallery-list .btn-play .num-photos {
	padding: 0 15px
}

.okta-news .item-image {
	overflow: hidden;
	width: 100%
}

.okta-news .mod-articles-category-introtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 0
}

.okta-news .mod-articles-category-readmore a,
.okta-news .mod-articles-category-readmore a.mod-articles-category-title {
	color: #999;
	font-size: 12px
}

.okta-news .mod-articles-category-readmore a:hover,
.okta-news .mod-articles-category-readmore a.mod-articles-category-title:hover,
.okta-news .mod-articles-category-readmore a:focus,
.okta-news .mod-articles-category-readmore a.mod-articles-category-title:focus,
.okta-news .mod-articles-category-readmore a:active,
.okta-news .mod-articles-category-readmore a.mod-articles-category-title:active {
	color: #ffb703
}

.okta-news .news-big .mod-articles-category-title {
	font-size: 24px
}

@media (max-width:767px) {
	.okta-news .news-big .mod-articles-category-title {
		font-size: 18px
	}
}

.okta-news .news-big .item-image {
	margin-bottom: 20px;
	background-color: #999
}

.okta-news .news-big .item-image img {
	max-width: 100%;
	vertical-align: middle;
	-webkit-transition: -webkit-transform 700ms ease;
	transition: -webkit-transform 700ms ease, transform 700ms ease
}

.okta-news .news-big .item-image:hover img,
.okta-news .news-big .item-image:focus img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.okta-news .news-medium {
	padding-bottom: 30px
}

@media (max-width:767px) {
	.okta-news .news-medium {
		padding-bottom: 20px
	}
}

.okta-news .news-medium .item-image {
	margin-bottom: 20px;
	background-color: #999
}

.okta-news .news-medium .item-image img {
	max-width: 100%
}

.okta-news .news-normal+.news-normal {
	margin-top: 20px
}

@media (max-width:767px) {
	.okta-news .news-normal+.news-normal {
		margin-top: 15px
	}
}

.okta-news .news-normal .item-image {
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
	width: 27%;
	background-color: #999
}

.okta-news .news-normal .item-image img {
	max-width: 100%
}

.okta-news .news-normal .mod-articles-category-title {
	font-size: 14px;
	margin-bottom: 0
}

.okta-news .news-normal .btn-play {
	padding-right: 0
}

.okta-news .news-normal .btn-play span {
	display: none
}

.okta-news .news-normal .btn-play span {
	margin-right: 0
}

@media (max-width:991px) {
	.okta-news.okta-news-1 .news-big {
		margin-bottom: 20px
	}
}

.okta-news.okta-news-2 .mod-articles-category-group {
	margin-top: 0
}

@media (max-width:991px) {
	.okta-news.okta-news-3 .news-big {
		margin-bottom: 20px
	}
}

.okta-news.okta-news-3 .news-normal {
	margin-top: 30px
}

.okta-news.okta-news-3 .okta-news-group .mod-articles-category-group {
	margin-top: 30px;
	margin-bottom: 0
}

@media (max-width:767px) {
	.okta-news.okta-news-4 .news-big {
		margin-bottom: 20px
	}
}

.okta-news.okta-news-4 .news-normal {
	margin-top: 0;
	margin-bottom: 20px
}

.okta-news.okta-news-4 .news-normal .item-image {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px
}

.okta-news.okta-news-5 .mod-articles-category-group {
	margin-top: 0
}

.okta-news.okta-news-5 .news-big {
	margin-bottom: 30px
}

.okta-news.okta-news-5 .news-big .item-image {
	width: 66.66%;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	margin-bottom: 0
}

@media (max-width:1199px) {
	.okta-news.okta-news-5 .news-big .item-image {
		margin-bottom: 20px;
		margin-right: 0;
		padding-right: 0;
		width: 100%
	}
}

.okta-news.okta-news-6 {
	padding-top: 0;
	margin-top: -30px
}

.okta-news.okta-news-6 .news-big.col-xs-12 {
	padding-top: 30px
}

.okta-news.okta-news-6 .col {
	border-right: 1px solid rgba(0, 0, 0, 0.25);
	margin-top: 30px
}

.okta-news.okta-news-6 .col:nth-child(3n) {
	border-right: 0
}

@media (max-width:767px) {
	.okta-news.okta-news-6 .col {
		min-height: 0 !important
	}
}

.okta-news.okta-news-6 .news-big .mod-articles-category-title {
	font-size: 18px
}

.okta-news.okta-news-6 .news-normal {
	border-top: 1px solid rgba(0, 0, 0, 0.25);
	padding-top: 10px;
	margin-top: 10px
}

.okta-news.okta-news-7 {
	padding-top: 0
}

.okta-news.okta-news-7 .news-big {
	position: relative
}

.okta-news.okta-news-7 .news-big .article-content {
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px
}

.okta-news.okta-news-7 .news-big .article-content h4 {
	margin-bottom: 0
}

@media (max-width:991px) {
	.okta-news.okta-news-7 .news-big .article-content h4 {
		font-size: 16px
	}
}

.okta-news.okta-news-7 .news-big .article-content h4 a {
	color: #fff
}

.okta-news.okta-news-7 .article-content {
	overflow: hidden
}

.okta-news.okta-news-7 .item-image {
	float: none !important;
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%
}

.okta-news.okta-news-9 {
	padding-top: 0
}

.okta-news.okta-news-9 .mod-articles-category-group {
	border: 0;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 0
}

.okta-news.okta-news-9 .intro-image-wrap {
	float: left;
	position: relative;
	margin-right: 15px;
	width: 90px
}

.okta-news.okta-news-9 .intro-image-wrap:before,
.okta-news.okta-news-9 .intro-image-wrap:after {
	content: " ";
	display: table
}

.okta-news.okta-news-9 .intro-image-wrap:after {
	clear: both
}

@media (max-width:991px) {
	.okta-news.okta-news-9 .intro-image-wrap {
		margin-bottom: 10px;
		float: none;
		width: 100%
	}
}

.okta-news.okta-news-9 .intro-image-wrap .item-image {
	float: none;
	margin-right: 0;
	width: 100%
}

.okta-news.okta-news-9 .intro-image-wrap>span {
	background: #ffb703;
	color: #fff;
	bottom: 0;
	left: 0;
	line-height: 1;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 8px;
	position: absolute
}

.okta-news.okta-news-9 .ja-video-list .btn-play,
.okta-news.okta-news-9 .ja-gallery-list .btn-play {
	left: auto;
	right: 0
}

.okta-news.okta-news-9 .article-content {
	overflow: hidden
}

div.okta-news-8 .swiper-button {
	bottom: 0;
	position: absolute;
	right: -0.5px;
	height: 30px;
	width: 60px
}

div.okta-news-8 .swiper-button>div {
	position: relative;
	top: 0;
	display: inline-block;
	text-align: center;
	float: right;
	margin: 0;
	line-height: 30px;
	height: 30px;
	width: 30px
}

@media (min-width:992px) and (max-width:1199px) {
	div.okta-news-8 .brick-medium .article-content .mod-articles-category-title {
		font-size: 14px
	}
}

div.okta-news-8 .mod-articles-category-category {
	top: 20px;
	left: 20px
}

div.okta-news-8 .article-content {
	bottom: 20px;
	right: 20px;
	left: 20px
}

div.okta-news-8 .article-content>span {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 5px
}

div.okta-news-8 .mod-articles-category-introtext {
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

div.okta-news-8 .mod-articles-category-readmore {
	margin-bottom: 0
}

div.okta-news-8 .mod-articles-category-readmore .mod-articles-category-title {
	color: #fff;
	font-size: 12px !important;
	margin-bottom: 0
}

.categories-module {
	margin-left: -15px !important;
	margin-right: -15px !important
}

.categories-module>li {
	padding: 0 15px;
    position: relative;
	min-height: 1px;
	}

@media (min-width:768px) {
	.categories-module>li {
		float: left;
		width: 100%
	}
}

.categories-module.show-all>li {
	margin-bottom: 20px !important;
	position: relative;
	min-height: 1px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	float: left !important
}

@media (min-width:768px) {
	.categories-module.show-all>li {
		float: left;
		width: 25%
	}
}

.categories-module a span {
	background: #f7f7f7;
	display: inline-block;
	padding: 2px 4px;
	line-height: 1
}

.categories-module h4 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	margin-top: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

.categories-module h4 a {
	color: #222
}

.categories-module h4 a:hover,
.categories-module h4 a:focus,
.categories-module h4 a:active {
	color: #ffb703
}

.categories-module h5 {
	margin: 0;
	font-size: 14px
}

.categories-module h5 a {
	color: #333
}

.categories-module h5 a:hover,
.categories-module h5 a:focus,
.categories-module h5 a:active {
	color: #ffb703
}

.categories-module .active a {
	color: #ffb703
}

.latestnews {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0
}

.latestnews>li+li {
	padding-top: 20px
}

.latestnews .item-title {
	line-height: 1.1;
	font-weight: 400;
	font-size: 12px
}

@media (min-width:992px) {
	.latestnews .item-title {
		float: left;
		width: 65%;
		padding-left: 10px
	}
}

.latestnews .item-image {
	margin-bottom: 10px;
	background-color: #999
}

@media (min-width:992px) {
	.latestnews .item-image {
		float: left;
		width: 35%;
		margin-bottom: 0
	}
}

.latestnews .item-image img {
	max-width: 100%
}

.latestnews .item-image .num-photos {
	display: none
}

.latest-news-header {
	list-style: none;
	padding-left: 0;
	margin-left: 0px !important;
	margin-bottom: 0
}

.latest-news-header .item-image {
	margin-bottom: 0;
	float: right !important;
	width: 27%
}

.latest-news-header .item-image .num-photos {
	display: none
}

.latest-news-header .item-title {
	float: left;
	width: 73%;
	padding-right: 15px;
	padding-left: 0;
	padding-top: 30px;
	line-height: 1.42;
	color: #222
}

.latest-news-header .item-title:hover,
.latest-news-header .item-title:focus,
.latest-news-header .item-title:active {
	color: #ffb703
}

.t3-module .module-inner .owl-theme .owl-nav {
	width: 100%;
	bottom: 0;
	margin-top: 0
}

.t3-module .module-inner .owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	color: #9a9a9a;
	font-size: 48px;
	margin: 0;
	padding: 0;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
	font-family: 'IconsFont'
}

.t3-module .module-inner .owl-theme .owl-nav [class*="owl-"]:hover {
	color: #fff
}

.t3-module .module-inner .owl-theme .owl-nav .owl-prev {
	float: left;
	left: 0;
	text-align: left;
	margin-top: -30px
}

.t3-module .module-inner .owl-theme .owl-nav .owl-next {
	float: right;
	right: 0;
	text-align: right;
	margin-top: -30px
}

.t3-module .module-inner .latest-carousel {
	padding: 0 60px
}

.t3-module .module-inner .latest-carousel .item-image img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.t3-module .module-inner .latest-carousel .item-image:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.latest-grid .item-image {
	margin-bottom: 20px;
	overflow: hidden
}

.latest-grid .item-image img {
	width: 100%;
	vertical-align: bottom;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.latest-grid .item-image:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.latest-grid .created-date {
	color: #999;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px
}

.latestusers,
ul.latestusers {
	margin-left: 0
}

.latestusers li,
ul.latestusers li {
	background: #eee;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px
}

.feed h4 {
	font-weight: bold
}

.feed .newsfeed,
.feed ul.newsfeed {
	border-top: 1px solid rgba(0, 0, 0, 0.25)
}

.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
	font-size: 14px;
	font-weight: normal;
	margin: 0
}

.stats-module dt,
.stats-module dd {
	display: inline-block;
	margin: 0
}

.stats-module dt {
	font-weight: bold;
	width: 35%
}

.stats-module dd {
	width: 60%
}

.tagspopular ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden
}

.tagspopular ul>li {
	color: #555;
	display: inline-block;
	margin: 0 5px 5px 0
}

.tagspopular ul>li>a {
	background: #eee;
	border-radius: 3px;
	color: #555;
	display: block;
	padding: 2px 5px
}

.tagspopular ul>li>a:hover,
.tagspopular ul>li>a:focus,
.tagspopular ul>li>a:active {
	background: #9a9a9a;
	color: #fff;
	text-decoration: none
}

.tagssimilar ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.tagssimilar ul>li {
	border-bottom: 1px solid #eee;
	padding: 8px 0
}

.tagssimilar ul>li>a {
	color: #555
}

.tagssimilar ul>li>a:hover,
.tagssimilar ul>li>a:focus,
.tagssimilar ul>li>a:active {
	color: #9a9a9a
}

.module-ct>ol.breadcrumb {
	padding: 6px 12px;
	margin-left: 0
}

.article-intro a,
.article-content a {
	color: #ffb703
}

.article-intro a:hover,
.article-content a:hover,
.article-intro a:focus,
.article-content a:focus {
	color: #9a9a9a;
	text-decoration: none
}

.article-info-blog {
	display: inline-block;
	width: 100%;
	color: #000;
	font-size: 30px;
	font-family: "Teko";
	vertical-align: bottom;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25)
}

.article-info-blog dd {
	display: block;
	float: left;
	font-weight: normal;
	margin-right: 10px
}

.article-info-blog dd.createdby {
	border-bottom: 2px solid #000
}

.article-info-blog dd.published {
	color: #686868
}

.cols-3 .article-info-blog {
	display: none
}

@media (min-width:992px) {
	.okta-blog-row {
		margin-left: 0;
		margin-right: 0
	}
	.okta-blog-col {
		padding-left: 0;
		padding-right: 0
	}
	.okta-blog-col.col-md-5 {
		width: 39%
	}
	.cols-2 .okta-blog-col.col-md-5,
	.cols-3 .okta-blog-col.col-md-5 {
		width: 100%
	}
	.okta-blog-col.col-md-7 {
		width: 61%
	}
	.cols-2 .okta-blog-col.col-md-7,
	.cols-3 .okta-blog-col.col-md-7 {
		width: 100%
	}
}

.blog .article-intro b,
.blog .article-intro strong {
	color: #000
}

.blog .article-intro .content_rating {
	display: inline-block
}

.blog .article-intro .content_rating img {
	float: left
}

.okta-blog .items-row .item {
	margin-bottom: 0
}

@media screen and (min-width:992px) {
	.cols-3 .okta-blog .article-intro .article-intro-text,
	.cols-3 .okta-blog .article-intro .content_rating {
		display: none
	}
}

@media screen and (max-width:768px) {
	.cols-3 .okta-blog .article-intro .article-intro-text,
	.cols-3 .okta-blog .article-intro .content_rating {
		display: none
	}
}

.okta-blog .article-aside {
	font-size: 12px;
	margin-bottom: 0
}

.okta-blog .article-title,
.okta-blog .article-header h1 {
	margin: 0 0 10px 0
}

.cols-3 .okta-blog .article-title,
.cols-3 .okta-blog .article-header h1 {
	font-size: 24px
}

.okta-blog span.time {
	display: block;
	float: left;
	margin-left: 20px;
	width: 80px;
	font-size: 30px
}

.cols-2 .okta-blog span.time,
.cols-3 .okta-blog span.time {
	display: none
}

.okta-blog span.time span {
	display: block;
	line-height: 1em
}

.okta-blog span.time span.iconFont {
	color: #9a9a9a;
	font-size: 44px;
	line-height: .8em;
	text-indent: -0.15em
}

.okta-blog span.time span.ampm {
	color: #9a9a9a;
	text-transform: uppercase
}

.okta-blog .item-image {
	position: relative;
	background-color: #999;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden
}

@media (min-width:768px) {
	.cols-1 .okta-blog .item-image {
		margin-bottom: 0;
		width: 244px;
		max-height: 160px
	}
	.cols-2 .okta-blog .item-image {
		margin-bottom: 20px;
		width: 100%;
		max-height: 200px
	}
	.cols-3 .okta-blog .item-image {
		margin-bottom: 20px;
		width: 100%
	}
}

.okta-blog .item-image a:after {
	content: '\2263';
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 24px;
	text-align: center;
	background: #000;
	color: #fff;
	z-index: 10;
	font-family: 'IconsFont'
}

.okta-blog .item-image img {
	width: 100%;
	vertical-align: middle;
	-webkit-transition: -webkit-transform 700ms ease;
	transition: -webkit-transform 700ms ease, transform 700ms ease
}

.games .okta-blog {
	background-color: #000;
	-webkit-transition: background-color 700ms ease;
	transition: background-color 700ms ease
}

.games .okta-blog .item-image a:after {
	content: ' Ã¢â€°Â¯'
}

.games .okta-blog .article-title {
	text-align: center;
	margin-bottom: 20px
}

.games .okta-blog .article-title a {
	color: #fff
}

.okta-blog:hover .item-image img,
.okta-blog:focus .item-image img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.games .okta-blog:hover,
.games .okta-blog:focus {
	background-color: #fff
}

.games .okta-blog:hover .article-title a,
.games .okta-blog:focus .article-title a {
	color: #000
}

.blog-featured .items-row .item {
	margin-bottom: 0
}

.blog-featured .items-row.cols-2 .item-image,
.blog-featured .items-row.cols-3 .item-image {
	width: 100%;
	margin: 0 0 20px 0
}

.blog-featured .article-aside {
	font-size: 12px;
	margin-bottom: 0
}

.blog-featured .content_rating {
	display: inline-block
}

.blog-featured .content_rating img {
	float: left
}

.blog-featured .article-intro b,
.blog-featured .article-intro strong {
	color: #000
}

.items-leading {
	padding-bottom: 40px
}

.items-leading .leading {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0
}

.okta-blog-leading {
	position: relative;
	overflow: hidden
}

.okta-blog-leading .item-image {
	display: block;
	width: 100%;
	position: relative
}

.okta-blog-leading .item-image img {
	width: 100%;
	vertical-align: bottom;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.okta-blog-leading .article-title {
	position: absolute;
	left: 5%;
	right: 5%;
	bottom: 14%;
	padding: 0px;
	max-height: 85%;
	text-align: center;
	z-index: 3;
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px
}

.okta-blog-leading .article-title a {
	color: #fff
}

.okta-blog-leading a.link-bg {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 4
}

.okta-blog-leading:hover .item-image img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.item-page .article-aside {
	color: #000;
	text-align: center;
	margin-bottom: 0
}

.item-page .article-aside .article-info {
	width: 100%;
	color: #000
}

.item-page .article-aside .article-info a {
	color: #000
}

.item-page .article-title,
.item-page .article-header h1 {
	font-size: 60px;
	text-align: center;
	margin: 0 0 40px 0
}

.item-page .okta-content-page .item-image {
	margin-bottom: 20px
}

.item-page .okta-content-page .item-image img {
	max-width: 100%;
	height: auto
}

.item-page .tags {
	margin-bottom: 20px;
	padding: 20px 0;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	text-align: center
}

.item-page .tags span a {
	margin-right: 10px
}

.items-row .item {
	margin-bottom: 20px
}

.divider-vertical {
	margin: 0 0 20px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.25)
}

.article-aside {
	color: #999;
	font-size: 14px;
	margin-bottom: 20px
}

.article-aside a {
	color: #999
}

.article-aside a:hover,
.article-aside a:focus {
	color: #000;
	text-decoration: none
}

.article-info {
	margin: 0;
	width: 85%
}

.article-info a {
	color: #999
}

.article-info a:hover,
.article-info a:focus,
.article-info a:active {
	color: #000
}

.article-info .article-info-term {
	display: none
}

.article-info dd {
	display: inline-block;
	margin-left: 0;
	margin-right: 5px;
	white-space: nowrap
}

.article-info dd strong {
	font-weight: bold
}

.okta-onContentBeforeDisplay {
	margin-bottom: 20px
}

.okta-onContentBeforeDisplay .content_rating {
	float: left;
	width: 100px;
	height: 34px;
	line-height: 34px;
	background-color: #f0f0f0;
	margin-right: 10px;
	padding: 0 10px;
	border-radius: 4px
}

.okta-onContentBeforeDisplay .content_vote select {
	background-color: #f0f0f0;
	box-shadow: none;
	border: none;
	border-radius: 4px
}

.tags {
	margin-bottom: 20px
}

.tag-category #filter-search {
	box-shadow: none;
	float: left;
	border-radius: 0
}

.tag-category ul li {
	list-style: none
}

.fields-container dd {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
	padding: 6.66666667px 0
}

.fields-container dd .field-label {
	display: inline-block;
	font-weight: bold;
	padding-right: 20px
}

.fields-container dd:last-child {
	border-bottom: 0
}

.article-footer {
	color: #999;
	font-size: 12px;
	margin-bottom: 20px
}

.article-intro img,
.article-content img {
	display: block;
	max-width: 100%;
	height: auto
}

.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
	margin: 0 30px 20px 0
}

.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
	margin: 0 0 20px 30px
}

@media (max-width:768px) {
	.article-content iframe {
		width: 100% !important;
		height: auto
	}
}

.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
	position: relative
}

.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
	margin-bottom: 20px;
	max-width: 100%
}

.img-fulltext-left {
	float: left;
	margin-right: 20px
}

.img-fulltext-right {
	float: right;
	margin-left: 20px
}

.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
	margin: 0
}

.img_caption img {
	margin-bottom: 1px !important
}

.img_caption p.img_caption {
	background: #eee;
	color: #555;
	font-size: 12px;
	width: 100%;
	margin: 0;
	padding: 5px;
	text-align: center;
	clear: both
}

@media screen and (max-width:767px) {
	article img[align=left],
	.img_caption.left,
	article img[align=right],
	.img_caption.right,
	.img-fulltext-left,
	.img-fulltext-right {
		float: none !important;
		margin-left: 0;
		margin-right: 0;
		width: 100% !important
	}
}

article aside .btn-group>.dropdown-toggle,
article aside .btn-group>.dropdown-toggle:hover,
article aside .btn-group>.dropdown-toggle:active,
article aside .btn-group>.dropdown-toggle:focus {
	padding: 2px 5px
}

article aside .btn-group>.dropdown-toggle .caret {
	margin-left: 2px
}

.row-even,
.row-odd {
	padding: 5px;
	width: 99%;
	border-bottom: 1px solid #ddd
}

.row-odd {
	background-color: transparent
}

.row-even {
	background-color: #f9f9f9
}

.blog-row-rule,
.blog-item-rule {
	border: 0
}

.row-fluid .row-reveal {
	visibility: hidden
}

.row-fluid:hover .row-reveal {
	visibility: visible
}

.nav-list>li.offset>a {
	padding-left: 30px;
	font-size: 12px
}

.list-striped,
.row-striped {
	list-style: none;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	margin-left: 0;
	padding-left: 0
}

.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
	border-bottom: 1px solid #ddd;
	padding: 10px 15px
}

.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
	background-color: #f9f9f9
}

.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
	background-color: #f5f5f5
}

.row-striped .row-fluid {
	width: 97%
}

.row-striped .row-fluid [class*="span"] {
	min-height: 10px
}

.row-striped .row-fluid [class*="span"] {
	margin-left: 8px
}

.row-striped .row-fluid [class*="span"]:first-child {
	margin-left: 0
}

.list-condensed li {
	padding: 5px 10px
}

.row-condensed .row,
.row-condensed .row-fluid {
	padding: 5px 10px
}

.list-bordered,
.row-bordered {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	margin-left: 0;
	border: 1px solid #ddd
}

.login-wrap .other-links ul {
	padding-left: 15px
}

.form-register fieldset {
	padding: 0 0 10px
}

.form-register p {
	margin: 0 0 5px
}

.form-register p.form-des {
	margin: 15px 0
}

.form-register label {
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 130px
}

.form-register .input,
.form-register .inputbox {
	margin-left: 10px;
	width: 200px
}

.form-register .btn,
.form-register .button {
	margin-left: 140px
}

.registration fieldset dt {
	margin-right: 5px
}

.admintable textarea {
	max-width: 90% !important;
	resize: none
}

.com_mailto body {
	padding: 10px
}

.com_mailto .t3-mainbody {
	padding-top: 0;
	padding-bottom: 0
}

.com_mailto .t3-content {
	width: auto
}

#mailto-window {
	background: #fff;
	margin: 10px 0 20px;
	padding: 0;
	position: relative
}

#mailto-window h2 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
	overflow: hidden
}

#mailto-window h2 .mailto-close {
	background-color: #e1e1e1;
	border-radius: 3px;
	float: right;
	height: 26px;
	line-height: 22px;
	text-align: center;
	width: 26px
}

#mailto-window h2 .mailto-close span {
	color: #999;
	line-height: 22px;
	font-size: 16px;
	margin: 0;
	padding: 0
}

#mailto-window h2 .mailto-close:hover span,
#mailto-window h2 .mailto-close:focus span,
#mailto-window h2 .mailto-close:active span {
	color: #555
}

#mailto-window .control-group .controls {
	margin-left: 0
}

#mailtoForm .control-group .controls {
	margin-left: 0
}

#mailtoForm .formelm {
	padding: 5px 0;
	vertical-align: middle;
	overflow: hidden
}

#mailtoForm .formelm label {
	display: inline-block;
	float: left;
	font-weight: bold;
	vertical-align: middle;
	width: 100px
}

#mailtoForm p {
	margin-top: 20px
}

#mailtoForm .input,
#mailtoForm .inputbox {
	width: 65%
}

#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
	margin-right: 5px
}

.user-details {
	padding: 10px 0
}

.user-details p {
	margin: 0 0 5px
}

.user-details label {
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 130px
}

.user-details .input,
.user-details .inputbox {
	margin-left: 10px;
	width: 200px
}

.user-details .btn,
.user-details button {
	margin-left: 140px
}

.user-details .paramlist .paramlist_key {
	padding: 0 0 5px;
	width: 130px
}

.user-details .paramlist .paramlist_value {
	padding: 0 0 5px
}

.user-details .user_name span {
	font-weight: bold;
	padding-left: 10px
}

.reset .form-validate p,
.remind .form-validate p {
	background: #eee;
	border: 1px solid rgba(0, 0, 0, 0.25);
	margin-bottom: 20px;
	padding: 10px 20px;
	border-radius: 4px
}

.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
	margin: 0
}

.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
	margin: 4px 0 0 0
}

.profile-edit input {
	position: relative;
	min-height: 1px;
	padding-left: 6px;
	padding-right: 6px
}

@media (min-width:768px) {
	.profile-edit input {
		float: left;
		width: 50%
	}
}

.profile-edit select {
	position: relative;
	min-height: 1px;
	padding-left: 6px;
	padding-right: 6px
}

@media (min-width:768px) {
	.profile-edit select {
		float: left;
		width: 50%
	}
}

.profile-edit select+button {
	margin-left: 5px
}

.profile-edit .input-prepend .media-preview {
	float: left
}

.profile-edit .input-prepend #jform_com_fields_uavatar {
	background-color: #fff;
	box-shadow: none
}

.profile-edit .input-prepend .btn {
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 0 3px 3px 0;
	text-align: center
}

.profile-edit .input-prepend .btn span.icon-remove {
	margin-right: 0
}

.profile-edit .input-prepend .btn.modal {
	background-color: #eee;
	border: 1px solid #ccc;
	display: inline-block;
	border-radius: 0;
	position: relative;
	margin: 0 0 0 -1px
}

.profile-edit .chzn-container .chzn-search:before,
.profile-edit .chzn-container .chzn-search:after {
	content: " ";
	display: table
}

.profile-edit .chzn-container .chzn-search:after {
	clear: both
}

#searchForm:before,
#searchForm:after {
	content: " ";
	display: table
}

#searchForm:after {
	clear: both
}

#searchForm fieldset {
	margin: 20px 0
}

#searchForm legend {
	margin-bottom: 10px
}

#searchForm select {
	width: auto;
	display: inline-block;
	margin-left: 5px;
	padding-left: 5px
}

#searchForm .form-limit {
	margin-top: 20px
}

#searchForm .form-limit .counter {
	margin-top: 0
}

#search-form ul#finder-filter-select-list {
	margin-left: 0;
	padding-left: 0
}

#search-form ul#finder-filter-select-list li {
	list-style: none;
	padding: 10px 0
}

#search-form ul#finder-filter-select-list li label {
	width: 150px
}

#search-form .word .form-group {
	margin-bottom: 10px
}

@media screen and (max-width:768px) {
	#searchForm .radio-inline,
	#searchForm .checkbox-inline {
		display: block;
		width: 100%;
		margin-left: 0
	}
}

.search-results {
	margin-top: 20px;
	margin-left: 0;
	padding-left: 0
}

.search-results .result-title {
	font-size: 16px;
	margin-top: 20px
}

.search-results .result-category {
	font-size: 12px;
	color: #999
}

.search-results .result-text {
	margin-top: 5px;
	margin-bottom: 5px
}

.search-results .result-url {
	color: #555;
	margin-top: 20px
}

.search-results .result-created {
	font-size: 12px;
	color: #999
}

div.finder {
	margin-bottom: 20px
}

#searchForm .phrases-box input[type="radio"] {
	vertical-align: top;
	margin-top: 3px
}

.contact input[type="email"],
.contact input[type="text"] {
	width: 100%
}

.contact textarea {
	box-shadow: none
}

.contact .dl-horizontal>dt {
	display: none
}

.contact .dl-horizontal>dd {
	margin-left: 0
}

.contact legend {
	border: 0;
	font-size: 13px;
	margin: 0 0 10px;
	padding: 0
}

.contact .dl-horizontal>.contact-field-entry {
	display: block;
	padding: 6.66666667px
}

.contact .contact-title {
	display: inline-block;
	float: left;
	font-size: 36px;
	color: #000;
	font-family: "Teko";
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 2px solid #000
}

.contact .contact-address>dd span {
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	padding-left: 25px;
	position: relative
}

.contact .contact-address>dd span .fa,
.contact .contact-address>dd span .fab {
	position: absolute;
	top: 5px;
	left: 0;
	text-align: center;
	width: 15px
}

.contact .contact-image {
	margin-bottom: 20px;
	text-align: center
}

.contact img {
	max-width: 100%;
	height: auto
}

.contact .form-group.cus-field {
	margin-bottom: 20px
}

.contact label {
	font-weight: 400
}

.contact .contact-links ul {
	border: none
}

.contact .contact-links ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px
}

.contact .contact-links ul li a {
	font-size: inherit;
	font-weight: 400;
	line-height: 1;
	padding: 0 !important;
	color: #686868
}

.contact .contact-links ul li a i {
	border: 1px solid #686868;
	color: #686868;
	font-size: 20px;
	border-radius: 50%;
	margin-right: 5px;
	padding-top: 6px;
	vertical-align: middle;
	height: 30px;
	width: 30px
}

.contact .contact-links ul li a i:before {
	display: block;
	text-align: center
}

.contact .contact-links ul li a .fa:before,
.contact .contact-links ul li a .fas:before,
.contact .contact-links ul li a .far:before,
.contact .contact-links ul li a .fal:before,
.contact .contact-links ul li a .fab:before {
	content: "\f129"
}

.contact .contact-links ul li a .fa-forums:before,
.contact .contact-links ul li a .fa-forum:before {
	content: "\f0e3"
}

.contact .contact-links ul li a .fa-google-plus:before,
.contact .contact-links ul li a .fa-google-:before,
.contact .contact-links ul li a .fa-g-:before {
	content: "\f0d5"
}

.contact .contact-links ul li a .fa-facebook:before {
	content: "\f09a"
}

.contact .contact-links ul li a .fa-twitter:before {
	content: "\f099"
}

.contact .contact-links ul li a .fa-youtube:before {
	content: "\f167"
}

.contact .contact-links ul li a .fa-vimeo:before {
	content: "\f27d"
}

.contact .contact-links ul li a .fa-instagram:before {
	content: "\f16d"
}

.contact .contact-links ul li a .fa-telegram:before {
	content: "\f2c6"
}

.contact .contact-links ul li a .fa-line:before {
	content: "\f3c0"
}

.contact .contact-links ul li a .fa-linkedin:before {
	content: "\f08c"
}

.contact .contact-links ul li a .fa-pinterest:before {
	content: "\f0d2"
}

.contact .contact-links ul li a .fa-web:before,
.contact .contact-links ul li a .fa-website:before,
.contact .contact-links ul li a .fa-webpage:before {
	content: "\f0ac"
}

.contact .contact-links ul li a:hover,
.contact .contact-links ul li a:focus,
.contact .contact-links ul li a:active {
	background: transparent;
	color: #428bca;
	border-color: transparent
}

.contact .contact-links ul li a:hover i,
.contact .contact-links ul li a:focus i,
.contact .contact-links ul li a:active i {
	background: #ffb703;
	border-color: #ffb703;
	color: #fff
}

.contact .contact-links ul li a:hover .fa-google-plus,
.contact .contact-links ul li a:focus .fa-google-plus,
.contact .contact-links ul li a:active .fa-google-plus,
.contact .contact-links ul li a:hover .fa-google-,
.contact .contact-links ul li a:focus .fa-google-,
.contact .contact-links ul li a:active .fa-google-,
.contact .contact-links ul li a:hover .fa-g-,
.contact .contact-links ul li a:focus .fa-g-,
.contact .contact-links ul li a:active .fa-g- {
	background: #dd4b39;
	border-color: #dd4b39
}

.contact .contact-links ul li a:hover .fa-facebook,
.contact .contact-links ul li a:focus .fa-facebook,
.contact .contact-links ul li a:active .fa-facebook {
	background: #3b5998;
	border-color: #3b5998
}

.contact .contact-links ul li a:hover .fa-instagram,
.contact .contact-links ul li a:focus .fa-instagram,
.contact .contact-links ul li a:active .fa-instagram {
	background: #833ab4;
	border-color: #833ab4
}

.contact .contact-links ul li a:hover .fa-telegram,
.contact .contact-links ul li a:focus .fa-telegram,
.contact .contact-links ul li a:active .fa-telegram {
	background: #08c;
	border-color: #08c
}

.contact .contact-links ul li a:hover .fa-line,
.contact .contact-links ul li a:focus .fa-line,
.contact .contact-links ul li a:active .fa-line {
	background: #00c300;
	border-color: #00c300
}

.contact .contact-links ul li a:hover .fa-line,
.contact .contact-links ul li a:focus .fa-line,
.contact .contact-links ul li a:active .fa-line {
	background: #00c300;
	border-color: #00c300
}

.contact .contact-links ul li a:hover .fa-linkedin,
.contact .contact-links ul li a:focus .fa-linkedin,
.contact .contact-links ul li a:active .fa-linkedin {
	background: #bd081c;
	border-color: #bd081c
}

.contact .contact-links ul li a:hover .fa-twitter,
.contact .contact-links ul li a:focus .fa-twitter,
.contact .contact-links ul li a:active .fa-twitter {
	background: #1da1f2;
	border-color: #1da1f2
}

.contact .contact-links ul li a:hover .fa-vimeo,
.contact .contact-links ul li a:focus .fa-vimeo,
.contact .contact-links ul li a:active .fa-vimeo {
	background: #3a92c8;
	border-color: #3a92c8
}

.contact .contact-links ul li a:hover .fa-youtube,
.contact .contact-links ul li a:focus .fa-youtube,
.contact .contact-links ul li a:active .fa-youtube {
	background: #dd4b39;
	border-color: #dd4b39
}

@media (max-width:767px) {
	.contact .contact-name {
		margin-bottom: 20px
	}
}

.contact .checkbox input {
	margin-top: 6px;
	margin-left: 0
}

.contact .google-map {
	overflow: hidden;
	margin-bottom: 20px
}

.contact .google-map .map-container {
	margin-top: 0
}

@media (min-width:992px) {
	.plain-style #jform_contact_message {
		min-height: 80px
	}
}

.plain-style .contact-right legend {
	display: none
}

.plain-style .box-contact {
	margin-bottom: 20px
}

.plain-style .box-contact .dl-horizontal {
	margin-bottom: 0
}

.plain-style .box-contact .contact-address,
.plain-style .box-contact .contact-links {
	margin-top: 0
}

#slide-contact {
	height: auto !important
}

#slide-contact .panel {
	margin-bottom: 10px
}

#slide-contact .panel-default {
	border-color: rgba(0, 0, 0, 0.25);
	box-shadow: none
}

#slide-contact .panel-default>.panel-heading {
	background: none;
	text-transform: uppercase;
	border-color: rgba(0, 0, 0, 0.25)
}

#slide-contact .panel-default>.panel-heading h4 {
	font-size: 14px;
	line-height: normal
}

#slide-contact .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-color: rgba(0, 0, 0, 0.25)
}

#myTab {
	border: 0;
	margin: 20px 0
}

#myTab li {
	margin-right: 20px
}

@media (max-width:767px) {
	#myTab li {
		display: block;
		margin-bottom: 20px
	}
}

#myTab li a {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #333
}

#myTab li a:hover,
#myTab li a:active,
#myTab li a:focus {
	color: #ffb703
}

#myTab li.active a {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #555;
	color: #ffb703
}

.contact-border {
	display: inline-block;
	padding-top: 40px;
	border-top: 1px solid #000;
	width: 100%
}

.contact-form .form-horizontal .control-label,
.contact-form .form-horizontal .checkbox {
	padding-top: 0;
	float: none;
	text-align: left
}

.contact-form .form-horizontal #jform_contact_name-lbl,
.contact-form .form-horizontal #jform_contact_email-lbl {
	padding: 0;
	white-space: nowrap
}

.contact-form .form-horizontal .validate {
	letter-spacing: .5px
}

.contact-form #jform_contact_emailmsg {
	width: 100%
}

.contact-form #jform_contact_message {
	box-shadow: none;
	width: 100%;
	height: 80px
}

@media (max-width:767px) {
	.contact-form #jform_captcha-lbl {
		display: none
	}
	.contact-form #recaptcha_image {
		width: 220px
	}
	.contact-form #recaptcha_image img {
		max-width: 220px
	}
	.contact-form #recaptcha_response_field {
		max-width: 220px
	}
}

.contact .accordion-toggle {
	font-weight: bold
}

.contact-category ul.category {
	border-top: 0;
	overflow: hidden
}

.contact-category ul.category li.row-fluid {
	border: 1px solid #eee;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}

.contact-category ul.category li.row-fluid:before,
.contact-category ul.category li.row-fluid:after {
	content: " ";
	display: table
}

.contact-category ul.category li.row-fluid:after {
	clear: both
}

.contact-category ul.category li.row-fluid>div {
	margin: 0
}

.contact-category .cat-children ul {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.25)
}

.contact-category .cat-children ul li {
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	padding: 5px 0 5px 0
}

.contact-category .cat-children ul li h4 {
	border-left: 1px dotted #999;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	padding-left: 15px;
	margin-left: 20px;
	position: relative
}

.contact-category .cat-children ul li h4:after {
	border-top: 1px dotted #999;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	height: 1px;
	width: 10px
}

.contact-category .cat-children ul li li h4 {
	margin-left: 40px
}

.contact-category .cat-children ul li li li h4 {
	margin-left: 60px
}

.contact-category .cat-children ul li li li li h4 {
	margin-left: 80px
}

.contact-category .cat-children ul li:last-child {
	border: 0
}

#archive-items>li {
	line-height: normal;
	margin: 0;
	overflow: visible;
	padding: 0
}

#archive-items .intro {
	clear: both;
	overflow: hidden
}

.categories-list {
	margin-bottom: 20px
}

.category-item:before,
.category-item:after {
	content: " ";
	display: table
}

.category-item:after {
	clear: both
}

.category-item .page-header {
	line-height: normal;
	padding: 10px 5px;
	margin: 0;
	font-size: 18px;
	font-weight: normal
}

.category-item .category-item {
	margin-bottom: 0;
	margin-left: 30px
}

.category-item .category-item .page-header {
	font-size: 14px
}

.cat-children .page-header {
	line-height: normal;
	padding: 10px 5px;
	margin: 0;
	font-size: 18px;
	font-weight: normal
}

.newsfeed-category>h2,
.newsfeed>h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0
}

.newsfeed-category .category-desc,
.newsfeed .category-desc {
	margin-bottom: 20px
}

.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
	content: " ";
	display: table
}

.newsfeed-category .category li:after,
.newsfeed .category li:after {
	clear: both
}

.newsfeed>h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0
}

.newsfeed .feed-description {
	margin-bottom: 20px;
	font-size: 16px
}

.newsfeed .feed-item-description .feed-description {
	font-size: 14px
}

.newsfeed ol li>a {
	font-weight: bold;
	font-size: 16px
}

.article-content .pagination ul {
	display: block;
	list-style: none;
	padding: 0;
	overflow: hidden
}

.article-content .pagination ul li {
	border: 1px solid rgba(0, 0, 0, 0.25);
	float: left;
	line-height: normal;
	margin-right: 10px;
	padding: 10px 20px
}

.article-content .pagination ul li a {
	border: 0;
	text-decoration: none;
	background-color: transparent;
	line-height: normal;
	padding: 0
}

.pagenavcounter {
	margin: 0 0 20px;
	font-weight: bold
}

#article-index,
.article-index {
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	float: right;
	padding: 10px;
	margin: 0 0 20px 20px;
	width: 25%
}

#article-index ul,
.article-index ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0
}

#article-index ul>li,
.article-index ul>li {
	border: 0;
	margin-top: 2px
}

#article-index ul>li>a,
.article-index ul>li>a {
	border: 0;
	padding: 5px;
	border-radius: 4px
}

#article-index ul>.active>a,
.article-index ul>.active>a {
	border: 0;
	background: #ffb703;
	color: #fff
}

#article-index ul>.active>a:hover,
.article-index ul>.active>a:hover,
#article-index ul>.active>a:active,
.article-index ul>.active>a:active,
#article-index ul>.active>a:focus,
.article-index ul>.active>a:focus {
	border: 0;
	background: #ffb703;
	color: #fff
}

.pagenav {
	margin: 0;
	padding: 0;
	list-style: none
}

.pagenav>li {
	margin: 0;
	padding: 0;
	float: left
}

.pagenav>li.pagenav-prev,
.pagenav>li.previous {
	margin-right: 10px
}

.pagenav li>a {
	padding: 10px 20px;
	line-height: normal;
	border: 1px solid #fff;
	border-radius: 4px
}

.pagenav li>a:hover,
.pagenav li>a:active,
.pagenav li>a:focus {
	background-color: #eee
}

.items-more h3 {
	margin: 0 0 20px
}

.items-more .nav>li {
	border-top: 1px solid rgba(0, 0, 0, 0.25)
}

.items-more .nav>li>a {
	padding: 6px 5px
}

.back_button a {
	display: block;
	margin: 10px 0
}

.filters {
	margin: 10px 0
}

.display-limit {
	margin: 10px 0 5px
}

.filters .display-limit {
	float: right;
	text-align: right
}

#system-message dt {
	font-weight: bold
}

#system-message dd {
	font-weight: bold
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	margin: 0;
	padding: 5px
}

.alert-message {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847
}

.alert-message hr {
	border-top-color: #c9e2b3
}

.alert-message .alert-link {
	color: #356635
}

.alert-warning .alert-message {
	background-color: transparent;
	color: #c09853
}

.alert-notice {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad
}

.alert-notice hr {
	border-top-color: #a6e1ec
}

.alert-notice .alert-link {
	color: #2d6987
}

.alert-error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #b94a48
}

.alert-error hr {
	border-top-color: #e4b9c0
}

.alert-error .alert-link {
	color: #953b39
}

.alert-error .alert-message {
	background-color: transparent;
	color: #b94a48
}

.tip-wrap {
	background: #fff6df;
	border: 1px solid #fb3;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 300px;
	z-index: 999
}

.tip-title {
	border-bottom: 1px solid #fb3;
	font-weight: bold;
	padding: 5px 10px
}

.tip-text {
	font-size: 14px;
	margin: 0;
	padding: 5px 10px
}

.hasTip img {
	border: none;
	margin: 0 5px 0 0
}

@media (min-width:768px) {
	.languageswitcherload {
		float: right;
		width: 100%
	}
	.languageswitcherload .mod-languages {
		text-align: right
	}
}

div.calendar {
	width: 187px
}

.edit.item-page fieldset .btn-toolbar {
	margin-top: 10px
}

.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
	height: 34px
}

.iframe-bordered {
	border: 1px solid #ddd
}

.chzn-container {
	display: block
}

.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
	height: 26px
}

.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important
}

.input-prepend .chzn-container-single .chzn-single {
	border-color: #000;
	height: 26px;
	border-radius: 0 3px 3px 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.input-prepend .chzn-container-active .chzn-single-with-drop {
	border-radius: 0 3px 0 0
}

.input-prepend .chzn-container-single .chzn-drop {
	border-color: #000
}

.btn-group .chzn-results {
	white-space: normal
}

.page-header {
	padding-bottom: 9px;
	margin: 0 0 40px;
	text-align: center
}

.page-title,
.page-header h1 {
	line-height: 1;
	margin: 0;
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Teko"
}

.page-subheader {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	margin: 0 0 20px
}

.page-subheader:before,
.page-subheader:after {
	content: " ";
	display: table
}

.page-subheader:after {
	clear: both
}

.page-subtitle,
.page-subheader h2 {
	line-height: 1;
	margin: 0
}

.page-header+.page-subheader {
	margin-top: -20px
}

.article-title,
.article-header h1 {
	margin: 0 0 20px 0;
	font-family: 'Teko';
	font-weight: 400
}

.article-title a,
.article-header h1 a {
	color: #000
}

.article-title a:hover,
.article-header h1 a:hover,
.article-title a:focus,
.article-header h1 a:focus {
	color: #9a9a9a;
	text-decoration: none
}

.item-title {
	font-weight: bold
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
	margin-top: 0
}

.jumbotron p:last-child {
	margin-bottom: 0
}

.container .jumbotron {
	border-radius: 6px
}

.masthead {
	padding: 40px 0;
	text-align: center
}

.masthead p:last-child {
	margin-bottom: 0
}

@media screen and (min-width:768px) {
	.masthead {
		padding: 80px 0
	}
	.masthead h1 {
		font-size: 98px
	}
	.masthead p {
		font-size: 28px
	}
	.masthead .btn-lg {
		margin-top: 20px;
		padding: 18px 42px;
		font-size: 21px
	}
}

.jumbotron-primary {
	background-color: #ffb703;
	color: #fff
}

.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
	color: #fff
}

.jumbotron-primary p {
	color: #fff
}

.jumbotron-primary .btn-primary {
	border-color: #fff
}

.label:empty {
	display: none
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.page-header .label,
.page-header .badge {
	vertical-align: middle
}

.alert h4 {
	color: inherit
}

.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
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
	color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
	color: #fff1cf
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title>a {
	color: inherit
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50)
}

@media screen and (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)
	}
}

.t3-wrapper {
	overflow: hidden;
}

@media (min-width:768px) {
	.t3-wrapper {
	}
	.scrollDown .t3-wrapper,
	.scrollUp .t3-wrapper {
		padding-top: 146px
	}
}

.iconFont {
	font-family: 'IconsFont' !important;
	text-transform: none !important
}

.bg-white {
	position: relative;
	background-color: #fff
}

.bg-white:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 10px;
	background-color: #fff;
	margin-bottom: -23px
}

.okta-content,
.okta-sidebar {
	padding-left: 15px;
	padding-right: 15px
}

.t3-header {
	background-color: #000;
	height: 60px;
	top: 0;
	/* left: 0; */
	/* width: 100%; */
	z-index: 1030;
	-webkit-transition: height 500ms;
	-o-transition: height 500ms;
	transition: height 500ms;
}

@media (min-width:768px) {
	.t3-header {
		display: table;
	}
}

.t3-header.affix,
.scrollDown .t3-header,
.scrollUp .t3-header {
	height: 60px
}

.t3-header.affix .head-logo,
.scrollDown .t3-header .head-logo,
.scrollUp .t3-header .head-logo {
	display: none
}

.t3-header.affix .logo-image.logo-control,
.scrollDown .t3-header .logo-image.logo-control,
.scrollUp .t3-header .logo-image.logo-control,
.t3-header.affix .logo,
.scrollDown .t3-header .logo,
.scrollUp .t3-header .logo,
.t3-header.affix .head-banner,
.scrollDown .t3-header .head-banner,
.scrollUp .t3-header .head-banner {
    display: none;
}

.logo-image.logo-control {
    float: left;
}

@media (min-width:1199px) {
	.t3-header.affix .topbar,
	.scrollDown .t3-header .topbar,
	.scrollUp .t3-header .topbar {
		padding-right: 80px
	}
}

@media (min-width:768px) {
	.t3-header.affix,
	.scrollDown .t3-header,
	.scrollUp .t3-header {
		height: 40px
	}
	.t3-header.affix .topbar,
	.scrollDown .t3-header .topbar,
	.scrollUp .t3-header .topbar {
		
	}
	.t3-header.affix .logo-control .logo-img,
	.scrollDown .t3-header .logo-control .logo-img,
	.scrollUp .t3-header .logo-control .logo-img {
		vertical-align: middle;
	}
}

@media (max-width:767px) {
	.t3-header.affix .t3-mainnav,
	.scrollDown .t3-header .t3-mainnav,
	.scrollUp .t3-header .t3-mainnav {
		margin-top: 58px
	}
}

.okta-logo {
	background-color: #fff;
	-webkit-transition: height 500ms;
	-o-transition: height 500ms;
	transition: height 500ms
}

.okta-logo.affix {
	position: fixed;
	height: 1px;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #000;
	z-index: 1000
}

@media (min-width:768px) {
	.okta-logo {
		background-color: #0f1f2c;
		height: 80px;
		color: #000;
	}
	
	.okta-logo .head-banner {
		padding-top: 28px;
		padding-bottom: 28px
	}
}

@media (max-width:767px) {
	.okta-logo>.container {
		padding-left: 0;
		padding-right: 0
	}
}

.okta-logo .head-banner p {
	margin-bottom: 4px
}

.okta-logo .head-banner img {
	max-width: 100%;
	height: auto;
	max-height: 90px
}

.okta-topbar {
	background-color: #000;
	color: #9a9a9a;
	text-transform: uppercase
}

@media (min-width:768px) {
	.okta-topbar {
		position: relative;
		z-index: 1030
	}
}

.okta-topbar a {
	color: #9a9a9a;
	text-transform: uppercase;
	line-height: 28px
}

.okta-topbar a:hover,
.okta-topbar a:focus {
	color: #fff
}

.okta-topbar .topbar {
	-webkit-transition: height 50ms ease;
	transition: height 50ms ease;
    padding-right: 80px;
}

.head-menu .nav {
	float: right
}

.head-menu .nav>li {
	float: left;
	background-color: #ffb703
}

.head-menu .nav>li>a {
	background-color: transparent;
	color: #000;
	padding: 0 20px 0 10px;
	border-radius: 0px
}

.head-menu .nav>li>a:before {
	content: '\2606';
	font-family: 'IconsFont';
	font-size: 20px;
	vertical-align: bottom;
	margin-right: 5px
}

.head-menu .nav>li>a:hover,
.head-menu .nav>li>a:focus {
	color: #000;
	background-color: transparent
}

.head-menu .nav>li:hover,
.head-menu .nav>li:focus,
.head-menu .nav>li.active {
	background-color: #f2f2f2
}

@media (max-width:767px) {
	.head-menu {
		position: fixed;
		top: 0;
		left: 60px;
		z-index: 1005
	}
	.head-menu .nav li {
		line-height: 60px
	}
	.head-menu .nav li>a {
		width: 60px;
		height: 60px;
		line-height: 20px;
		text-align: center;
		padding: 10px 0 0 0
	}
	.head-menu .nav li>a:before {
		display: block;
		width: 100%;
		text-align: center
	}
}

.head-search {
	display: table;
	float: right;
	text-align: center;
	-webkit-transition: width 400ms;
	-o-transition: width 400ms;
	transition: width 400ms
}

.head-search .btn-search {
	display: block;
	padding: 0 20px
}

.head-search .fa,
.head-search .fas,
.head-search .far,
.head-search .fal,
.head-search .fab {
	font-size: 18px;
	position: relative
}

.head-search:hover,
.head-search:focus,
.head-search:active {
	cursor: pointer
}

.head-search .search-fixed {
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	height: 100%;
	left: 0;
	top: 0;
	font-weight: 700;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0)
}

.head-search .search-fixed .fa,
.head-search .search-fixed .fas,
.head-search .search-fixed .far,
.head-search .search-fixed .fal,
.head-search .search-fixed .fab {
	font-size: 36px;
	color: #fff
}

.head-search .search-fixed .fa:hover,
.head-search .search-fixed .fas:hover,
.head-search .search-fixed .far:hover,
.head-search .search-fixed .fal:hover,
.head-search .search-fixed .fab:hover,
.head-search .search-fixed .fa:focus,
.head-search .search-fixed .fas:focus,
.head-search .search-fixed .far:focus,
.head-search .search-fixed .fal:focus,
.head-search .search-fixed .fab:focus {
	color: #ffb703
}

.head-search .search-fixed:before {
	display: none
}

.head-search .search-fixed .form-search {
	margin-top: -90px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.head-search .search-fixed .form-search .search-query {
	float: left;
	background-color: transparent !important;
	border: 0;
	padding: 0;
	box-shadow: none;
	font-size: 72px;
	height: auto
}

.head-search .search-fixed .form-search .search-query:focus {
	background-color: transparent !important
}

@media (max-width:767px) {
	.head-search .search-fixed .form-search .search-query {
		font-size: 30px;
		width: 100%
	}
}

.head-search .search-fixed .form-search .button {
	background-color: transparent;
	background-image: none;
	float: right;
	padding: 0px;
	border: none;
	border-radius: 0px;
	margin-top: -100px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important
}

.head-search .search-fixed .form-search .button:before {
	display: none
}

.head-search .search-fixed .form-search .button .fa,
.head-search .search-fixed .form-search .button .fas,
.head-search .search-fixed .form-search .button .far,
.head-search .search-fixed .form-search .button .fal,
.head-search .search-fixed .form-search .button .fab {
	color: #fff;
	font-size: 72px
}

.head-search .search-fixed .form-search .button:hover,
.head-search .search-fixed .form-search .button:focus {
	background-color: transparent;
	color: #ffb703
}

.head-search .search-fixed .form-search .button:hover .fa,
.head-search .search-fixed .form-search .button:focus .fa,
.head-search .search-fixed .form-search .button:hover .fas,
.head-search .search-fixed .form-search .button:focus .fas,
.head-search .search-fixed .form-search .button:hover .far,
.head-search .search-fixed .form-search .button:focus .far,
.head-search .search-fixed .form-search .button:hover .fal,
.head-search .search-fixed .form-search .button:focus .fal,
.head-search .search-fixed .form-search .button:hover .fab,
.head-search .search-fixed .form-search .button:focus .fab {
	color: #ffb703
}

@media (max-width:767px) {
	.head-search .search-fixed .form-search {
		width: 100%;
		padding: 20px
	}
	.head-search .search-fixed .form-search .button.btn {
		margin-top: -40px
	}
	.head-search .search-fixed .form-search .button.btn .fa,
	.head-search .search-fixed .form-search .button.btn .fas,
	.head-search .search-fixed .form-search .button.btn .far,
	.head-search .search-fixed .form-search .button.btn .fal,
	.head-search .search-fixed .form-search .button.btn .fab {
		font-size: 30px
	}
}

.search-open .head-search .btn-search .fa,
.search-open .head-search .btn-search .fas,
.search-open .head-search .btn-search .far,
.search-open .head-search .btn-search .fal,
.search-open .head-search .btn-search .fab {
	display: none
}

.search-open .head-search .search-fixed {
	z-index: 1050;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1)
}

@media (max-width:767px) {
	.head-search {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1005
	}
	.head-search .btn-search {
		background-color: #ffb703;
		width: 60px;
		height: 60px;
		line-height: 60px
	}
}

.logo {
	text-align: center
}

@media screen and (min-width:768px) {
	.logo {
		text-align: left;
		padding-top: 22px;
		padding-bottom: 22px
	}
	.logo.col-sm-12,
	.logo.col-md-12 {
		text-align: center;
		padding: 0;
	}
	.logo.col-sm-12 .navbar-header,
	.logo.col-md-12 .navbar-header {
		float: none;
	}
}

.logo a {
	line-height: 1;
	margin: 0 auto
}

@media (max-width:767px) {
	.logo a {
	}
}

.logo-image span,
.logo-image small {
	display: none
}

.logo-image img {
	max-width: 100%;
	height: auto;
}

@media (max-width:767px) {
	.logo-image {
		margin-right: 60px
	}
	.logo-image img {
		max-width: 100%;
		height: auto;
		
	}
}

.logo-text {
	position: relative;
	display: block
}

.logo-text a {
	font-family: 'Teko';
	font-size: 60px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none
}

.logo-text a span {
	font-family: 'Teko'
}

@media screen and (min-width:768px) {
	.logo-text a {
		line-height: 90px;
		margin-bottom: 10px
	}
}

.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
	text-decoration: none
}

@media screen and (max-width:992px) {
	.logo-text .site-slogan {
		display: none
	}
}

.okta-slideshow {
	position: absolute;
	z-index: 1;
	overflow: hidden;
}

.t3-sl {
	padding-bottom: 20px;
	padding-top: 20px
}

@media screen and (min-width:768px) {
	.t3-sl {
		padding-top: 40px
	}
}

.t3-sl-2 {
	background-color: #000
}

.t3-sl-2 .t3-module .module-inner {
	text-align: center
}

.t3-sl-2 .t3-module .module-inner img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.t3-sl-2 .t3-module .module-inner img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.t3-main-top {
	position: relative;
	float: left;
	background: #101f2b;
}

.t3-main-bottom {
	position: relative;
	background-color: #fff
}

.t3-content-top {
	position: relative;
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 40px
}

.t3-content-top a {
	color: #ffb703
}

.t3-content-top a:hover,
.t3-content-top a:focus {
	color: #e9a600
}

.t3-content-top .module-title {
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Teko";
	text-align: center;
	margin-bottom: 40px
}

.t3-content-bottom {
	position: relative;
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 40px
}

.t3-content-bottom .t3-module {
	padding-left: 30px;
	padding-right: 30px
}

.t3-content-bottom a {
	color: #ffb703
}

.t3-content-bottom a:hover,
.t3-content-bottom a:focus {
	color: #e9a600
}

.t3-content-bottom .module-title {
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Teko";
	text-align: center;
	margin-bottom: 40px
}

.t3-mainbody {
	padding-top: 0;
	padding-bottom: 20px
}

.home .t3-mainbody {
	background-color: #fff;
	padding-bottom: 0
}

.t3-content {
	padding-top: 0;
	padding-bottom: 0;
	color: #000
}

.t3-content .okta-content {
	padding-top: 40px;
	padding-bottom: 20px;
	color: #000
}

.t3-sidebar {
	padding-top: 0;
	padding-bottom: 0
}

.t3-sidebar .okta-sidebar {
	padding-top: 40px;
	padding-bottom: 20px
}

.t3-footer {
	background: #101f2a;
	color: #686868;
	float: left;
}

.t3-footer:before,
.t3-footer:after {
	content: " ";
	display: table
}

.t3-footer:after {
	clear: both
}

.t3-footer small {
	display: block;
	font-size: 100%
}

.t3-footnav {
}

.t3-footnav:before,
.t3-footnav:after {
	content: " ";
	display: table
}

.t3-footnav:after {
	clear: both
}

@media screen and (min-width:768px) {
	.t3-footnav {
	}
}

.t3-footnav .t3-module {
	background: #000;
	color: #686868;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
}

.t3-footnav .t3-module.footer-kontak .module-inner ul {
	display: inline-block
}

.t3-footnav .t3-module.footer-kontak .module-inner ul li a {
	color: #9a9a9a
}

.t3-footnav .t3-module.footer-kontak .module-inner ul li a:hover,
.t3-footnav .t3-module.footer-kontak .module-inner ul li a:active,
.t3-footnav .t3-module.footer-kontak .module-inner ul li a:focus {
	color: #ffb703
}

.t3-footnav .t3-module.footer-logo .module-inner img {
	max-width: 100%;
	height: auto;
	max-height: 200px
}

.t3-footnav .t3-module.footer-tag .module-inner .footer-tag {
	color: #9a9a9a;
	font-size: 17px;
	font-family: "Teko";
}

.footer-tag h1 {
	font-size: 25px;
	color: #eeeeee;
    font-family: "Teko";
}

.footer-tag h2 {
	font-size: 23px;
	color: #eeeeee;
    font-family: "Teko";
}

 .footer-tag h3 {
	font-size: 21px;
	color: #eeeeee;
    font-family: "Teko";
}

.t3-footnav .t3-module.footer-tag .module-inner .footer-tag a {
	color: #ffbe1d;
}

.t3-footnav .t3-module.footer-tag .module-inner .footer-tag a:hover,
.t3-footnav .t3-module.footer-tag .module-inner .footer-tag a:focus {
	color: #ffffff
}

.t3-footnav .t3-module .module-title {
	color: #fff;
	font-size: 26px;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25)
}

.t3-footnav .t3-module .module-title span {
	padding-bottom: 3px;
	border-bottom: 2px solid #fff
}

.t3-footnav .t3-module ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0
}

.t3-footnav .t3-module ul>li {
	line-height: 24px
}

.t3-footnav .t3-module ul>li>a {
	color: #9a9a9a
}

.t3-footnav .t3-module ul>li>a:hover,
.t3-footnav .t3-module ul>li>a:active,
.t3-footnav .t3-module ul>li>a:focus {
	color: #ffb703
}

.t3-copyright {
	padding: 10px 0;
	font-size: 12px;
    color: #eee;
}

.t3-copyright:before,
.t3-copyright:after {
	content: " ";
	display: table
}

.t3-copyright:after {
	clear: both
}

.copyright {
	color: #fff;
	margin-bottom: 20px
}

.footer-menu {
	margin-bottom: 20px;
	margin: 0 auto;
	text-align: center;
	width: 600px;
}

.footer-menu .nav>li>a {
	color: #686868;
	border-radius: 0px;
	padding: 0px
}

.footer-menu .nav>li>a:hover,
.footer-menu .nav>li>a:focus,
.footer-menu .nav>li>a.active {
	color: #fff;
	background-color: transparent
}

.footer-menu .nav>li.active>a {
	color: #fff;
	background-color: transparent
}

.footer-menu .nav>li.active>a:hover,
.footer-menu .nav>li.active>a:focus {
	color: #fff;
	background-color: transparent
}

@media screen and (min-width:991px) {
	.footer-menu .nav>li+li {
		margin-left: 20px;
	}
}

.poweredby {
	display: none
}

.poweredby:before,
.poweredby:after {
	content: " ";
	display: table
}

.poweredby:after {
	clear: both
}

@media screen and (min-width:991px) {
	.poweredby {
		text-align: right
	}
}

.poweredby .t3-logo,
.poweredby .t3-logo-small {
	opacity: .8;
	display: inline-block
}

#back-to-top {
	bottom: 30px;
	right: 30px;
	position: fixed;
	transform: scale(0);
	-webkit-transform: scale(0);
	-webkit-transition: 500ms transform;
	-o-transition: 500ms transform;
	transition: 500ms transform;
	z-index: 9
}

#back-to-top.affix {
	transform: scale(1);
	-webkit-transform: scale(1)
}

#back-to-top .btn {
	border: 0;
	padding: 0;
	border-radius: 0;
	line-height: 40px;
	height: 40px;
	width: 40px
}

#back-to-top .btn .fa,
#back-to-top .btn .fas,
#back-to-top .btn .far,
#back-to-top .btn .fal,
#back-to-top .btn .fab {
	margin: 0;
	font-size: 18px
}

.okta-floating {
}

.okta-floating.floating-left {
}

.okta-floating.floating-right {
}

#flashContentOkta {
	position: relative;
	right: 0;
	top: 0;
	width: 183px;
	height: 150px
}

.okta-timekeeper {
	display: block;
	border: none;
	width: 183px;
	height: 150px;
	position: relative;
	overflow: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out
}

.okta-timekeeper img {
	border: none
}

.okta-timekeeper.visible {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.okta-timekeeper.hover .okta-text {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1)
}

.okta-timekeeper.static .okta-watch-static {
	display: block
}

.okta-timekeeper.static .okta-watch {
	display: none
}

.okta-timekeeper.hover .okta-watch,
.okta-timekeeper.hover .okta-watch-static {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-ms-transform: scale(0.8)
}

.okta-timekeeper .okta-watch,
.okta-timekeeper .okta-watch-static {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

.okta-timekeeper .okta-watch-static {
	display: none;
	z-index: 5
}

.okta-timekeeper .okta-watch {
	z-index: 5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.okta-timekeeper img.watch {
	position: absolute;
	z-index: -1
}

.okta-timekeeper div.handles {
	height: 120px;
	overflow: hidden;
	position: absolute;
	left: -1px;
	top: 20px;
	width: 151px
}

.okta-timekeeper .handles div.handle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg)
}

.okta-timekeeper .handles div.ease {
	-webkit-transition: all 0.99s ease-out 0s;
	-moz-transition: all 0.99s ease-out 0s;
	-o-transition: all 0.99s ease-out 0s;
	transition: all 0.99s ease-out 0s
}

.okta-timekeeper .handles div.hour {
	background: url(../../../templates/okta_warbet168/images/hours-new.png) no-repeat scroll center 4px;
	background-size: 8px 29px;
	height: 58px;
	left: 88px;
	top: 25px;
	width: 10px;
	z-index: 2
}

.okta-timekeeper .handles div.minute {
	background: url(../../../templates/okta_warbet168/images/minutes-new.png) no-repeat scroll center 3px;
	background-size: 6px 47px;
	height: 94px;
	left: 89px;
	top: 7px;
	width: 8px;
	z-index: 3
}

.okta-timekeeper .handles div.second {
	background: url(../../../templates/okta_warbet168/images/seconds-new.png) no-repeat scroll center 2px;
	background-size: 3px 17px;
	height: 34px;
	left: 110px;
	top: 37px;
	width: 10px;
	z-index: 1
}

.okta-timekeeper .handles div.chrono {
	background: url(../../../templates/okta_warbet168/images/chrono-new.png) no-repeat scroll center 15px;
	background-size: 9px 61px;
	height: 122px;
	left: 88px;
	top: -7px;
	width: 10px;
	z-index: 4
}

.okta-timekeeper #day-viewer {
	width: 12px;
	height: 6px;
	font-family: sans-serif;
	font-size: 6px;
	color: black;
	text-align: center;
	margin-top: 104px;
	margin-left: 86px;
	z-index: 5
}

.okta-timekeeper .handles div.handle.hour {
	-ms-transform: rotate(60deg)
}

.okta-timekeeper .handles div.handle.minute {
	-ms-transform: rotate(295deg)
}

.t3-megamenu .mega-inner:before,
.t3-megamenu .mega-inner:after {
	content: " ";
	display: table
}

.t3-megamenu .mega-inner:after {
	clear: both
}

.t3-megamenu .mega>.mega-dropdown-menu {
	min-width: 250px;
	display: none
}

.t3-megamenu .mega.open>.mega-dropdown-menu,
.t3-megamenu .mega.dropdown-submenu.open>.mega-dropdown-menu {
	display: block
}

.t3-megamenu .mega-group:before,
.t3-megamenu .mega-group:after {
	content: " ";
	display: table
}

.t3-megamenu .mega-group:after {
	clear: both
}

.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group>.dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #000;
	font-size: 18px;
	line-height: normal
}

.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group>.dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group>.dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group>.dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:focus {
	background: inherit;
	color: inherit
}

.t3-megamenu .mega-group-ct {
	margin: 0;
	padding: 0
}

.t3-megamenu .mega-group-ct:before,
.t3-megamenu .mega-group-ct:after {
	content: " ";
	display: table
}

.t3-megamenu .mega-group-ct:after {
	clear: both
}

.t3-megamenu .mega-nav,
.t3-megamenu .dropdown-menu .mega-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

.t3-megamenu .mega-nav>li,
.t3-megamenu .dropdown-menu .mega-nav>li {
	list-style: none;
	margin-left: 0
}

.t3-megamenu .mega-nav>li a,
.t3-megamenu .dropdown-menu .mega-nav>li a {
	white-space: normal;
	display: block;
	padding: 5px
}

.t3-megamenu .mega-nav>li a:hover,
.t3-megamenu .dropdown-menu .mega-nav>li a:hover,
.t3-megamenu .mega-nav>li a:focus,
.t3-megamenu .dropdown-menu .mega-nav>li a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #000
}

.t3-megamenu .mega-nav>li .separator {
	display: block;
	padding: 5px
}

.t3-megamenu .mega-group>.mega-nav,
.t3-megamenu .dropdown-menu .mega-group>.mega-nav {
	margin-left: -5px;
	margin-right: -5px
}

.t3-megamenu .mega-nav .dropdown-submenu>a::after {
	margin-right: 5px
}

.t3-megamenu .t3-module {
	margin-bottom: 10px
}

.t3-megamenu .t3-module .module-title {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #000;
	font-size: 18px;
	line-height: normal;
	margin-bottom: 5px
}

.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
	background: inherit;
	color: inherit
}

.t3-megamenu .t3-module .module-ct {
	margin: 0;
	padding: 0
}

.t3-megamenu .mega-caption {
	display: block;
	white-space: nowrap
}

.t3-megamenu .nav .caret,
.t3-megamenu .dropdown-submenu .caret,
.t3-megamenu .mega-menu .caret {
	display: none
}

.t3-megamenu .nav>.dropdown>.dropdown-toggle .caret {
	display: inline-block
}

.t3-megamenu .nav [class^="icon-"],
.t3-megamenu .nav [class*=" icon-"],
.t3-megamenu .nav .fa {
	margin-right: 5px
}

.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
	margin-right: 0
}

.t3-megamenu .mega-align-left>.dropdown-menu {
	left: 0
}

.t3-megamenu .mega-align-right>.dropdown-menu {
	left: auto;
	right: 0
}

.t3-megamenu .mega-align-center>.dropdown-menu {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.t3-megamenu .dropdown-submenu.mega-align-left>.dropdown-menu {
	left: 100%
}

.t3-megamenu .dropdown-submenu.mega-align-right>.dropdown-menu {
	left: auto;
	right: 100%
}

.t3-megamenu .mega-align-justify {
	position: static
}

.t3-megamenu .mega-align-justify>.dropdown-menu {
	left: 0;
	margin-left: 0;
	top: auto
}

.t3-megamenu .mega-tab>div {
	position: relative
}

.t3-megamenu .mega-tab>div>ul {
	width: 250px
}

.t3-megamenu .mega-tab>div>ul>li {
	position: static
}

.t3-megamenu .mega-tab>div>ul>li>.dropdown-menu {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 250px
}

.t3-megamenu .mega-tab>div>ul>li>.mega-dropdown-menu {
	border: none;
	box-shadow: none
}

.t3-megamenu .mega-tab>div>ul>li>.mega-dropdown-menu>div {
	opacity: 1 !important;
	margin-left: 0 !important;
	transition: none !important
}

@media (min-width:768px) {
	.t3-megamenu.animate .mega>.mega-dropdown-menu {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		opacity: 0
	}
	.t3-megamenu.animate .mega.animating>.mega-dropdown-menu {
		-webkit-transition: all 400ms;
		-o-transition: all 400ms;
		transition: all 400ms;
		display: block
	}
	.t3-megamenu.animate .mega.open>.mega-dropdown-menu,
	.t3-megamenu.animate .mega.animating.open>.mega-dropdown-menu {
		opacity: 1
	}
	.t3-megamenu.animate.zoom .mega>.mega-dropdown-menu {
		-webkit-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		-o-transform: scale(0, 0);
		transform: scale(0, 0);
		-webkit-transform-origin: 20% 20%;
		-moz-transform-origin: 20% 20%;
		-ms-transform-origin: 20% 20%;
		transform-origin: 20% 20%
	}
	.t3-megamenu.animate.zoom .mega.open>.mega-dropdown-menu {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	.t3-megamenu.animate.zoom .level0>.mega-align-center>.mega-dropdown-menu {
		-webkit-transform: scale(0, 0) translate(-50%, 0);
		-ms-transform: scale(0, 0) translate(-50%, 0);
		transform: scale(0, 0) translate(-50%, 0);
		-webkit-transform-origin: 0% 20%;
		-moz-transform-origin: 0% 20%;
		-ms-transform-origin: 0% 20%;
		transform-origin: 0% 20%
	}
	.t3-megamenu.animate.zoom .level0>.mega-align-center.open>.mega-dropdown-menu {
		-webkit-transform: scale(1, 1) translate(-50%, 0);
		-ms-transform: scale(1, 1) translate(-50%, 0);
		transform: scale(1, 1) translate(-50%, 0)
	}
	.t3-megamenu.animate.elastic .mega>.mega-dropdown-menu {
		-webkit-transform: scale(0, 1);
		-ms-transform: scale(0, 1);
		-o-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: 10% 0;
		-moz-transform-origin: 10% 0;
		-ms-transform-origin: 10% 0;
		transform-origin: 10% 0
	}
	.t3-megamenu.animate.elastic .mega.open>.mega-dropdown-menu {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	.t3-megamenu.animate.elastic .level0>.mega>.mega-dropdown-menu {
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0)
	}
	.t3-megamenu.animate.elastic .level0 .open>.mega-dropdown-menu {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	.t3-megamenu.animate.elastic .level0>.mega-align-center>.mega-dropdown-menu {
		transform: scale(1, 0) translate(-50%, 0);
		-webkit-transform: scale(1, 0) translate(-50%, 0);
		-ms-transform: scale(1, 0) translate(-50%, 0)
	}
	.t3-megamenu.animate.elastic .level0>.mega-align-center.open>.mega-dropdown-menu {
		transform: scale(1, 1) translate(-50%, 0);
		-webkit-transform: scale(1, 1) translate(-50%, 0);
		-ms-transform: scale(1, 1) translate(-50%, 0)
	}
	.t3-megamenu.animate.slide .mega {}
	.t3-megamenu.animate.slide .mega.animating>.mega-dropdown-menu {
		overflow: hidden
	}
	.t3-megamenu.animate.slide .mega>.mega-dropdown-menu>div {
		-webkit-transition: all 400ms;
		-o-transition: all 400ms;
		transition: all 400ms;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		margin-top: -30%
	}
	.t3-megamenu.animate.slide .mega.open>.mega-dropdown-menu>div {
		margin-top: 0%
	}
	.t3-megamenu.animate.slide .mega .mega>.mega-dropdown-menu {
		min-width: 0
	}
	.t3-megamenu.animate.slide .mega .mega>.mega-dropdown-menu>div {
		min-width: 200px;
		margin-top: 0;
		margin-left: -500px;
		width: 100%
	}
	.t3-megamenu.animate.slide .mega .mega.open>.mega-dropdown-menu>div {
		margin-left: 0
	}
}

@media (max-width:767px) {
	.t3-megamenu .mega-inner:before,
	.t3-megamenu .mega-inner:after {
		content: " ";
		display: table
	}
	.t3-megamenu .mega-inner:after {
		clear: both
	}
	.t3-megamenu .row,
	.t3-megamenu .mega-dropdown-menu,
	.t3-megamenu .row [class*="col-lg-"],
	.t3-megamenu .row [class*="col-md-"],
	.t3-megamenu .row [class*="col-sm-"],
	.t3-megamenu .row [class*="col-xs-"] {
		width: 100% !important;
		min-width: 100% !important;
		left: 0 !important;
		margin-left: 0 !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important
	}
	.t3-megamenu .hidden-collapse,
	.t3-megamenu .always-show .caret,
	.t3-megamenu .always-show .dropdown-submenu>a:after .sub-hidden-collapse>.nav-child,
	.t3-megamenu .sub-hidden-collapse .caret,
	.t3-megamenu .sub-hidden-collapse>a:after {
		display: none !important
	}
	.mega-caption {
		display: none !important
	}
	html[dir="rtl"] .t3-megamenu .row,
	html[dir="rtl"] .t3-megamenu .mega-dropdown-menu,
	html[dir="rtl"] .t3-megamenu .row [class*="col-lg-"],
	html[dir="rtl"] .t3-megamenu .row [class*="col-md-"],
	html[dir="rtl"] .t3-megamenu .row [class*="col-sm-"],
	html[dir="rtl"] .t3-megamenu .row [class*="col-xs-"] {
		left: auto;
		right: 0 !important;
		margin-right: 0 !important
	}
}

.t3-megamenu .mega-inner {
	padding: 10px 0
}

.t3-megamenu .row {
	margin-left: auto;
	margin-right: auto
}

.t3-megamenu .row+.row {
	padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.25)
}

.t3-megamenu .mega-dropdown-menu {
	padding: 0;
	border-radius: 0
}

.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group>.dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #000;
	font-size: 18px;
	font-family: 'Teko';
	text-transform: uppercase;
	line-height: normal
}

.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group>.dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group>.dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group>.dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group>.dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group>.dropdown-header:focus {
	background: inherit;
	color: inherit
}

.t3-megamenu .mega-group-ct .row {
	margin-left: -15px;
	margin-right: -15px
}

.t3-megamenu .mega-nav>li a,
.t3-megamenu .dropdown-menu .mega-nav>li a {
	padding: 5px 10px
}

.t3-megamenu .mega-nav>li.active a,
.t3-megamenu .mega-nav>li.open a,
.t3-megamenu .dropdown-menu .mega-nav>li.active a,
.t3-megamenu .dropdown-menu .mega-nav>li.open a {
	color: #fff;
	background-color: #000
}

.t3-megamenu .dropdown-menu .mega-group .mega-nav>li.active a {
	color: #fff;
	background-color: #000
}

.t3-megamenu .mega-nav .dropdown-submenu>a::after {
	margin-right: 0
}

.t3-megamenu .t3-module .module-inner {
	padding: 0 20px
}

.t3-megamenu .t3-module .module-inner ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.t3-megamenu .t3-module .module-inner ul li {
	list-style: none;
	padding: 5px 0
}

.t3-megamenu .t3-module .module-inner #login-form ul.unstyled {
	padding-left: 0
}

.t3-megamenu .t3-module .module-inner #login-form ul.unstyled li {
	padding-top: 0
}

.t3-megamenu .t3-module .module-title {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #000;
	font-size: 18px;
	font-family: 'Teko';
	text-transform: uppercase;
	line-height: normal;
	margin-bottom: 10px
}

.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
	background: inherit;
	color: inherit
}

.t3-megamenu .t3-module ul li,
.t3-megamenu .t3-module .nav li {
	list-style: disc;
	display: list-item;
	float: none;
	margin: 0;
	padding: 0;
	border: 0
}

.t3-megamenu .t3-module ul li a,
.t3-megamenu .t3-module .nav li a {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 100%;
	background: none;
	font: inherit;
	white-space: normal
}

.t3-megamenu .t3-module ul li a:hover,
.t3-megamenu .t3-module .nav li a:hover,
.t3-megamenu .t3-module ul li a:focus,
.t3-megamenu .t3-module .nav li a:focus,
.t3-megamenu .t3-module ul li a:active,
.t3-megamenu .t3-module .nav li a:active {
	background: none;
	color: inherit;
	font: inherit
}

.t3-megamenu .mega-caption {
	color: #999;
	font-size: 12px;
	margin-top: 3px;
	font-weight: normal
}

.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
	margin-right: 0
}

@font-face {
	font-family: 'FontAwesome3';
	src: url(http://warbet168.net/plugins/system/t3/base-bs3/fonts/font-awesome/font/fontawesome-webfont.eot?v=3.2.1);
	src: url(http://warbet168.net/plugins/system/t3/base-bs3/fonts/font-awesome/font/fontawesome-webfont.eot) format('embedded-opentype'), url(http://warbet168.net/plugins/system/t3/base-bs3/fonts/font-awesome/font/fontawesome-webfont.woff?v=3.2.1) format('woff'), url(http://warbet168.net/plugins/system/t3/base-bs3/fonts/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1) format('truetype'), url(http://warbet168.net/plugins/system/t3/base-bs3/fonts/font-awesome/font/fontawesome-webfont.svg) format('svg');
	font-weight: normal;
	font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: FontAwesome3;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none
}

.icon-large:before {
	vertical-align: -10%;
	font-size: 1.3333333333333333em
}

a [class^="icon-"],
a [class*=" icon-"] {
	display: inline
}

[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
	display: inline-block;
	width: 1.1428571428571428em;
	text-align: right;
	padding-right: .2857142857142857em
}

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
	width: 1.4285714285714286em
}

.icons-ul {
	margin-left: 2.142857142857143em;
	list-style-type: none
}

.icons-ul>li {
	position: relative
}

.icons-ul .icon-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	text-align: center;
	line-height: inherit
}

[class^="icon-"].hide,
[class*=" icon-"].hide {
	display: none
}

.icon-muted {
	color: #eee
}

.icon-light {
	color: #fff
}

.icon-dark {
	color: #333
}

.icon-border {
	border: solid 1px #eee;
	padding: .2em .25em .15em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.icon-2x {
	font-size: 2em
}

.icon-2x.icon-border {
	border-width: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.icon-3x {
	font-size: 3em
}

.icon-3x.icon-border {
	border-width: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.icon-4x {
	font-size: 4em
}

.icon-4x.icon-border {
	border-width: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.icon-5x {
	font-size: 5em
}

.icon-5x.icon-border {
	border-width: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
	margin-right: .3em
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
	margin-left: .3em
}

[class^="icon-"],
[class*=" icon-"] {
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	margin-top: 0
}

.icon-white,
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.navbar-inverse .nav>.active>a>[class^="icon-"],
.navbar-inverse .nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-submenu:hover>a>[class^="icon-"],
.dropdown-submenu:hover>a>[class*=" icon-"] {
	background-image: none
}

.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
	line-height: .9em
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
	display: inline-block
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
	line-height: .9em
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
	margin-top: .18em
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
	line-height: .8em
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
	margin-top: .25em
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
	margin-top: 0
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
	margin-top: .05em
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
	margin-right: .2em
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
	margin-left: .2em
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
	line-height: inherit
}

.icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: -35%
}

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 1em;
	line-height: inherit;
	*line-height: 2em
}

.icon-stack .icon-stack-base {
	font-size: 2em;
	*line-height: 1em
}

.icon-spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}

a .icon-stack,
a .icon-spin {
	display: inline-block;
	text-decoration: none
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg)
	}
	100% {
		-moz-transform: rotate(359deg)
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg)
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg)
	}
	100% {
		-o-transform: rotate(359deg)
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg)
	}
	100% {
		-ms-transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(359deg)
	}
}

.icon-rotate-90:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.icon-rotate-180:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.icon-rotate-270:before {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.icon-flip-horizontal:before {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.icon-flip-vertical:before {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1)
}

a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
	display: inline-block
}

.icon-glass:before {
	content: "\f000"
}

.icon-music:before {
	content: "\f001"
}

.icon-search:before {
	content: "\f002"
}

.icon-envelope-alt:before {
	content: "\f003"
}

.icon-heart:before {
	content: "\f004"
}

.icon-star:before {
	content: "\f005"
}

.icon-star-empty:before {
	content: "\f006"
}

.icon-user:before {
	content: "\f007"
}

.icon-film:before {
	content: "\f008"
}

.icon-th-large:before {
	content: "\f009"
}

.icon-th:before {
	content: "\f00a"
}

.icon-th-list:before {
	content: "\f00b"
}

.icon-ok:before {
	content: "\f00c"
}

.icon-remove:before {
	content: "\f00d"
}

.icon-zoom-in:before {
	content: "\f00e"
}

.icon-zoom-out:before {
	content: "\f010"
}

.icon-power-off:before,
.icon-off:before {
	content: "\f011"
}

.icon-signal:before {
	content: "\f012"
}

.icon-gear:before,
.icon-cog:before {
	content: "\f013"
}

.icon-trash:before {
	content: "\f014"
}

.icon-home:before {
	content: "\f015"
}

.icon-file-alt:before {
	content: "\f016"
}

.icon-time:before {
	content: "\f017"
}

.icon-road:before {
	content: "\f018"
}

.icon-download-alt:before {
	content: "\f019"
}

.icon-download:before {
	content: "\f01a"
}

.icon-upload:before {
	content: "\f01b"
}

.icon-inbox:before {
	content: "\f01c"
}

.icon-play-circle:before {
	content: "\f01d"
}

.icon-rotate-right:before,
.icon-repeat:before {
	content: "\f01e"
}

.icon-refresh:before {
	content: "\f021"
}

.icon-list-alt:before {
	content: "\f022"
}

.icon-lock:before {
	content: "\f023"
}

.icon-flag:before {
	content: "\f024"
}

.icon-headphones:before {
	content: "\f025"
}

.icon-volume-off:before {
	content: "\f026"
}

.icon-volume-down:before {
	content: "\f027"
}

.icon-volume-up:before {
	content: "\f028"
}

.icon-qrcode:before {
	content: "\f029"
}

.icon-barcode:before {
	content: "\f02a"
}

.icon-tag:before {
	content: "\f02b"
}

.icon-tags:before {
	content: "\f02c"
}

.icon-book:before {
	content: "\f02d"
}

.icon-bookmark:before {
	content: "\f02e"
}

.icon-print:before {
	content: "\f02f"
}

.icon-camera:before {
	content: "\f030"
}

.icon-font:before {
	content: "\f031"
}

.icon-bold:before {
	content: "\f032"
}

.icon-italic:before {
	content: "\f033"
}

.icon-text-height:before {
	content: "\f034"
}

.icon-text-width:before {
	content: "\f035"
}

.icon-align-left:before {
	content: "\f036"
}

.icon-align-center:before {
	content: "\f037"
}

.icon-align-right:before {
	content: "\f038"
}

.icon-align-justify:before {
	content: "\f039"
}

.icon-list:before {
	content: "\f03a"
}

.icon-indent-left:before {
	content: "\f03b"
}

.icon-indent-right:before {
	content: "\f03c"
}

.icon-facetime-video:before {
	content: "\f03d"
}

.icon-picture:before {
	content: "\f03e"
}

.icon-pencil:before {
	content: "\f040"
}

.icon-map-marker:before {
	content: "\f041"
}

.icon-adjust:before {
	content: "\f042"
}

.icon-tint:before {
	content: "\f043"
}

.icon-edit:before {
	content: "\f044"
}

.icon-share:before {
	content: "\f045"
}

.icon-check:before {
	content: "\f046"
}

.icon-move:before {
	content: "\f047"
}

.icon-step-backward:before {
	content: "\f048"
}

.icon-fast-backward:before {
	content: "\f049"
}

.icon-backward:before {
	content: "\f04a"
}

.icon-play:before {
	content: "\f04b"
}

.icon-pause:before {
	content: "\f04c"
}

.icon-stop:before {
	content: "\f04d"
}

.icon-forward:before {
	content: "\f04e"
}

.icon-fast-forward:before {
	content: "\f050"
}

.icon-step-forward:before {
	content: "\f051"
}

.icon-eject:before {
	content: "\f052"
}

.icon-chevron-left:before {
	content: "\f053"
}

.icon-chevron-right:before {
	content: "\f054"
}

.icon-plus-sign:before {
	content: "\f055"
}

.icon-minus-sign:before {
	content: "\f056"
}

.icon-remove-sign:before {
	content: "\f057"
}

.icon-ok-sign:before {
	content: "\f058"
}

.icon-question-sign:before {
	content: "\f059"
}

.icon-info-sign:before {
	content: "\f05a"
}

.icon-screenshot:before {
	content: "\f05b"
}

.icon-remove-circle:before {
	content: "\f05c"
}

.icon-ok-circle:before {
	content: "\f05d"
}

.icon-ban-circle:before {
	content: "\f05e"
}

.icon-arrow-left:before {
	content: "\f060"
}

.icon-arrow-right:before {
	content: "\f061"
}

.icon-arrow-up:before {
	content: "\f062"
}

.icon-arrow-down:before {
	content: "\f063"
}

.icon-mail-forward:before,
.icon-share-alt:before {
	content: "\f064"
}

.icon-resize-full:before {
	content: "\f065"
}

.icon-resize-small:before {
	content: "\f066"
}

.icon-plus:before {
	content: "\f067"
}

.icon-minus:before {
	content: "\f068"
}

.icon-asterisk:before {
	content: "\f069"
}

.icon-exclamation-sign:before {
	content: "\f06a"
}

.icon-gift:before {
	content: "\f06b"
}

.icon-leaf:before {
	content: "\f06c"
}

.icon-fire:before {
	content: "\f06d"
}

.icon-eye-open:before {
	content: "\f06e"
}

.icon-eye-close:before {
	content: "\f070"
}

.icon-warning-sign:before {
	content: "\f071"
}

.icon-plane:before {
	content: "\f072"
}

.icon-calendar:before {
	content: "\f073"
}

.icon-random:before {
	content: "\f074"
}

.icon-comment:before {
	content: "\f075"
}

.icon-magnet:before {
	content: "\f076"
}

.icon-chevron-up:before {
	content: "\f077"
}

.icon-chevron-down:before {
	content: "\f078"
}

.icon-retweet:before {
	content: "\f079"
}

.icon-shopping-cart:before {
	content: "\f07a"
}

.icon-folder-close:before {
	content: "\f07b"
}

.icon-folder-open:before {
	content: "\f07c"
}

.icon-resize-vertical:before {
	content: "\f07d"
}

.icon-resize-horizontal:before {
	content: "\f07e"
}

.icon-bar-chart:before {
	content: "\f080"
}

.icon-twitter-sign:before {
	content: "\f081"
}

.icon-facebook-sign:before {
	content: "\f082"
}

.icon-camera-retro:before {
	content: "\f083"
}

.icon-key:before {
	content: "\f084"
}

.icon-gears:before,
.icon-cogs:before {
	content: "\f085"
}

.icon-comments:before {
	content: "\f086"
}

.icon-thumbs-up-alt:before {
	content: "\f087"
}

.icon-thumbs-down-alt:before {
	content: "\f088"
}

.icon-star-half:before {
	content: "\f089"
}

.icon-heart-empty:before {
	content: "\f08a"
}

.icon-signout:before {
	content: "\f08b"
}

.icon-linkedin-sign:before {
	content: "\f08c"
}

.icon-pushpin:before {
	content: "\f08d"
}

.icon-external-link:before {
	content: "\f08e"
}

.icon-signin:before {
	content: "\f090"
}

.icon-trophy:before {
	content: "\f091"
}

.icon-github-sign:before {
	content: "\f092"
}

.icon-upload-alt:before {
	content: "\f093"
}

.icon-lemon:before {
	content: "\f094"
}

.icon-phone:before {
	content: "\f095"
}

.icon-unchecked:before,
.icon-check-empty:before {
	content: "\f096"
}

.icon-bookmark-empty:before {
	content: "\f097"
}

.icon-phone-sign:before {
	content: "\f098"
}

.icon-twitter:before {
	content: "\f099"
}

.icon-facebook:before {
	content: "\f09a"
}

.icon-github:before {
	content: "\f09b"
}

.icon-unlock:before {
	content: "\f09c"
}

.icon-credit-card:before {
	content: "\f09d"
}

.icon-rss:before {
	content: "\f09e"
}

.icon-hdd:before {
	content: "\f0a0"
}

.icon-bullhorn:before {
	content: "\f0a1"
}

.icon-bell:before {
	content: "\f0a2"
}

.icon-certificate:before {
	content: "\f0a3"
}

.icon-hand-right:before {
	content: "\f0a4"
}

.icon-hand-left:before {
	content: "\f0a5"
}

.icon-hand-up:before {
	content: "\f0a6"
}

.icon-hand-down:before {
	content: "\f0a7"
}

.icon-circle-arrow-left:before {
	content: "\f0a8"
}

.icon-circle-arrow-right:before {
	content: "\f0a9"
}

.icon-circle-arrow-up:before {
	content: "\f0aa"
}

.icon-circle-arrow-down:before {
	content: "\f0ab"
}

.icon-globe:before {
	content: "\f0ac"
}

.icon-wrench:before {
	content: "\f0ad"
}

.icon-tasks:before {
	content: "\f0ae"
}

.icon-filter:before {
	content: "\f0b0"
}

.icon-briefcase:before {
	content: "\f0b1"
}

.icon-fullscreen:before {
	content: "\f0b2"
}

.icon-group:before {
	content: "\f0c0"
}

.icon-link:before {
	content: "\f0c1"
}

.icon-cloud:before {
	content: "\f0c2"
}

.icon-beaker:before {
	content: "\f0c3"
}

.icon-cut:before {
	content: "\f0c4"
}

.icon-copy:before {
	content: "\f0c5"
}

.icon-paperclip:before,
.icon-paper-clip:before {
	content: "\f0c6"
}

.icon-save:before {
	content: "\f0c7"
}

.icon-sign-blank:before {
	content: "\f0c8"
}

.icon-reorder:before {
	content: "\f0c9"
}

.icon-list-ul:before {
	content: "\f0ca"
}

.icon-list-ol:before {
	content: "\f0cb"
}

.icon-strikethrough:before {
	content: "\f0cc"
}

.icon-underline:before {
	content: "\f0cd"
}

.icon-table:before {
	content: "\f0ce"
}

.icon-magic:before {
	content: "\f0d0"
}

.icon-truck:before {
	content: "\f0d1"
}

.icon-pinterest:before {
	content: "\f0d2"
}

.icon-pinterest-sign:before {
	content: "\f0d3"
}

.icon-google-plus-sign:before {
	content: "\f0d4"
}

.icon-google-plus:before {
	content: "\f0d5"
}

.icon-money:before {
	content: "\f0d6"
}

.icon-caret-down:before {
	content: "\f0d7"
}

.icon-caret-up:before {
	content: "\f0d8"
}

.icon-caret-left:before {
	content: "\f0d9"
}

.icon-caret-right:before {
	content: "\f0da"
}

.icon-columns:before {
	content: "\f0db"
}

.icon-sort:before {
	content: "\f0dc"
}

.icon-sort-down:before {
	content: "\f0dd"
}

.icon-sort-up:before {
	content: "\f0de"
}

.icon-envelope:before {
	content: "\f0e0"
}

.icon-linkedin:before {
	content: "\f0e1"
}

.icon-rotate-left:before,
.icon-undo:before {
	content: "\f0e2"
}

.icon-legal:before {
	content: "\f0e3"
}

.icon-dashboard:before {
	content: "\f0e4"
}

.icon-comment-alt:before {
	content: "\f0e5"
}

.icon-comments-alt:before {
	content: "\f0e6"
}

.icon-bolt:before {
	content: "\f0e7"
}

.icon-sitemap:before {
	content: "\f0e8"
}

.icon-umbrella:before {
	content: "\f0e9"
}

.icon-paste:before {
	content: "\f0ea"
}

.icon-lightbulb:before {
	content: "\f0eb"
}

.icon-exchange:before {
	content: "\f0ec"
}

.icon-cloud-download:before {
	content: "\f0ed"
}

.icon-cloud-upload:before {
	content: "\f0ee"
}

.icon-user-md:before {
	content: "\f0f0"
}

.icon-stethoscope:before {
	content: "\f0f1"
}

.icon-suitcase:before {
	content: "\f0f2"
}

.icon-bell-alt:before {
	content: "\f0f3"
}

.icon-coffee:before {
	content: "\f0f4"
}

.icon-food:before {
	content: "\f0f5"
}

.icon-file-text-alt:before {
	content: "\f0f6"
}

.icon-building:before {
	content: "\f0f7"
}

.icon-hospital:before {
	content: "\f0f8"
}

.icon-ambulance:before {
	content: "\f0f9"
}

.icon-medkit:before {
	content: "\f0fa"
}

.icon-fighter-jet:before {
	content: "\f0fb"
}

.icon-beer:before {
	content: "\f0fc"
}

.icon-h-sign:before {
	content: "\f0fd"
}

.icon-plus-sign-alt:before {
	content: "\f0fe"
}

.icon-double-angle-left:before {
	content: "\f100"
}

.icon-double-angle-right:before {
	content: "\f101"
}

.icon-double-angle-up:before {
	content: "\f102"
}

.icon-double-angle-down:before {
	content: "\f103"
}

.icon-angle-left:before {
	content: "\f104"
}

.icon-angle-right:before {
	content: "\f105"
}

.icon-angle-up:before {
	content: "\f106"
}

.icon-angle-down:before {
	content: "\f107"
}

.icon-desktop:before {
	content: "\f108"
}

.icon-laptop:before {
	content: "\f109"
}

.icon-tablet:before {
	content: "\f10a"
}

.icon-mobile-phone:before {
	content: "\f10b"
}

.icon-circle-blank:before {
	content: "\f10c"
}

.icon-quote-left:before {
	content: "\f10d"
}

.icon-quote-right:before {
	content: "\f10e"
}

.icon-spinner:before {
	content: "\f110"
}

.icon-circle:before {
	content: "\f111"
}

.icon-mail-reply:before,
.icon-reply:before {
	content: "\f112"
}

.icon-github-alt:before {
	content: "\f113"
}

.icon-folder-close-alt:before {
	content: "\f114"
}

.icon-folder-open-alt:before {
	content: "\f115"
}

.icon-expand-alt:before {
	content: "\f116"
}

.icon-collapse-alt:before {
	content: "\f117"
}

.icon-smile:before {
	content: "\f118"
}

.icon-frown:before {
	content: "\f119"
}

.icon-meh:before {
	content: "\f11a"
}

.icon-gamepad:before {
	content: "\f11b"
}

.icon-keyboard:before {
	content: "\f11c"
}

.icon-flag-alt:before {
	content: "\f11d"
}

.icon-flag-checkered:before {
	content: "\f11e"
}

.icon-terminal:before {
	content: "\f120"
}

.icon-code:before {
	content: "\f121"
}

.icon-reply-all:before {
	content: "\f122"
}

.icon-mail-reply-all:before {
	content: "\f122"
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
	content: "\f123"
}

.icon-location-arrow:before {
	content: "\f124"
}

.icon-crop:before {
	content: "\f125"
}

.icon-code-fork:before {
	content: "\f126"
}

.icon-unlink:before {
	content: "\f127"
}

.icon-question:before {
	content: "\f128"
}

.icon-info:before {
	content: "\f129"
}

.icon-exclamation:before {
	content: "\f12a"
}

.icon-superscript:before {
	content: "\f12b"
}

.icon-subscript:before {
	content: "\f12c"
}

.icon-eraser:before {
	content: "\f12d"
}

.icon-puzzle-piece:before {
	content: "\f12e"
}

.icon-microphone:before {
	content: "\f130"
}

.icon-microphone-off:before {
	content: "\f131"
}

.icon-shield:before {
	content: "\f132"
}

.icon-calendar-empty:before {
	content: "\f133"
}

.icon-fire-extinguisher:before {
	content: "\f134"
}

.icon-rocket:before {
	content: "\f135"
}

.icon-maxcdn:before {
	content: "\f136"
}

.icon-chevron-sign-left:before {
	content: "\f137"
}

.icon-chevron-sign-right:before {
	content: "\f138"
}

.icon-chevron-sign-up:before {
	content: "\f139"
}

.icon-chevron-sign-down:before {
	content: "\f13a"
}

.icon-html5:before {
	content: "\f13b"
}

.icon-css3:before {
	content: "\f13c"
}

.icon-anchor:before {
	content: "\f13d"
}

.icon-unlock-alt:before {
	content: "\f13e"
}

.icon-bullseye:before {
	content: "\f140"
}

.icon-ellipsis-horizontal:before {
	content: "\f141"
}

.icon-ellipsis-vertical:before {
	content: "\f142"
}

.icon-rss-sign:before {
	content: "\f143"
}

.icon-play-sign:before {
	content: "\f144"
}

.icon-ticket:before {
	content: "\f145"
}

.icon-minus-sign-alt:before {
	content: "\f146"
}

.icon-check-minus:before {
	content: "\f147"
}

.icon-level-up:before {
	content: "\f148"
}

.icon-level-down:before {
	content: "\f149"
}

.icon-check-sign:before {
	content: "\f14a"
}

.icon-edit-sign:before {
	content: "\f14b"
}

.icon-external-link-sign:before {
	content: "\f14c"
}

.icon-share-sign:before {
	content: "\f14d"
}

.icon-compass:before {
	content: "\f14e"
}

.icon-collapse:before {
	content: "\f150"
}

.icon-collapse-top:before {
	content: "\f151"
}

.icon-expand:before {
	content: "\f152"
}

.icon-euro:before,
.icon-eur:before {
	content: "\f153"
}

.icon-gbp:before {
	content: "\f154"
}

.icon-dollar:before,
.icon-usd:before {
	content: "\f155"
}

.icon-rupee:before,
.icon-inr:before {
	content: "\f156"
}

.icon-yen:before,
.icon-jpy:before {
	content: "\f157"
}

.icon-renminbi:before,
.icon-cny:before {
	content: "\f158"
}

.icon-won:before,
.icon-krw:before {
	content: "\f159"
}

.icon-bitcoin:before,
.icon-btc:before {
	content: "\f15a"
}

.icon-file:before {
	content: "\f15b"
}

.icon-file-text:before {
	content: "\f15c"
}

.icon-sort-by-alphabet:before {
	content: "\f15d"
}

.icon-sort-by-alphabet-alt:before {
	content: "\f15e"
}

.icon-sort-by-attributes:before {
	content: "\f160"
}

.icon-sort-by-attributes-alt:before {
	content: "\f161"
}

.icon-sort-by-order:before {
	content: "\f162"
}

.icon-sort-by-order-alt:before {
	content: "\f163"
}

.icon-thumbs-up:before {
	content: "\f164"
}

.icon-thumbs-down:before {
	content: "\f165"
}

.icon-youtube-sign:before {
	content: "\f166"
}

.icon-youtube:before {
	content: "\f167"
}

.icon-xing:before {
	content: "\f168"
}

.icon-xing-sign:before {
	content: "\f169"
}

.icon-youtube-play:before {
	content: "\f16a"
}

.icon-dropbox:before {
	content: "\f16b"
}

.icon-stackexchange:before {
	content: "\f16c"
}

.icon-instagram:before {
	content: "\f16d"
}

.icon-flickr:before {
	content: "\f16e"
}

.icon-adn:before {
	content: "\f170"
}

.icon-bitbucket:before {
	content: "\f171"
}

.icon-bitbucket-sign:before {
	content: "\f172"
}

.icon-tumblr:before {
	content: "\f173"
}

.icon-tumblr-sign:before {
	content: "\f174"
}

.icon-long-arrow-down:before {
	content: "\f175"
}

.icon-long-arrow-up:before {
	content: "\f176"
}

.icon-long-arrow-left:before {
	content: "\f177"
}

.icon-long-arrow-right:before {
	content: "\f178"
}

.icon-apple:before {
	content: "\f179"
}

.icon-windows:before {
	content: "\f17a"
}

.icon-android:before {
	content: "\f17b"
}

.icon-linux:before {
	content: "\f17c"
}

.icon-dribbble:before {
	content: "\f17d"
}

.icon-skype:before {
	content: "\f17e"
}

.icon-foursquare:before {
	content: "\f180"
}

.icon-trello:before {
	content: "\f181"
}

.icon-female:before {
	content: "\f182"
}

.icon-male:before {
	content: "\f183"
}

.icon-gittip:before {
	content: "\f184"
}

.icon-sun:before {
	content: "\f185"
}

.icon-moon:before {
	content: "\f186"
}

.icon-archive:before {
	content: "\f187"
}

.icon-bug:before {
	content: "\f188"
}

.icon-vk:before {
	content: "\f189"
}

.icon-weibo:before {
	content: "\f18a"
}

.icon-renren:before {
	content: "\f18b"
}

.icon-address:before {
	content: "\f02d"
}

.icon-arrow-down-2:before {
	content: "\f0ab"
}

.icon-arrow-down-3:before {
	content: "\f0d7"
}

.icon-arrow-first:before {
	content: "\f048"
}

.icon-arrow-last:before {
	content: "\f051"
}

.icon-arrow-left-2:before {
	content: "\f0a8"
}

.icon-arrow-left-3:before {
	content: "\f0d9"
}

.icon-arrow-right-2:before {
	content: "\f0a9"
}

.icon-arrow-right-3:before {
	content: "\f0da"
}

.icon-arrow-up-2:before {
	content: "\f0aa"
}

.icon-arrow-up-3:before {
	content: "\f0d8"
}

.icon-bars:before {
	content: "\f080"
}

.icon-basket:before {
	content: "\f07a"
}

.icon-box-add:before {
	content: "\f019"
}

.icon-box-remove:before {
	content: "\f093"
}

.icon-broadcast:before {
	content: "\f012"
}

.icon-brush:before {
	content: "\f043"
}

.icon-calendar-2:before {
	content: "\f073"
}

.icon-camera-2:before {
	content: "\f03d"
}

.icon-cancel:before {
	content: "\f057"
}

.icon-cancel-2:before {
	content: "\f00d"
}

.icon-cart:before {
	content: "\f07a"
}

.icon-chart:before {
	content: "\f080"
}

.icon-checkbox:before {
	content: "\f046"
}

.icon-checkbox-partial:before {
	content: "\f147"
}

.icon-checkbox-unchecked:before {
	content: "\f096"
}

.icon-checkmark:before {
	content: "\f00c"
}

.icon-clock:before {
	content: "\f017"
}

.icon-color-palette:before {
	content: "\f0e4"
}

.icon-comments-2:before {
	content: "\f086"
}

.icon-contract:before {
	content: "\f066"
}

.icon-contract-2:before {
	content: "\f066"
}

.icon-cube:before {
	content: "\f01c"
}

.icon-database:before {
	content: "\f0a0"
}

.icon-drawer:before {
	content: "\f01c"
}

.icon-drawer-2:before {
	content: "\f01c"
}

.icon-expand:before {
	content: "\f065"
}

.icon-expand-2:before {
	content: "\f0b2"
}

.icon-eye:before {
	content: "\f06e"
}

.icon-feed:before {
	content: "\f143"
}

.icon-file-add:before {
	content: "\f116"
}

.icon-file-remove:before {
	content: "\f117"
}

.icon-first:before {
	content: "\f049"
}

.icon-flag-2:before {
	content: "\f0c6"
}

.icon-folder:before {
	content: "\f07c"
}

.icon-folder-2:before {
	content: "\f07b"
}

.icon-grid-view:before {
	content: "\f0db"
}

.icon-grid-view-2:before {
	content: "\f00a"
}

.icon-health:before {
	content: "\f0f1"
}

.icon-help:before {
	content: "\f059"
}

.icon-lamp:before {
	content: "\f0eb"
}

.icon-last:before {
	content: "\f050"
}

.icon-lightning:before {
	content: "\f0e7"
}

.icon-list-view:before {
	content: "\f0ca"
}

.icon-location:before {
	content: "\f041"
}

.icon-locked:before {
	content: "\f023"
}

.icon-loop:before {
	content: "\f021"
}

.icon-mail:before {
	content: "\f0e0"
}

.icon-mail-2:before {
	content: "\f003"
}

.icon-menu:before {
	content: "\f142"
}

.icon-menu-2:before {
	content: "\f0dc"
}

.icon-minus-2:before {
	content: "\f068"
}

.icon-mobile:before {
	content: "\f10b"
}

.icon-next:before {
	content: "\f04e"
}

.icon-out:before {
	content: "\f045"
}

.icon-out-2:before {
	content: "\f08b"
}

.icon-pencil-2:before {
	content: "\f040"
}

.icon-pictures:before {
	content: "\f03e"
}

.icon-pin:before {
	content: "\f08d"
}

.icon-play-2:before {
	content: "\f01d"
}

.icon-plus-2:before {
	content: "\f067"
}

.icon-power-cord:before {
	content: "\f076"
}

.icon-previous:before {
	content: "\f04a"
}

.icon-printer:before {
	content: "\f02f"
}

.icon-puzzle:before {
	content: "\f12e"
}

.icon-quote:before {
	content: "\f10d"
}

.icon-quote-2:before {
	content: "\f10e"
}

.icon-redo:before {
	content: "\f064"
}

.icon-screen:before {
	content: "\f108"
}

.icon-shuffle:before {
	content: "\f074"
}

.icon-star-2:before {
	content: "\f123"
}

.icon-support:before {
	content: "\f05b"
}

.icon-tools:before {
	content: "\f0ad"
}

.icon-users:before {
	content: "\f0c0"
}

.icon-vcard:before {
	content: "\f18b"
}

.icon-wand:before {
	content: "\f0d0"
}

.icon-warning:before {
	content: "\f071"
}

.fa,
.fas,
.far,
.fal,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: solid 0.08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-allergies:before {
	content: "\f461"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angry:before {
	content: "\f556"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-archway:before {
	content: "\f557"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-atlas:before {
	content: "\f558"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-award:before {
	content: "\f559"
}

.fa-aws:before {
	content: "\f375"
}

.fa-backspace:before {
	content: "\f55a"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bezier-curve:before {
	content: "\f55b"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blender:before {
	content: "\f517"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-bong:before {
	content: "\f55c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-book-open:before {
	content: "\f518"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-broadcast-tower:before {
	content: "\f519"
}

.fa-broom:before {
	content: "\f51a"
}

.fa-brush:before {
	content: "\f55d"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-bus-alt:before {
	content: "\f55e"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-cannabis:before {
	content: "\f55f"
}

.fa-capsules:before {
	content: "\f46b"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chalkboard:before {
	content: "\f51b"
}

.fa-chalkboard-teacher:before {
	content: "\f51c"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-double:before {
	content: "\f560"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-church:before {
	content: "\f51d"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-cocktail:before {
	content: "\f561"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-coins:before {
	content: "\f51e"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comment-dots:before {
	content: "\f4ad"
}

.fa-comment-slash:before {
	content: "\f4b3"
}

.fa-comments:before {
	content: "\f086"
}

.fa-compact-disc:before {
	content: "\f51f"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-concierge-bell:before {
	content: "\f562"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-cookie:before {
	content: "\f563"
}

.fa-cookie-bite:before {
	content: "\f564"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-couch:before {
	content: "\f4b8"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-creative-commons-by:before {
	content: "\f4e7"
}

.fa-creative-commons-nc:before {
	content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea"
}

.fa-creative-commons-nd:before {
	content: "\f4eb"
}

.fa-creative-commons-pd:before {
	content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed"
}

.fa-creative-commons-remix:before {
	content: "\f4ee"
}

.fa-creative-commons-sa:before {
	content: "\f4ef"
}

.fa-creative-commons-sampling:before {
	content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1"
}

.fa-creative-commons-share:before {
	content: "\f4f2"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crop-alt:before {
	content: "\f565"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-crow:before {
	content: "\f520"
}

.fa-crown:before {
	content: "\f521"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-diagnoses:before {
	content: "\f470"
}

.fa-dice:before {
	content: "\f522"
}

.fa-dice-five:before {
	content: "\f523"
}

.fa-dice-four:before {
	content: "\f524"
}

.fa-dice-one:before {
	content: "\f525"
}

.fa-dice-six:before {
	content: "\f526"
}

.fa-dice-three:before {
	content: "\f527"
}

.fa-dice-two:before {
	content: "\f528"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-digital-tachograph:before {
	content: "\f566"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-divide:before {
	content: "\f529"
}

.fa-dizzy:before {
	content: "\f567"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-donate:before {
	content: "\f4b9"
}

.fa-door-closed:before {
	content: "\f52a"
}

.fa-door-open:before {
	content: "\f52b"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-dove:before {
	content: "\f4ba"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-drafting-compass:before {
	content: "\f568"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drum:before {
	content: "\f569"
}

.fa-drum-steelpan:before {
	content: "\f56a"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dumbbell:before {
	content: "\f44b"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-ebay:before {
	content: "\f4f4"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edit:before {
	content: "\f044"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-equals:before {
	content: "\f52c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-feather:before {
	content: "\f52d"
}

.fa-feather-alt:before {
	content: "\f56b"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-contract:before {
	content: "\f56c"
}

.fa-file-download:before {
	content: "\f56d"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-export:before {
	content: "\f56e"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-import:before {
	content: "\f56f"
}

.fa-file-invoice:before {
	content: "\f570"
}

.fa-file-invoice-dollar:before {
	content: "\f571"
}

.fa-file-medical:before {
	content: "\f477"
}

.fa-file-medical-alt:before {
	content: "\f478"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-prescription:before {
	content: "\f572"
}

.fa-file-signature:before {
	content: "\f573"
}

.fa-file-upload:before {
	content: "\f574"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-fill:before {
	content: "\f575"
}

.fa-fill-drip:before {
	content: "\f576"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fingerprint:before {
	content: "\f577"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-first-order-alt:before {
	content: "\f50a"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-fish:before {
	content: "\f578"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-flushed:before {
	content: "\f579"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frog:before {
	content: "\f52e"
}

.fa-frown:before {
	content: "\f119"
}

.fa-frown-open:before {
	content: "\f57a"
}

.fa-fulcrum:before {
	content: "\f50b"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-galactic-republic:before {
	content: "\f50c"
}

.fa-galactic-senate:before {
	content: "\f50d"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gas-pump:before {
	content: "\f52f"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glass-martini-alt:before {
	content: "\f57b"
}

.fa-glasses:before {
	content: "\f530"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-globe-africa:before {
	content: "\f57c"
}

.fa-globe-americas:before {
	content: "\f57d"
}

.fa-globe-asia:before {
	content: "\f57e"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-greater-than:before {
	content: "\f531"
}

.fa-greater-than-equal:before {
	content: "\f532"
}

.fa-grimace:before {
	content: "\f57f"
}

.fa-grin:before {
	content: "\f580"
}

.fa-grin-alt:before {
	content: "\f581"
}

.fa-grin-beam:before {
	content: "\f582"
}

.fa-grin-beam-sweat:before {
	content: "\f583"
}

.fa-grin-hearts:before {
	content: "\f584"
}

.fa-grin-squint:before {
	content: "\f585"
}

.fa-grin-squint-tears:before {
	content: "\f586"
}

.fa-grin-stars:before {
	content: "\f587"
}

.fa-grin-tears:before {
	content: "\f588"
}

.fa-grin-tongue:before {
	content: "\f589"
}

.fa-grin-tongue-squint:before {
	content: "\f58a"
}

.fa-grin-tongue-wink:before {
	content: "\f58b"
}

.fa-grin-wink:before {
	content: "\f58c"
}

.fa-grip-horizontal:before {
	content: "\f58d"
}

.fa-grip-vertical:before {
	content: "\f58e"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hand-holding:before {
	content: "\f4bd"
}

.fa-hand-holding-heart:before {
	content: "\f4be"
}

.fa-hand-holding-usd:before {
	content: "\f4c0"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-hands:before {
	content: "\f4c2"
}

.fa-hands-helping:before {
	content: "\f4c4"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-headphones-alt:before {
	content: "\f58f"
}

.fa-headset:before {
	content: "\f590"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-helicopter:before {
	content: "\f533"
}

.fa-highlighter:before {
	content: "\f591"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hornbill:before {
	content: "\f592"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-alt:before {
	content: "\f47d"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hot-tub:before {
	content: "\f593"
}

.fa-hotel:before {
	content: "\f594"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-id-card-alt:before {
	content: "\f47f"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-infinity:before {
	content: "\f534"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-java:before {
	content: "\f4e4"
}

.fa-jedi-order:before {
	content: "\f50e"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joint:before {
	content: "\f595"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-key:before {
	content: "\f084"
}

.fa-keybase:before {
	content: "\f4f5"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-kiss:before {
	content: "\f596"
}

.fa-kiss-beam:before {
	content: "\f597"
}

.fa-kiss-wink-heart:before {
	content: "\f598"
}

.fa-kiwi-bird:before {
	content: "\f535"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-laugh:before {
	content: "\f599"
}

.fa-laugh-beam:before {
	content: "\f59a"
}

.fa-laugh-squint:before {
	content: "\f59b"
}

.fa-laugh-wink:before {
	content: "\f59c"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-less-than:before {
	content: "\f536"
}

.fa-less-than-equal:before {
	content: "\f537"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-luggage-cart:before {
	content: "\f59d"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-mailchimp:before {
	content: "\f59e"
}

.fa-male:before {
	content: "\f183"
}

.fa-mandalorian:before {
	content: "\f50f"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marked:before {
	content: "\f59f"
}

.fa-map-marked-alt:before {
	content: "\f5a0"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-marker:before {
	content: "\f5a1"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mastodon:before {
	content: "\f4f6"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-medal:before {
	content: "\f5a2"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-megaport:before {
	content: "\f5a3"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-meh-blank:before {
	content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5"
}

.fa-memory:before {
	content: "\f538"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-alt:before {
	content: "\f3c9"
}

.fa-microphone-alt-slash:before {
	content: "\f539"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill:before {
	content: "\f0d6"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-money-bill-wave:before {
	content: "\f53a"
}

.fa-money-bill-wave-alt:before {
	content: "\f53b"
}

.fa-money-check:before {
	content: "\f53c"
}

.fa-money-check-alt:before {
	content: "\f53d"
}

.fa-monument:before {
	content: "\f5a6"
}

.fa-moon:before {
	content: "\f186"
}

.fa-mortar-pestle:before {
	content: "\f5a7"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nimblr:before {
	content: "\f5a8"
}

.fa-nintendo-switch:before {
	content: "\f418"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-not-equal:before {
	content: "\f53e"
}

.fa-notes-medical:before {
	content: "\f481"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-old-republic:before {
	content: "\f510"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-paint-roller:before {
	content: "\f5aa"
}

.fa-palette:before {
	content: "\f53f"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-parachute-box:before {
	content: "\f4cd"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-parking:before {
	content: "\f540"
}

.fa-passport:before {
	content: "\f5ab"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-pen:before {
	content: "\f304"
}

.fa-pen-alt:before {
	content: "\f305"
}

.fa-pen-fancy:before {
	content: "\f5ac"
}

.fa-pen-nib:before {
	content: "\f5ad"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-pencil-ruler:before {
	content: "\f5ae"
}

.fa-people-carry:before {
	content: "\f4ce"
}

.fa-percent:before {
	content: "\f295"
}

.fa-percentage:before {
	content: "\f541"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phoenix-squadron:before {
	content: "\f511"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-slash:before {
	content: "\f3dd"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-hat:before {
	content: "\f4e5"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-piggy-bank:before {
	content: "\f4d3"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-plane:before {
	content: "\f072"
}

.fa-plane-arrival:before {
	content: "\f5af"
}

.fa-plane-departure:before {
	content: "\f5b0"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-poo:before {
	content: "\f2fe"
}

.fa-portrait:before {
	content: "\f3e0"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-prescription:before {
	content: "\f5b1"
}

.fa-prescription-bottle:before {
	content: "\f485"
}

.fa-prescription-bottle-alt:before {
	content: "\f486"
}

.fa-print:before {
	content: "\f02f"
}

.fa-procedures:before {
	content: "\f487"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-project-diagram:before {
	content: "\f542"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-r-project:before {
	content: "\f4f7"
}

.fa-random:before {
	content: "\f074"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-readme:before {
	content: "\f4d5"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-receipt:before {
	content: "\f543"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-rendact:before {
	content: "\f3e4"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-researchgate:before {
	content: "\f4f8"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-rev:before {
	content: "\f5b2"
}

.fa-ribbon:before {
	content: "\f4d6"
}

.fa-road:before {
	content: "\f018"
}

.fa-robot:before {
	content: "\f544"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-ruler:before {
	content: "\f545"
}

.fa-ruler-combined:before {
	content: "\f546"
}

.fa-ruler-horizontal:before {
	content: "\f547"
}

.fa-ruler-vertical:before {
	content: "\f548"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-sad-cry:before {
	content: "\f5b3"
}

.fa-sad-tear:before {
	content: "\f5b4"
}

.fa-safari:before {
	content: "\f267"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-school:before {
	content: "\f549"
}

.fa-screwdriver:before {
	content: "\f54a"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-seedling:before {
	content: "\f4d8"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shoe-prints:before {
	content: "\f54b"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shopware:before {
	content: "\f5b5"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-shuttle-van:before {
	content: "\f5b6"
}

.fa-sign:before {
	content: "\f4d9"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-signature:before {
	content: "\f5b7"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-sith:before {
	content: "\f512"
}

.fa-skull:before {
	content: "\f54c"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-smile-beam:before {
	content: "\f5b8"
}

.fa-smile-wink:before {
	content: "\f4da"
}

.fa-smoking:before {
	content: "\f48d"
}

.fa-smoking-ban:before {
	content: "\f54d"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-solar-panel:before {
	content: "\f5ba"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-spa:before {
	content: "\f5bb"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-splotch:before {
	content: "\f5bc"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-spray-can:before {
	content: "\f5bd"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-squarespace:before {
	content: "\f5be"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-stamp:before {
	content: "\f5bf"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-star-half-alt:before {
	content: "\f5c0"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-store:before {
	content: "\f54e"
}

.fa-store-alt:before {
	content: "\f54f"
}

.fa-strava:before {
	content: "\f428"
}

.fa-stream:before {
	content: "\f550"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-stroopwafel:before {
	content: "\f551"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-suitcase-rolling:before {
	content: "\f5c1"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-surprise:before {
	content: "\f5c2"
}

.fa-swatchbook:before {
	content: "\f5c3"
}

.fa-swimmer:before {
	content: "\f5c4"
}

.fa-swimming-pool:before {
	content: "\f5c5"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tablets:before {
	content: "\f490"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tape:before {
	content: "\f4db"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-teamspeak:before {
	content: "\f4f9"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-themeco:before {
	content: "\f5c6"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-tint-slash:before {
	content: "\f5c7"
}

.fa-tired:before {
	content: "\f5c8"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-toolbox:before {
	content: "\f552"
}

.fa-tooth:before {
	content: "\f5c9"
}

.fa-trade-federation:before {
	content: "\f513"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-train:before {
	content: "\f238"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-truck-loading:before {
	content: "\f4de"
}

.fa-truck-moving:before {
	content: "\f4df"
}

.fa-tshirt:before {
	content: "\f553"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-umbrella-beach:before {
	content: "\f5ca"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-alt:before {
	content: "\f406"
}

.fa-user-alt-slash:before {
	content: "\f4fa"
}

.fa-user-astronaut:before {
	content: "\f4fb"
}

.fa-user-check:before {
	content: "\f4fc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-clock:before {
	content: "\f4fd"
}

.fa-user-cog:before {
	content: "\f4fe"
}

.fa-user-edit:before {
	content: "\f4ff"
}

.fa-user-friends:before {
	content: "\f500"
}

.fa-user-graduate:before {
	content: "\f501"
}

.fa-user-lock:before {
	content: "\f502"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-minus:before {
	content: "\f503"
}

.fa-user-ninja:before {
	content: "\f504"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-shield:before {
	content: "\f505"
}

.fa-user-slash:before {
	content: "\f506"
}

.fa-user-tag:before {
	content: "\f507"
}

.fa-user-tie:before {
	content: "\f508"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-users-cog:before {
	content: "\f509"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-vector-square:before {
	content: "\f5cb"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-vial:before {
	content: "\f492"
}

.fa-vials:before {
	content: "\f493"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-video-slash:before {
	content: "\f4e2"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-walking:before {
	content: "\f554"
}

.fa-wallet:before {
	content: "\f555"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-weebly:before {
	content: "\f5cc"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weight-hanging:before {
	content: "\f5cd"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-wine-glass:before {
	content: "\f4e3"
}

.fa-wine-glass-alt:before {
	content: "\f5ce"
}

.fa-wix:before {
	content: "\f5cf"
}

.fa-wolf-pack-battalion:before {
	content: "\f514"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-x-ray:before {
	content: "\f497"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	src: url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-brands-400.eot);
	src: url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-brands-400.eot) format("embedded-opentype"), url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-brands-400.woff2) format("woff2"), url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-brands-400.woff) format("woff"), url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-brands-400.ttf) format("truetype"), url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-brands-400.svg) format("svg")
}

.fab {
	font-family: 'Font Awesome 5 Brands'
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	src: url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-regular-400.eot);
	src: url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-regular-400.eot) format("embedded-opentype"), url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-regular-400.woff2) format("woff2"), url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-regular-400.woff) format("woff"), url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-regular-400.ttf) format("truetype"), url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-regular-400.svg) format("svg")
}

.far {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	src: url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-solid-900.eot);
	src: url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-solid-900.eot) format("embedded-opentype"), url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-solid-900.woff2) format("woff2"), url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-solid-900.woff) format("woff"), url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-solid-900.ttf) format("truetype"), url(../../../templates/okta_warbet168/fonts/fontawesome-free-5.1.1/webfonts/fa-solid-900.svg) format("svg")
}

.fa,
.fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900
}

/*@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(../../../../fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype')
}*/

@font-face {
	font-family: 'Tekoinline';
	src: url(../../../templates/okta_warbet168/fonts/juventus/Tekoinline.eot);
	src: url(../../../templates/okta_warbet168/fonts/juventus/Tekoinline.woff) format('woff'), url(../../../templates/okta_warbet168/fonts/juventus/Tekoinline.ttf) format('truetype'), url(../../../templates/okta_warbet168/fonts/juventus/juventus_fans-boldinline.svg) format('svg')
}

@font-face {
	font-family: 'Tekostretched';
	src: url(../../../templates/okta_warbet168/fonts/juventus/Tekostretched.eot);
	src: url(../../../templates/okta_warbet168/fonts/juventus/Tekostretched.woff) format('woff'), url(../../../templates/okta_warbet168/fonts/juventus/Tekostretched.ttf) format('truetype'), url(../../../templates/okta_warbet168/fonts/juventus/juventus_fans-boldstretched.svg) format('svg')
}

@font-face {
	font-family: 'IconsFont';
	src: url(../../../templates/okta_warbet168/fonts/IconsFont/juve-icons.eot);
	src: url(../../../templates/okta_warbet168/fonts/IconsFont/juve-icons.eot) format('embedded-opentype'), url(../../../templates/okta_warbet168/fonts/IconsFont/juve-icons.woff) format('woff'), url(../../../templates/okta_warbet168/fonts/IconsFont/juve-icons.ttf) format('truetype'), url(../../../templates/okta_warbet168/fonts/IconsFont/juve-icons.svg) format('svg');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'CupsFont';
	src: url(../../../templates/okta_warbet168/fonts/CupsFont/juve-cups.eot);
	src: url(../../../templates/okta_warbet168/fonts/CupsFont/juve-cups.woff) format('woff'), url(../../../templates/okta_warbet168/fonts/CupsFont/juve-cups.ttf) format('truetype'), url(../../../templates/okta_warbet168/fonts/CupsFont/juve-cups.svg) format('svg')
}

@font-face {
	font-family: 'socialbar';
	src: url(../../../templates/okta_warbet168/fonts/socialbar/socialbar.eot);
	src: url(../../../templates/okta_warbet168/fonts/socialbar/socialbar.eot) format('embedded-opentype'), url(../../../templates/okta_warbet168/fonts/socialbar/socialbar.ttf) format('truetype'), url(http://warbet168.net/templates/okta_warbet168/socialbar/socialbar.woff) format("woff")
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../../../templates/okta_warbet168/js/owl-carousel/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

.formHidden {
	position: absolute;
	left: -20000px;
	top: -20000px;
	opacity: 0
}

.formRed {
	color: red;
	font-weight: bold
}

.formError {
	color: #CF4D4D;
	font-weight: bold;
	font-size: 10px
}

.formNoError {
	display: none
}

.formField {
	display: block;
	overflow: auto
}

.formClr {
	clear: both;
	display: block
}

fieldset.formFieldset {
	margin-bottom: 10px
}

fieldset.formFieldset legend {
	padding: 0 2px;
	font-weight: bold;
	font-size: 16px
}

fieldset.formFieldset ol.formContainer {
	margin: 0;
	padding: 0
}

fieldset.formFieldset ol.formContainer li {
	background-image: none;
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: both
}

strong.formRequired {
	font-weight: bold;
	font-style: normal;
	margin-left: 3px
}

div.formCaption {
	display: block;
	float: left;
	width: 25%;
	min-height: 12px
}

div.formBody {
	display: block;
	float: left
}

.formFieldset .formBody label {
	display: inline;
	margin: 3px
}

.formTableLayout {
	border: none
}

.formTableLayout>tbody>tr {
	border: none
}

.formTableLeft,
.formTableRight {
	border: none
}

.formTableLayout tr td label {
	display: inline;
	margin: 3px
}

.formTableLayout tr.rsform-block,
.formTableLayout tr.rsform-block>td {
	border: 0
}

.formTableLayout tr.rsform-block>td {
	padding: 3px
}

.form2LinesLayout .formField label {
	display: inline;
	margin: 3px
}

div.formDescription {
	margin-left: 3px;
	padding-left: 3px;
	font-size: 11px;
	font-weight: normal
}

div.calheader {
	text-align: center !important
}

.rsformProgress {
	text-align: center;
	font-size: 14px
}

.rsformProgressContainer {
	width: 100%;
	height: 4px;
	border: solid 1px #c7c7c7;
	overflow: hidden;
	margin: 0 0 10px !important;
	background: #fff
}

.rsformProgressBar {
	height: 4px;
	background: green;
	margin: 0px !important
}

.rsformVerticalClear {
	overflow: hidden;
	display: block
}

p.rsformVerticalClear {
	margin: 0
}

.recaptcha_input_area_text {
	float: none !important
}

.rsformMaps img {
	max-width: none !important
}

.rsform-map-geolocation {
	list-style: none outside none;
	margin: 0;
	width: 455px;
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #E8E7E7;
	height: auto;
	position: absolute;
	z-index: 999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

.rsform-map-geolocation li a {
	padding: 4px;
	text-decoration: none;
	display: block;
	line-height: 20px
}

.rsform-map-geolocation li a:hover {
	text-decoration: none;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

.rsfp-progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.rsfp-progress .rsfp-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e90d2;
	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
	background-image: -o-linear-gradient(top, #149bdf, #0480be);
	background-image: linear-gradient(to bottom, #149bdf, #0480be);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-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-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease
}

.rsfp-progress .rsfp-bar-danger {
	background-color: #dd514c;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0)
}

.rsfp-progress .rsfp-bar-success {
	background-color: #5eb95e;
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(to bottom, #62c462, #57a957);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0)
}

.rsfp-progress .rsfp-bar-info {
	background-color: #4bb1cf;
	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
	background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0)
}

.rsfp-progress .rsfp-bar-warning {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0)
}

@media (min-width:960px) {
	.formContainer>.uk-grid>.uk-width-1-12 {
		width: 8.333%
	}
	.formContainer>.uk-grid>.uk-width-2-12 {
		width: 16.666%
	}
	.formContainer>.uk-grid>.uk-width-3-12 {
		width: 25%
	}
	.formContainer>.uk-grid>.uk-width-4-12 {
		width: 33.333%
	}
	.formContainer>.uk-grid>.uk-width-5-12 {
		width: 41.666%
	}
	.formContainer>.uk-grid>.uk-width-6-12 {
		width: 50%
	}
	.formContainer>.uk-grid>.uk-width-7-12 {
		width: 58.333%
	}
	.formContainer>.uk-grid>.uk-width-8-12 {
		width: 66.666%
	}
	.formContainer>.uk-grid>.uk-width-9-12 {
		width: 75%
	}
	.formContainer>.uk-grid>.uk-width-10-12 {
		width: 83.333%
	}
	.formContainer>.uk-grid>.uk-width-11-12 {
		width: 91.666%
	}
	.formContainer>.uk-grid>.uk-width-12-12 {
		width: 100%
	}
}

@font-face {
	font-family: 'revicons';
	src: url(../../com_uniterevolution2/assets/rs-plugin/font/revicons.eot@5510888=);
	src: url(../../com_uniterevolution2/assets/rs-plugin/font/revicons.eot@5510888=) format('embedded-opentype'), url(../../com_uniterevolution2/assets/rs-plugin/font/revicons.woff@5510888=) format('woff'), url(../../com_uniterevolution2/assets/rs-plugin/font/revicons.ttf@5510888=) format('truetype'), url(../../com_uniterevolution2/assets/rs-plugin/font/revicons.svg@5510888=) format('svg');
	font-weight: normal;
	font-style: normal
}

[class^="revicon-"]:before,
[class*=" revicon-"]:before {
	font-family: "revicons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em
}

.revicon-search-1:before {
	content: '\e802'
}

.revicon-pencil-1:before {
	content: '\e831'
}

.revicon-picture-1:before {
	content: '\e803'
}

.revicon-cancel:before {
	content: '\e80a'
}

.revicon-info-circled:before {
	content: '\e80f'
}

.revicon-trash:before {
	content: '\e801'
}

.revicon-left-dir:before {
	content: '\e817'
}

.revicon-right-dir:before {
	content: '\e818'
}

.revicon-down-open:before {
	content: '\e83b'
}

.revicon-left-open:before {
	content: '\e819'
}

.revicon-right-open:before {
	content: '\e81a'
}

.revicon-angle-left:before {
	content: '\e820'
}

.revicon-angle-right:before {
	content: '\e81d'
}

.revicon-left-big:before {
	content: '\e81f'
}

.revicon-right-big:before {
	content: '\e81e'
}

.revicon-magic:before {
	content: '\e807'
}

.revicon-picture:before {
	content: '\e800'
}

.revicon-export:before {
	content: '\e80b'
}

.revicon-cog:before {
	content: '\e832'
}

.revicon-login:before {
	content: '\e833'
}

.revicon-logout:before {
	content: '\e834'
}

.revicon-video:before {
	content: '\e805'
}

.revicon-arrow-combo:before {
	content: '\e827'
}

.revicon-left-open-1:before {
	content: '\e82a'
}

.revicon-right-open-1:before {
	content: '\e82b'
}

.revicon-left-open-mini:before {
	content: '\e822'
}

.revicon-right-open-mini:before {
	content: '\e823'
}

.revicon-left-open-big:before {
	content: '\e824'
}

.revicon-right-open-big:before {
	content: '\e825'
}

.revicon-left:before {
	content: '\e836'
}

.revicon-right:before {
	content: '\e826'
}

.revicon-ccw:before {
	content: '\e808'
}

.revicon-arrows-ccw:before {
	content: '\e806'
}

.revicon-palette:before {
	content: '\e829'
}

.revicon-list-add:before {
	content: '\e80c'
}

.revicon-doc:before {
	content: '\e809'
}

.revicon-left-open-outline:before {
	content: '\e82e'
}

.revicon-left-open-2:before {
	content: '\e82c'
}

.revicon-right-open-outline:before {
	content: '\e82f'
}

.revicon-right-open-2:before {
	content: '\e82d'
}

.revicon-equalizer:before {
	content: '\e83a'
}

.revicon-layers-alt:before {
	content: '\e804'
}

.revicon-popup:before {
	content: '\e828'
}

.tp-static-layers {
	position: absolute;
	z-index: 505;
	top: 0px;
	left: 0px
}

.tp-caption .frontcorner {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;
	left: -40px;
	top: 0px
}

.tp-caption .backcorner {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;
	right: 0px;
	top: 0px
}

.tp-caption .frontcornertop {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;
	left: -40px;
	top: 0px
}

.tp-caption .backcornertop {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;
	right: 0px;
	top: 0px
}

.tp-layer-inner-rotation {
	position: relative !important
}

img.tp-slider-alternative-image {
	width: 100%;
	height: auto
}

.rev_slider_wrapper {
	position: relative
}

.rev_slider_wrapper>ul {
	visibility: hidden
}

.rev_slider {
	position: relative;
	overflow: visible
}

.rev_slider img {
	/* max-width: none !important; */
	-moz-transition: none 0;
	-webkit-transition: none 0;
	-o-transition: none 0;
	transition: none 0;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border: none;
}

.rev_slider .no-slides-text {
	font-weight: bold;
	text-align: center;
	padding-top: 80px
}

.rev_slider>ul {
	margin: 0px;
	padding: 0px;
	list-style: none !important;
	list-style-type: none;
	background-position: 0px 0px
}

.rev_slider>ul>li,
.rev_slider>ul>li:before {
	list-style: none !important;
	position: absolute;
	visibility: hidden;
	margin: 0px !important;
	padding: 0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image: none;
	background-position: 0px 0px;
	text-indent: 0em
}

.tp-revslider-slidesli,
.tp-revslider-mainul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important
}

.tp-simpleresponsive>ul,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
	overflow-x: visible;
	overflow-y: visible;
	background-image: none
}

.tp-simpleresponsive>ul li {
	list-style: none;
	position: absolute !important;
	visibility: hidden
}

.rev_slider .tp-caption,
.rev_slider .caption {
	position: absolute;
	visibility: hidden;
	white-space: nowrap
}

.tp-simpleresponsive img {
	max-width: none
}

.tp-caption {
	z-index: 1
}

.tp_inner_padding {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-height: none !important
}

.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
	visibility: hidden !important;
	display: none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
	max-width: none !important
}

.noFilterClass {
	filter: none !important
}

.tp-caption.coverscreenvideo {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute
}

.caption.fullscreenvideo {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
	width: 100% !important;
	height: 100% !important;
	display: none
}

.tp-caption.fullscreenvideo {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
	width: 100% !important;
	height: 100% !important;
	display: none
}

.fullcoveredvideo video,
.fullscreenvideo video {
	background: #000
}

.fullcoveredvideo .tp-poster {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px
}

.html5vid.videoisplaying .tp-poster {
	display: none
}

.tp-video-play-button {
	background: #000;
	background: rgba(0, 0, 0, 0.3);
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 40px;
	color: #FFF;
	z-index: 3;
	margin-top: -27px;
	margin-left: -28px;
	text-align: center;
	cursor: pointer
}

.tp-caption:hover .tp-video-play-button {
	opacity: 1
}

.html5vid .tp-revstop {
	width: 15px;
	height: 20px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	position: relative;
	margin: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.html5vid .tp-revstop {
	display: none
}

.html5vid.videoisplaying .revicon-right-dir {
	display: none
}

.html5vid.videoisplaying .tp-revstop {
	display: block
}

.html5vid.videoisplaying .tp-video-play-button {
	display: none
}

.html5vid:hover .tp-video-play-button {
	display: block
}

.fullcoveredvideo .tp-video-play-button {
	display: none !important
}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.13, rgb(0, 0, 0)), color-stop(1, rgb(50, 50, 50)));
	display: table;
	max-width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.tp-caption:hover .tp-video-controls {
	opacity: .9
}

.tp-video-button {
	background: rgba(0, 0, 0, .5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	line-height: 12px;
	font-size: 12px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	outline: none
}

.tp-video-button:hover {
	cursor: pointer
}

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
	padding: 0px 5px;
	display: table-cell
}

.tp-video-seek-bar-wrap {
	width: 80%
}

.tp-video-vol-bar-wrap {
	width: 20%
}

.tp-volume-bar,
.tp-seek-bar {
	width: 100%;
	cursor: pointer;
	outline: none;
	line-height: 12px;
	margin: 0;
	padding: 0
}

.tp-dottedoverlay {
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3
}

.tp-dottedoverlay.twoxtwo {
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/gridtile.png)
}

.tp-dottedoverlay.twoxtwowhite {
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/gridtile_white.png)
}

.tp-dottedoverlay.threexthree {
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/gridtile_3x3.png)
}

.tp-dottedoverlay.threexthreewhite {
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/gridtile_3x3_white.png)
}

.fullscreen-container {
	width: 100%;
	position: relative;
	padding: 0
}

.fullwidthbanner-container {
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden
}

.fullwidthbanner-container .fullwidthabanner {
	width: 100%;
	position: relative
}

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img {}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	position: absolute;
	-webkit-font-smoothing: antialiased !important
}

.tp-bannershadow {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none
}

.tp-bannershadow.tp-shadow1 {
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/shadow1.png) no-repeat;
	background-size: 100% 100%;
	width: 890px;
	height: 30px;
	bottom: -30px
}

.tp-bannershadow.tp-shadow2 {
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/shadow2.png) no-repeat;
	background-size: 100% 100%;
	width: 890px;
	height: 60px;
	bottom: -60px
}

.tp-bannershadow.tp-shadow3 {
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/shadow3.png) no-repeat;
	background-size: 100% 100%;
	width: 890px;
	height: 60px;
	bottom: -60px
}

.tp-button {
	padding: 6px 13px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 30px;
	cursor: pointer;
	color: #fff !important;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
	font-size: 15px;
	line-height: 45px !important;
	background: url(../../com_uniterevolution2/assets/rs-plugin/images/gradient/g30.png) repeat-x top;
	font-family: arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none
}

.tp-button.big {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	font-weight: bold;
	padding: 9px 20px;
	font-size: 19px;
	line-height: 57px !important;
	background: url(../../com_uniterevolution2/assets/rs-plugin/images/gradient/g40.png) repeat-x top
}

.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {
	background-position: bottom, 15px 11px
}

.tp-button.green,
.tp-button:hover.green,
.purchase.green,
.purchase:hover.green {
	background-color: #21a117;
	-webkit-box-shadow: 0px 3px 0px 0px #104d0b;
	-moz-box-shadow: 0px 3px 0px 0px #104d0b;
	box-shadow: 0px 3px 0px 0px #104d0b
}

.tp-button.blue,
.tp-button:hover.blue,
.purchase.blue,
.purchase:hover.blue {
	background-color: #1d78cb;
	-webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
	-moz-box-shadow: 0px 3px 0px 0px #0f3e68;
	box-shadow: 0px 3px 0px 0px #0f3e68
}

.tp-button.red,
.tp-button:hover.red,
.purchase.red,
.purchase:hover.red {
	background-color: #cb1d1d;
	-webkit-box-shadow: 0px 3px 0px 0px #7c1212;
	-moz-box-shadow: 0px 3px 0px 0px #7c1212;
	box-shadow: 0px 3px 0px 0px #7c1212
}

.tp-button.orange,
.tp-button:hover.orange,
.purchase.orange,
.purchase:hover.orange {
	background-color: #f70;
	-webkit-box-shadow: 0px 3px 0px 0px #a34c00;
	-moz-box-shadow: 0px 3px 0px 0px #a34c00;
	box-shadow: 0px 3px 0px 0px #a34c00
}

.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey,
.purchase.darkgrey,
.purchase:hover.darkgrey {
	background-color: #555;
	-webkit-box-shadow: 0px 3px 0px 0px #222;
	-moz-box-shadow: 0px 3px 0px 0px #222;
	box-shadow: 0px 3px 0px 0px #222
}

.tp-button.lightgrey,
.tp-button:hover.lightgrey,
.purchase.lightgrey,
.purchase:hover.lightgrey {
	background-color: #888;
	-webkit-box-shadow: 0px 3px 0px 0px #555;
	-moz-box-shadow: 0px 3px 0px 0px #555;
	box-shadow: 0px 3px 0px 0px #555
}

.tpclear {
	clear: both
}

.tp-bullets {
	z-index: 1000;
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	-webkit-transform: translateZ(5px)
}

.tp-bullets.hidebullets {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}

.tp-bullets.simplebullets.navbar {
	border: 1px solid #666;
	border-bottom: 1px solid #444;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/boxed_bgtile.png);
	height: 40px;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.tp-bullets.simplebullets.navbar-old {
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/navigdots_bgtile.png);
	height: 35px;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/bullet.png) no-repeat top left;
	width: 20px;
	height: 20px;
	margin-right: 0px;
	float: left;
	margin-top: 0px;
	margin-left: 3px
}

.tp-bullets.simplebullets.round .bullet.last {
	margin-right: 3px
}

.tp-bullets.simplebullets.round-old .bullet {
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/bullets.png) no-repeat bottom left;
	width: 23px;
	height: 23px;
	margin-right: 0px;
	float: left;
	margin-top: 0px
}

.tp-bullets.simplebullets.round-old .bullet.last {
	margin-right: 0px
}

.tp-bullets.simplebullets.square .bullet {
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/bullets2.png) no-repeat bottom left;
	width: 19px;
	height: 19px;
	margin-right: 0px;
	float: left;
	margin-top: 0px
}

.tp-bullets.simplebullets.square .bullet.last {
	margin-right: 0px
}

.tp-bullets.simplebullets.square-old .bullet {
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/bullets2.png) no-repeat bottom left;
	width: 19px;
	height: 19px;
	margin-right: 0px;
	float: left;
	margin-top: 0px
}

.tp-bullets.simplebullets.square-old .bullet.last {
	margin-right: 0px
}

.tp-bullets.simplebullets.navbar .bullet {
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/bullet_boxed.png) no-repeat top left;
	width: 18px;
	height: 19px;
	margin-right: 5px;
	float: left;
	margin-top: 10px
}

.tp-bullets.simplebullets.navbar .bullet.first {
	margin-left: 0px !important
}

.tp-bullets.simplebullets.navbar .bullet.last {
	margin-right: 0px !important
}

.tp-bullets.simplebullets.navbar-old .bullet {
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/navigdots.png) no-repeat bottom left;
	width: 15px;
	height: 15px;
	margin-left: 5px !important;
	margin-right: 5px !important;
	float: left;
	margin-top: 10px
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
	margin-left: 0px !important
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
	margin-right: 0px !important
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
	background-position: top left
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background-position: bottom left
}

.tparrows {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	-webkit-transform: translateZ(1000px);
	-webkit-transform-style: preserve-3d
}

.tparrows .tp-arr-imgholder {
	display: none
}

.tparrows .tp-arr-titleholder {
	display: none
}

.tparrows.hidearrows {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}

.tp-leftarrow {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/large_left.png) no-repeat top left;
	width: 40px;
	height: 40px
}

.tp-rightarrow {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/large_right.png) no-repeat top left;
	width: 40px;
	height: 40px
}

.tp-leftarrow.round {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/small_left.png) no-repeat top left;
	width: 19px;
	height: 14px;
	margin-right: 0px;
	float: left;
	margin-top: 0px
}

.tp-rightarrow.round {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/small_right.png) no-repeat top left;
	width: 19px;
	height: 14px;
	margin-right: 0px;
	float: left;
	margin-top: 0px
}

.tp-leftarrow.round-old {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/arrow_left.png) no-repeat top left;
	width: 26px;
	height: 26px;
	margin-right: 0px;
	float: left;
	margin-top: 0px
}

.tp-rightarrow.round-old {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/arrow_right.png) no-repeat top left;
	width: 26px;
	height: 26px;
	margin-right: 0px;
	float: left;
	margin-top: 0px
}

.tp-leftarrow.navbar {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/small_left_boxed.png) no-repeat top left;
	width: 20px;
	height: 15px;
	float: left;
	margin-right: 6px;
	margin-top: 12px
}

.tp-rightarrow.navbar {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/small_right_boxed.png) no-repeat top left;
	width: 20px;
	height: 15px;
	float: left;
	margin-left: 6px;
	margin-top: 12px
}

.tp-leftarrow.navbar-old {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/arrowleft.png) no-repeat top left;
	width: 9px;
	height: 16px;
	float: left;
	margin-right: 6px;
	margin-top: 10px
}

.tp-rightarrow.navbar-old {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/arrowright.png) no-repeat top left;
	width: 9px;
	height: 16px;
	float: left;
	margin-left: 6px;
	margin-top: 10px
}

.tp-leftarrow.navbar-old.thumbswitharrow {
	margin-right: 10px
}

.tp-rightarrow.navbar-old.thumbswitharrow {
	margin-left: 0px
}

.tp-leftarrow.square {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/arrow_left2.png) no-repeat top left;
	width: 12px;
	height: 17px;
	float: left;
	margin-right: 0px;
	margin-top: 0px
}

.tp-rightarrow.square {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/arrow_right2.png) no-repeat top left;
	width: 12px;
	height: 17px;
	float: left;
	margin-left: 0px;
	margin-top: 0px
}

.tp-leftarrow.square-old {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/arrow_left2.png) no-repeat top left;
	width: 12px;
	height: 17px;
	float: left;
	margin-right: 0px;
	margin-top: 0px
}

.tp-rightarrow.square-old {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/arrow_right2.png) no-repeat top left;
	width: 12px;
	height: 17px;
	float: left;
	margin-left: 0px;
	margin-top: 0px
}

.tp-leftarrow.default {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/large_left.png) no-repeat 0 0;
	width: 40px;
	height: 40px
}

.tp-rightarrow.default {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/large_right.png) no-repeat 0 0;
	width: 40px;
	height: 40px
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
	background-position: bottom left
}

.tp-bullets.tp-thumbs {
	z-index: 1000;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
	vertical-align: top
}

.tp-bullets.tp-thumbs img {
	vertical-align: top
}

.fullwidthbanner-container .tp-thumbs {
	padding: 3px
}

.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute
}

.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.tp-thumbs img {
	width: 100%
}

.tp-bannertimer {
	visibility: hidden;
	width: 100%;
	height: 5px;
	background: #fff;
	background: rgba(0, 0, 0, 0.15);
	position: absolute;
	z-index: 200;
	top: 0px
}

.tp-bannertimer.tp-bottom {
	top: auto;
	bottom: 0px !important;
	height: 5px
}

.tparrows.preview1 {
	width: 100px;
	height: 100px;
	-webkit-transform-style: preserve-3d;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	background: transparent
}

.tparrows.preview1:after {
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "revicons";
	color: #fff;
	font-size: 30px;
	width: 100px;
	height: 100px;
	text-align: center;
	background: #fff;
	background: rgba(0, 0, 0, 0.15);
	z-index: 2;
	line-height: 100px;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s
}

.tp-rightarrow.preview1:after {
	content: '\e825'
}

.tp-leftarrow.preview1:after {
	content: '\e824'
}

.tparrows.preview1:hover:after {
	background: rgba(255, 255, 255, 1);
	color: #aaa
}

.tparrows.preview1 .tp-arr-imgholder {
	background-size: cover;
	background-position: center center;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.tparrows.preview1 .tp-arr-iwrapper {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0
}

.tparrows.preview1:hover .tp-arr-iwrapper {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.tp-rightarrow.preview1 .tp-arr-imgholder {
	right: 100%;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0
}

.tp-leftarrow.preview1 .tp-arr-imgholder {
	left: 100%;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0
}

.tparrows.preview1:hover .tp-arr-imgholder {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

@media only screen and (min-width:768px) and (max-width:979px) {
	.tparrows.preview1,
	.tparrows.preview1:after {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 24px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.tparrows.preview1,
	.tparrows.preview1:after {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 20px
	}
}

@media only screen and (min-width:0px) and (max-width:479px) {
	.tparrows.preview1,
	.tparrows.preview1:after {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 12px
	}
}

.tp-bullets.preview1 {
	height: 21px
}

.tp-bullets.preview1 .bullet {
	cursor: pointer;
	position: relative !important;
	background: rgba(0, 0, 0, 0.15) !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 5px !important;
	height: 5px !important;
	border: 8px solid rgba(0, 0, 0, 0) !important;
	display: inline-block;
	margin-right: 5px !important;
	margin-bottom: 0px !important;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;
	-ms-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
	float: none !important;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}

.tp-bullets.preview1 .bullet.last {
	margin-right: 0px
}

.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #aaa !important;
	width: 5px !important;
	height: 5px !important;
	border: 8px solid rgba(255, 255, 255, 1) !important
}

.tparrows.preview2 {
	min-width: 60px;
	min-height: 60px;
	background: #fff;
	;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	overflow: hidden;
	-webkit-transition: -webkit-transform 1.3s;
	-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
	transition: width 0.3s, background-color 0.3s, opacity 0.3s;
	backface-visibility: hidden
}

.tparrows.preview2:after {
	position: absolute;
	top: 50%;
	font-family: "revicons";
	color: #aaa;
	font-size: 25px;
	margin-top: -12px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s
}

.tp-rightarrow.preview2:after {
	content: '\e81e';
	right: 18px
}

.tp-leftarrow.preview2:after {
	content: '\e81f';
	left: 18px
}

.tparrows.preview2 .tp-arr-titleholder {
	background-size: cover;
	background-position: center center;
	display: block;
	visibility: hidden;
	position: relative;
	top: 0px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	white-space: nowrap;
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	line-height: 60px;
	padding: 0px 10px
}

.tp-rightarrow.preview2 .tp-arr-titleholder {
	right: 50px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.tp-leftarrow.preview2 .tp-arr-titleholder {
	left: 50px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.tparrows.preview2.hovered {
	width: 300px
}

.tparrows.preview2:hover {
	background: #fff
}

.tparrows.preview2:hover:after {
	color: #000
}

.tparrows.preview2:hover .tp-arr-titleholder {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	visibility: visible;
	position: absolute
}

.tp-bullets.preview2 {
	height: 17px
}

.tp-bullets.preview2 .bullet {
	cursor: pointer;
	position: relative !important;
	background: rgba(0, 0, 0, 0.5) !important;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 6px !important;
	height: 6px !important;
	border: 5px solid rgba(0, 0, 0, 0) !important;
	display: inline-block;
	margin-right: 2px !important;
	margin-bottom: 0px !important;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;
	-ms-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
	float: none !important;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}

.tp-bullets.preview2 .bullet.last {
	margin-right: 0px
}

.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgba(255, 255, 255, 1) !important;
	width: 6px !important;
	height: 6px !important;
	border: 5px solid rgba(0, 0, 0, 1) !important
}

.tp-arr-titleholder.alwayshidden {
	display: none !important
}

@media only screen and (min-width:768px) and (max-width:979px) {
	.tparrows.preview2 {
		min-width: 40px;
		min-height: 40px;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px
	}
	.tparrows.preview2:after {
		position: absolute;
		top: 50%;
		font-family: "revicons";
		font-size: 20px;
		margin-top: -12px
	}
	.tp-rightarrow.preview2:after {
		content: '\e81e';
		right: 11px
	}
	.tp-leftarrow.preview2:after {
		content: '\e81f';
		left: 11px
	}
	.tparrows.preview2 .tp-arr-titleholder {
		font-size: 12px;
		line-height: 40px;
		letter-spacing: 0px
	}
	.tp-rightarrow.preview2 .tp-arr-titleholder {
		right: 35px
	}
	.tp-leftarrow.preview2 .tp-arr-titleholder {
		left: 35px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.tparrows.preview2 {
		min-width: 30px;
		min-height: 30px;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px
	}
	.tparrows.preview2:after {
		position: absolute;
		top: 50%;
		font-family: "revicons";
		font-size: 14px;
		margin-top: -12px
	}
	.tp-rightarrow.preview2:after {
		content: '\e81e';
		right: 8px
	}
	.tp-leftarrow.preview2:after {
		content: '\e81f';
		left: 8px
	}
	.tparrows.preview2 .tp-arr-titleholder {
		font-size: 10px;
		line-height: 30px;
		letter-spacing: 0px
	}
	.tp-rightarrow.preview2 .tp-arr-titleholder {
		right: 25px
	}
	.tp-leftarrow.preview2 .tp-arr-titleholder {
		left: 25px
	}
	.tparrows.preview2 .tp-arr-titleholder {
		display: none;
		visibility: none
	}
}

@media only screen and (min-width:0px) and (max-width:479px) {
	.tparrows.preview2 {
		min-width: 30px;
		min-height: 30px;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px
	}
	.tparrows.preview2:after {
		position: absolute;
		top: 50%;
		font-family: "revicons";
		font-size: 14px;
		margin-top: -12px
	}
	.tp-rightarrow.preview2:after {
		content: '\e81e';
		right: 8px
	}
	.tp-leftarrow.preview2:after {
		content: '\e81f';
		left: 8px
	}
	.tparrows.preview2 .tp-arr-titleholder {
		display: none;
		visibility: none
	}
	.tparrows.preview2:hover {
		width: 30px !important;
		height: 30px !important
	}
}

.tparrows.preview3 {
	width: 70px;
	height: 70px;
	background: #fff;
	background: rgba(255, 255, 255, 1);
	-webkit-transform-style: flat
}

.tparrows.preview3:after {
	position: absolute;
	line-height: 70px;
	text-align: center;
	font-family: "revicons";
	color: #aaa;
	font-size: 30px;
	top: 0px;
	left: 0px;
	;
	background: #fff;
	z-index: 100;
	width: 70px;
	height: 70px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s
}

.tparrows.preview3:hover:after {
	color: #000
}

.tp-rightarrow.preview3:after {
	content: '\e825'
}

.tp-leftarrow.preview3:after {
	content: '\e824'
}

.tparrows.preview3 .tp-arr-iwrapper {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	z-index: 0;
	position: absolute;
	background: #000;
	background: rgba(0, 0, 0, 0.75);
	display: table;
	min-height: 90px;
	top: -10px
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%
}

.tparrows.preview3 .tp-arr-imgholder {
	display: block;
	background-size: cover;
	background-position: center center;
	display: table-cell;
	min-width: 90px;
	height: 90px;
	position: relative;
	top: 0px
}

.tp-rightarrow.preview3 .tp-arr-iwrapper {
	right: 0px;
	padding-right: 70px
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
	left: 0px;
	direction: rtl;
	padding-left: 70px
}

.tparrows.preview3 .tp-arr-titleholder {
	display: table-cell;
	padding: 30px;
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	position: relative;
	clear: right;
	vertical-align: middle
}

.tparrows.preview3:hover .tp-arr-iwrapper {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.tp-bullets.preview3 {
	height: 17px
}

.tp-bullets.preview3 .bullet {
	cursor: pointer;
	position: relative !important;
	background: rgba(0, 0, 0, 0.5) !important;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 6px !important;
	height: 6px !important;
	border: 5px solid rgba(0, 0, 0, 0) !important;
	display: inline-block;
	margin-right: 2px !important;
	margin-bottom: 0px !important;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;
	-ms-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
	float: none !important;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}

.tp-bullets.preview3 .bullet.last {
	margin-right: 0px
}

.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgba(255, 255, 255, 1) !important;
	width: 6px !important;
	height: 6px !important;
	border: 5px solid rgba(0, 0, 0, 1) !important
}

@media only screen and (min-width:768px) and (max-width:979px) {
	.tparrows.preview3:after,
	.tparrows.preview3 {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px
	}
	.tparrows.preview3 .tp-arr-iwrapper {
		min-height: 70px
	}
	.tparrows.preview3 .tp-arr-imgholder {
		min-width: 70px;
		height: 70px
	}
	.tp-rightarrow.preview3 .tp-arr-iwrapper {
		padding-right: 50px
	}
	.tp-leftarrow.preview3 .tp-arr-iwrapper {
		padding-left: 50px
	}
	.tparrows.preview3 .tp-arr-titleholder {
		padding: 10px;
		font-size: 16px
	}
}

@media only screen and (max-width:767px) {
	.tparrows.preview3:after,
	.tparrows.preview3 {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px
	}
	.tparrows.preview3 .tp-arr-iwrapper {
		min-height: 70px
	}
}

.tparrows.preview4 {
	width: 30px;
	height: 110px;
	background: transparent;
	-webkit-transform-style: preserve-3d;
	-webkit-perspective: 1000;
	-moz-perspective: 1000
}

.tparrows.preview4:after {
	position: absolute;
	line-height: 110px;
	text-align: center;
	font-family: "revicons";
	color: #fff;
	font-size: 20px;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 30px;
	height: 110px;
	background: #000;
	background: rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.tp-rightarrow.preview4:after {
	content: '\e825'
}

.tp-leftarrow.preview4:after {
	content: '\e824'
}

.tparrows.preview4 .tp-arr-allwrapper {
	visibility: hidden;
	width: 180px;
	position: absolute;
	z-index: 1;
	min-height: 120px;
	top: 0px;
	left: -150px;
	overflow: hidden;
	-webkit-perspective: 1000px;
	-webkit-transform-style: flat
}

.tp-leftarrow.preview4 .tp-arr-allwrapper {
	left: 0px
}

.tparrows.preview4 .tp-arr-iwrapper {
	position: relative
}

.tparrows.preview4 .tp-arr-imgholder {
	display: block;
	background-size: cover;
	background-position: center center;
	width: 180px;
	height: 110px;
	position: relative;
	top: 0px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.tparrows.preview4 .tp-arr-imgholder2 {
	display: block;
	background-size: cover;
	background-position: center center;
	width: 180px;
	height: 110px;
	position: absolute;
	top: 0px;
	left: 180px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.tp-leftarrow.preview4 .tp-arr-imgholder2 {
	left: -180px
}

.tparrows.preview4 .tp-arr-titleholder {
	display: block;
	font-size: 12px;
	line-height: 25px;
	padding: 0px 10px;
	text-align: left;
	color: #fff;
	position: relative;
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 11px;
	line-height: 2.75;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0
}

.tparrows.preview4:after {
	transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%
}

.tp-leftarrow.preview4:after {
	transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%
}

@media only screen and (min-width:768px) {
	.tparrows.preview4:hover:after {
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg)
	}
	.tp-leftarrow.preview4:hover:after {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg)
	}
	.tparrows.preview4:hover .tp-arr-titleholder {
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1
	}
}

.tp-bullets.preview4 {
	height: 17px
}

.tp-bullets.preview4 .bullet {
	cursor: pointer;
	position: relative !important;
	background: rgba(0, 0, 0, 0.5) !important;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 6px !important;
	height: 6px !important;
	border: 5px solid rgba(0, 0, 0, 0) !important;
	display: inline-block;
	margin-right: 2px !important;
	margin-bottom: 0px !important;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;
	-ms-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
	float: none !important;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}

.tp-bullets.preview4 .bullet.last {
	margin-right: 0px
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgba(255, 255, 255, 1) !important;
	width: 6px !important;
	height: 6px !important;
	border: 5px solid rgba(0, 0, 0, 1) !important
}

@media only screen and (max-width:767px) {
	.tparrows.preview4 {
		width: 20px;
		height: 80px
	}
	.tparrows.preview4:after {
		width: 20px;
		height: 80px;
		line-height: 80px;
		font-size: 14px
	}
	.tparrows.preview1 .tp-arr-allwrapper,
	.tparrows.preview2 .tp-arr-allwrapper,
	.tparrows.preview3 .tp-arr-allwrapper,
	.tparrows.preview4 .tp-arr-allwrapper {
		display: none !important
	}
}

.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none
}

.tp-caption img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
	zoom: 1
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 3000px;
	height: 1500px;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/coloredbg.png) repeat
}

.tp-caption.slidelink a span {
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/coloredbg.png) repeat
}

.tp-loader {
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute
}

.tp-loader.spinner0 {
	width: 40px;
	height: 40px;
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/loader.gif) no-repeat center center;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	margin-top: -20px;
	margin-left: -20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

.tp-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	margin-top: -20px;
	margin-left: -20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

.tp-loader.spinner5 {
	background: url(../../com_uniterevolution2/assets/rs-plugin/assets/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

@-webkit-keyframes tp-rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}

@keyframes tp-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

.tp-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	background-color: #f00;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	-webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
	animation: tp-scaleout 1.0s infinite ease-in-out
}

@-webkit-keyframes tp-scaleout {
	0% {
		-webkit-transform: scale(0.0)
	}
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0
	}
}

@keyframes tp-scaleout {
	0% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0)
	}
	100% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 0
	}
}

.tp-loader.spinner3 {
	margin: -9px 0px 0px -35px;
	width: 70px;
	text-align: center
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
	width: 18px;
	height: 18px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
	animation: tp-bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.tp-loader.spinner3 .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s
}

.tp-loader.spinner3 .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s
}

@-webkit-keyframes tp-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0.0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes tp-bouncedelay {
	0%,
	80%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0)
	}
	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0)
	}
}

.tp-loader.spinner4 {
	margin: -20px 0px 0px -20px;
	width: 40px;
	height: 40px;
	text-align: center;
	-webkit-animation: tp-rotate 2.0s infinite linear;
	animation: tp-rotate 2.0s infinite linear
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: tp-bounce 2.0s infinite ease-in-out;
	animation: tp-bounce 2.0s infinite ease-in-out;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15)
}

.tp-loader.spinner4 .dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}

@-webkit-keyframes tp-rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes tp-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes tp-bounce {
	0%,
	100% {
		-webkit-transform: scale(0.0)
	}
	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes tp-bounce {
	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0)
	}
	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0)
	}
}

.tp-caption.tp-fade.fullscreenvideo.tp-videolayer.start {
	left: 0px !important
}

.tp-caption.medium_grey,
.medium_grey {
	position: absolute;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	font-family: Arial;
	padding: 2px 4px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #888;
	white-space: nowrap
}

.tp-caption.small_text,
.small_text {
	position: absolute;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.tp-caption.medium_text,
.medium_text {
	position: absolute;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.tp-caption.large_text,
.large_text {
	position: absolute;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.tp-caption.very_large_text,
.very_large_text {
	position: absolute;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	letter-spacing: -2px
}

.tp-caption.very_big_white,
.very_big_white {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 800;
	font-size: 60px;
	line-height: 60px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	padding: 0px 4px;
	padding-top: 1px;
	background-color: #000
}

.tp-caption.very_big_black,
.very_big_black {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	padding: 0px 4px;
	padding-top: 1px;
	background-color: #fff
}

.tp-caption.modern_medium_fat,
.modern_medium_fat {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 800;
	font-size: 24px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.tp-caption.modern_medium_fat_white,
.modern_medium_fat_white {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 800;
	font-size: 24px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.tp-caption.modern_medium_light,
.modern_medium_light {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 300;
	font-size: 24px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.tp-caption.modern_big_bluebg,
.modern_big_bluebg {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 800;
	font-size: 30px;
	line-height: 36px;
	font-family: "Open Sans", sans-serif;
	padding: 3px 10px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #4e5b6c;
	letter-spacing: 0
}

.tp-caption.modern_big_redbg,
.modern_big_redbg {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
	font-family: "Open Sans", sans-serif;
	padding: 3px 10px;
	padding-top: 1px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #de543e;
	letter-spacing: 0
}

.tp-caption.modern_small_text_dark,
.modern_small_text_dark {
	position: absolute;
	color: #555;
	text-shadow: none;
	font-size: 14px;
	line-height: 22px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.tp-caption.thinheadline_dark,
.thinheadline_dark {
	position: absolute;
	color: rgba(0, 0, 0, 0.85);
	text-shadow: none;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	font-family: "Open Sans";
	background-color: transparent
}

.tp-caption.thintext_dark,
.thintext_dark {
	position: absolute;
	color: rgba(0, 0, 0, 0.85);
	text-shadow: none;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	font-family: "Open Sans";
	background-color: transparent
}

.tp-caption.largeblackbg,
.largeblackbg {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	font-size: 50px;
	line-height: 70px;
	font-family: "Open Sans";
	background-color: #000;
	padding: 0px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

.tp-caption.largepinkbg,
.largepinkbg {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	font-size: 50px;
	line-height: 70px;
	font-family: "Open Sans";
	background-color: #db4360;
	padding: 0px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

.tp-caption.largewhitebg,
.largewhitebg {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 300;
	font-size: 50px;
	line-height: 70px;
	font-family: "Open Sans";
	background-color: #fff;
	padding: 0px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

.tp-caption.largegreenbg,
.largegreenbg {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	font-size: 50px;
	line-height: 70px;
	font-family: "Open Sans";
	background-color: #67ae73;
	padding: 0px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

.tp-caption.excerpt,
.excerpt {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	font-family: Arial;
	color: #fff;
	text-decoration: none;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 1);
	text-shadow: none;
	margin: 0px;
	letter-spacing: -1.5px;
	padding: 1px 4px 0px 4px;
	white-space: normal !important;
	height: auto;
	border-width: 0px;
	border-color: rgb(255, 255, 255);
	border-style: none
}

.tp-caption.large_bold_grey,
.large_bold_grey {
	font-size: 60px;
	line-height: 60px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(102, 102, 102);
	text-decoration: none;
	background-color: transparent;
	text-shadow: none;
	margin: 0px;
	padding: 1px 4px 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.medium_thin_grey,
.medium_thin_grey {
	font-size: 34px;
	line-height: 30px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(102, 102, 102);
	text-decoration: none;
	background-color: transparent;
	padding: 1px 4px 0px;
	text-shadow: none;
	margin: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.small_thin_grey,
.small_thin_grey {
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(117, 117, 117);
	text-decoration: none;
	background-color: transparent;
	padding: 1px 4px 0px;
	text-shadow: none;
	margin: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.lightgrey_divider,
.lightgrey_divider {
	text-decoration: none;
	background-color: rgb(235, 235, 235);
	background-color: rgba(235, 235, 235, 1);
	width: 370px;
	height: 3px;
	background-position: initial initial;
	background-repeat: initial initial;
	border-width: 0px;
	border-color: rgb(34, 34, 34);
	border-style: none
}

.tp-caption.large_bold_darkblue,
.large_bold_darkblue {
	font-size: 58px;
	line-height: 60px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(52, 73, 94);
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.medium_bg_darkblue,
.medium_bg_darkblue {
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(52, 73, 94);
	padding: 10px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.medium_bold_red,
.medium_bold_red {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(227, 58, 12);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.medium_light_red,
.medium_light_red {
	font-size: 21px;
	line-height: 26px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(227, 58, 12);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.medium_bg_red,
.medium_bg_red {
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(227, 58, 12);
	padding: 10px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.medium_bold_orange,
.medium_bold_orange {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(243, 156, 18);
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.medium_bg_orange,
.medium_bg_orange {
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(243, 156, 18);
	padding: 10px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.large_bold_white,
.large_bold_white {
	font-size: 58px;
	line-height: 60px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.medium_light_white,
.medium_light_white {
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.mediumlarge_light_white,
.mediumlarge_light_white {
	font-size: 34px;
	line-height: 40px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.mediumlarge_light_white_center,
.mediumlarge_light_white_center {
	font-size: 34px;
	line-height: 40px;
	font-weight: 300;
	font-family: "Open Sans";
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.medium_bg_asbestos,
.medium_bg_asbestos {
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(127, 140, 141);
	padding: 10px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.medium_light_black,
.medium_light_black {
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(0, 0, 0);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.large_bold_black,
.large_bold_black {
	font-size: 58px;
	line-height: 60px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(0, 0, 0);
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.mediumlarge_light_darkblue,
.mediumlarge_light_darkblue {
	font-size: 34px;
	line-height: 40px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(52, 73, 94);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.small_light_white,
.small_light_white {
	font-size: 17px;
	line-height: 28px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.roundedimage,
.roundedimage {
	border-width: 0px;
	border-color: rgb(34, 34, 34);
	border-style: none
}

.tp-caption.large_bg_black,
.large_bg_black {
	font-size: 40px;
	line-height: 40px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(0, 0, 0);
	padding: 10px 20px 15px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.tp-caption.mediumwhitebg,
.mediumwhitebg {
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(0, 0, 0);
	text-decoration: none;
	background-color: rgb(255, 255, 255);
	padding: 5px 15px 10px;
	text-shadow: none;
	border-width: 0px;
	border-color: rgb(0, 0, 0);
	border-style: none
}

.medium_grey,
.medium_grey {
	position: absolute;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	font-family: Arial;
	padding: 2px 4px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #888;
	white-space: nowrap
}

.small_text,
.small_text {
	position: absolute;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.medium_text,
.medium_text {
	position: absolute;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.large_text,
.large_text {
	position: absolute;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.very_large_text,
.very_large_text {
	position: absolute;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	letter-spacing: -2px
}

.very_big_white,
.very_big_white {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 800;
	font-size: 60px;
	line-height: 60px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	padding: 0px 4px;
	padding-top: 1px;
	background-color: #000
}

.very_big_black,
.very_big_black {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	padding: 0px 4px;
	padding-top: 1px;
	background-color: #fff
}

.modern_medium_fat,
.modern_medium_fat {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 800;
	font-size: 24px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.modern_medium_fat_white,
.modern_medium_fat_white {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 800;
	font-size: 24px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.modern_medium_light,
.modern_medium_light {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 300;
	font-size: 24px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.modern_big_bluebg,
.modern_big_bluebg {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 800;
	font-size: 30px;
	line-height: 36px;
	font-family: "Open Sans", sans-serif;
	padding: 3px 10px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #4e5b6c;
	letter-spacing: 0
}

.modern_big_redbg,
.modern_big_redbg {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
	font-family: "Open Sans", sans-serif;
	padding: 3px 10px;
	padding-top: 1px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #de543e;
	letter-spacing: 0
}

.modern_small_text_dark,
.modern_small_text_dark {
	position: absolute;
	color: #555;
	text-shadow: none;
	font-size: 14px;
	line-height: 22px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.thinheadline_dark,
.thinheadline_dark {
	position: absolute;
	color: rgba(0, 0, 0, 0.85);
	text-shadow: none;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	font-family: "Open Sans";
	background-color: transparent
}

.thintext_dark,
.thintext_dark {
	position: absolute;
	color: rgba(0, 0, 0, 0.85);
	text-shadow: none;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	font-family: "Open Sans";
	background-color: transparent
}

.largeblackbg,
.largeblackbg {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	font-size: 50px;
	line-height: 70px;
	font-family: "Open Sans";
	background-color: #000;
	padding: 0px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

.largepinkbg,
.largepinkbg {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	font-size: 50px;
	line-height: 70px;
	font-family: "Open Sans";
	background-color: #db4360;
	padding: 0px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

.largewhitebg,
.largewhitebg {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 300;
	font-size: 50px;
	line-height: 70px;
	font-family: "Open Sans";
	background-color: #fff;
	padding: 0px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

.largegreenbg,
.largegreenbg {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	font-size: 50px;
	line-height: 70px;
	font-family: "Open Sans";
	background-color: #67ae73;
	padding: 0px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

.excerpt,
.excerpt {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	font-family: Arial;
	color: #fff;
	text-decoration: none;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 1);
	text-shadow: none;
	margin: 0px;
	letter-spacing: -1.5px;
	padding: 1px 4px 0px 4px;
	white-space: normal !important;
	height: auto;
	border-width: 0px;
	border-color: rgb(255, 255, 255);
	border-style: none
}

.large_bold_grey,
.large_bold_grey {
	font-size: 60px;
	line-height: 60px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(102, 102, 102);
	text-decoration: none;
	background-color: transparent;
	text-shadow: none;
	margin: 0px;
	padding: 1px 4px 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.medium_thin_grey,
.medium_thin_grey {
	font-size: 34px;
	line-height: 30px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(102, 102, 102);
	text-decoration: none;
	background-color: transparent;
	padding: 1px 4px 0px;
	text-shadow: none;
	margin: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.small_thin_grey,
.small_thin_grey {
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(117, 117, 117);
	text-decoration: none;
	background-color: transparent;
	padding: 1px 4px 0px;
	text-shadow: none;
	margin: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.lightgrey_divider,
.lightgrey_divider {
	text-decoration: none;
	background-color: rgb(235, 235, 235);
	background-color: rgba(235, 235, 235, 1);
	width: 370px;
	height: 3px;
	background-position: initial initial;
	background-repeat: initial initial;
	border-width: 0px;
	border-color: rgb(34, 34, 34);
	border-style: none
}

.large_bold_darkblue,
.large_bold_darkblue {
	font-size: 58px;
	line-height: 60px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(52, 73, 94);
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.medium_bg_darkblue,
.medium_bg_darkblue {
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(52, 73, 94);
	padding: 10px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.medium_bold_red,
.medium_bold_red {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(227, 58, 12);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.medium_light_red,
.medium_light_red {
	font-size: 21px;
	line-height: 26px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(227, 58, 12);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.medium_bg_red,
.medium_bg_red {
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(227, 58, 12);
	padding: 10px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.medium_bold_orange,
.medium_bold_orange {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(243, 156, 18);
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.medium_bg_orange,
.medium_bg_orange {
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(243, 156, 18);
	padding: 10px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.large_bold_white,
.large_bold_white {
	font-size: 58px;
	line-height: 60px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.medium_light_white,
.medium_light_white {
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.mediumlarge_light_white,
.mediumlarge_light_white {
	font-size: 34px;
	line-height: 40px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.mediumlarge_light_white_center,
.mediumlarge_light_white_center {
	font-size: 34px;
	line-height: 40px;
	font-weight: 300;
	font-family: "Open Sans";
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.medium_bg_asbestos,
.medium_bg_asbestos {
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(127, 140, 141);
	padding: 10px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.medium_light_black,
.medium_light_black {
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(0, 0, 0);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.large_bold_black,
.large_bold_black {
	font-size: 58px;
	line-height: 60px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(0, 0, 0);
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.mediumlarge_light_darkblue,
.mediumlarge_light_darkblue {
	font-size: 34px;
	line-height: 40px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(52, 73, 94);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.small_light_white,
.small_light_white {
	font-size: 17px;
	line-height: 28px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.roundedimage,
.roundedimage {
	border-width: 0px;
	border-color: rgb(34, 34, 34);
	border-style: none
}

.large_bg_black,
.large_bg_black {
	font-size: 40px;
	line-height: 40px;
	font-weight: 800;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(0, 0, 0);
	padding: 10px 20px 15px;
	border-width: 0px;
	border-color: rgb(255, 214, 88);
	border-style: none
}

.mediumwhitebg,
.mediumwhitebg {
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	font-family: "Open Sans";
	color: rgb(0, 0, 0);
	text-decoration: none;
	background-color: rgb(255, 255, 255);
	padding: 5px 15px 10px;
	text-shadow: none;
	border-width: 0px;
	border-color: rgb(0, 0, 0);
	border-style: none
}

.tp-caption a {
	color: #ff7302;
	text-shadow: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out
}

.tp-caption a:hover {
	color: #ffa902
}

.tp-caption a {
	color: #ff7302;
	text-shadow: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out
}

.tp-caption a:hover {
	color: #ffa902
}

.tp-caption a {
	color: #ff7302;
	text-shadow: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out
}

.tp-caption a:hover {
	color: #ffa902
}

.tp-caption a {
	color: #ff7302;
	text-shadow: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out
}

.tp-caption a:hover {
	color: #ffa902
}

.tp-caption a {
	color: #ff7302;
	text-shadow: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out
}

.tp-caption a:hover {
	color: #ffa902
}

.tp-caption a {
	color: #ff7302;
	text-shadow: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out
}

.tp-caption a:hover {
	color: #ffa902
}

.form-login {
	float: right;
	width: 690px;
	padding-top: 20px;
}

.hidden-xs.form-login {}

#jam {
    float: left;
    text-align: right;
    width: 20%;
    color: #e9eef8;
    font-family: Teko;
    font-size: 20px;
    padding-top: 5px;
}

#btnSignIn:hover {
    background: -webkit-linear-gradient(-90deg, #cee3f4 45%,#afc5d2 55%);
	color: #143045;
}

#btnSignIn {
    width: 85px;
    height: 30px;
    background: #143045;
    font-weight: bold;    
	background: -webkit-linear-gradient(-90deg, #cee3f4 45%,#afc5d2 55%);
    background: -ms-linear-gradient(-90deg, #cee3f4 45%,#afc5d2 55%);
    color: #143045;
    border: 1px solid #143045;
    border-radius: 4px;
    font-family: Teko;
    font-size: 23px;
}

.btnLogout {
    background: #143045;
    background: -webkit-linear-gradient(-90deg, #fff176 45%,#e3c050 55%);
    background: -ms-linear-gradient(-90deg, #fff176 45%,#e3c050 55%);
    color: black;
    border-color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    height: 34px;
    border-radius: 4px;
    width: 58px;
    padding: 7px 20px 7px 20px;
}

.btn-register:hover {
    background: -webkit-linear-gradient(-90deg, #fff176 45%,#e3c050 55%);
    color: #143045;
}

.btn-register {
    width: 117px;
    height: 30px;
    background: #143045;
    font-weight: bold;
    background: -webkit-linear-gradient(-90deg, #fff176 45%,#e3c050 55%);
    background: -ms-linear-gradient(-90deg, #fff176 45%,#e3c050 55%);
    color: #143045;
    border: 1px solid #143045;
    border-radius: 4px;
    font-family: Teko;
    font-size: 23px;
}

.marque {
    background: black;
    display: block;
}

.contact {
    height: 80px;
    position: relative;
    z-index: 10;
}

.okta-social-list li {
	float: left;
}

.okta-kontak-list li {
	display: block;
	padding-left: 20px;
	float: right;
	padding: 0 !important;
	margin-bottom: 5px;
}

.runningtext {
	display: block;
	float: left;
	width: 80%;
	color: #e9eef8;
	font-family: 'Teko';
	font-size: 20px;
	padding-top: 10px;
	padding-left: 40px;
	background: url(../img/cropped-Megaphone-icon.png) no-repeat;
    background-position-y: 8px;
}

.togelItem {
    width: 150px;
}

.TogelBall {
    font-family: 'Teko', Fallback, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: white;
    font-weight: normal;
    letter-spacing: 0.5em;
    text-align: center;
}

.TogelCountry {
		font-family: 'Teko', Fallback, sans-serif;
		margin-top: -8px;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}

.icon {
	color: #eee;
    text-align: center;
    font-family: 'Teko', Fallback, sans-serif;
    font-size: 25px;
    line-height: 50px;
}

#sectionContact {
    width: 220px;
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    background: url(../../images/contact-bg.png) no-repeat 0px 0px;
    padding: 0;
    top: 150px !important;
    left: 0;
    transition: all 0.4s;
    background-size: 53px;
}

#sectionContact:hover {
    right: 0;
}

#sectionContact .linkfade {
    width: 155px;
}

ul {
    list-style-type: none;
    padding: 0;
}

#sectionContact ul li{
	margin-left: 57px;
	height: 60px;
}

.slider {
    width: 100%;
}
