/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .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: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	-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] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
	-webkit-box-sizing: content-box;
	-moz-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 silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

	*,
	:after,
	:before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " ("attr(href) ")"
	}

	abbr[title]:after {
		content: " ("attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	.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 td,
	.table-bordered th {
		border: 1px solid #ddd !important
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-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: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	background-color: #d2d2d2
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #000;
	text-decoration: none
}

a:focus,
a:hover {
	color: #000;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.3;
	background-color: #d2d2d2;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

hr {
	margin-top: 18px;
	margin-bottom: 18px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	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
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 18px;
	margin-bottom: 9px
}

.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,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 9px;
	margin-bottom: 9px
}

.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: 28px
}

.h2,
h2 {
	font-size: 22px
}

.h3,
h3 {
	font-size: 18px
}

.h4,
h4 {
	font-size: 15px
}

.h5,
h5 {
	font-size: 13px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 9px
}

.lead {
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:480px) {
	.lead {
		font-size: 21px
	}
}

.small,
small {
	font-size: 78%
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus,
a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #de2600
}

a.text-danger:focus,
a.text-danger:hover {
	color: #ab1d00
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 8px;
	margin: 36px 0 18px;
	border-bottom: 1px solid #eee
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 9px
}

ol ol,
ol ul,
ul ol,
ul ul {
	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-right: 5px;
	padding-left: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 18px
}

dd,
dt {
	line-height: 1.3
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media (min-width:480px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 9px 18px;
	margin: 0 0 18px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.3;
	color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: "\00A0 \2014"
}

address {
	margin-bottom: 18px;
	font-style: normal;
	line-height: 1.3
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:480px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.row-no-gutters {
	margin-right: 0;
	margin-left: 0
}

.row-no-gutters [class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	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:480px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		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-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		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-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		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
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 18px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.3;
	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>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #d2d2d2
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:479px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 13.5px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 18px;
	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: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.3;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 32px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.3;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #777;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(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;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
	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, -webkit-box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #6a6a6a;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(106, 106, 106, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(106, 106, 106, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(106, 106, 106, .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::-ms-expand {
	background-color: transparent;
	border: 0
}

.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
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	input[type=date].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control,
	input[type=time].form-control {
		line-height: 32px
	}

	.input-group-sm input[type=date],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month],
	.input-group-sm input[type=time],
	input[type=date].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm,
	input[type=time].input-sm {
		line-height: 28px
	}

	.input-group-lg input[type=date],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month],
	.input-group-lg input[type=time],
	input[type=date].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg,
	input[type=time].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	cursor: not-allowed
}

.checkbox label,
.radio label {
	min-height: 18px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.form-control-static {
	min-height: 32px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

.input-sm {
	height: 28px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

select.input-sm {
	height: 28px;
	line-height: 28px
}

select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 28px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 28px;
	line-height: 28px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 28px;
	min-height: 29px;
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 36px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 40px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
	width: 28px;
	height: 28px;
	line-height: 28px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #de2600
}

.has-error .form-control {
	border-color: #de2600;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #ab1d00;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff6545;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff6545;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff6545
}

.has-error .input-group-addon {
	color: #de2600;
	background-color: #f2dede;
	border-color: #de2600
}

.has-error .form-control-feedback {
	color: #de2600
}

.has-feedback label~.form-control-feedback {
	top: 23px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #404040
}

@media (min-width:480px) {
	.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 .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0
	}

	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 25px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:480px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:480px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media (min-width:480px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 11px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #000;
	text-decoration: none
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #000;
	background-color: #f2f2f2;
	border-color: #d9d9d9
}

.btn-default.focus,
.btn-default:focus {
	color: #000;
	background-color: #d9d9d9;
	border-color: #999
}

.btn-default:hover {
	color: #000;
	background-color: #d9d9d9;
	border-color: #bababa
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	color: #000;
	background-color: #d9d9d9;
	background-image: none;
	border-color: #bababa
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color: #000;
	background-color: #c7c7c7;
	border-color: #999
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #f2f2f2;
	border-color: #d9d9d9
}

.btn-default .badge {
	color: #f2f2f2;
	background-color: #000
}

.btn-default.focus,
.btn-default:focus {
	color: #000;
	background-color: #d9d9d9;
	border-color: #999
}

.btn-default:hover {
	color: #000;
	background-color: #d9d9d9;
	border-color: #bababa
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	color: #000;
	background-color: #d9d9d9;
	border-color: #bababa
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color: #000;
	background-color: #c7c7c7;
	border-color: #999
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
	background-color: rgba(242, 242, 242, .8);
	cursor: default
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: rgba(242, 242, 242, .8);
	border-color: #d9d9d9
}

.btn-default .badge {
	color: #f2f2f2;
	background-color: #000
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	background-image: none;
	border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary {
	background-color: rgba(51, 122, 183, .8);
	cursor: default
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: rgba(51, 122, 183, .8);
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	background-image: none;
	border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success {
	background-color: rgba(92, 184, 92, .8);
	cursor: default
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: rgba(92, 184, 92, .8);
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info {
	background-color: rgba(91, 192, 222, .8);
	cursor: default
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: rgba(91, 192, 222, .8);
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	background-image: none;
	border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning {
	background-color: rgba(240, 173, 78, .8);
	cursor: default
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: rgba(240, 173, 78, .8);
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #de2600;
	border-color: #c52200
}

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #ab1d00;
	border-color: #450c00
}

.btn-danger:hover {
	color: #fff;
	background-color: #ab1d00;
	border-color: #871700
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #ab1d00;
	background-image: none;
	border-color: #871700
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #871700;
	border-color: #450c00
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #de2600;
	border-color: #c52200
}

.btn-danger .badge {
	color: #de2600;
	background-color: #fff
}

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #ab1d00;
	border-color: #450c00
}

.btn-danger:hover {
	color: #fff;
	background-color: #ab1d00;
	border-color: #871700
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #ab1d00;
	border-color: #871700
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #871700;
	border-color: #450c00
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger {
	background-color: rgba(222, 38, 0, .8);
	cursor: default
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: rgba(222, 38, 0, .8);
	border-color: #c52200
}

.btn-danger .badge {
	color: #de2600;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	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;
	-moz-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #000;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 11px;
	line-height: 1.5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	-moz-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	-moz-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,
.dropup {
	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;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-moz-background-clip: padding-box;
	-o-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 8px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.3;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 11px;
	line-height: 1.3;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width:480px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}

	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	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,
.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) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	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 {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	-moz-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) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	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 {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	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=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	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-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.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: 28px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	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: 28px;
	line-height: 28px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	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: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #777;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	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-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-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:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-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:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	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 {
	z-index: 2;
	margin-left: -1px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eee;
	border-color: #000
}

.nav .nav-divider {
	height: 1px;
	margin: 8px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #000
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.3;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #000
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #000;
	cursor: default;
	background-color: #fff;
	border: 1px solid #000;
	border-bottom-color: transparent
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:480px) {
	.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;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #000
}

@media (min-width:480px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #000;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #d2d2d2
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.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 {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:480px) {
	.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;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
	border: 1px solid #000
}

@media (min-width:480px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #000;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #d2d2d2
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #de2600
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #ab1d00
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
	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
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.nav:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: 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-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important
}

@media (max-width:479px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs,
	th.visible-xs {
		display: table-cell !important
	}
}

@media (max-width:479px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width:479px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width:479px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:480px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm,
	th.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:480px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width:480px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width:480px) 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 !important
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md,
	th.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 !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg,
	th.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:479px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:480px) 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 !important
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print,
	th.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
	}
}

input[type=checkbox],
input[type=radio] {
	margin-top: 1px
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	margin-top: 4px
}

@font-face {
	font-family: iconfont;
	src: url(../../../../v-02304211530/v3/fonts/skins/common/iconfont/iconfont.woff2) format('woff2'), url(../../../../v-02304211530/v3/fonts/skins/common/iconfont/iconfont.ttf) format('truetype'), url(../../../../v-02304211530/v3/fonts/skins/common/iconfont/iconfont.woff) format('woff'), url(../../../../v-02304211530/v3/fonts/skins/common/iconfont/iconfont.svg#iconfont) format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: block
}

.icon-f {
	font-family: iconfont !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga"1;
	font-feature-settings: "liga";
	-webkit-font-variant-ligatures: discretionary-ligatures;
	-moz-font-variant-ligatures: discretionary-ligatures;
	font-variant-ligatures: discretionary-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icf-angle-double-left:before {
	content: "\e932"
}

.icf-angle-double-right:before {
	content: "\e934"
}

.icf-angle-down:before {
	content: "\e906"
}

.icf-angle-down-circle:before {
	content: "\e9be"
}

.icf-angle-down-circle-o:before {
	content: "\e9bf"
}

.icf-angle-left:before {
	content: "\e935"
}

.icf-angle-left-circle:before {
	content: "\e9c0"
}

.icf-angle-left-circle-o:before {
	content: "\e9c1"
}

.icf-angle-right:before {
	content: "\e936"
}

.icf-angle-right-circle:before {
	content: "\e9c2"
}

.icf-angle-right-circle-o:before {
	content: "\e9c3"
}

.icf-angle-up:before {
	content: "\e907"
}

.icf-angle-up-circle:before {
	content: "\e9c4"
}

.icf-angle-up-circle-o:before {
	content: "\e9c5"
}

.icf-arrow-left:before {
	content: "\e925"
}

.icf-arrow-right:before {
	content: "\e926"
}

.icf-arrows:before {
	content: "\e908"
}

.icf-at:before {
	content: "\e971"
}

.icf-ban:before {
	content: "\e919"
}

.icf-bar-chart:before {
	content: "\e913"
}

.icf-basket:before {
	content: "\e9a7"
}

.icf-bell:before {
	content: "\e985"
}

.icf-bell-slash:before {
	content: "\e986"
}

.icf-bolt:before {
	content: "\e91e"
}

.icf-book:before {
	content: "\e97f"
}

.icf-brand-apple:before {
	content: "\e9cf"
}

.icf-calendar:before {
	content: "\e91b"
}

.icf-camera-o:before {
	content: "\e900"
}

.icf-caret-down:before {
	content: "\e96e"
}

.icf-caret-right:before {
	content: "\e918"
}

.icf-caret-up:before {
	content: "\e99d"
}

.icf-cart:before {
	content: "\e9a8"
}

.icf-cart-o:before {
	content: "\e9cd"
}

.icf-check:before {
	content: "\e929"
}

.icf-check-circle:before {
	content: "\e90a"
}

.icf-check-circle-o:before {
	content: "\e914"
}

.icf-check-circle-o-thin:before {
	content: "\e957"
}

.icf-check-circle-thin:before {
	content: "\e959"
}

.icf-check-square:before {
	content: "\e915"
}

.icf-chevron-circle-down:before {
	content: "\e9a3"
}

.icf-chevron-circle-left:before {
	content: "\e983"
}

.icf-chevron-circle-right:before {
	content: "\e984"
}

.icf-chevron-circle-up:before {
	content: "\e9a4"
}

.icf-chevron-first:before {
	content: "\e98f"
}

.icf-chevron-last:before {
	content: "\e990"
}

.icf-chevron-left:before {
	content: "\e92f"
}

.icf-chevron-right:before {
	content: "\e941"
}

.icf-clock:before {
	content: "\e94e"
}

.icf-close:before {
	content: "\e909"
}

.icf-close-circle:before {
	content: "\e940"
}

.icf-close-thin:before {
	content: "\e94a"
}

.icf-cog:before {
	content: "\e947"
}

.icf-cog-o:before {
	content: "\e9ae"
}

.icf-columns:before {
	content: "\e99c"
}

.icf-comment-o:before {
	content: "\e91d"
}

.icf-comment-plus-o:before {
	content: "\e9cc"
}

.icf-commenting-o:before {
	content: "\e930"
}

.icf-comments-o:before {
	content: "\e920"
}

.icf-copy:before {
	content: "\e95b"
}

.icf-crown:before {
	content: "\e9aa"
}

.icf-cut:before {
	content: "\e95c"
}

.icf-dashboard:before {
	content: "\e903"
}

.icf-device-desktop:before {
	content: "\e956"
}

.icf-device-mobile:before {
	content: "\e958"
}

.icf-device-tablet:before {
	content: "\e95a"
}

.icf-device-tv-v2:before {
	content: "\e9af"
}

.icf-diamond:before {
	content: "\e987"
}

.icf-download:before {
	content: "\e966"
}

.icf-drawer:before {
	content: "\e972"
}

.icf-earth-simple:before {
	content: "\e9ca"
}

.icf-ellipsis-v:before {
	content: "\e960"
}

.icf-embed:before {
	content: "\ea80"
}

.icf-envelop:before {
	content: "\e952"
}

.icf-external-link:before {
	content: "\e98c"
}

.icf-eye:before {
	content: "\e9ce"
}

.icf-eye-blocked:before {
	content: "\e9d1"
}

.icf-face-id:before {
	content: "\e9b0"
}

.icf-favorites:before {
	content: "\e973"
}

.icf-favorites-add:before {
	content: "\e974"
}

.icf-feed:before {
	content: "\e924"
}

.icf-feedback:before {
	content: "\e98b"
}

.icf-file-broken:before {
	content: "\e967"
}

.icf-file-image-o:before {
	content: "\e923"
}

.icf-file-movie-o:before {
	content: "\e904"
}

.icf-flag:before {
	content: "\e93f"
}

.icf-fullscreen:before {
	content: "\e998"
}

.icf-fullscreen-back:before {
	content: "\e999"
}

.icf-gamepad:before {
	content: "\e980"
}

.icf-gamepad-o:before {
	content: "\e9b1"
}

.icf-grid-4:before {
	content: "\e99a"
}

.icf-hand-pointer:before {
	content: "\e98a"
}

.icf-hand-pointer-o:before {
	content: "\e989"
}

.icf-hd-4k-circle-o:before {
	content: "\e981"
}

.icf-hd-circle-o:before {
	content: "\e90c"
}

.icf-heart:before {
	content: "\e92e"
}

.icf-heart-circle-o:before {
	content: "\e90d"
}

.icf-heart-o:before {
	content: "\e92d"
}

.icf-hearts-o:before {
	content: "\e9bb"
}

.icf-history:before {
	content: "\e964"
}

.icf-home:before {
	content: "\e928"
}

.icf-hour-glass:before {
	content: "\e979"
}

.icf-image:before {
	content: "\e93a"
}

.icf-images:before {
	content: "\e975"
}

.icf-info-circle:before {
	content: "\e92a"
}

.icf-joystick:before {
	content: "\e9a9"
}

.icf-key:before {
	content: "\e98d"
}

.icf-language:before {
	content: "\e970"
}

.icf-life-saver:before {
	content: "\e955"
}

.icf-line-chart:before {
	content: "\e95e"
}

.icf-link:before {
	content: "\e98e"
}

.icf-list-ul:before {
	content: "\e916"
}

.icf-lock:before {
	content: "\e93c"
}

.icf-mail-forward:before {
	content: "\e976"
}

.icf-mail-forward-all:before {
	content: "\e977"
}

.icf-mail-reply:before {
	content: "\e978"
}

.icf-mail-reply-all:before {
	content: "\e97a"
}

.icf-map-marker:before {
	content: "\e9cb"
}

.icf-medal:before {
	content: "\e9d3"
}

.icf-minus-circle:before {
	content: "\e991"
}

.icf-minus-square:before {
	content: "\e937"
}

.icf-money:before {
	content: "\e9ab"
}

.icf-network-xv-o:before {
	content: "\e92b"
}

.icf-no-ads-circle-o:before {
	content: "\e90e"
}

.icf-paint-brush:before {
	content: "\e99f"
}

.icf-paste:before {
	content: "\e95d"
}

.icf-pencil:before {
	content: "\e968"
}

.icf-pencil-square-o:before {
	content: "\e905"
}

.icf-pin:before {
	content: "\e946"
}

.icf-play:before {
	content: "\ea1c"
}

.icf-play-clap-o:before {
	content: "\e9c9"
}

.icf-play-rectangle:before {
	content: "\e945"
}

.icf-play-rectangle-o:before {
	content: "\e9b2"
}

.icf-play-square-o:before {
	content: "\e901"
}

.icf-player-pause-circle-o:before {
	content: "\ea16"
}

.icf-player-play-circle-o:before {
	content: "\ea15"
}

.icf-player-stop-circle-o:before {
	content: "\ea17"
}

.icf-playlist:before {
	content: "\e9b3"
}

.icf-plus:before {
	content: "\e9bd"
}

.icf-plus-circle:before {
	content: "\e992"
}

.icf-plus-square:before {
	content: "\e97b"
}

.icf-premium,
.icf-premium:hover {
	color: #de2600
}

.icf-premium:before {
	content: "\e902"
}

.icf-question-circle-o:before {
	content: "\e931"
}

.icf-quotes-left:before {
	content: "\e993"
}

.icf-quotes-right:before {
	content: "\e994"
}

.icf-random:before {
	content: "\e99b"
}

.icf-reddit:before {
	content: "\e996"
}

.icf-refresh:before {
	content: "\e933"
}

.icf-refresh-circle:before {
	content: "\e965"
}

.icf-resolution:before {
	content: "\e95f"
}

.icf-rocket:before {
	content: "\e9a5"
}

.icf-rotate-left:before {
	content: "\e97d"
}

.icf-rotate-right:before {
	content: "\e97e"
}

.icf-screen-both-orientation:before {
	content: "\e9c6"
}

.icf-screen-rotation:before {
	content: "\e9a2"
}

.icf-search:before {
	content: "\e938"
}

.icf-search-minus:before {
	content: "\e961"
}

.icf-search-plus:before {
	content: "\e962"
}

.icf-search-v2:before {
	content: "\e9b4"
}

.icf-sexe-man:before {
	content: "\e92c"
}

.icf-sexe-man-v2:before {
	content: "\e9b5"
}

.icf-sexe-trans:before {
	content: "\e943"
}

.icf-sexe-trans-v2:before {
	content: "\e9b6"
}

.icf-sexe-woman:before {
	content: "\e94d"
}

.icf-sexe-woman-v2:before {
	content: "\e9b7"
}

.icf-share:before {
	content: "\ea82"
}

.icf-sheer-circle {
	color: #6f42c1
}

.icf-sheer-circle:before {
	content: "\e9ad"
}

.icf-shrink:before {
	content: "\e9d5"
}

.icf-sign-in:before {
	content: "\e954"
}

.icf-sign-out:before {
	content: "\e963"
}

.icf-size:before {
	content: "\e99e"
}

.icf-sliders:before {
	content: "\e96d"
}

.icf-sort-alpha-asc:before {
	content: "\e969"
}

.icf-sort-alpha-desc:before {
	content: "\e96a"
}

.icf-sort-amount-asc:before {
	content: "\e96b"
}

.icf-sort-amount-desc:before {
	content: "\e96c"
}

.icf-sound:before {
	content: "\e9a0"
}

.icf-sound-off:before {
	content: "\e9a1"
}

.icf-spinner:before {
	content: "\e939"
}

.icf-square:before {
	content: "\e93b"
}

.icf-star-circle-o:before {
	content: "\e90f"
}

.icf-star-full:before {
	content: "\e9d9"
}

.icf-star-o:before {
	content: "\e9b8"
}

.icf-stopwatch:before {
	content: "\e91c"
}

.icf-stretch:before {
	content: "\e9d4"
}

.icf-suggest-square:before {
	content: "\e96f"
}

.icf-tags:before {
	content: "\e9b9"
}

.icf-theme-switch:before {
	content: "\e90b"
}

.icf-theme-switch-v2:before {
	content: "\e9ba"
}

.icf-thumb-down:before {
	content: "\e93d"
}

.icf-thumb-down-o:before {
	content: "\e9c7"
}

.icf-thumb-up:before {
	content: "\e93e"
}

.icf-thumb-up-o:before {
	content: "\e9c8"
}

.icf-ticket:before {
	content: "\e910"
}

.icf-ticket-red:before {
	content: "\e911"
}

.icf-ticket-wide:before {
	content: "\e91f"
}

.icf-ticket-wide-n:before {
	content: "\e922"
}

.icf-ticket-wide-o:before {
	content: "\e921"
}

.icf-trash:before {
	content: "\e944"
}

.icf-twitter:before {
	content: "\e997"
}

.icf-unlock:before {
	content: "\e942"
}

.icf-upload:before {
	content: "\e917"
}

.icf-user:before {
	content: "\e948"
}

.icf-user-ban:before {
	content: "\e912"
}

.icf-user-check:before {
	content: "\e91a"
}

.icf-user-hourglass:before {
	content: "\e94f"
}

.icf-user-lock:before {
	content: "\e9ac"
}

.icf-user-o:before {
	content: "\e9d2"
}

.icf-user-plus:before {
	content: "\e949"
}

.icf-user-times:before {
	content: "\e94b"
}

.icf-user-trash:before {
	content: "\e953"
}

.icf-users:before {
	content: "\e94c"
}

.icf-users-o:before {
	content: "\e9d0"
}

.icf-video-camera:before {
	content: "\e950"
}

.icf-video-camera-o:before {
	content: "\e9bc"
}

.icf-warning:before {
	content: "\e951"
}

.icf-warning-circle:before {
	content: "\e927"
}

.icf-warning-stop:before {
	content: "\e9a6"
}

.icf-woman:before {
	content: "\e97c"
}

.icf-wrench:before {
	content: "\e982"
}

.icf-x:before {
	content: "\e988"
}

.icf-xcams:before {
	content: "\e995"
}

.icf-device-mobile-share {
	display: inline-block;
	height: 1em;
	position: relative;
	text-align: center;
	width: 1em
}

.icf-device-mobile-share:before {
	content: "\e958"
}

.icf-device-mobile-share:after {
	content: "\ea82";
	font-size: .4em;
	left: 0;
	line-height: 2.5em;
	top: -.16em;
	width: 2.5em;
	position: absolute
}

.icf-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.icf-2x {
	font-size: 2em
}

.icf-3x {
	font-size: 3em
}

.icf-4x {
	font-size: 4em
}

.icf-5x {
	font-size: 5em
}

.icf-fw {
	display: inline-block;
	text-align: center;
	width: 1.28571429em
}

.icf-anim-spin:before {
	-webkit-animation: icf_spin_anim 2s infinite linear;
	-moz-animation: icf_spin_anim 2s infinite linear;
	-o-animation: icf_spin_anim 2s infinite linear;
	animation: icf_spin_anim 2s infinite linear;
	display: inline-block
}

.icf-anim-pulse:before {
	-webkit-animation: icf_spin_anim 1s infinite steps(8);
	-moz-animation: icf_spin_anim 1s infinite steps(8);
	-o-animation: icf_spin_anim 1s infinite steps(8);
	animation: icf_spin_anim 1s infinite steps(8);
	display: inline-block
}

@-webkit-keyframes icf_spin_anim {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-moz-keyframes icf_spin_anim {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-o-keyframes icf_spin_anim {
	0% {
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes icf_spin_anim {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.icf-white-fill {
	position: relative
}

.icf-white-fill:before {
	position: relative;
	z-index: 2
}

.icf-white-fill:after {
	background: #fff;
	bottom: 12%;
	content: " ";
	left: 12%;
	position: absolute;
	right: 12%;
	top: 12%;
	z-index: 1
}

.icf-white-fill.icf-angle-down-circle-o:after,
.icf-white-fill.icf-angle-down-circle:after,
.icf-white-fill.icf-angle-left-circle-o:after,
.icf-white-fill.icf-angle-left-circle:after,
.icf-white-fill.icf-angle-right-circle-o:after,
.icf-white-fill.icf-angle-right-circle:after,
.icf-white-fill.icf-angle-up-circle-o:after,
.icf-white-fill.icf-angle-up-circle:after,
.icf-white-fill.icf-check-circle:after,
.icf-white-fill.icf-chevron-circle-left:after,
.icf-white-fill.icf-chevron-circle-right:after,
.icf-white-fill.icf-chevron-circle-up:after,
.icf-white-fill.icf-close-circle:after,
.icf-white-fill.icf-info-circle:after,
.icf-white-fill.icf-minus-circle:after,
.icf-white-fill.icf-plus-circle:after,
.icf-white-fill.icf-reddit:after,
.icf-white-fill.icf-warning-circle:after,
.icf-white-fill.icf-warning-stop:after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.icf-white-fill.icf-warning-stop:after {
	bottom: 20%;
	left: 20%;
	right: 20%;
	top: 20%
}

.icf-white-fill.icf-ticket-red:after {
	bottom: 27%;
	left: 14%;
	right: 14%;
	top: 24%
}

.icf-white-fill.icf-envelop:after {
	left: 7%;
	right: 7%
}

.icf-white-fill-ticket-red:after {
	bottom: 12%;
	left: 12%;
	right: 12%;
	top: 12%
}

.icf-red-crossed {
	position: relative
}

.icf-red-crossed:before {
	position: relative;
	z-index: 2
}

.icf-red-crossed:after {
	background: #c52200;
	-webkit-border-radius: .1em;
	-moz-border-radius: .1em;
	border-radius: .1em;
	content: " ";
	height: .1em;
	left: 50%;
	margin: -.05em -.8em;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
	width: 1.6em;
	z-index: 3
}

body .alert-with-icf-bg {
	display: block;
	overflow: hidden;
	min-height: 60px;
	padding: 15px 20px 15px 70px;
	position: relative
}

body .alert-with-icf-bg>:first-child {
	margin-top: 0
}

body .alert-with-icf-bg .alert-icf-bg {
	font-size: 65px;
	left: -10px;
	opacity: .2;
	position: absolute;
	top: -10px
}

@media (max-width:991px) {
	body .alert-with-icf-bg {
		padding: 10px 20px 10px 64px
	}
}

.flag-small {
	display: inline;
	*zoom: 1;
	display: inline-block;
	width: 16px;
	height: 11px;
	line-height: 11px;
	background-image: url(../../../v3/img/flags/flat/flags-16.png);
	background-position: 0 0;
	background-repeat: no-repeat
}

.flag-small.flag-ad {
	background-position: 0 -2px
}

.flag-small.flag-ae {
	background-position: -16px -2px
}

.flag-small.flag-af {
	background-position: -32px -2px
}

.flag-small.flag-ag {
	background-position: -48px -2px
}

.flag-small.flag-ai {
	background-position: -64px -2px
}

.flag-small.flag-al {
	background-position: -80px -2px
}

.flag-small.flag-am {
	background-position: -96px -2px
}

.flag-small.flag-an {
	background-position: -112px -2px
}

.flag-small.flag-ao {
	background-position: -128px -2px
}

.flag-small.flag-aq {
	background-position: -144px -2px
}

.flag-small.flag-ar {
	background-position: -160px -2px
}

.flag-small.flag-as {
	background-position: -176px -2px
}

.flag-small.flag-at {
	background-position: -192px -2px
}

.flag-small.flag-au {
	background-position: -208px -2px
}

.flag-small.flag-aw {
	background-position: -224px -2px
}

.flag-small.flag-ax {
	background-position: -240px -2px
}

.flag-small.flag-az {
	background-position: 0 -18px
}

.flag-small.flag-ba {
	background-position: -16px -18px
}

.flag-small.flag-bb {
	background-position: -32px -18px
}

.flag-small.flag-bd {
	background-position: -48px -18px
}

.flag-small.flag-be {
	background-position: -64px -18px
}

.flag-small.flag-bf {
	background-position: -80px -18px
}

.flag-small.flag-bg {
	background-position: -96px -18px
}

.flag-small.flag-bh {
	background-position: -112px -18px
}

.flag-small.flag-bi {
	background-position: -128px -18px
}

.flag-small.flag-bj {
	background-position: -144px -18px
}

.flag-small.flag-bl {
	background-position: -160px -18px
}

.flag-small.flag-bm {
	background-position: -176px -18px
}

.flag-small.flag-bn {
	background-position: -192px -18px
}

.flag-small.flag-bo {
	background-position: -208px -18px
}

.flag-small.flag-br {
	background-position: -224px -18px
}

.flag-small.flag-bs {
	background-position: -240px -18px
}

.flag-small.flag-bt {
	background-position: 0 -34px
}

.flag-small.flag-bw {
	background-position: -16px -34px
}

.flag-small.flag-by {
	background-position: -32px -34px
}

.flag-small.flag-bz {
	background-position: -48px -34px
}

.flag-small.flag-ca {
	background-position: -64px -34px
}

.flag-small.flag-cc {
	background-position: -80px -34px
}

.flag-small.flag-cd {
	background-position: -96px -34px
}

.flag-small.flag-cf {
	background-position: -112px -34px
}

.flag-small.flag-cg {
	background-position: -128px -34px
}

.flag-small.flag-ch {
	background-position: -144px -34px
}

.flag-small.flag-ci {
	background-position: -160px -34px
}

.flag-small.flag-ck {
	background-position: -176px -34px
}

.flag-small.flag-cl {
	background-position: -192px -34px
}

.flag-small.flag-cm {
	background-position: -208px -34px
}

.flag-small.flag-cn {
	background-position: -224px -34px
}

.flag-small.flag-co {
	background-position: -240px -34px
}

.flag-small.flag-cr {
	background-position: 0 -50px
}

.flag-small.flag-cu {
	background-position: -16px -50px
}

.flag-small.flag-cv {
	background-position: -32px -50px
}

.flag-small.flag-cw {
	background-position: -48px -50px
}

.flag-small.flag-cx {
	background-position: -64px -50px
}

.flag-small.flag-cy {
	background-position: -80px -50px
}

.flag-small.flag-cz {
	background-position: -96px -50px
}

.flag-small.flag-de {
	background-position: -112px -50px
}

.flag-small.flag-dj {
	background-position: -128px -50px
}

.flag-small.flag-dk {
	background-position: -144px -50px
}

.flag-small.flag-dm {
	background-position: -160px -50px
}

.flag-small.flag-do {
	background-position: -176px -50px
}

.flag-small.flag-dz {
	background-position: -192px -50px
}

.flag-small.flag-ec {
	background-position: -208px -50px
}

.flag-small.flag-ee {
	background-position: -224px -50px
}

.flag-small.flag-eg {
	background-position: -240px -50px
}

.flag-small.flag-eh {
	background-position: 0 -66px
}

.flag-small.flag-er {
	background-position: -16px -66px
}

.flag-small.flag-es {
	background-position: -32px -66px
}

.flag-small.flag-et {
	background-position: -48px -66px
}

.flag-small.flag-eu {
	background-position: -64px -66px
}

.flag-small.flag-fi {
	background-position: -80px -66px
}

.flag-small.flag-fj {
	background-position: -96px -66px
}

.flag-small.flag-fk {
	background-position: -112px -66px
}

.flag-small.flag-fm {
	background-position: -128px -66px
}

.flag-small.flag-fo {
	background-position: -144px -66px
}

.flag-small.flag-fr {
	background-position: -160px -66px
}

.flag-small.flag-ga {
	background-position: -176px -66px
}

.flag-small.flag-gb {
	background-position: -192px -66px
}

.flag-small.flag-gd {
	background-position: -208px -66px
}

.flag-small.flag-ge {
	background-position: -224px -66px
}

.flag-small.flag-gg {
	background-position: -240px -66px
}

.flag-small.flag-gh {
	background-position: 0 -82px
}

.flag-small.flag-gi {
	background-position: -16px -82px
}

.flag-small.flag-gl {
	background-position: -32px -82px
}

.flag-small.flag-gm {
	background-position: -48px -82px
}

.flag-small.flag-gn {
	background-position: -64px -82px
}

.flag-small.flag-gq {
	background-position: -80px -82px
}

.flag-small.flag-gr {
	background-position: -96px -82px
}

.flag-small.flag-gs {
	background-position: -112px -82px
}

.flag-small.flag-gt {
	background-position: -128px -82px
}

.flag-small.flag-gu {
	background-position: -144px -82px
}

.flag-small.flag-gw {
	background-position: -160px -82px
}

.flag-small.flag-gy {
	background-position: -176px -82px
}

.flag-small.flag-hk {
	background-position: -192px -82px
}

.flag-small.flag-hn {
	background-position: -208px -82px
}

.flag-small.flag-hr {
	background-position: -224px -82px
}

.flag-small.flag-ht {
	background-position: -240px -82px
}

.flag-small.flag-hu {
	background-position: 0 -98px
}

.flag-small.flag-ic {
	background-position: -16px -98px
}

.flag-small.flag-id {
	background-position: -32px -98px
}

.flag-small.flag-ie {
	background-position: -48px -98px
}

.flag-small.flag-il {
	background-position: -64px -98px
}

.flag-small.flag-im {
	background-position: -80px -98px
}

.flag-small.flag-in {
	background-position: -96px -98px
}

.flag-small.flag-iq {
	background-position: -112px -98px
}

.flag-small.flag-ir {
	background-position: -128px -98px
}

.flag-small.flag-is {
	background-position: -144px -98px
}

.flag-small.flag-it {
	background-position: -160px -98px
}

.flag-small.flag-je {
	background-position: -176px -98px
}

.flag-small.flag-jm {
	background-position: -192px -98px
}

.flag-small.flag-jo {
	background-position: -208px -98px
}

.flag-small.flag-jp {
	background-position: -224px -98px
}

.flag-small.flag-ke {
	background-position: -240px -98px
}

.flag-small.flag-kg {
	background-position: 0 -114px
}

.flag-small.flag-kh {
	background-position: -16px -114px
}

.flag-small.flag-ki {
	background-position: -32px -114px
}

.flag-small.flag-km {
	background-position: -48px -114px
}

.flag-small.flag-kn {
	background-position: -64px -114px
}

.flag-small.flag-kp {
	background-position: -80px -114px
}

.flag-small.flag-kr {
	background-position: -96px -114px
}

.flag-small.flag-kw {
	background-position: -112px -114px
}

.flag-small.flag-ky {
	background-position: -128px -114px
}

.flag-small.flag-kz {
	background-position: -144px -114px
}

.flag-small.flag-la {
	background-position: -160px -114px
}

.flag-small.flag-lb {
	background-position: -176px -114px
}

.flag-small.flag-lc {
	background-position: -192px -114px
}

.flag-small.flag-li {
	background-position: -208px -114px
}

.flag-small.flag-lk {
	background-position: -224px -114px
}

.flag-small.flag-lr {
	background-position: -240px -114px
}

.flag-small.flag-ls {
	background-position: 0 -130px
}

.flag-small.flag-lt {
	background-position: -16px -130px
}

.flag-small.flag-lu {
	background-position: -32px -130px
}

.flag-small.flag-lv {
	background-position: -48px -130px
}

.flag-small.flag-ly {
	background-position: -64px -130px
}

.flag-small.flag-ma {
	background-position: -80px -130px
}

.flag-small.flag-mc {
	background-position: -96px -130px
}

.flag-small.flag-md {
	background-position: -112px -130px
}

.flag-small.flag-me {
	background-position: -128px -130px
}

.flag-small.flag-mf {
	background-position: -144px -130px
}

.flag-small.flag-mg {
	background-position: -160px -130px
}

.flag-small.flag-mh {
	background-position: -176px -130px
}

.flag-small.flag-mk {
	background-position: -192px -130px
}

.flag-small.flag-ml {
	background-position: -208px -130px
}

.flag-small.flag-mm {
	background-position: -224px -130px
}

.flag-small.flag-mn {
	background-position: -240px -130px
}

.flag-small.flag-mo {
	background-position: 0 -146px
}

.flag-small.flag-mp {
	background-position: -16px -146px
}

.flag-small.flag-mq {
	background-position: -160px -66px
}

.flag-small.flag-mr {
	background-position: -48px -146px
}

.flag-small.flag-ms {
	background-position: -64px -146px
}

.flag-small.flag-mt {
	background-position: -80px -146px
}

.flag-small.flag-mu {
	background-position: -96px -146px
}

.flag-small.flag-mv {
	background-position: -112px -146px
}

.flag-small.flag-mw {
	background-position: -128px -146px
}

.flag-small.flag-mx {
	background-position: -144px -146px
}

.flag-small.flag-my {
	background-position: -160px -146px
}

.flag-small.flag-mz {
	background-position: -176px -146px
}

.flag-small.flag-na {
	background-position: -192px -146px
}

.flag-small.flag-nc {
	background-position: -208px -146px
}

.flag-small.flag-ne {
	background-position: -224px -146px
}

.flag-small.flag-nf {
	background-position: -240px -146px
}

.flag-small.flag-ng {
	background-position: 0 -162px
}

.flag-small.flag-ni {
	background-position: -16px -162px
}

.flag-small.flag-nl {
	background-position: -32px -162px
}

.flag-small.flag-no {
	background-position: -48px -162px
}

.flag-small.flag-np {
	background-position: -64px -162px
}

.flag-small.flag-nr {
	background-position: -80px -162px
}

.flag-small.flag-nu {
	background-position: -96px -162px
}

.flag-small.flag-nz {
	background-position: -112px -162px
}

.flag-small.flag-om {
	background-position: -128px -162px
}

.flag-small.flag-pa {
	background-position: -144px -162px
}

.flag-small.flag-pe {
	background-position: -160px -162px
}

.flag-small.flag-pf {
	background-position: -176px -162px
}

.flag-small.flag-pg {
	background-position: -192px -162px
}

.flag-small.flag-ph {
	background-position: -208px -162px
}

.flag-small.flag-pk {
	background-position: -224px -162px
}

.flag-small.flag-pl {
	background-position: -240px -162px
}

.flag-small.flag-pn {
	background-position: 0 -178px
}

.flag-small.flag-pr {
	background-position: -16px -178px
}

.flag-small.flag-ps {
	background-position: -32px -178px
}

.flag-small.flag-pt {
	background-position: -48px -178px
}

.flag-small.flag-pw {
	background-position: -64px -178px
}

.flag-small.flag-py {
	background-position: -80px -178px
}

.flag-small.flag-qa {
	background-position: -96px -178px
}

.flag-small.flag-ro {
	background-position: -112px -178px
}

.flag-small.flag-rs {
	background-position: -128px -178px
}

.flag-small.flag-ru {
	background-position: -144px -178px
}

.flag-small.flag-rw {
	background-position: -160px -178px
}

.flag-small.flag-sa {
	background-position: -176px -178px
}

.flag-small.flag-sb {
	background-position: -192px -178px
}

.flag-small.flag-sc {
	background-position: -208px -178px
}

.flag-small.flag-sd {
	background-position: -224px -178px
}

.flag-small.flag-se {
	background-position: -240px -178px
}

.flag-small.flag-sg {
	background-position: 0 -194px
}

.flag-small.flag-sh {
	background-position: -16px -194px
}

.flag-small.flag-si {
	background-position: -32px -194px
}

.flag-small.flag-sk {
	background-position: -48px -194px
}

.flag-small.flag-sl {
	background-position: -64px -194px
}

.flag-small.flag-sm {
	background-position: -80px -194px
}

.flag-small.flag-sn {
	background-position: -96px -194px
}

.flag-small.flag-so {
	background-position: -112px -194px
}

.flag-small.flag-sr {
	background-position: -128px -194px
}

.flag-small.flag-ss {
	background-position: -144px -194px
}

.flag-small.flag-st {
	background-position: -160px -194px
}

.flag-small.flag-sv {
	background-position: -176px -194px
}

.flag-small.flag-sy {
	background-position: -192px -194px
}

.flag-small.flag-sz {
	background-position: -208px -194px
}

.flag-small.flag-tc {
	background-position: -224px -194px
}

.flag-small.flag-td {
	background-position: -240px -194px
}

.flag-small.flag-tf {
	background-position: 0 -210px
}

.flag-small.flag-tg {
	background-position: -16px -210px
}

.flag-small.flag-th {
	background-position: -32px -210px
}

.flag-small.flag-tj {
	background-position: -48px -210px
}

.flag-small.flag-tk {
	background-position: -64px -210px
}

.flag-small.flag-tl {
	background-position: -80px -210px
}

.flag-small.flag-tm {
	background-position: -96px -210px
}

.flag-small.flag-tn {
	background-position: -112px -210px
}

.flag-small.flag-to {
	background-position: -128px -210px
}

.flag-small.flag-tr {
	background-position: -144px -210px
}

.flag-small.flag-tt {
	background-position: -160px -210px
}

.flag-small.flag-tv {
	background-position: -176px -210px
}

.flag-small.flag-tw {
	background-position: -192px -210px
}

.flag-small.flag-tz {
	background-position: -208px -210px
}

.flag-small.flag-ua {
	background-position: -224px -210px
}

.flag-small.flag-ug {
	background-position: -240px -210px
}

.flag-small.flag-us {
	background-position: 0 -226px
}

.flag-small.flag-uy {
	background-position: -16px -226px
}

.flag-small.flag-uz {
	background-position: -32px -226px
}

.flag-small.flag-va {
	background-position: -48px -226px
}

.flag-small.flag-vc {
	background-position: -64px -226px
}

.flag-small.flag-ve {
	background-position: -80px -226px
}

.flag-small.flag-vg {
	background-position: -96px -226px
}

.flag-small.flag-vi {
	background-position: -112px -226px
}

.flag-small.flag-vn {
	background-position: -128px -226px
}

.flag-small.flag-vu {
	background-position: -144px -226px
}

.flag-small.flag-wf {
	background-position: -160px -226px
}

.flag-small.flag-ws {
	background-position: -176px -226px
}

.flag-small.flag-ye {
	background-position: -192px -226px
}

.flag-small.flag-yt {
	background-position: -208px -226px
}

.flag-small.flag-za {
	background-position: -224px -226px
}

.flag-small.flag-zm {
	background-position: -240px -226px
}

.flag-small.flag-zw {
	background-position: 0 -242px
}

.flag-small.flag-xk {
	background-position: -144px -242px
}

.flag-small.flag-none {
	background-position: -16px -242px
}

.flag-small.flag-question {
	background-color: #000;
	background-image: none;
	color: #fff;
	font-size: 16px;
	line-height: 11px;
	position: relative;
	text-align: center;
	*zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='?')
}

.flag-small.flag-question:before {
	color: #fff;
	content: "?";
	font-size: 11px;
	font-weight: 700;
	left: 0;
	line-height: 11px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1
}

.flag-small.flag-c1 {
	background-position: -112px -242px
}

.flag-small.flag-c2 {
	background-position: -80px -242px
}

.flag-small.flag-c3 {
	background-position: -96px -242px
}

.flag-small.flag-c4 {
	background-position: -64px -242px
}

.flag-small.flag-c5 {
	background-position: -32px -242px
}

.flag-small.flag-c6 {
	background-position: -48px -242px
}

.flag-small.flag-c7 {
	background-position: -160px -242px
}

.flag-small.flag-p3 {
	background-position: -176px -242px
}

.flag-small.flag-m1,
.flag-small.flag-p1,
.flag-small.flag-p2,
.flag-small.flag-p4,
.flag-small.flag-p5,
.flag-small.flag-p6,
.flag-small.flag-p7,
.flag-small.flag-p8,
.flag-small.flag-p9,
.flag-small.flag-s1 {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: relative
}

.flag-small.flag-m1:before,
.flag-small.flag-p1:before,
.flag-small.flag-p2:before,
.flag-small.flag-p4:before,
.flag-small.flag-p5:before,
.flag-small.flag-p6:before,
.flag-small.flag-p7:before,
.flag-small.flag-p8:before,
.flag-small.flag-p9:before,
.flag-small.flag-s1:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff
}

.flag-small.flag-p5:before,
.flag-small.flag-s1:before {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px
}

.flag-small.flag-p1:before,
.flag-small.flag-p9:before {
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px
}

.flag-small.flag-p1:before {
	background: #909090
}

.flag-small.flag-p2:before {
	background: #ffe7c3
}

.flag-small.flag-p4:before {
	background: #db4c14
}

.flag-small.flag-p5:before {
	background: #f90
}

.flag-small.flag-p6:before {
	background: #ffc800
}

.flag-small.flag-p6:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 12px;
	height: 1px;
	margin-left: -6px;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
	background: #fff
}

.flag-small.flag-p7:before {
	background: #9af
}

.flag-small.flag-p8:before {
	background: #4122ee
}

.flag-small.flag-p9:before {
	background: #e7b067
}

.flag-small.flag-m1:before {
	background: #dedede
}

.flag-small.flag-s1:before {
	background: #fd0
}

.flag {
	display: inline;
	*zoom: 1;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-image: url(../../../v3/img/flags/flat/flags-32.png);
	background-position: 0 0;
	background-repeat: no-repeat
}

.flag.flag-ad {
	background-position: 0 0
}

.flag.flag-ae {
	background-position: -32px 0
}

.flag.flag-af {
	background-position: -64px 0
}

.flag.flag-ag {
	background-position: -96px 0
}

.flag.flag-ai {
	background-position: -128px 0
}

.flag.flag-al {
	background-position: -160px 0
}

.flag.flag-am {
	background-position: -192px 0
}

.flag.flag-an {
	background-position: -224px 0
}

.flag.flag-ao {
	background-position: -256px 0
}

.flag.flag-aq {
	background-position: -288px 0
}

.flag.flag-ar {
	background-position: -320px 0
}

.flag.flag-as {
	background-position: -352px 0
}

.flag.flag-at {
	background-position: -384px 0
}

.flag.flag-au {
	background-position: -416px 0
}

.flag.flag-aw {
	background-position: -448px 0
}

.flag.flag-ax {
	background-position: -480px 0
}

.flag.flag-az {
	background-position: 0 -32px
}

.flag.flag-ba {
	background-position: -32px -32px
}

.flag.flag-bb {
	background-position: -64px -32px
}

.flag.flag-bd {
	background-position: -96px -32px
}

.flag.flag-be {
	background-position: -128px -32px
}

.flag.flag-bf {
	background-position: -160px -32px
}

.flag.flag-bg {
	background-position: -192px -32px
}

.flag.flag-bh {
	background-position: -224px -32px
}

.flag.flag-bi {
	background-position: -256px -32px
}

.flag.flag-bj {
	background-position: -288px -32px
}

.flag.flag-bl {
	background-position: -320px -32px
}

.flag.flag-bm {
	background-position: -352px -32px
}

.flag.flag-bn {
	background-position: -384px -32px
}

.flag.flag-bo {
	background-position: -416px -32px
}

.flag.flag-br {
	background-position: -448px -32px
}

.flag.flag-bs {
	background-position: -480px -32px
}

.flag.flag-bt {
	background-position: 0 -64px
}

.flag.flag-bw {
	background-position: -32px -64px
}

.flag.flag-by {
	background-position: -64px -64px
}

.flag.flag-bz {
	background-position: -96px -64px
}

.flag.flag-ca {
	background-position: -128px -64px
}

.flag.flag-cc {
	background-position: -160px -64px
}

.flag.flag-cd {
	background-position: -192px -64px
}

.flag.flag-cf {
	background-position: -224px -64px
}

.flag.flag-cg {
	background-position: -256px -64px
}

.flag.flag-ch {
	background-position: -288px -64px
}

.flag.flag-ci {
	background-position: -320px -64px
}

.flag.flag-ck {
	background-position: -352px -64px
}

.flag.flag-cl {
	background-position: -384px -64px
}

.flag.flag-cm {
	background-position: -416px -64px
}

.flag.flag-cn {
	background-position: -448px -64px
}

.flag.flag-co {
	background-position: -480px -64px
}

.flag.flag-cr {
	background-position: 0 -96px
}

.flag.flag-cu {
	background-position: -32px -96px
}

.flag.flag-cv {
	background-position: -64px -96px
}

.flag.flag-cw {
	background-position: -96px -96px
}

.flag.flag-cx {
	background-position: -128px -96px
}

.flag.flag-cy {
	background-position: -160px -96px
}

.flag.flag-cz {
	background-position: -192px -96px
}

.flag.flag-de {
	background-position: -224px -96px
}

.flag.flag-dj {
	background-position: -256px -96px
}

.flag.flag-dk {
	background-position: -288px -96px
}

.flag.flag-dm {
	background-position: -320px -96px
}

.flag.flag-do {
	background-position: -352px -96px
}

.flag.flag-dz {
	background-position: -384px -96px
}

.flag.flag-ec {
	background-position: -416px -96px
}

.flag.flag-ee {
	background-position: -448px -96px
}

.flag.flag-eg {
	background-position: -480px -96px
}

.flag.flag-eh {
	background-position: 0 -128px
}

.flag.flag-er {
	background-position: -32px -128px
}

.flag.flag-es {
	background-position: -64px -128px
}

.flag.flag-et {
	background-position: -96px -128px
}

.flag.flag-eu {
	background-position: -128px -128px
}

.flag.flag-fi {
	background-position: -160px -128px
}

.flag.flag-fj {
	background-position: -192px -128px
}

.flag.flag-fk {
	background-position: -224px -128px
}

.flag.flag-fm {
	background-position: -256px -128px
}

.flag.flag-fo {
	background-position: -288px -128px
}

.flag.flag-fr {
	background-position: -320px -128px
}

.flag.flag-ga {
	background-position: -352px -128px
}

.flag.flag-gb {
	background-position: -384px -128px
}

.flag.flag-gd {
	background-position: -416px -128px
}

.flag.flag-ge {
	background-position: -448px -128px
}

.flag.flag-gg {
	background-position: -480px -128px
}

.flag.flag-gh {
	background-position: 0 -160px
}

.flag.flag-gi {
	background-position: -32px -160px
}

.flag.flag-gl {
	background-position: -64px -160px
}

.flag.flag-gm {
	background-position: -96px -160px
}

.flag.flag-gn {
	background-position: -128px -160px
}

.flag.flag-gq {
	background-position: -160px -160px
}

.flag.flag-gr {
	background-position: -192px -160px
}

.flag.flag-gs {
	background-position: -224px -160px
}

.flag.flag-gt {
	background-position: -256px -160px
}

.flag.flag-gu {
	background-position: -288px -160px
}

.flag.flag-gw {
	background-position: -320px -160px
}

.flag.flag-gy {
	background-position: -352px -160px
}

.flag.flag-hk {
	background-position: -384px -160px
}

.flag.flag-hn {
	background-position: -416px -160px
}

.flag.flag-hr {
	background-position: -448px -160px
}

.flag.flag-ht {
	background-position: -480px -160px
}

.flag.flag-hu {
	background-position: 0 -192px
}

.flag.flag-ic {
	background-position: -32px -192px
}

.flag.flag-id {
	background-position: -64px -192px
}

.flag.flag-ie {
	background-position: -96px -192px
}

.flag.flag-il {
	background-position: -128px -192px
}

.flag.flag-im {
	background-position: -160px -192px
}

.flag.flag-in {
	background-position: -192px -192px
}

.flag.flag-iq {
	background-position: -224px -192px
}

.flag.flag-ir {
	background-position: -256px -192px
}

.flag.flag-is {
	background-position: -288px -192px
}

.flag.flag-it {
	background-position: -320px -192px
}

.flag.flag-je {
	background-position: -352px -192px
}

.flag.flag-jm {
	background-position: -384px -192px
}

.flag.flag-jo {
	background-position: -416px -192px
}

.flag.flag-jp {
	background-position: -448px -192px
}

.flag.flag-ke {
	background-position: -480px -192px
}

.flag.flag-kg {
	background-position: 0 -224px
}

.flag.flag-kh {
	background-position: -32px -224px
}

.flag.flag-ki {
	background-position: -64px -224px
}

.flag.flag-km {
	background-position: -96px -224px
}

.flag.flag-kn {
	background-position: -128px -224px
}

.flag.flag-kp {
	background-position: -160px -224px
}

.flag.flag-kr {
	background-position: -192px -224px
}

.flag.flag-kw {
	background-position: -224px -224px
}

.flag.flag-ky {
	background-position: -256px -224px
}

.flag.flag-kz {
	background-position: -288px -224px
}

.flag.flag-la {
	background-position: -320px -224px
}

.flag.flag-lb {
	background-position: -352px -224px
}

.flag.flag-lc {
	background-position: -384px -224px
}

.flag.flag-li {
	background-position: -416px -224px
}

.flag.flag-lk {
	background-position: -448px -224px
}

.flag.flag-lr {
	background-position: -480px -224px
}

.flag.flag-ls {
	background-position: 0 -256px
}

.flag.flag-lt {
	background-position: -32px -256px
}

.flag.flag-lu {
	background-position: -64px -256px
}

.flag.flag-lv {
	background-position: -96px -256px
}

.flag.flag-ly {
	background-position: -128px -256px
}

.flag.flag-ma {
	background-position: -160px -256px
}

.flag.flag-mc {
	background-position: -192px -256px
}

.flag.flag-md {
	background-position: -224px -256px
}

.flag.flag-me {
	background-position: -256px -256px
}

.flag.flag-mf {
	background-position: -288px -256px
}

.flag.flag-mg {
	background-position: -320px -256px
}

.flag.flag-mh {
	background-position: -352px -256px
}

.flag.flag-mk {
	background-position: -384px -256px
}

.flag.flag-ml {
	background-position: -416px -256px
}

.flag.flag-mm {
	background-position: -448px -256px
}

.flag.flag-mn {
	background-position: -480px -256px
}

.flag.flag-mo {
	background-position: 0 -288px
}

.flag.flag-mp {
	background-position: -32px -288px
}

.flag.flag-mq {
	background-position: -320px -128px
}

.flag.flag-mr {
	background-position: -96px -288px
}

.flag.flag-ms {
	background-position: -128px -288px
}

.flag.flag-mt {
	background-position: -160px -288px
}

.flag.flag-mu {
	background-position: -192px -288px
}

.flag.flag-mv {
	background-position: -224px -288px
}

.flag.flag-mw {
	background-position: -256px -288px
}

.flag.flag-mx {
	background-position: -288px -288px
}

.flag.flag-my {
	background-position: -320px -288px
}

.flag.flag-mz {
	background-position: -352px -288px
}

.flag.flag-na {
	background-position: -384px -288px
}

.flag.flag-nc {
	background-position: -416px -288px
}

.flag.flag-ne {
	background-position: -448px -288px
}

.flag.flag-nf {
	background-position: -480px -288px
}

.flag.flag-ng {
	background-position: 0 -320px
}

.flag.flag-ni {
	background-position: -32px -320px
}

.flag.flag-nl {
	background-position: -64px -320px
}

.flag.flag-no {
	background-position: -96px -320px
}

.flag.flag-np {
	background-position: -128px -320px
}

.flag.flag-nr {
	background-position: -160px -320px
}

.flag.flag-nu {
	background-position: -192px -320px
}

.flag.flag-nz {
	background-position: -224px -320px
}

.flag.flag-om {
	background-position: -256px -320px
}

.flag.flag-pa {
	background-position: -288px -320px
}

.flag.flag-pe {
	background-position: -320px -320px
}

.flag.flag-pf {
	background-position: -352px -320px
}

.flag.flag-pg {
	background-position: -384px -320px
}

.flag.flag-ph {
	background-position: -416px -320px
}

.flag.flag-pk {
	background-position: -448px -320px
}

.flag.flag-pl {
	background-position: -480px -320px
}

.flag.flag-pn {
	background-position: 0 -352px
}

.flag.flag-pr {
	background-position: -32px -352px
}

.flag.flag-ps {
	background-position: -64px -352px
}

.flag.flag-pt {
	background-position: -96px -352px
}

.flag.flag-pw {
	background-position: -128px -352px
}

.flag.flag-py {
	background-position: -160px -352px
}

.flag.flag-qa {
	background-position: -192px -352px
}

.flag.flag-ro {
	background-position: -224px -352px
}

.flag.flag-rs {
	background-position: -256px -352px
}

.flag.flag-ru {
	background-position: -288px -352px
}

.flag.flag-rw {
	background-position: -320px -352px
}

.flag.flag-sa {
	background-position: -352px -352px
}

.flag.flag-sb {
	background-position: -384px -352px
}

.flag.flag-sc {
	background-position: -416px -352px
}

.flag.flag-sd {
	background-position: -448px -352px
}

.flag.flag-se {
	background-position: -480px -352px
}

.flag.flag-sg {
	background-position: 0 -384px
}

.flag.flag-sh {
	background-position: -32px -384px
}

.flag.flag-si {
	background-position: -64px -384px
}

.flag.flag-sk {
	background-position: -96px -384px
}

.flag.flag-sl {
	background-position: -128px -384px
}

.flag.flag-sm {
	background-position: -160px -384px
}

.flag.flag-sn {
	background-position: -192px -384px
}

.flag.flag-so {
	background-position: -224px -384px
}

.flag.flag-sr {
	background-position: -256px -384px
}

.flag.flag-ss {
	background-position: -288px -384px
}

.flag.flag-st {
	background-position: -320px -384px
}

.flag.flag-sv {
	background-position: -352px -384px
}

.flag.flag-sy {
	background-position: -384px -384px
}

.flag.flag-sz {
	background-position: -416px -384px
}

.flag.flag-tc {
	background-position: -448px -384px
}

.flag.flag-td {
	background-position: -480px -384px
}

.flag.flag-tf {
	background-position: 0 -416px
}

.flag.flag-tg {
	background-position: -32px -416px
}

.flag.flag-th {
	background-position: -64px -416px
}

.flag.flag-tj {
	background-position: -96px -416px
}

.flag.flag-tk {
	background-position: -128px -416px
}

.flag.flag-tl {
	background-position: -160px -416px
}

.flag.flag-tm {
	background-position: -192px -416px
}

.flag.flag-tn {
	background-position: -224px -416px
}

.flag.flag-to {
	background-position: -256px -416px
}

.flag.flag-tr {
	background-position: -288px -416px
}

.flag.flag-tt {
	background-position: -320px -416px
}

.flag.flag-tv {
	background-position: -352px -416px
}

.flag.flag-tw {
	background-position: -384px -416px
}

.flag.flag-tz {
	background-position: -416px -416px
}

.flag.flag-ua {
	background-position: -448px -416px
}

.flag.flag-ug {
	background-position: -480px -416px
}

.flag.flag-us {
	background-position: 0 -448px
}

.flag.flag-uy {
	background-position: -32px -448px
}

.flag.flag-uz {
	background-position: -64px -448px
}

.flag.flag-va {
	background-position: -96px -448px
}

.flag.flag-vc {
	background-position: -128px -448px
}

.flag.flag-ve {
	background-position: -160px -448px
}

.flag.flag-vg {
	background-position: -192px -448px
}

.flag.flag-vi {
	background-position: -224px -448px
}

.flag.flag-vn {
	background-position: -256px -448px
}

.flag.flag-vu {
	background-position: -288px -448px
}

.flag.flag-wf {
	background-position: -320px -448px
}

.flag.flag-ws {
	background-position: -352px -448px
}

.flag.flag-ye {
	background-position: -384px -448px
}

.flag.flag-yt {
	background-position: -416px -448px
}

.flag.flag-za {
	background-position: -448px -448px
}

.flag.flag-zm {
	background-position: -480px -448px
}

.flag.flag-zw {
	background-position: 0 -480px
}

.flag.flag-xk {
	background-position: -288px -480px
}

.flag.flag-none {
	background-position: -32px -480px
}

.flag.flag-vspacer {
	background: 0 0;
	width: 0
}

.flag.flag-question {
	background-color: #000;
	background-image: none;
	color: #fff;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	margin: 0 1px;
	position: relative;
	text-align: center;
	width: 30px;
	*zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='?')
}

.flag.flag-question:before {
	color: #fff;
	content: "?";
	font-size: 16px;
	font-weight: 700;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1
}

.flag.flag-c1 {
	background-position: -224px -480px
}

.flag.flag-c2 {
	background-position: -160px -480px
}

.flag.flag-c3 {
	background-position: -192px -480px
}

.flag.flag-c4 {
	background-position: -128px -480px
}

.flag.flag-c5 {
	background-position: -64px -480px
}

.flag.flag-c6 {
	background-position: -96px -480px
}

.flag.flag-c7 {
	background-position: -352px -480px
}

.flag.flag-p3 {
	background-position: -256px -486px;
	height: 20px
}

.flag.flag-m1,
.flag.flag-p1,
.flag.flag-p2,
.flag.flag-p4,
.flag.flag-p5,
.flag.flag-p6,
.flag.flag-p7,
.flag.flag-p8,
.flag.flag-p9,
.flag.flag-s1 {
	position: relative;
	width: 30px;
	height: 20px;
	background: #000 url(../../../v3/img/flags/flat/flags-32.png) no-repeat -320px -486px
}

.flag.flag-m1:before,
.flag.flag-p1:before,
.flag.flag-p2:before,
.flag.flag-p4:before,
.flag.flag-p5:before,
.flag.flag-p6:before,
.flag.flag-p7:before,
.flag.flag-p8:before,
.flag.flag-p9:before,
.flag.flag-s1:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff
}

.flag.flag-m1:before,
.flag.flag-p1:before,
.flag.flag-p9:before {
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -6px
}

.flag.flag-p2:before,
.flag.flag-p4:before,
.flag.flag-p6:before,
.flag.flag-p7:before,
.flag.flag-p8:before {
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px
}

.flag.flag-p5:before {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px
}

.flag.flag-s1:before {
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px
}

.flag.flag-p1:before {
	background: #909090
}

.flag.flag-p2:before {
	background: #ffe7c3
}

.flag.flag-p4:before {
	background: #db4c14
}

.flag.flag-p5:before {
	background: #f90
}

.flag.flag-p6:before {
	background: #ffc800
}

.flag.flag-p6:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 24px;
	height: 1px;
	margin-left: -12px;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
	background: #fff
}

.flag.flag-p7:before {
	background: #9af
}

.flag.flag-p8:before {
	background: #4122ee
}

.flag.flag-p9:before {
	background: #e7b067
}

.flag.flag-m1:before {
	background: #dedede
}

.flag.flag-s1:before {
	background: #fd0
}

.report-search-words {
	max-width: 840px;
	text-align: center
}

.report-search-words h2 .icon-f {
	color: #de2600
}

.report-search-words .desc {
	text-align: left;
	font-size: 16px;
	margin: 0 0 10px
}

.report-search-words ul {
	overflow: hidden;
	padding: 0 0 15px 10px;
	text-align: left;
	width: 100%
}

.report-search-words ul li {
	float: left;
	width: 50%
}

.report-search-words ul li:first-child:last-child {
	float: none;
	text-align: center;
	width: 100%
}

.report-search-words label {
	display: block;
	font-weight: 400;
	padding: 5px 10px;
	margin: 0 0 4px
}

.report-search-words label input {
	margin-right: 4px;
	vertical-align: middle
}

.report-search-words button {
	font-size: 22px;
	text-transform: uppercase
}

.tag-adder {
	overflow: hidden
}

.tag-adder .tag-list {
	border: 1px solid rgba(119, 119, 119, .5);
	background: rgba(255, 255, 255, .5);
	overflow: hidden;
	display: block;
	min-height: 40px;
	padding: 4px 16px 0 8px;
	position: relative;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}

html[dir=rtl] .tag-adder .tag-list {
	padding: 4px 8px 0 16px
}

.tag-adder .tag-list .tag,
.tag-adder .tag-list button.add,
.tag-adder .tag-list input {
	float: left;
	font-size: 16px;
	margin: 0 8px 4px 0;
	position: relative;
	z-index: 2
}

html[dir=rtl] .tag-adder .tag-list .tag,
html[dir=rtl] .tag-adder .tag-list button.add,
html[dir=rtl] .tag-adder .tag-list input {
	float: right;
	margin: 0 0 4px 8px
}

.tag-adder .tag-list .tag,
.tag-adder .tag-list button.add {
	background: #d9d9d9;
	border: 0;
	color: #000;
	cursor: default;
	line-height: 22px;
	min-height: 30px;
	overflow: hidden;
	padding: 4px 10px
}

.tag-adder .tag-list .tag .txt,
.tag-adder .tag-list button.add .txt {
	-webkit-transition: .15s all;
	-o-transition: .15s all;
	-moz-transition: .15s all;
	transition: .15s all;
	word-break: break-all
}

.tag-adder .tag-list .tag .del,
.tag-adder .tag-list button.add .del {
	cursor: pointer;
	display: block;
	height: 30px;
	right: -30px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition: all 0s .2s;
	-o-transition: all 0s .2s;
	-moz-transition: all 0s .2s;
	transition: all 0s .2s;
	width: 0
}

.tag-adder .tag-list button.add,
.tag-adder .tag-list input,
.tag-adder .tag-list label {
	display: none
}

.tag-adder .tag-adder-legend {
	background: #eee;
	color: #777;
	float: left;
	font-size: 12px;
	opacity: .5;
	padding: 2px 8px
}

.tag-adder .tag-adder-legend .icon-f {
	font-size: 13px;
	margin-right: 3px;
	vertical-align: text-bottom
}

.tag-adder.init-ok .tag-list {
	background: #fff;
	border-color: #777;
	color: #000;
	cursor: text
}

.tag-adder.init-ok .tag-list label {
	bottom: 0;
	cursor: text;
	display: block;
	left: 0;
	line-height: 30px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.tag-adder.init-ok .tag-list input {
	border: 0;
	background: #fff;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	width: 0
}

.tag-adder.init-ok .tag-list input.not-empty-val {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1) inset;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1) inset;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1) inset
}

.tag-adder.init-ok .tag-list input.focus,
.tag-adder.init-ok .tag-list input.not-empty-val,
.tag-adder.init-ok .tag-list input:focus {
	border: 1px solid #d9d9d9;
	outline: 0;
	margin: 0 0 4px;
	padding: 4px 9.9px;
	width: 120px
}

.tag-adder.init-ok .tag-list button.add {
	cursor: pointer;
	display: block;
	font-weight: 700;
	padding: 0 8px
}

.tag-adder.init-ok .tag-list button.add:active,
.tag-adder.init-ok .tag-list button.add:focus {
	outline: 0
}

.tag-adder.init-ok .tag-list input.focus,
.tag-adder.init-ok .tag-list input:focus {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px
}

.tag-adder.init-ok .tag-list input.focus+button.add,
.tag-adder.init-ok .tag-list input:focus+button.add {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px
}

html[dir=rtl] .tag-adder.init-ok .tag-list input.focus,
html[dir=rtl] .tag-adder.init-ok .tag-list input:focus {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0
}

html[dir=rtl] .tag-adder.init-ok .tag-list input.focus+button.add,
html[dir=rtl] .tag-adder.init-ok .tag-list input:focus+button.add {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px
}

.tag-adder.init-ok .tag-list input.focus.inp-error,
.tag-adder.init-ok .tag-list input:focus.inp-error {
	-webkit-animation: error_focused 1.5s ease-out;
	-moz-animation: error_focused 1.5s ease-out;
	-o-animation: error_focused 1.5s ease-out;
	animation: error_focused 1.5s ease-out
}

.tag-adder.init-ok .tag-list button.add,
.tag-adder.init-ok .tag-list input {
	height: 30px
}

.tag-adder.init-ok .tag-list .tag {
	-webkit-transition: .15s background;
	-o-transition: .15s background;
	-moz-transition: .15s background;
	transition: .15s background
}

.tag-adder.init-ok .tag-list .tag.focused,
.tag-adder.init-ok .tag-list .tag.partial-focused {
	-webkit-animation: tag_focused 1.5s ease-out;
	-moz-animation: tag_focused 1.5s ease-out;
	-o-animation: tag_focused 1.5s ease-out;
	animation: tag_focused 1.5s ease-out
}

@-webkit-keyframes tag_focused {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(168, 168, 168, .6);
		box-shadow: 0 0 0 0 rgba(168, 168, 168, .6);
		background: rgba(168, 168, 168, .7)
	}

	18% {
		background: #a8a8a8
	}

	35% {
		-webkit-box-shadow: 0 0 5px 25px rgba(168, 168, 168, 0);
		box-shadow: 0 0 5px 25px rgba(168, 168, 168, 0)
	}

	50% {
		-webkit-box-shadow: 0 0 0 0 rgba(168, 168, 168, 0);
		box-shadow: 0 0 0 0 rgba(168, 168, 168, 0)
	}

	80% {
		background: #a8a8a8
	}
}

@-moz-keyframes tag_focused {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(168, 168, 168, .6);
		box-shadow: 0 0 0 0 rgba(168, 168, 168, .6);
		background: rgba(168, 168, 168, .7)
	}

	18% {
		background: #a8a8a8
	}

	35% {
		-moz-box-shadow: 0 0 5px 25px rgba(168, 168, 168, 0);
		box-shadow: 0 0 5px 25px rgba(168, 168, 168, 0)
	}

	50% {
		-moz-box-shadow: 0 0 0 0 rgba(168, 168, 168, 0);
		box-shadow: 0 0 0 0 rgba(168, 168, 168, 0)
	}

	80% {
		background: #a8a8a8
	}
}

@-o-keyframes tag_focused {
	0% {
		box-shadow: 0 0 0 0 rgba(168, 168, 168, .6);
		background: rgba(168, 168, 168, .7)
	}

	18% {
		background: #a8a8a8
	}

	35% {
		box-shadow: 0 0 5px 25px rgba(168, 168, 168, 0)
	}

	50% {
		box-shadow: 0 0 0 0 rgba(168, 168, 168, 0)
	}

	80% {
		background: #a8a8a8
	}
}

@keyframes tag_focused {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(168, 168, 168, .6);
		-moz-box-shadow: 0 0 0 0 rgba(168, 168, 168, .6);
		box-shadow: 0 0 0 0 rgba(168, 168, 168, .6);
		background: rgba(168, 168, 168, .7)
	}

	18% {
		background: #a8a8a8
	}

	35% {
		-webkit-box-shadow: 0 0 5px 25px rgba(168, 168, 168, 0);
		-moz-box-shadow: 0 0 5px 25px rgba(168, 168, 168, 0);
		box-shadow: 0 0 5px 25px rgba(168, 168, 168, 0)
	}

	50% {
		-webkit-box-shadow: 0 0 0 0 rgba(168, 168, 168, 0);
		-moz-box-shadow: 0 0 0 0 rgba(168, 168, 168, 0);
		box-shadow: 0 0 0 0 rgba(168, 168, 168, 0)
	}

	80% {
		background: #a8a8a8
	}
}

.tag-adder.init-ok .tag-list .tag.focused,
.tag-adder.init-ok .tag-list .tag.partial-focused,
.tag-adder.init-ok .tag-list .tag:hover {
	background: #a8a8a8
}

.tag-adder.init-ok .tag-list .tag.focused .del,
.tag-adder.init-ok .tag-list .tag:hover .del {
	right: 0;
	width: 30px
}

.tag-adder.init-ok .tag-list .tag.focused .del .icon-f,
.tag-adder.init-ok .tag-list .tag:hover .del .icon-f {
	margin-left: 20.1px;
	opacity: 1
}

.tag-adder.init-ok .tag-list .tag.error {
	background: #de2600;
	color: #fff
}

.tag-adder.init-ok .tag-list .tag .del .icon-f {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: #d9d9d9;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: -2px 0 5px rgba(0, 0, 0, .5);
	box-shadow: -2px 0 5px rgba(0, 0, 0, .5);
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-left: 30px;
	opacity: 0;
	vertical-align: text-bottom;
	-webkit-transition: .15s all;
	-o-transition: .15s all;
	-moz-transition: .15s all;
	transition: .15s all;
	width: 9.9px
}

.tag-adder.init-ok .tag-list .tag .del:hover {
	color: #de2600
}

.tag-adder.init-ok .tag-list .tag .del:hover .icon-f,
.tag-adder.init-ok .tag-list .tag.focused .del .icon-f {
	font-size: 20px;
	margin-left: 0;
	width: 30px
}

.tag-adder.init-ok .tag-adder-legend {
	opacity: 1;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s
}

.tag-adder.init-ok .tag-adder-legend.legend-error {
	-webkit-animation: error_focused 1.5s ease-out;
	-moz-animation: error_focused 1.5s ease-out;
	-o-animation: error_focused 1.5s ease-out;
	animation: error_focused 1.5s ease-out
}

@-webkit-keyframes error_focused {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(222, 38, 0, .6);
		box-shadow: 0 0 0 0 rgba(222, 38, 0, .6);
		background: rgba(222, 38, 0, .7)
	}

	18% {
		background: #de2600
	}

	35% {
		-webkit-box-shadow: 0 0 5px 25px rgba(222, 38, 0, 0);
		box-shadow: 0 0 5px 25px rgba(222, 38, 0, 0)
	}

	50% {
		-webkit-box-shadow: 0 0 0 0 rgba(222, 38, 0, 0);
		box-shadow: 0 0 0 0 rgba(222, 38, 0, 0)
	}

	80% {
		background: #de2600
	}
}

@-moz-keyframes error_focused {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(222, 38, 0, .6);
		box-shadow: 0 0 0 0 rgba(222, 38, 0, .6);
		background: rgba(222, 38, 0, .7)
	}

	18% {
		background: #de2600
	}

	35% {
		-moz-box-shadow: 0 0 5px 25px rgba(222, 38, 0, 0);
		box-shadow: 0 0 5px 25px rgba(222, 38, 0, 0)
	}

	50% {
		-moz-box-shadow: 0 0 0 0 rgba(222, 38, 0, 0);
		box-shadow: 0 0 0 0 rgba(222, 38, 0, 0)
	}

	80% {
		background: #de2600
	}
}

@-o-keyframes error_focused {
	0% {
		box-shadow: 0 0 0 0 rgba(222, 38, 0, .6);
		background: rgba(222, 38, 0, .7)
	}

	18% {
		background: #de2600
	}

	35% {
		box-shadow: 0 0 5px 25px rgba(222, 38, 0, 0)
	}

	50% {
		box-shadow: 0 0 0 0 rgba(222, 38, 0, 0)
	}

	80% {
		background: #de2600
	}
}

@keyframes error_focused {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(222, 38, 0, .6);
		-moz-box-shadow: 0 0 0 0 rgba(222, 38, 0, .6);
		box-shadow: 0 0 0 0 rgba(222, 38, 0, .6);
		background: rgba(222, 38, 0, .7)
	}

	18% {
		background: #de2600
	}

	35% {
		-webkit-box-shadow: 0 0 5px 25px rgba(222, 38, 0, 0);
		-moz-box-shadow: 0 0 5px 25px rgba(222, 38, 0, 0);
		box-shadow: 0 0 5px 25px rgba(222, 38, 0, 0)
	}

	50% {
		-webkit-box-shadow: 0 0 0 0 rgba(222, 38, 0, 0);
		-moz-box-shadow: 0 0 0 0 rgba(222, 38, 0, 0);
		box-shadow: 0 0 0 0 rgba(222, 38, 0, 0)
	}

	80% {
		background: #de2600
	}
}

.tag-adder-pop .x-popup-arrow {
	border-bottom-color: #d9d9d9
}

.tag-adder-pop .x-popup-content {
	background: #d9d9d9;
	padding: 5px 0
}

.tag-adder-pop ul {
	margin: 0;
	padding: 0
}

.tag-adder-pop li {
	background: #d9d9d9;
	color: #000;
	cursor: pointer;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	padding: 5px 10px;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	-moz-transition: .2s all;
	transition: .2s all
}

.tag-adder-pop li strong {
	color: #de2600
}

.tag-adder-pop li.focused,
.tag-adder-pop li:hover {
	background: #a8a8a8
}

.tag-adder-error-pop .x-popup-arrow {
	border-top-color: #de2600
}

.tag-adder-error-pop .x-popup-content {
	background: #de2600;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 2px 10px
}

.toggle-tag-adder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 5px;
	padding-top: 7px
}

.toggle-tag-adder .toggle__option {
	font-size: 14px;
	opacity: .5
}

.toggle-tag-adder .toggle__option.is-on {
	opacity: 1
}

.toggle-tag-adder .checkbox.toggle {
	padding: 0;
	margin: 0 10px !important
}

.models-selector i.icf-close.text-danger {
	bottom: 5px;
	right: 5px
}

.models-selector .models-list {
	border: 1px solid rgba(119, 119, 119, .5);
	background: rgba(255, 255, 255, .5);
	overflow: hidden;
	display: block;
	min-height: 40px;
	padding: 4px 16px 0 8px;
	position: relative;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}

html[dir=rtl] .models-selector .models-list {
	padding: 4px 8px 0 16px
}

.models-selector .models-list .model,
.models-selector .models-list button.add,
.models-selector .models-list input {
	float: left;
	font-size: 16px;
	margin: 0 8px 4px 0;
	position: relative;
	z-index: 2
}

html[dir=rtl] .models-selector .models-list .model,
html[dir=rtl] .models-selector .models-list button.add,
html[dir=rtl] .models-selector .models-list input {
	float: right;
	margin: 0 0 4px 8px
}

.models-selector .models-list .model,
.models-selector .models-list button.add {
	background: #d9d9d9;
	border: 0;
	color: #000;
	cursor: default;
	line-height: 22px;
	min-height: 30px;
	overflow: hidden;
	padding: 4px 10px
}

.models-selector .models-list .model .txt,
.models-selector .models-list button.add .txt {
	-webkit-transition: .15s all;
	-o-transition: .15s all;
	-moz-transition: .15s all;
	transition: .15s all;
	word-break: break-all
}

.models-selector .models-list .model .del,
.models-selector .models-list button.add .del {
	cursor: pointer;
	display: block;
	height: 30px;
	right: -30px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition: all 0s .2s;
	-o-transition: all 0s .2s;
	-moz-transition: all 0s .2s;
	transition: all 0s .2s;
	width: 0
}

.models-selector .models-list button.add,
.models-selector .models-list input,
.models-selector .models-list label {
	display: none
}

.models-selector .models-selector-legend {
	background: #eee;
	color: #777;
	float: left;
	font-size: 12px;
	opacity: .5;
	padding: 2px 8px
}

.models-selector .models-selector-legend .icon-f {
	font-size: 13px;
	margin-right: 3px;
	vertical-align: text-bottom
}

.models-selector.init-ok .models-list {
	background: #fff;
	border-color: #777;
	color: #000;
	cursor: text
}

.models-selector.init-ok .models-list label {
	bottom: 0;
	cursor: text;
	display: block;
	left: 0;
	line-height: 30px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.models-selector.init-ok .models-list input {
	border: 0;
	background: #fff;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	width: 0
}

.models-selector.init-ok .models-list input.not-empty-val {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1) inset;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1) inset;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1) inset
}

.models-selector.init-ok .models-list input.focus,
.models-selector.init-ok .models-list input.not-empty-val,
.models-selector.init-ok .models-list input:focus {
	border: 1px solid #d9d9d9;
	outline: 0;
	margin: 0 0 4px;
	padding: 4px 9.9px;
	width: 120px
}

.models-selector.init-ok .models-list button.add {
	cursor: pointer;
	display: block;
	font-weight: 700;
	padding: 0 8px
}

.models-selector.init-ok .models-list button.add:active,
.models-selector.init-ok .models-list button.add:focus {
	outline: 0
}

.models-selector.init-ok .models-list input.focus,
.models-selector.init-ok .models-list input:focus {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px
}

.models-selector.init-ok .models-list input.focus+button.add,
.models-selector.init-ok .models-list input:focus+button.add {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px
}

html[dir=rtl] .models-selector.init-ok .models-list input.focus,
html[dir=rtl] .models-selector.init-ok .models-list input:focus {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0
}

html[dir=rtl] .models-selector.init-ok .models-list input.focus+button.add,
html[dir=rtl] .models-selector.init-ok .models-list input:focus+button.add {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px
}

.models-selector.init-ok .models-list input.focus.inp-error,
.models-selector.init-ok .models-list input:focus.inp-error {
	-webkit-animation: error_focused 1.5s ease-out;
	-moz-animation: error_focused 1.5s ease-out;
	-o-animation: error_focused 1.5s ease-out;
	animation: error_focused 1.5s ease-out
}

.models-selector.init-ok .models-list button.add,
.models-selector.init-ok .models-list input {
	height: 30px
}

.models-selector.init-ok .models-list .model {
	-webkit-transition: .15s background;
	-o-transition: .15s background;
	-moz-transition: .15s background;
	transition: .15s background
}

.models-selector.init-ok .models-list .model.focused,
.models-selector.init-ok .models-list .model.partial-focused {
	-webkit-animation: tag_focused 1.5s ease-out;
	-moz-animation: tag_focused 1.5s ease-out;
	-o-animation: tag_focused 1.5s ease-out;
	animation: tag_focused 1.5s ease-out
}

@keyframes tag_focused {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(168, 168, 168, .6);
		-moz-box-shadow: 0 0 0 0 rgba(168, 168, 168, .6);
		box-shadow: 0 0 0 0 rgba(168, 168, 168, .6);
		background: rgba(168, 168, 168, .7)
	}

	18% {
		background: #a8a8a8
	}

	35% {
		-webkit-box-shadow: 0 0 5px 25px rgba(168, 168, 168, 0);
		-moz-box-shadow: 0 0 5px 25px rgba(168, 168, 168, 0);
		box-shadow: 0 0 5px 25px rgba(168, 168, 168, 0)
	}

	50% {
		-webkit-box-shadow: 0 0 0 0 rgba(168, 168, 168, 0);
		-moz-box-shadow: 0 0 0 0 rgba(168, 168, 168, 0);
		box-shadow: 0 0 0 0 rgba(168, 168, 168, 0)
	}

	80% {
		background: #a8a8a8
	}
}

.models-selector.init-ok .models-list .model.focused,
.models-selector.init-ok .models-list .model.partial-focused,
.models-selector.init-ok .models-list .model:hover {
	background: #a8a8a8
}

.models-selector.init-ok .models-list .model.focused .del,
.models-selector.init-ok .models-list .model:hover .del {
	right: 0;
	width: 30px
}

.models-selector.init-ok .models-list .model.focused .del .icon-f,
.models-selector.init-ok .models-list .model:hover .del .icon-f {
	margin-left: 20.1px;
	opacity: 1
}

.models-selector.init-ok .models-list .model.error {
	background: #de2600;
	color: #fff
}

.models-selector.init-ok .models-list .model .del .icon-f {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: #d9d9d9;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: -2px 0 5px rgba(0, 0, 0, .5);
	box-shadow: -2px 0 5px rgba(0, 0, 0, .5);
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-left: 30px;
	opacity: 0;
	vertical-align: text-bottom;
	-webkit-transition: .15s all;
	-o-transition: .15s all;
	-moz-transition: .15s all;
	transition: .15s all;
	width: 9.9px
}

.models-selector.init-ok .models-list .model .del:hover {
	color: #de2600
}

.models-selector.init-ok .models-list .model .del:hover .icon-f,
.models-selector.init-ok .models-list .model.focused .del .icon-f {
	font-size: 20px;
	margin-left: 0;
	width: 30px
}

.models-selector.init-ok .models-selector-legend {
	opacity: 1;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s
}

.models-selector.init-ok .models-selector-legend.legend-error {
	-webkit-animation: error_focused 1.5s ease-out;
	-moz-animation: error_focused 1.5s ease-out;
	-o-animation: error_focused 1.5s ease-out;
	animation: error_focused 1.5s ease-out
}

@keyframes error_focused {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(222, 38, 0, .6);
		-moz-box-shadow: 0 0 0 0 rgba(222, 38, 0, .6);
		box-shadow: 0 0 0 0 rgba(222, 38, 0, .6);
		background: rgba(222, 38, 0, .7)
	}

	18% {
		background: #de2600
	}

	35% {
		-webkit-box-shadow: 0 0 5px 25px rgba(222, 38, 0, 0);
		-moz-box-shadow: 0 0 5px 25px rgba(222, 38, 0, 0);
		box-shadow: 0 0 5px 25px rgba(222, 38, 0, 0)
	}

	50% {
		-webkit-box-shadow: 0 0 0 0 rgba(222, 38, 0, 0);
		-moz-box-shadow: 0 0 0 0 rgba(222, 38, 0, 0);
		box-shadow: 0 0 0 0 rgba(222, 38, 0, 0)
	}

	80% {
		background: #de2600
	}
}

.tag-adder-pop .x-popup-arrow {
	border-bottom-color: #d9d9d9
}

.tag-adder-pop .x-popup-content {
	background: #d9d9d9;
	padding: 5px 0
}

.tag-adder-pop ul {
	margin: 0;
	padding: 0
}

.tag-adder-pop li {
	background: #d9d9d9;
	color: #000;
	cursor: pointer;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	padding: 5px 10px;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	-moz-transition: .2s all;
	transition: .2s all
}

.tag-adder-pop li strong {
	color: #de2600
}

.tag-adder-pop li.focused,
.tag-adder-pop li:hover {
	background: #a8a8a8
}

.models-selector-legend-error-pop .x-popup-arrow {
	border-top-color: #de2600
}

.models-selector-legend-error-pop .x-popup-content {
	background: #de2600;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 2px 10px
}

.toggle-models-selector-legend {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 5px;
	padding-top: 7px
}

.toggle-models-selector-legend .toggle__option {
	font-size: 14px;
	opacity: .5
}

.toggle-models-selector-legend .toggle__option.is-on {
	opacity: 1
}

.toggle-models-selector-legend .checkbox.toggle {
	padding: 0;
	margin: 0 10px !important
}

.checkbox.toggle {
	position: relative
}

.checkbox.toggle input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0;
	opacity: 0
}

.checkbox.toggle input:focus+.checkbox-error-box+label:before,
.checkbox.toggle input:focus+label:before {
	border-color: #777
}

.checkbox.toggle input:checked+.checkbox-error-box+label:before,
.checkbox.toggle input:checked+label:before {
	background: #de2600;
	border-color: #ab1d00
}

.checkbox.toggle input:checked+.checkbox-error-box+label:after,
.checkbox.toggle input:checked+label:after {
	left: 18px;
	background: #fff
}

.checkbox.toggle input:disabled+.checkbox-error-box+label,
.checkbox.toggle input:disabled+label {
	cursor: not-allowed;
	opacity: .5
}

.checkbox.toggle input+.checkbox-error-box {
	display: none
}

.checkbox.toggle input.validator-error+.checkbox-error-box+label:before {
	-webkit-box-shadow: 0 0 1px 2px inset #000, 0 0 1px 1px #de2600;
	-moz-box-shadow: 0 0 1px 2px inset #000, 0 0 1px 1px #de2600;
	box-shadow: 0 0 1px 2px inset #000, 0 0 1px 1px #de2600
}

.checkbox.toggle input.validator-error+.checkbox-error-box+label:after {
	background: #de2600
}

.checkbox.toggle label {
	position: relative;
	padding: 0 0 0 45px
}

.checkbox.toggle label:before {
	background: #ccc;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	content: '';
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 36px
}

.checkbox.toggle label:after {
	background: rgba(255, 255, 255, .9);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: '';
	display: block;
	height: 16px;
	left: 2px;
	position: absolute;
	top: 2px;
	-webkit-transition: left .2s;
	-o-transition: left .2s;
	-moz-transition: left .2s;
	transition: left .2s;
	width: 16px
}

.checkbox.toggle.no-label {
	height: 20px;
	width: 36px
}

.checkbox.toggle.no-label label {
	height: 20px;
	padding: 0 0 0 36px
}

.checkbox.toggle.w-28 {
	height: 18px;
	width: 28px
}

.checkbox.toggle.w-28 input:checked+.checkbox-error-box+label:after,
.checkbox.toggle.w-28 input:checked+label:after {
	left: 11px
}

.checkbox.toggle.w-28 label {
	height: 18px;
	padding: 0 0 0 34px
}

.checkbox.toggle.w-28 label:before {
	height: 18px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	width: 28px
}

.checkbox.toggle.w-28 label:after {
	top: 2px;
	left: 2px;
	width: 14px;
	height: 14px
}

.checkbox.toggle.w-28.no-label label {
	padding: 0 0 0 28px
}

@-webkit-keyframes input_error_focus {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(222, 38, 0, .8), 0 0 0 1000px rgba(222, 38, 0, 0) inset;
		box-shadow: 0 0 0 0 rgba(222, 38, 0, .8), 0 0 0 1000px rgba(222, 38, 0, 0) inset
	}

	5% {
		-webkit-box-shadow: 0 0 0 0 rgba(222, 38, 0, .8), 0 0 0 1000px rgba(222, 38, 0, .6) inset;
		box-shadow: 0 0 0 0 rgba(222, 38, 0, .8), 0 0 0 1000px rgba(222, 38, 0, .6) inset
	}

	40% {
		-webkit-box-shadow: 0 0 10px 25px rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, .8) inset;
		box-shadow: 0 0 10px 25px rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, .8) inset
	}

	80% {
		-webkit-box-shadow: 0 0 0 0 rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, .8) inset;
		box-shadow: 0 0 0 0 rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, .8) inset
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, 0) inset;
		box-shadow: 0 0 0 0 rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, 0) inset
	}
}

@-moz-keyframes input_error_focus {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(222, 38, 0, .8), 0 0 0 1000px rgba(222, 38, 0, 0) inset;
		box-shadow: 0 0 0 0 rgba(222, 38, 0, .8), 0 0 0 1000px rgba(222, 38, 0, 0) inset
	}

	5% {
		-moz-box-shadow: 0 0 0 0 rgba(222, 38, 0, .8), 0 0 0 1000px rgba(222, 38, 0, .6) inset;
		box-shadow: 0 0 0 0 rgba(222, 38, 0, .8), 0 0 0 1000px rgba(222, 38, 0, .6) inset
	}

	40% {
		-moz-box-shadow: 0 0 10px 25px rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, .8) inset;
		box-shadow: 0 0 10px 25px rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, .8) inset
	}

	80% {
		-moz-box-shadow: 0 0 0 0 rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, .8) inset;
		box-shadow: 0 0 0 0 rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, .8) inset
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, 0) inset;
		box-shadow: 0 0 0 0 rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, 0) inset
	}
}

@-o-keyframes input_error_focus {
	0% {
		box-shadow: 0 0 0 0 rgba(222, 38, 0, .8), 0 0 0 1000px rgba(222, 38, 0, 0) inset
	}

	5% {
		box-shadow: 0 0 0 0 rgba(222, 38, 0, .8), 0 0 0 1000px rgba(222, 38, 0, .6) inset
	}

	40% {
		box-shadow: 0 0 10px 25px rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, .8) inset
	}

	80% {
		box-shadow: 0 0 0 0 rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, .8) inset
	}

	100% {
		box-shadow: 0 0 0 0 rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, 0) inset
	}
}

@keyframes input_error_focus {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(222, 38, 0, .8), 0 0 0 1000px rgba(222, 38, 0, 0) inset;
		-moz-box-shadow: 0 0 0 0 rgba(222, 38, 0, .8), 0 0 0 1000px rgba(222, 38, 0, 0) inset;
		box-shadow: 0 0 0 0 rgba(222, 38, 0, .8), 0 0 0 1000px rgba(222, 38, 0, 0) inset
	}

	5% {
		-webkit-box-shadow: 0 0 0 0 rgba(222, 38, 0, .8), 0 0 0 1000px rgba(222, 38, 0, .6) inset;
		-moz-box-shadow: 0 0 0 0 rgba(222, 38, 0, .8), 0 0 0 1000px rgba(222, 38, 0, .6) inset;
		box-shadow: 0 0 0 0 rgba(222, 38, 0, .8), 0 0 0 1000px rgba(222, 38, 0, .6) inset
	}

	40% {
		-webkit-box-shadow: 0 0 10px 25px rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, .8) inset;
		-moz-box-shadow: 0 0 10px 25px rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, .8) inset;
		box-shadow: 0 0 10px 25px rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, .8) inset
	}

	80% {
		-webkit-box-shadow: 0 0 0 0 rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, .8) inset;
		-moz-box-shadow: 0 0 0 0 rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, .8) inset;
		box-shadow: 0 0 0 0 rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, .8) inset
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, 0) inset;
		-moz-box-shadow: 0 0 0 0 rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, 0) inset;
		box-shadow: 0 0 0 0 rgba(222, 38, 0, 0), 0 0 0 1000px rgba(222, 38, 0, 0) inset
	}
}

@-webkit-keyframes input_error_focus_inner {
	0% {
		-webkit-box-shadow: 0 0 0 1000px rgba(222, 38, 0, 0) inset;
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, 0) inset
	}

	5% {
		-webkit-box-shadow: 0 0 0 1000px rgba(222, 38, 0, .6) inset;
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, .6) inset
	}

	40% {
		-webkit-box-shadow: 0 0 0 1000px rgba(222, 38, 0, .8) inset;
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, .8) inset
	}

	80% {
		-webkit-box-shadow: 0 0 0 1000px rgba(222, 38, 0, .8) inset;
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, .8) inset
	}

	100% {
		-webkit-box-shadow: 0 0 0 1000px rgba(222, 38, 0, 0) inset;
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, 0) inset
	}
}

@-moz-keyframes input_error_focus_inner {
	0% {
		-moz-box-shadow: 0 0 0 1000px rgba(222, 38, 0, 0) inset;
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, 0) inset
	}

	5% {
		-moz-box-shadow: 0 0 0 1000px rgba(222, 38, 0, .6) inset;
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, .6) inset
	}

	40% {
		-moz-box-shadow: 0 0 0 1000px rgba(222, 38, 0, .8) inset;
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, .8) inset
	}

	80% {
		-moz-box-shadow: 0 0 0 1000px rgba(222, 38, 0, .8) inset;
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, .8) inset
	}

	100% {
		-moz-box-shadow: 0 0 0 1000px rgba(222, 38, 0, 0) inset;
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, 0) inset
	}
}

@-o-keyframes input_error_focus_inner {
	0% {
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, 0) inset
	}

	5% {
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, .6) inset
	}

	40% {
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, .8) inset
	}

	80% {
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, .8) inset
	}

	100% {
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, 0) inset
	}
}

@keyframes input_error_focus_inner {
	0% {
		-webkit-box-shadow: 0 0 0 1000px rgba(222, 38, 0, 0) inset;
		-moz-box-shadow: 0 0 0 1000px rgba(222, 38, 0, 0) inset;
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, 0) inset
	}

	5% {
		-webkit-box-shadow: 0 0 0 1000px rgba(222, 38, 0, .6) inset;
		-moz-box-shadow: 0 0 0 1000px rgba(222, 38, 0, .6) inset;
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, .6) inset
	}

	40% {
		-webkit-box-shadow: 0 0 0 1000px rgba(222, 38, 0, .8) inset;
		-moz-box-shadow: 0 0 0 1000px rgba(222, 38, 0, .8) inset;
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, .8) inset
	}

	80% {
		-webkit-box-shadow: 0 0 0 1000px rgba(222, 38, 0, .8) inset;
		-moz-box-shadow: 0 0 0 1000px rgba(222, 38, 0, .8) inset;
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, .8) inset
	}

	100% {
		-webkit-box-shadow: 0 0 0 1000px rgba(222, 38, 0, 0) inset;
		-moz-box-shadow: 0 0 0 1000px rgba(222, 38, 0, 0) inset;
		box-shadow: 0 0 0 1000px rgba(222, 38, 0, 0) inset
	}
}

.form-control {
	color: #222;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.form-control.visible-password {
	height: auto;
	padding: 0;
	position: relative
}

.form-control.visible-password button {
	background: #fff;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	bottom: 0;
	color: #777;
	float: right;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px
}

.form-control.visible-password button:active,
.form-control.visible-password button:focus {
	outline: 0
}

.form-control.visible-password button .icon-f {
	font-size: 16px;
	vertical-align: middle
}

.form-control.visible-password button .icf-eye-blocked {
	display: none
}

.form-control.visible-password.visible button .icf-eye-blocked {
	display: inline
}

.form-control.visible-password.visible button .icf-eye {
	display: none
}

.form-control.visible-password input {
	border: 0;
	height: 30px;
	margin: 0;
	padding-right: 40px;
	width: 100%
}

.form-control.visible-password .progress-pwd-check {
	height: 4px;
	margin: 0 -1px -4px
}

.highlight-errors .form-control.validator-error.hl-focus,
.highlight-errors .form-control.validator-error.hl-focus+div .emojionearea-editor {
	-webkit-animation: input_error_focus 1.5s ease-out;
	-moz-animation: input_error_focus 1.5s ease-out;
	-o-animation: input_error_focus 1.5s ease-out;
	animation: input_error_focus 1.5s ease-out
}

input[type=checkbox],
input[type=radio] {
	margin-top: 0
}

.highlight-errors input[type=checkbox].validator-error.hl-focus,
.highlight-errors input[type=radio].validator-error.hl-focus {
	-webkit-animation: input_error_focus 1.5s ease-out;
	-moz-animation: input_error_focus 1.5s ease-out;
	-o-animation: input_error_focus 1.5s ease-out;
	animation: input_error_focus 1.5s ease-out
}

.highlight-errors .tag-adder .tag-list.validator-error.hl-focus {
	-webkit-animation: input_error_focus_inner 1.5s ease-out;
	-moz-animation: input_error_focus_inner 1.5s ease-out;
	-o-animation: input_error_focus_inner 1.5s ease-out;
	animation: input_error_focus_inner 1.5s ease-out
}

.checkbox .checkbox-error-box {
	position: absolute;
	border: 2px solid #de2600
}

.help-block.text-danger {
	color: #de2600
}

.form-horizontal .input-group .fa {
	z-index: 3
}

.form-horizontal .input-pwd-check {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.form-horizontal .progress-pwd-check {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 4px;
	margin-bottom: 0
}

.form-horizontal .x-popup.form-popup-error.above .x-popup-arrow {
	border-top-color: #de2600
}

.form-horizontal .x-popup.form-popup-error.below .x-popup-arrow {
	border-bottom-color: #de2600
}

.form-horizontal .x-popup.form-popup-error .x-popup-content {
	background: #de2600;
	padding: 2px 8px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .5)
}

select option {
	background: #fff;
	color: #000
}

select option:active,
select option:focus,
select option:hover {
	background: #de2600;
	color: #fff
}

.select-label {
	background: #d2d2d2;
	display: block;
	position: relative
}

.select-label select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: 1px solid #777;
	color: #000;
	font-size: 17px;
	padding: 0 16px 0 5px;
	position: relative;
	z-index: 2
}

.select-label::after {
	content: "\e906";
	display: block;
	font-family: iconfont !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga"1;
	font-feature-settings: "liga";
	-webkit-font-variant-ligatures: discretionary-ligatures;
	-moz-font-variant-ligatures: discretionary-ligatures;
	font-variant-ligatures: discretionary-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 16px;
	z-index: 1
}

.copy-link.force-one-line {
	overflow: hidden
}

.copy-link.force-one-line>:first-child {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0
}

.copy-link.force-one-line>:last-child {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	border-left-width: 0
}

.copy-link.force-one-line .copy-btn {
	color: #333;
	background-color: #777;
	border-color: #777;
	cursor: pointer;
	float: left;
	height: 40px;
	line-height: 38px;
	margin: 0;
	padding: 0;
	width: 15%
}

.copy-link.force-one-line .copy-btn.focus,
.copy-link.force-one-line .copy-btn:focus {
	color: #333;
	background-color: #5e5e5e;
	border-color: #373737
}

.copy-link.force-one-line .copy-btn:hover {
	color: #333;
	background-color: #5e5e5e;
	border-color: #585858
}

.copy-link.force-one-line .copy-btn.active,
.copy-link.force-one-line .copy-btn:active,
.open>.dropdown-toggle.copy-link.force-one-line .copy-btn {
	color: #333;
	background-color: #5e5e5e;
	background-image: none;
	border-color: #585858
}

.copy-link.force-one-line .copy-btn.active.focus,
.copy-link.force-one-line .copy-btn.active:focus,
.copy-link.force-one-line .copy-btn.active:hover,
.copy-link.force-one-line .copy-btn:active.focus,
.copy-link.force-one-line .copy-btn:active:focus,
.copy-link.force-one-line .copy-btn:active:hover,
.open>.dropdown-toggle.copy-link.force-one-line .copy-btn.focus,
.open>.dropdown-toggle.copy-link.force-one-line .copy-btn:focus,
.open>.dropdown-toggle.copy-link.force-one-line .copy-btn:hover {
	color: #333;
	background-color: #4c4c4c;
	border-color: #373737
}

.copy-link.force-one-line .copy-btn.disabled.focus,
.copy-link.force-one-line .copy-btn.disabled:focus,
.copy-link.force-one-line .copy-btn.disabled:hover,
.copy-link.force-one-line .copy-btn[disabled].focus,
.copy-link.force-one-line .copy-btn[disabled]:focus,
.copy-link.force-one-line .copy-btn[disabled]:hover,
fieldset[disabled] .copy-link.force-one-line .copy-btn.focus,
fieldset[disabled] .copy-link.force-one-line .copy-btn:focus,
fieldset[disabled] .copy-link.force-one-line .copy-btn:hover {
	background-color: #777;
	border-color: #777
}

.copy-link.force-one-line .copy-btn .badge {
	color: #777;
	background-color: #333
}

.copy-link.force-one-line .copy-btn.focus,
.copy-link.force-one-line .copy-btn:focus {
	color: #333;
	background-color: #5e5e5e;
	border-color: #373737
}

.copy-link.force-one-line .copy-btn:hover {
	color: #333;
	background-color: #5e5e5e;
	border-color: #585858
}

.copy-link.force-one-line .copy-btn.active,
.copy-link.force-one-line .copy-btn:active,
.open>.dropdown-toggle.copy-link.force-one-line .copy-btn {
	color: #333;
	background-color: #5e5e5e;
	border-color: #585858
}

.copy-link.force-one-line .copy-btn.active.focus,
.copy-link.force-one-line .copy-btn.active:focus,
.copy-link.force-one-line .copy-btn.active:hover,
.copy-link.force-one-line .copy-btn:active.focus,
.copy-link.force-one-line .copy-btn:active:focus,
.copy-link.force-one-line .copy-btn:active:hover,
.open>.dropdown-toggle.copy-link.force-one-line .copy-btn.focus,
.open>.dropdown-toggle.copy-link.force-one-line .copy-btn:focus,
.open>.dropdown-toggle.copy-link.force-one-line .copy-btn:hover {
	color: #333;
	background-color: #4c4c4c;
	border-color: #373737
}

.copy-link.force-one-line .copy-btn.active,
.copy-link.force-one-line .copy-btn:active,
.open>.dropdown-toggle.copy-link.force-one-line .copy-btn {
	background-image: none
}

.copy-link.force-one-line .copy-btn.disabled,
.copy-link.force-one-line .copy-btn[disabled],
fieldset[disabled] .copy-link.force-one-line .copy-btn {
	background-color: rgba(119, 119, 119, .8);
	cursor: default
}

.copy-link.force-one-line .copy-btn.disabled.focus,
.copy-link.force-one-line .copy-btn.disabled:focus,
.copy-link.force-one-line .copy-btn.disabled:hover,
.copy-link.force-one-line .copy-btn[disabled].focus,
.copy-link.force-one-line .copy-btn[disabled]:focus,
.copy-link.force-one-line .copy-btn[disabled]:hover,
fieldset[disabled] .copy-link.force-one-line .copy-btn.focus,
fieldset[disabled] .copy-link.force-one-line .copy-btn:focus,
fieldset[disabled] .copy-link.force-one-line .copy-btn:hover {
	background-color: rgba(119, 119, 119, .8);
	border-color: #777
}

.copy-link.force-one-line .copy-btn .badge {
	color: #777;
	background-color: #333
}

.copy-link.force-one-line .copy-btn .icf-copy {
	display: inline-block;
	font-size: 24px;
	line-height: 38px;
	margin-right: 4px;
	vertical-align: top
}

.copy-link.force-one-line input {
	border-color: #777;
	color: #555;
	float: left;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 85%
}

.notouch .copy-link.force-one-line input[type=text].form-control {
	font-size: 12px
}

.link-copied-popup .x-popup-content {
	padding: 6px 10px 8px
}

.link-copied-popup .x-popup-content p {
	margin: 0
}

form .validator-err-sc {
	border: 1px solid #dc616d;
	background: #fdedef;
	color: #c61e2e;
	margin-bottom: 8px;
	overflow: hidden;
	padding: 12px 30px 14px 18px;
	position: relative;
	text-align: left
}

form .validator-err-sc>* {
	position: relative;
	z-index: 2
}

form .validator-err-sc .icon-bg {
	color: #fad6db;
	font-size: 22px;
	left: 10px;
	top: 12px;
	position: absolute;
	z-index: 1
}

form .validator-err-sc .close-btn {
	background: #fdedef;
	display: block;
	height: 28px;
	line-height: 28px;
	margin: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-align: center;
	top: 0;
	width: 28px
}

form .validator-err-sc .close-btn:hover {
	background: #fad6db
}

form .validator-err-sc .close-btn .icon-f {
	color: #c61e2e
}

form .validator-err-sc h3 {
	color: #c61e2e !important;
	font-size: 16px !important;
	margin: 0 0 10px 22px !important;
	line-height: 22px !important
}

form .validator-err-sc p.form-error-shortcut {
	line-height: 20px
}

form .validator-err-sc p.form-error-shortcut:last-child {
	margin-bottom: 0
}

form .validator-err-sc p.form-error-shortcut>.icon-f {
	left: 0;
	line-height: 20px;
	position: absolute
}

form .validator-err-sc p.form-error-shortcut a {
	color: #c61e2e !important;
	display: block;
	padding-left: 16px
}

form .validator-err-sc p.form-error-shortcut a,
form .validator-err-sc p.form-error-shortcut a span:hover {
	text-decoration: none
}

form .validator-err-sc p.form-error-shortcut a span {
	text-decoration: underline
}

.alert {
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 0 4px;
	margin-bottom: 1px
}

.alert+:not(.alert) {
	margin-top: 10px
}

.alert .icon-f {
	vertical-align: text-bottom
}

.form-error-list {
	padding: 0
}

.form-error-list-contener {
	font-size: 16px;
	overflow: hidden;
	padding-left: 40px;
	position: relative
}

.form-error-list-contener .form-error-list {
	position: relative;
	z-index: 2
}

.form-error-list-contener>.icon-f {
	font-size: 40px;
	left: 0;
	opacity: .2;
	top: 5px;
	position: absolute
}

.form-range {
	width: 100%
}

.form-range .max,
.form-range .min {
	line-height: 14px;
	margin: 0 0 15px;
	max-width: 50%;
	min-width: 30px;
	padding: 0;
	position: relative;
	text-align: center;
	z-index: 1
}

.form-range .max:before,
.form-range .min:before,
.form-range input[type=range]:after,
.form-range input[type=range]:before {
	background-color: #d9d9d9;
	content: ' ';
	display: block;
	height: 6px;
	left: 14px;
	position: absolute;
	top: 18px;
	width: 2px;
	z-index: 1
}

.form-range .min {
	float: left
}

.form-range .max {
	float: right
}

.form-range .max:before {
	left: auto;
	right: 14px
}

.form-range input[type=range] {
	clear: both;
	position: relative;
	z-index: 2
}

.form-range input[type=range]:before {
	left: -webkit-calc(50% - 1px);
	left: -moz-calc(50% - 1px);
	left: calc(50% - 1px);
	top: -11px
}

.form-range input[type=range]:after {
	background-color: transparent;
	border-left: 2px solid #d9d9d9;
	border-right: 2px solid #d9d9d9;
	left: -webkit-calc((100% - 30px)/ 4 + 15px - 1px);
	left: -moz-calc((100% - 30px)/ 4 + 15px - 1px);
	left: calc((100% - 30px)/ 4 + 15px - 1px);
	width: -webkit-calc(50% - 13px);
	width: -moz-calc(50% - 13px);
	width: calc(50% - 13px);
	top: -11px
}

.form-range input[type=range]::-webkit-slider-thumb {
	position: relative;
	z-index: 2
}

.form-range input[type=range]::-moz-range-thumb {
	position: relative;
	z-index: 2
}

input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 6px;
	margin: 15px 0;
	outline: 0;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	width: 100%
}

input[type=range]:hover {
	background: #333
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #de2600;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	height: 30px;
	width: 30px
}

input[type=range]::-moz-range-thumb {
	background: #de2600;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	height: 30px;
	width: 30px
}

input[type=color],
input[type=color].form-control,
input[type=date],
input[type=date].form-control,
input[type=datetime-local],
input[type=datetime-local].form-control,
input[type=datetime],
input[type=datetime].form-control,
input[type=email],
input[type=email].form-control,
input[type=month],
input[type=month].form-control,
input[type=number],
input[type=number].form-control,
input[type=password],
input[type=password].form-control,
input[type=search],
input[type=search].form-control,
input[type=tel],
input[type=tel].form-control,
input[type=text],
input[type=text].form-control,
input[type=time],
input[type=time].form-control,
input[type=url],
input[type=url].form-control,
input[type=week],
input[type=week].form-control,
select:focus,
select:focus.form-control,
textarea,
textarea.form-control {
	font-size: 17px
}

.bottom-msg {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	z-index: 190
}

.bottom-msg .body {
	max-width: 640px;
	margin: 0 auto;
	background: #000;
	background: rgba(0, 0, 0, .9);
	color: #fff;
	padding: 8px 20px
}

.bottom-msg .close {
	float: right;
	font-size: 16px;
	font-weight: 700;
	background: #fff;
	color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer
}

.bottom-msg a {
	color: #fff
}

@media (max-width:360px) {
	.bottom-msg .body {
		padding: 5px 10px;
		font-size: 12px
	}
}

a {
	text-decoration: underline
}

p {
	margin-bottom: 12px
}

hr {
	border-color: #666
}

label {
	font-weight: 400
}

.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.form-group {
	border: 1px solid #d9d9d9;
	border-bottom-width: 0;
	padding: 5px 0;
	margin-bottom: 0
}

.form-group:last-child {
	border-bottom-width: 1px
}

.form-horizontal .control-label {
	text-align: left
}

.form-horizontal fieldset {
	border: 1px solid #d9d9d9;
	border-bottom-width: 0;
	padding: 5px 15px;
	margin: 0 -15px
}

.form-horizontal fieldset .form-group {
	border: 0
}

.form-error-list {
	background: #ffe4de;
	padding: 5px 10px 5px 20px
}

#header {
	background: #de2600;
	color: #fff;
	border: 1px solid #000;
	position: relative
}

#header a.logo {
	display: block;
	text-decoration: none;
	background: #000;
	text-align: center
}

#header a.logo img {
	height: 40px
}

#header h1 {
	text-align: center;
	margin: 0;
	padding: 5px 0;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase
}

#header h1.long {
	font-size: 12px
}

#header h1.medium {
	font-size: 16px
}

#header #language-switcher {
	cursor: pointer;
	margin: 5px 5px 0;
	position: absolute;
	right: 0;
	top: 0
}

#language-select {
	overflow: hidden;
	clear: both;
	background: #fff;
	border: 1px solid #000;
	border-top: 0
}

#language-select a {
	padding-left: 2px;
	display: block;
	float: left;
	width: 33.3333%;
	text-decoration: none;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

#language-select a .flag {
	vertical-align: middle
}

#main {
	background: #fff;
	border: 1px solid #000;
	border-top: 0;
	padding: 15px;
	overflow: hidden;
	clear: both;
	text-align: justify
}

#main span a {
	color: inherit
}

#main .black-box {
	background: #000;
	color: #fff;
	text-align: left
}

#main .black-box a {
	color: #fff
}

.http-status #main h1,
.http-status #main h2,
.http-status #main h3,
.http-status #main h4 {
	text-align: center;
	margin: 1em 0
}

.home #main {
	padding: 0
}

.home #main p {
	margin: 5px
}

.home #main .black-box {
	position: relative;
	padding: 8px
}

.home #main .black-box h2 {
	margin: 0;
	font-size: 16px;
	color: #555;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.home #main .black-box ul {
	margin: 0;
	padding: 0 0 14px;
	border-bottom: 2px solid #fff
}

.home #main .black-box ul li {
	padding: 14px 0;
	font-size: 16px;
	list-style: none;
	font-weight: 700;
	text-transform: uppercase
}

.home #main .black-box:last-child ul {
	border-bottom: 0
}

.contact #main h1,
.contact #main h2,
.contact #main h3,
.content #main h1,
.content #main h2,
.content #main h3,
.takedown #main h1,
.takedown #main h2,
.takedown #main h3 {
	text-align: center
}

.contact #main h2,
.content #main h2,
.takedown #main h2 {
	font-weight: 400
}

.contact #main h2 em,
.content #main h2 em,
.takedown #main h2 em {
	font-weight: 700
}

.contact #main h3,
.content #main h3,
.takedown #main h3 {
	margin: 20px 0
}

.contact #main h4,
.content #main h4,
.takedown #main h4 {
	margin: 15px 0
}

.contact #main h5,
.contact #main h6,
.content #main h5,
.content #main h6,
.takedown #main h5,
.takedown #main h6 {
	font-weight: 400;
	margin: 15px 0
}

.contact #main .overflowable-table,
.content #main .overflowable-table,
.takedown #main .overflowable-table {
	margin-bottom: 12px
}

.contact #main .overflowable-table table,
.content #main .overflowable-table table,
.takedown #main .overflowable-table table {
	margin-bottom: 0
}

.contact #main .overflowable-table table.overflowable-table-fixed-first-row th,
.content #main .overflowable-table table.overflowable-table-fixed-first-row th,
.takedown #main .overflowable-table table.overflowable-table-fixed-first-row th {
	border-bottom: 0
}

.contact #main table,
.content #main table,
.takedown #main table {
	width: 100%;
	margin-bottom: 12px
}

.contact #main table td,
.contact #main table th,
.content #main table td,
.content #main table th,
.takedown #main table td,
.takedown #main table th {
	border: 1px solid #eee;
	padding: 4px 10px;
	text-align: center
}

.contact #main table thead th,
.content #main table thead th,
.takedown #main table thead th {
	background: #000;
	border-top: #000;
	color: #fff
}

.contact #main table thead th:first-child,
.content #main table thead th:first-child,
.takedown #main table thead th:first-child {
	border-left: #000
}

.contact #main table thead th:last-child,
.content #main table thead th:last-child,
.takedown #main table thead th:last-child {
	border-right: #000
}

.contact #main table tbody tr td,
.content #main table tbody tr td,
.takedown #main table tbody tr td {
	background: #fff
}

.contact #main table tbody tr:nth-child(2n) td,
.content #main table tbody tr:nth-child(2n) td,
.takedown #main table tbody tr:nth-child(2n) td {
	background: #f0f0f0
}

.contact #main table tbody tr.focused td,
.contact #main table tbody tr:hover td,
.content #main table tbody tr.focused td,
.content #main table tbody tr:hover td,
.takedown #main table tbody tr.focused td,
.takedown #main table tbody tr:hover td {
	background: #ddd
}

.contact #main .black-box,
.content #main .black-box,
.faq #main .black-box,
.takedown #main .black-box {
	margin: 15px -5px -5px;
	padding: 5px 10px;
	text-align: center;
	font-size: 28px;
	font-weight: 700
}

.contact #main .black-box p,
.content #main .black-box p,
.faq #main .black-box p,
.takedown #main .black-box p {
	margin: 0
}

.contact #main .black-box.small,
.content #main .black-box.small,
.faq #main .black-box.small,
.takedown #main .black-box.small {
	font-size: 20px;
	padding: 15px 10px
}

.contact #main .black-box.medium,
.content #main .black-box.medium,
.faq #main .black-box.medium,
.takedown #main .black-box.medium {
	font-size: 24px;
	padding: 15px 10px
}

.content.faq #main>h4 {
	margin: 25px 0 5px;
	font-size: 14px
}

.takedown #main h3.bg-danger,
.takedown #main h4.bg-primary {
	padding: 10px
}

.takedown #main #takedown_personal_data .form-group {
	margin-bottom: 7px
}

.takedown #main #takedown_personal_data .form-group label {
	font-weight: 700
}

.takedown #main #takedown_account_termination,
.takedown #main #takedown_personal_data,
.takedown #main #takedown_signature {
	border-bottom: 1px solid #d9d9d9
}

.takedown #main #takedown_account_termination .fieldset-header,
.takedown #main #takedown_statement_authorized .fieldset-header,
.takedown #main #takedown_statement_copyright .fieldset-header {
	margin-bottom: 0
}

.takedown #main .form-field-takedown_account_termination_repeat_infringer .content,
.takedown #main .form-field-takedown_statement_authorized_confirm .content,
.takedown #main .form-field-takedown_statement_copyright_confirm .content {
	margin-left: 0;
	padding-top: 0;
	width: 100%
}

#footer {
	padding: 18px 0;
	font-size: 16px;
	text-align: center
}

#footer a {
	font-weight: 700;
	text-transform: uppercase
}

@media (min-width:480px) {
	#header h1 {
		padding: 0;
		font-size: 28px;
		line-height: 40px;
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis
	}

	#header h1.long {
		font-size: 13px
	}

	#header h1.medium {
		font-size: 20px
	}

	.home #main .black-box h2 {
		font-size: 20px;
		right: 8px;
		position: absolute
	}

	#language-select a {
		width: 25%
	}
}

@media (min-width:640px) {
	#header a.logo {
		float: left
	}

	#header a.logo-red {
		padding-right: 8px
	}

	#header #language-switcher {
		float: right;
		position: static;
		right: auto;
		top: auto
	}

	#footer,
	#header,
	#language-select,
	#main {
		max-width: 930px;
		margin: 0 auto
	}

	#language-select a {
		width: 20%
	}
}

.overflowable-table {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1
}

.overflowable-table table {
	position: relative;
	z-index: 1
}

.overflowable-table .overflowable-table-container {
	overflow: auto;
	width: 100%
}

.overflowable-table .overflowable-table-gotoleft,
.overflowable-table .overflowable-table-gotoright {
	bottom: 0;
	cursor: pointer;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
	z-index: 4
}

.overflowable-table .overflowable-table-gotoleft .arrow,
.overflowable-table .overflowable-table-gotoright .arrow {
	background: rgba(0, 0, 0, .35);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 25px;
	font-weight: 700;
	font-weight: bolder;
	height: 40px;
	line-height: 34px;
	left: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	text-shadow: 2px 0 0 #444, -2px 0 0 #444, 0 2px 0 #444, 0 -2px 0 #444, 1px 1px 0 #444, -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444, 0 0 30px #444, 0 0 30px #444;
	top: 0;
	-webkit-transition: .2s width;
	-o-transition: .2s width;
	-moz-transition: .2s width;
	transition: .2s width;
	width: 40px;
	z-index: 2
}

.overflowable-table .overflowable-table-gotoleft:hover .icon-f,
.overflowable-table .overflowable-table-gotoright:hover .icon-f {
	width: 34px
}

.overflowable-table .overflowable-table-gotoright,
.overflowable-table .overflowable-table-gotoright .arrow,
.overflowable-table .overflowable-table-gotoright:before {
	left: auto;
	right: 0
}

.overflowable-table .overflowable-table-fixed-first-row {
	margin-bottom: 0;
	position: relative;
	z-index: 3
}

.overflowable-table .overflowable-table-fixed-first-row th {
	border-bottom: 0
}

.overflowable-table .overflowable-table-fixed-first-row.is_over {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .5)
}

.overflowable-table .overflowable-table-fixed-first-col {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2
}

.overflowable-table .overflowable-table-fixed-first-col.is_over {
	-webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 0 2px rgba(0, 0, 0, .2);
	box-shadow: 2px 0 2px rgba(0, 0, 0, .2)
}

.faq #main .faq-intro {
	margin: 20px 0 10px
}

.faq #main .faq-sections {
	text-align: left
}

.faq #main .faq-sections a {
	font-size: 90%;
	color: #333;
	line-height: 1.8
}

.faq #main #faq-tabs {
	margin: 20px 0
}

.faq #main #faq-tabs .nav li a {
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	background-color: #000;
	color: #fff;
	margin-right: 5px
}

.faq #main #faq-tabs .nav li a .badge {
	background: #de2600
}

.faq #main #faq-tabs .nav li.active>a,
.faq #main #faq-tabs .nav li.active>a:focus,
.faq #main #faq-tabs .nav li>a:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	border-bottom-color: #fff
}

.faq #main #faq-tabs h2,
.faq #main #faq-tabs h4 {
	margin-top: 30px;
	margin-bottom: 20px
}

.faq #main #faq-tabs a.label {
	text-decoration: none
}

.faq #main #faq-tabs a.label:hover {
	background-color: #de2600
}

.faq #main #faq-tabs .section {
	margin-top: 20px;
	padding-top: 2px;
	border-top: 1px solid #d9d9d9;
	font-size: 11px;
	color: #333
}

.faq #main #faq-tabs .section a {
	color: #555
}

.faq #main #faq-search .faq-search-results {
	padding-left: 20px
}

.faq #main #faq-search .faq-search-results>li {
	margin-top: 15px
}

.faq #main #faq-search .faq-search-results .faq-search-container {
	position: relative
}

.faq #main #faq-search .faq-search-results .faq-search-container .faq-search-result-text h4 {
	font-weight: 400;
	font-size: 17px
}

.faq #main #faq-search .faq-search-results .faq-search-container .faq-search-result-text .flag-small {
	cursor: pointer;
	margin-left: 4px
}

.faq #main #faq-search .faq-search-results .faq-search-container .faq-search-result-text .faq-search-hide {
	display: none
}

.faq #main #faq-search .faq-search-results .faq-search-container .faq-search-result-text em {
	font-weight: 700
}

.faq #main #faq-search .faq-search-results .faq-search-container .faq-search-result-score {
	display: inline-block;
	float: right;
	margin-left: 10px
}

.faq #main #faq-search .faq-search-results .faq-search-container .faq-search-result-score .faq-search-stars-container {
	height: 16px;
	position: relative
}

.faq #main #faq-search .faq-search-results .faq-search-container .faq-search-result-score .faq-search-stars-container .faq-search-stars-back,
.faq #main #faq-search .faq-search-results .faq-search-container .faq-search-result-score .faq-search-stars-container .faq-search-stars-front {
	font-size: 14px;
	height: 16px;
	color: #706b62
}

.faq #main #faq-search .faq-search-results .faq-search-container .faq-search-result-score .faq-search-stars-container .faq-search-stars-back span,
.faq #main #faq-search .faq-search-results .faq-search-container .faq-search-result-score .faq-search-stars-container .faq-search-stars-front span {
	margin-right: 1px
}

.faq #main #faq-search .faq-search-results .faq-search-container .faq-search-result-score .faq-search-stars-container .faq-search-stars-front {
	position: absolute;
	top: 0;
	z-index: 2;
	color: #ffc85b;
	overflow: hidden
}

.faq #main #faq-search h3 {
	margin: 30px 0 20px
}

@media (max-width:760px) {
	.faq #main #faq-tabs .nav li a {
		font-size: 13px;
		padding: 7px 12px
	}
}

@media (max-width:560px) {
	.faq #main #faq-tabs .nav {
		border: none
	}

	.faq #main #faq-tabs .nav li {
		float: none;
		margin-bottom: 2px;
		margin-right: 0
	}

	.faq #main #faq-tabs .nav li a {
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		font-size: 15px;
		padding: 7px 12px
	}

	.faq #main #faq-tabs .nav li.active>a,
	.faq #main #faq-tabs .nav li.active>a:focus,
	.faq #main #faq-tabs .nav li>a:hover {
		border-bottom: 1px solid #000
	}
}