@charset "UTF-8";
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: 1px 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 {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	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;
	border: 1px solid rgba(12, 25, 57, 0.16);
	background: white;
	max-width: 100%;
	width: 100%;
	text-align: left;
	margin-bottom: 16px;
	margin-top: 16px;
	font-family: LatoWebRegular, sans-serif;
	font-size: 16px;
	font-weight: normal
}

td,
th {
	border: 1px solid rgba(12, 25, 57, 0.16);
	padding: 10px 8px
}

tr:hover td {
	background: rgba(0, 150, 107, 0.08)
}


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

@media print {
	*,
	:after,
	:before {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	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
	}
}

* {
	box-sizing: border-box
}

:after,
:before {
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #fff
}

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

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,
a:hover {
	color: #23527c;
	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 {
	border-radius: 6px
}

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

.img-circle {
	border-radius: 50%
}

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

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

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

.h1 .small,
.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: 20px;
	margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 36px
}

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

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

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

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

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

p {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 28px
}

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

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

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

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

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.initialism,
.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: #a94442
}

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

.bg-primary {
	color: #fff
}

.bg-primary {
	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: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

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

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

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

dd,
dt {
	line-height: 1.42857
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

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

abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	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.42857;
	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;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.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: 20px;
	font-style: normal;
	font-size: 16px;
	line-height: 28px
}

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

.container:after,
.container:before {
	content: " ";
	display: table
}

.container:after {
	clear: both
}

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

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

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

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

.container-fluid:after,
.container-fluid:before {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

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

.row:after,
.row:before {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.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-left: 15px;
	padding-right: 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-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333%
}

.col-xs-pull-2 {
	right: 16.66667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333%
}

.col-xs-pull-5 {
	right: 41.66667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333%
}

.col-xs-pull-8 {
	right: 66.66667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333%
}

.col-xs-pull-11 {
	right: 91.66667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media(min-width:768px) {
	.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-1 {
		width: 8.33333%
	}
	.col-sm-2 {
		width: 16.66667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33333%
	}
	.col-sm-5 {
		width: 41.66667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333%
	}
	.col-sm-8 {
		width: 66.66667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333%
	}
	.col-sm-11 {
		width: 91.66667%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-pull-1 {
		right: 8.33333%
	}
	.col-sm-pull-2 {
		right: 16.66667%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.33333%
	}
	.col-sm-pull-5 {
		right: 41.66667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.33333%
	}
	.col-sm-pull-8 {
		right: 66.66667%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.33333%
	}
	.col-sm-pull-11 {
		right: 91.66667%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-push-1 {
		left: 8.33333%
	}
	.col-sm-push-2 {
		left: 16.66667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333%
	}
	.col-sm-push-5 {
		left: 41.66667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.33333%
	}
	.col-sm-push-8 {
		left: 66.66667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333%
	}
	.col-sm-push-11 {
		left: 91.66667%
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@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-1 {
		width: 8.33333%
	}
	.col-md-2 {
		width: 16.66667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33333%
	}
	.col-md-5 {
		width: 41.66667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333%
	}
	.col-md-8 {
		width: 66.66667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33333%
	}
	.col-md-11 {
		width: 91.66667%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.33333%
	}
	.col-md-pull-2 {
		right: 16.66667%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.33333%
	}
	.col-md-pull-5 {
		right: 41.66667%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.33333%
	}
	.col-md-pull-8 {
		right: 66.66667%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.33333%
	}
	.col-md-pull-11 {
		right: 91.66667%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.33333%
	}
	.col-md-push-2 {
		left: 16.66667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333%
	}
	.col-md-push-5 {
		left: 41.66667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.33333%
	}
	.col-md-push-8 {
		left: 66.66667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333%
	}
	.col-md-push-11 {
		left: 91.66667%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
	.col-md-offset-1 {
		margin-left: 8.33333%
	}
	.col-md-offset-2 {
		margin-left: 16.66667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333%
	}
	.col-md-offset-5 {
		margin-left: 41.66667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333%
	}
	.col-md-offset-8 {
		margin-left: 66.66667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333%
	}
	.col-md-offset-11 {
		margin-left: 91.66667%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
}

@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-1 {
		width: 8.33333%
	}
	.col-lg-2 {
		width: 16.66667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333%
	}
	.col-lg-5 {
		width: 41.66667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333%
	}
	.col-lg-8 {
		width: 66.66667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333%
	}
	.col-lg-11 {
		width: 91.66667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.33333%
	}
	.col-lg-pull-2 {
		right: 16.66667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333%
	}
	.col-lg-pull-5 {
		right: 41.66667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333%
	}
	.col-lg-pull-8 {
		right: 66.66667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333%
	}
	.col-lg-pull-11 {
		right: 91.66667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.33333%
	}
	.col-lg-push-2 {
		left: 16.66667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333%
	}
	.col-lg-push-5 {
		left: 41.66667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333%
	}
	.col-lg-push-8 {
		left: 66.66667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333%
	}
	.col-lg-push-11 {
		left: 91.66667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
}

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

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	box-sizing: border-box
}

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

input[type=file] {
	display: block
}

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

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

input[type=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.42857;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .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 {
	border: 0;
	background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control,
	input[type=time].form-control {
		line-height: 34px
	}
	.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: 30px
	}
	.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 label,
.radio label {
	min-height: 20px;
	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-left: -20px;
	margin-top: 4px\9
}

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

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

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

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
}

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

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

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

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

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

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

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

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

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

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

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

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.33333;
	border-radius: 6px
}

.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: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.33333
}

.has-feedback {
	position: relative
}

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

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

.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: 30px;
	height: 30px;
	line-height: 30px
}

.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;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

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

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

.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;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

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

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

.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: #a94442
}

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

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

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

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

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

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

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

@media(min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .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 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

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

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

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

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

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

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

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

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-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: #333;
	text-decoration: none
}

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

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

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

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.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>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

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

.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: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.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>.btn-primary.dropdown-toggle {
	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>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

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

.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-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>.btn-success.dropdown-toggle {
	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>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

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

.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-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>.btn-info.dropdown-toggle {
	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>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

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

.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-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>.btn-warning.dropdown-toggle {
	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>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

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

.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-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

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

.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>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

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

.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: #d9534f;
	border-color: #d43f3a
}

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

.btn-link {
	color: #337ab7;
	font-weight: 400;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none
}

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

.btn-link:focus,
.btn-link:hover {
	color: #23527c;
	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-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

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

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

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

.fade {
	opacity: 0;
	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;
	transition-property: height, visibility;
	transition-duration: .35s;
	transition-timing-function: ease
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-body:after,
.panel-body:before {
	content: " ";
	display: table
}

.panel-body:after {
	clear: both
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
	padding-left: 15px;
	padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

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

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

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

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

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

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none !important
}

.visible-sm {
	display: none !important
}

.visible-md {
	display: none !important
}

.visible-lg {
	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:767px) {
	.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:767px) {
	.visible-xs-block {
		display: block !important
	}
}

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

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

@media(min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table !important
	}
	tr.visible-sm {
		display: table-row !important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell !important
	}
}

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

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

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

@media(min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table !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:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

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

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}
	table.visible-print {
		display: table !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
	}
}

@font-face {
	font-family: LatoWebRegular;
	src: url("https://use.typekit.net/af/180254/00000000000000000001522c/27/l?primer=9f56e71cfe7a800991bcc4a77ace2982a06a9041b180457ead3c06fe783b99fa&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/180254/00000000000000000001522c/27/d?primer=9f56e71cfe7a800991bcc4a77ace2982a06a9041b180457ead3c06fe783b99fa&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/180254/00000000000000000001522c/27/a?primer=9f56e71cfe7a800991bcc4a77ace2982a06a9041b180457ead3c06fe783b99fa&fvd=n4&v=3") format("opentype");
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility
}

@font-face {
	font-family: LatoWebBold;
	src: url("https://use.typekit.net/af/220823/000000000000000000015231/27/l?primer=9f56e71cfe7a800991bcc4a77ace2982a06a9041b180457ead3c06fe783b99fa&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/220823/000000000000000000015231/27/d?primer=9f56e71cfe7a800991bcc4a77ace2982a06a9041b180457ead3c06fe783b99fa&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/220823/000000000000000000015231/27/a?primer=9f56e71cfe7a800991bcc4a77ace2982a06a9041b180457ead3c06fe783b99fa&fvd=n7&v=3") format("opentype");
	font-style: normal;
	font-weight: 700;
	text-rendering: optimizeLegibility
}

@font-face {
	font-family: LatoWebBlack;
	src: url("https://use.typekit.net/af/50d55e/000000000000000000015235/27/l?primer=9f56e71cfe7a800991bcc4a77ace2982a06a9041b180457ead3c06fe783b99fa&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/50d55e/000000000000000000015235/27/d?primer=9f56e71cfe7a800991bcc4a77ace2982a06a9041b180457ead3c06fe783b99fa&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/50d55e/000000000000000000015235/27/a?primer=9f56e71cfe7a800991bcc4a77ace2982a06a9041b180457ead3c06fe783b99fa&fvd=n9&v=3") format("opentype");
	font-style: normal;
	font-weight: 900;
	text-rendering: optimizeLegibility
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

body {
	font-family: LatoWebRegular;
	font-size: 14px
}

.container {
	max-width: 974px
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
	font-family: LatoWebBlack
}

.h2,
h2 {
	font-size: 40px;
	line-height: 48px;
	color: #0c1939
}

@media(max-width:991px) {
	.h2,
	h2 {
		font-size: 24px;
		line-height: 1
	}
}

.h3,
h3 {
	font-size: 22px;
	line-height: 24px
}

@media(max-width:991px) {
	.h3,
	h3 {
		font-size: 16px;
		line-height: 20px
	}
}

@media(max-width:991px) {
	.header .nav {
		display: none
	}
}


@media(max-width:991px) {
	.header .logo-horizontal {
		float: none;
		margin: 0 auto;
		display: block
	}
}

.nav {
	float: right
}

.nav .nav-list {
	padding-left: 0;
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
	padding: 25px 15px;
	margin-bottom: 0
}

.nav .nav-list:after,
.nav .nav-list:before {
	content: " ";
	display: table
}

.nav .nav-list:after {
	clear: both
}

.nav .nav-item {
	float: left;
	margin-left: 30px
}

.nav .nav-item:first-child {
	margin-left: 0
}

.nav .nav-link {
	text-transform: uppercase;
	line-height: 24px;
	color: #555f73;
	text-decoration: none
}

.nav .nav-link:hover {
	color: #3f51b5
}

.footer {
	padding-top: 48px;
	color: #0c1939;
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 134px;
	background: #fafafb
}

@media(max-width:991px) {
	.footer {
		padding-top: 21px;
		padding-bottom: 64px
	}
}

.footer:after {
	content: "";
	width: 980px;
	height: 114px;
	background: url(../img/cashcat-city.jpg);
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	left: 50%;
	margin-left: -490px;
	bottom: 0;
	z-index: 2
}

@media(max-width:991px) {
	.footer:after {
		width: 100%;
		height: 64px;
		background: url(../img/cashcat-city.jpg);
		background-size: cover;
		background-position: 50% 50%;
		margin-left: 0;
		left: 0;
		right: 0
	}
}

.footer .container {
	position: relative;
	z-index: 100
}

.footer .list {
	width: auto;
	float: none;
	margin: 0
}

@media(max-width:991px) {
	.footer .list {
		text-align: left
	}
}

.footer .list.list--footer {
	overflow: hidden;
	margin-bottom: 21px
}

@media(max-width:991px) {
	.footer .list.list--mobile-margin {
		margin-bottom: 21px;
		overflow: hidden
	}
}

.footer .list .list-ul {
	margin-left: 0
}

.footer .list .list-ul.w33 {
	float: left;
	width: 33.33%
}

@media(max-width:991px) {
	.footer .list .list-ul.w33 {
		width: 100%
	}
}

@media(max-width:991px) {
	.footer .list .list-ul {
		margin-top: 18px
	}
}

.footer .list .list-link,
.footer .list .list-title {
	text-decoration: none;
	color: #0c1939
}

.footer .list .list-title {
	max-width: 100%
}

@media(max-width:991px) {
	.footer .list .list-title {
		display: inline-block;
		margin: 0;
		cursor: pointer;
		font-size: 16px;
		line-height: 1.5
	}
}

@media(max-width:991px) {
	.footer .list .list-title:after {
		content: "";
		width: 13px;
		height: 8px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 4px;
		background: url(../img/ico-down.svg)
	}
}

@media(max-width:991px) {
	.footer .list .list-title.is-open:after {
		background: url(../img/ico-top.svg)
	}
}

.footer .list .list-link {
	font-size: 16px;
	line-height: 28px
}

.footer .list .list-link:hover {
	text-decoration: underline
}

@media(max-width:991px) {
	.footer .list .list-link {
		line-height: 32px
	}
}

@media(max-width:991px) {
	.footer .footer-logo {
		position: static;
		margin: 32px auto 0
	}
}

.popup-footer {
	margin-top: 120px;
	text-align: center;
	font-size: 12px;
	line-height: 2
}

.popup-footer .logo-vertical {
	margin: 0 auto
}

.ico {
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

.ico-time {
	width: 88px;
	height: 88px;
	background: url(../img/ico-time.svg)
}

.ico-cat {
	width: 98px;
    background-size: cover;
    height: 85px;
	background: url(../img/ico-cat.svg);
	background-repeat: no-repeat;
}

.ico-envelope {
	width: 89px;
	height: 89px;
	background: url(../img/ico-envelope.svg)
}

.ico-arr-right {
	width: 8px;
	height: 13px;
	background: url(../img/ico-arr-right.svg)
}

.ico-upload {
	width: 15px;
	height: 11px;
	background: url(../img/ico-upload.svg)
}

.logo-horizontal {
	width: 198px;
	height: 56px;
	line-height: 56px;
	float: left
}

.logo-horizontal .img-responsive {
	display: inline-block
}

.logo-vertical {
	width: 119px;
	height: 74px;
	line-height: 74px
}

@media(max-width:767px) {
	.logo-vertical {
		width: 66px;
		height: 41px;
		line-height: 41px
	}
}

.logo-vertical .img-responsive {
	display: inline-block
}

.nav .nav-list {
	padding: 18px 15px 14px
}

.list {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media(min-width:768px) {
	.list {
		float: left;
		width: 25%
	}
}

@media(min-width:768px) {
	.list {
		margin-left: 8.33333%
	}
}

.list .list-ul {
	padding-left: 0;
	list-style: none;
	margin-left: -15px
}

.list .list-title {
	max-width: 220px;
	margin-bottom: 18px;
	font-size: 20px;
	line-height: 24px
}

.list .list-link {
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-decoration: underline
}

.list .list-link:hover {
	text-decoration: none
}

.copy {
	padding-top: 20px;
	font-size: 14px;
	line-height: 24px
}

.popup-footer .copy {
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 2
}

.footer-mail {
	max-width: 452px;
	padding: 0 16px;
	margin: 0 auto 48px;
	font-size: 14px;
	line-height: 1.71;
	text-align: center;
	color: #0c1939
}

@media(max-width:992px) {
	.footer-mail {
		margin-bottom: 24px
	}
}

.footer-mail a {
	color: #3f51b5
}

.footer-logo {
	width: 110px;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	bottom: 100px;
	text-align: center
}

.footer-logo:before {
	content: "";
	display: inline-block;
	width: 52px;
	height: 44px;
	background: url(../img/cat.svg)
}

.footer-logo:after {
	content: "";
	display: inline-block;
	width: 77px;
	height: 15px;
	background: url(../img/cashcat-white.png);
	background-size: cover
}

.btn {
	padding: 16px 24px;
	border-radius: 32px;
	font-size: 16px;
	line-height: 24px;
	font-family: LatoWebBold;
	text-transform: uppercase;
	transition: .2s background linear, .2s color linear
}

@media(max-width:991px) {
	.btn {
		padding: 7px 20px
	}
}

.btn.disabled {
	background-color: rgba(12, 25, 57, .15) !important;
	border: 1px solid transparent !important;
	color: #fff !important;
	opacity: 1 !important
}

.btn.is-load {
	position: relative
}

.btn.is-load span,
.btn.is-load svg {
	opacity: 0
}

.btn.is-load:before {
	content: "";
	background: url(../img/ico-spinner2.svg);
	background-size: cover;
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear
}

.btn.is-load:hover:before {
	background: url(../img/ico-spinner2_hover.svg);
	background-size: cover;
	width: 24px;
	height: 24px
}

.btn.is-load:hover:active:before,
.btn.is-load:hover:focus:before {
	background: url(../img/ico-spinner2.svg);
	background-size: cover;
	width: 24px;
	height: 24px
}

.btn .ico,
.btn span,
.btn svg {
	display: inline-block;
	vertical-align: middle
}

.btn .ico,
.btn svg {
	margin-left: 8px
}

.btn svg path {
	transition: .2s fill linear
}

.btn-warning {
	background-color: #38AD0F;
	background: #38AD0F;
	border: 1px solid #38AD0F
}

.btn-warning:hover {
	color: #38AD0F;
	background-color: transparent;
	border-color: #38AD0F;
}

.btn-warning:hover svg path {
	fill: #38AD0F
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:visited {
	background-color: #38AD0F;
	background: #38AD0F;
	border-color: #38AD0F
}

.btn-warning:active svg path,
.btn-warning:focus svg path,
.btn-warning:visited svg path {
	fill: #fff
}

.btn-warning:active:focus,
.btn-warning:active:hover {
	background-color: #38AD0F;
	background: #38AD0F;
	border-color: #38AD0F;
}

.btn-warning:active:focus svg path,
.btn-warning:active:hover svg path {
	fill: #fff
}

.btn-warning:hover:focus {
	color: #fff
}

.btn-warning.inverse {
	background: 0;
	color: #38AD0F
}

.btn-warning.inverse:hover {
	background: #38AD0F;
	color: #fff
}

.btn-warning.inverse.is-load {
	font-size: 0
}

.btn-warning.inverse.is-load:before {
	background: url(../img/ico-spinner2_hover.svg);
	background-size: cover;
	width: 24px;
	height: 24px
}

.btn-warning.inverse.is-load:hover:before {
	background: url(../img/ico-spinner2.svg);
	background-size: cover;
	width: 24px;
	height: 24px
}

.btn-warning.inverse.is-load:active:focus:before {
	background: url(../img/ico-spinner2.svg);
	background-size: cover;
	width: 24px;
	height: 24px
}

.box {
	max-width: 784px;
	min-height: 424px;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0 2px 36px 0 rgba(12, 25, 57, .16);
	position: relative
}

@media(max-width:991px) {
	.box {
		min-height: auto
	}
}

.box.is-load .spinner {
	opacity: .9;
	z-index: 100
}

.block-cash-form {
	position: relative
}

.block-cash-form.is-load .spinner {
	opacity: .9;
	z-index: 100
}

.spinner {
	opacity: 0;
	transition: .3s opacity linear;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 16px;
	z-index: -1
}

.spinner:before {
	content: "Wait, please";
	color: #0c1939;
	text-align: center;
	width: 160px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -80px;
	z-index: 20
}

.spinner:after {
	content: "";
	width: 24px;
	height: 26px;
	position: absolute;
	top: 50%;
	margin-top: -52px;
	left: 50%;
	margin-left: -12px;
	z-index: 30;
	background-image: url(../img/ico-spinner.svg);
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear
}

.error-msg {
	margin-top: 30px;
	color: #ff001f;
	line-height: 16px
}

.error-msg.no-margin {
	margin-top: 0
}

.error-msg a {
	color: #0076ff;
	text-decoration: underline
}

.error-msg a:hover {
	text-decoration: none
}

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

.form-group>label {
	line-height: 1.71;
	color: #0c1939
}

.form-group.has-success .form-control {
	border-color: transparent;
	box-shadow: none;
	background-color: rgba(0, 150, 106, .08)
}

.form-group.has-error .form-control {
	border-color: #ff001f;
	box-shadow: none
}

.form-group.terms {
	display: inline-block
}

.form-group.select-wrap {
	position: relative;
	background: 0
}

.form-group.select-wrap.has-danger .select2-container--default .select2-selection--single {
	border-color: #ff001f
}

.form-group.select-wrap.has-danger .help-block,
.form-group.select-wrap.has-error .help-block {
	display: block
}

@media(min-width:992px) {
	.form-group.select-wrap.long-select:before {
		left: 66%;
		margin-left: -20px;
		bottom: -30px
	}
}

@media(max-width:1199px) {
	.form-group.select-wrap.long-select:before {
		bottom: auto;
		top: 46px
	}
}

.form-group.select-wrap.long-select.form-group--years:before {
	bottom: auto;
	top: 45px
}

.form-group.select-wrap.select2-wrap:before {
	display: none
}

.form-group.select-wrap .help-block {
	display: none
}

.form-group.select-wrap:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 8px;
	position: absolute;
	bottom: 15px;
	right: 12px;
	line-height: 1;
	background: url(../img/ico-select.svg)
}

.form-group.select-wrap .form-control {
	padding-right: 30px
}

.form-group.select-wrap label {
	display: block
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-left: 28px
}

.form-control {
	height: 40px;
	padding: 8px 16px;
	box-shadow: none;
	font-size: 16px;
	line-height: 1.5;
	color: #0c1939
}

.form-control:-ms-input-placeholder {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(12, 25, 57, .16)
}

.form-control::-moz-placeholder {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(12, 25, 57, .16)
}

.form-control::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(12, 25, 57, .16)
}

.form-control:focus {
	border: solid 1px #0c1939;
	color: #0c1939;
	box-shadow: none
}

.form-control:focus:-ms-input-placeholder {
	color: transparent
}

.form-control:focus::-moz-placeholder {
	color: transparent
}

.form-control:focus::-webkit-input-placeholder {
	color: transparent
}

.radio-inline {
	position: relative
}

.radio-inline:hover .radio-check {
	border: 1px solid #3f51b5
}

.radio-inline .radio-input {
	position: absolute;
	visibility: hidden
}

.radio-inline .radio-input:checked~.radio-check {
	border: 1px solid #3f51b5
}

.radio-inline .radio-input:checked~.radio-check:before {
	background: #3f51b5
}

.radio-inline .radio-label {
	display: block;
	position: relative;
	padding: 0 0 0 10px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all .25s linear;
	font-size: 16px;
	line-height: 1.5
}

.radio-inline .radio-check {
	display: block;
	position: absolute;
	border: 1px solid #d2dae4;
	border-radius: 100%;
	height: 24px;
	width: 24px;
	top: 0;
	left: 0;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear
}

.radio-inline .radio-check:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 16px;
	width: 16px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background .25s linear;
	-webkit-transition: background .25s linear
}

.checkbox label {
	padding-left: 0;
	font-size: 18px;
	line-height: 1.5;
	color: #0c1939
}

.checkbox input {
	display: none
}

.checkbox input:checked+.checkbox-input:before {
	content: "✔";
	display: inline-block;
	vertical-align: middle;
	color: #3f51b5;
	font-size: 16px
}

@media(max-width:991px) {
	.checkbox input:checked+.checkbox-input:before {
		font-size: 14px
	}
}

.checkbox .checkbox-input {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 18px;
	margin-right: 16px;
	border-radius: 3px;
	border: 1px solid #3f51b5
}

@media(max-width:991px) {
	.checkbox .checkbox-input {
		width: 21px;
		height: 21px;
		margin-right: 8px;
		line-height: 16px
	}
}

select.form-control {
	color: #0c1939
}

select.form-control option[value=""][disabled] {
	display: none
}

.select-wrap select.form-control {
	-webkit-appearance: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: 0;
	position: relative
}

select.form-control#day {
	width: 80px
}

@media(max-width:480px) {
	select.form-control#day {
		width: 70px
	}
}

select.form-control#month {
	width: 128px;
	margin-left: 8px
}

@media(max-width:480px) {
	select.form-control#month {
		width: 118px;
		margin-left: 2px
	}
}

select.form-control#year {
	margin-left: 8px
}

@media(max-width:480px) {
	select.form-control#year {
		width: 78px;
		margin-left: 2px
	}
}

select.form-control::-ms-expand {
	display: none
}

.text-danger {
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 1.14;
	color: #ff001f
}

.my-help-block {
	margin-bottom: 0;
	clear: both;
	display: block;
	padding-top: 8px;
	font-size: 14px;
	line-height: 1.14;
	color: rgba(12, 25, 57, .3)
}

.back-page {
	font-size: 14px;
	line-height: 1.14;
	color: #d1dae3;
	text-decoration: none;
	position: absolute;
	left: 50px;
	top: 10px
}

@media(max-width:767px) {
	.back-page {
		left: 30px
	}
}

@media(max-width:480px) {
	.back-page {
		left: 15px;
		top: 0
	}
}

.back-page:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	border: 1px solid #d1dae3;
	margin-bottom: 5px
}

.back-page:focus,
.back-page:hover {
	color: #3f51b5;
	text-decoration: none
}

.back-page:focus:before,
.back-page:hover:before {
	border-color: #3f51b5
}

.back-page:focus svg path,
.back-page:hover svg path {
	fill: #3f51b5
}

.back-page svg {
	position: absolute;
	top: 10px;
	left: 11px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.block-map .map-controls {
	width: 320px;
	left: 50% !important;
	margin-left: -160px !important;
	margin-top: 10px;
	text-overflow: ellipsis
}

.block-map .map-controls.has-danger {
	border-color: #ff001f
}

.block-map .map-geodata {
	display: none
}

.block-map #map {
	width: 100%;
	height: 300px;
	margin-bottom: 20px
}

.block-map .gmnoprint {
	display: none
}

.block-ranger {
	width: 464px;
	margin: 48px auto 24px
}

@media(max-width:991px) {
	.block-ranger {
		width: 300px
	}
}

@media(max-width:480px) {
	.block-ranger {
		width: 220px
	}
}

.block-ranger .ranger-amount {
	margin: 48px 0;
	font-size: 20px;
	line-height: 24px
}

.block-ranger .checkbox {
	margin: 72px auto 16px
}

@media(max-width:991px) {
	.block-ranger .checkbox label {
		font-size: 14px
	}
}

.block-cash-form {
	max-width: 784px;
	min-height: 424px;
	margin: 0 auto;
	padding-top: 64px;
	background: #fff;
	box-shadow: 0 2px 36px 0 rgba(19, 60, 83, .44);
	border-radius: 18px;
	color: #000
}

@media(max-width:991px) {
	.block-cash-form {
		max-width: 80%;
		min-width: 290px;
		min-height: auto;
		padding: 24px 16px
	}
}

.block-cash-form .cash-form-btn {
	text-align: center;
	margin: 24px 0
}

@media(max-width:991px) {
	.block-cash-form .cash-form-btn .btn {
		padding: 7px 20px;
		font-size: 14px;
		font-family: LatoWebBlack
	}
}

.block-cash-form .block-title {
	max-width: 464px;
	margin: 0 auto 24px;
	font-size: 40px;
	line-height: 1.2;
	font-family: LatoWebRegular;
	letter-spacing: normal;
	color: #0c1939;
	text-align: center;
}

@media(max-width:991px) {
	.block-cash-form .block-title {
		width: 300px;
		font-size: 20px;
		font-family: LatoWebRegular
	}
}

@media(max-width:991px) {
	.block-cash-form .block-title {
		width: 220px
	}
}

.block-cash-form .block-title .sub {
	display: inline-block;
	font-size: 20px;
	line-height: 20px
}

.block-cash-form .amount {
	width: 120px;
	display: inline-block;
	border: 0
}

@media(max-width:991px) {
	.block-cash-form .amount {
		width: 84px
	}
}

@media(min-width:992px) {
	.block-cash-form .amount {
		width: 200px
	}
}

.block-cash-form .ranger-list {
	margin-top: 18px;
	position: relative
}

.block-cash-form .ranger-list.ua .list-item:after {
	content: none
}

.block-cash-form .ranger-list .list-item {
	text-align: left;
	position: absolute;
	font-size: 14px;
	line-height: 1.71;
	font-family: LatoWebBlack;
	color: rgba(47, 93, 120, .4)
}

.block-cash-form .ranger-list .list-item:after {
	content: "";
	background: url(../img/ico-peso.svg);
	width: 9px;
	height: 11px;
	display: inline-block;
	vertical-align: middle
}

.block-cash-form .ranger-list .list-item.first {
	left: 0;
	margin-left: -15px
}

.block-cash-form .ranger-list .list-item.fourth {
	right: -25px
}

.block-cash-form .ranger-list .summ {
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle
}

@media(max-width:991px) {
	.block-cash-form .ranger-list .summ {
		font-size: 12px
	}
}

.block-promo-slider {
	width: 100%;
	height: 648px;
	background: url(../img/main-cat.jpg);
	background-size: cover;
	background-position: center center;
	position: relative
}

@media(max-width:991px) {
	.block-promo-slider {
		height: 512px
	}
}

.block-promo-slider .container {
	text-align: center;
	color: #fff
}

.block-promo-slider .title {
	margin-bottom: 8px;
	padding-top: 24px;
	font-size: 40px;
	line-height: 1.2;
	font-family: LatoWebBlack
}

@media(max-width:991px) {
	.block-promo-slider .title {
		font-size: 24px;
		line-height: 1
	}
}

.block-promo-slider .sub-title {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 1.5;
	font-family: LatoWebRegular
}

@media(max-width:991px) {
	.block-promo-slider .sub-title {
		font-size: 12px;
		line-height: 1.33;
		font-family: LatoWebBold
	}
}

.block-getting-pay {
	padding-top: 66px;
	padding-bottom: 100px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #0c1939
}

@media(max-width:991px) {
	.block-getting-pay {
		padding-top: 50px;
		padding-bottom: 64px;
		font-size: 14px;
		line-height: 1.33
	}
}

.block-getting-pay .meta {
	margin-bottom: 44px
}

@media(max-width:991px) {
	.block-getting-pay .meta {
		margin-bottom: 20px
	}
}

.block-getting-pay .item {
	margin-bottom: 48px
}

@media(max-width:991px) {
	.block-getting-pay .item {
		max-width: 320px;
		margin: 0 auto 24px
	}
}

.block-getting-pay .item .item-ico {
	margin-bottom: 37px;
	height: 90px;
	line-height: 90px;
	text-align: center
}

@media(max-width:991px) {
	.block-getting-pay .item .item-ico {
		width: 64px;
		height: 48px;
		line-height: 48px;
		margin: 0 auto 8px
	}
}

@media(max-width:991px) {
	.block-getting-pay .btn {
		margin-top: 20px
	}
}

.block-getting-pay .ico-time {
	margin-top: -13px;
	margin-left: 9px
}

@media(max-width:991px) {
	.block-getting-pay .ico-time {
		margin-top: 0;
		margin-left: 0;
		width: 48px;
		height: 48px;
		background-size: cover
	}
}

.block-getting-pay .ico-cat {
	margin-top: 8px
}

@media(max-width:991px) {
	.block-getting-pay .ico-cat {
		margin-top: 0;
		width: 63px;
		height: 44px;
		background-size: cover
	}
}

.block-getting-pay .ico-envelope {
	margin-right: 5px;
	margin-top: -13px
}

@media(max-width:991px) {
	.block-getting-pay .ico-envelope {
		margin-right: 0;
		margin-top: 0;
		width: 44px;
		height: 44px;
		background-size: cover
	}
}

@media(max-width:991px) {
	.block-getting-pay .h2 {
		margin-top: 0;
		margin-bottom: 8px;
		font-size: 24px;
		line-height: 1
	}
}

.block-repayments {
	padding-top: 58px;
	background: #fafafb;
	font-size: 16px;
	line-height: 24px;
	text-align: center
}

@media(max-width:991px) {
	.block-repayments {
		padding-top: 64px;
		font-size: 14px
	}
}

.block-repayments .h2 {
	margin-bottom: 24px
}

@media(max-width:991px) {
	.block-repayments .h2 {
		margin-top: 0;
		font-size: 24px;
		line-height: 1
	}
}

.block-repayments p {
	margin-bottom: 24px
}

@media(max-width:991px) {
	.block-repayments p {
		margin-bottom: 8px
	}
}

.block-repayments .btn {
	margin-top: 24px;
	margin-bottom: 78px
}

.block-account {
	margin: 30px auto 0;
	overflow: hidden
}

@media(max-width:814px) {
	.block-account {
		margin-left: 15px;
		margin-right: 15px
	}
}

.block-account .layout {
	min-height: 424px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

@media(max-width:767px) {
	.block-account .layout {
		min-height: auto;
		padding: 40px 0
	}
}

.block-account .col {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 50%
}

@media(max-width:767px) {
	.block-account .col.img {
		display: none
	}
}

@media(max-width:767px) {
	.block-account .col.content {
		width: 100%
	}
}

.block-account .content {
	position: relative;
	z-index: 2;
	color: #fff
}

.block-account .h2,
.block-account h2 {
	color: #fff
}

.block-account .account-information {
	text-align: center
}

.block-account .account-information:before {
	content: "";
	background-color: rgba(251, 87, 36, .82);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	z-index: 1
}

.block-account .account-information:after {
	content: "";
	background-image: url(../img/bg/small-cat.jpg);
	background-size: cover;
	width: 392px;
	min-height: 424px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%
}

@media(max-width:991px) {
	.block-account .account-information:after {
		width: 50%
	}
}

.block-account .account-mobile,
.block-account .account-sms-verify {
	padding: 0 80px;
	background: #fff
}

@media(max-width:814px) {
	.block-account .account-mobile,
	.block-account .account-sms-verify {
		padding: 0 50px
	}
}

@media(max-width:991px) {
	.block-account .account-mobile,
	.block-account .account-sms-verify {
		padding: 0 30px
	}
}

.block-account .account-mobile .title,
.block-account .account-sms-verify .title {
	margin-bottom: 8px;
	font-size: 16px;
	font-family: LatoWebRegular;
	line-height: 1.5;
	color: #0c1939
}

.block-account .account-mobile .note,
.block-account .account-sms-verify .note {
	margin-bottom: 20px;
	line-height: 1.14;
	color: rgba(12, 25, 57, .4)
}

@media(max-width:991px) {
	.block-account .account-mobile .form-inline .form-control,
	.block-account .account-sms-verify .form-inline .form-control {
		display: inline-block
	}
}

@media(max-width:991px) {
	.block-account .account-mobile .form-inline .control-label,
	.block-account .account-sms-verify .form-inline .control-label {
		margin-right: 8px
	}
}

.block-account .account-sms-verify .btn {
	margin-top: 20px
}

.block-account .account-sms-verify .form-group {
	margin-bottom: 9px
}

.block-account .account-sms-verify .form-control {
	text-align: left
}

.block-account .control-label {
	padding: 0;
	height: 40px;
	line-height: 40px
}

.block-account .form-control {
	height: 40px;
	border-radius: 4px;
	border: solid 1px rgba(12, 25, 57, .16)
}

.block-account .form-group {
	display: block;
	margin-bottom: 20px
}

.block-account .form-control {
	text-align: center
}

.block-account .form-control::-webkit-input-placeholder {
	color: rgba(12, 25, 57, .16);
	font-family: LatoWebRegular
}

.block-account .form-control:-moz-placeholder {
	color: rgba(12, 25, 57, .16);
	font-family: LatoWebRegular
}

.block-account .form-control:-ms-input-placeholder {
	color: rgba(12, 25, 57, .16);
	font-family: LatoWebRegular
}

.block-account .form-control:focus:-ms-input-placeholder {
	color: transparent
}

.block-account .form-control:focus::-moz-placeholder {
	color: transparent
}

.block-account .form-control:focus::-webkit-input-placeholder {
	color: transparent
}

.block-account #mobile-operator {
	width: 64px;
	margin-right: 10px
}

.block-account #mobile-phone {
	width: 112px
}

.block-account .btn {
	padding: 12px 0;
	text-transform: none;
	font-size: 14px;
	line-height: 1.14;
	font-family: LatoWebBold
}

.block-form {
	margin: 15px auto 0;
	padding-top: 10px
}

@media(max-width:814px) {
	.block-form {
		margin-left: 15px;
		margin-right: 15px
	}
}

.block-form .form-header {
	text-align: center;
	position: relative
}

@media(max-width:767px) {
	.block-form .form-header {
		padding-left: 0 !important
	}
}

.block-form .form-header.ready-topper:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	bottom: 0;
	background-color: rgba(251, 88, 36, .82);
	border-radius: 16px 16px 0 0;
	z-index: 2
}

.block-form .form-header.ready-topper:after {
	content: "";
	width: 100%;
	height: 76px;
	background-image: url(../img/bg/cat-face.jpg);
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	top: -10px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1
}

.block-form .form-header.ready-topper .h2 {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	position: relative;
	z-index: 3
}

@media(max-width:767px) {
	.block-form .form-header.ready-topper .h2 {
		text-align: center
	}
}

.block-form .application-form {
	margin-bottom: 88px;
	padding: 24px 160px 72px
}

@media(max-width:767px) {
	.block-form .application-form {
		margin-bottom: 44px;
		padding: 0 15px
	}
}

@media(max-width:767px) {
	.block-form .application-form.ready-form {
		padding-bottom: 18px
	}
}

.block-form .application-form.ready-form .form-group.select-wrap:before {
	top: auto;
	bottom: 15px
}

.block-form .application-form label {
	display: block
}

.block-form .application-form label.radio-inline {
	display: inline-block
}

.block-form .application-form .col-md-12 .form-control,
.block-form .application-form .col-md-12 .select2 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media(min-width:992px) {
	.block-form .application-form .col-md-12 .form-control,
	.block-form .application-form .col-md-12 .select2 {
		float: left;
		width: 66.66667%
	}
}

.block-form .application-form .col-md-12 .form-control+.help-block,
.block-form .application-form .col-md-12 .select2+.help-block {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media(min-width:992px) {
	.block-form .application-form .col-md-12 .form-control+.help-block,
	.block-form .application-form .col-md-12 .select2+.help-block {
		float: left;
		width: 33.33333%
	}
}

.block-form .application-form .col-md-12 .select2 {
	padding: 0
}

@media(max-width:814px) {
	.block-form .application-form .col-md-12 .select2 {
		max-width: 100%
	}
}

.block-form .application-form .btn {
	padding: 7px 16px
}

.block-form .application-form .help-block {
	margin-top: 5px;
	margin-bottom: 0;
	color: #ff001f;
	line-height: 16px
}

.block-form .application-form .help-block .list-unstyled {
	margin-bottom: 0
}

.block-form .application-form .row {
	margin-bottom: 20px
}

@media(max-width:767px) {
	.block-form .application-form .form-inline .form-group {
		display: inline-block
	}
}

@media(max-width:767px) {
	.block-form .meta {
		margin-bottom: 16px
	}
}

.select-box .help-block {
	display: none !important
}

.block-congrats {
	margin: 30px auto 0;
	overflow: hidden
}

@media(max-width:814px) {
	.block-congrats {
		margin-left: 15px;
		margin-right: 15px
	}
}

.block-congrats .bg-title {
	height: 216px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative
}

.block-congrats .bg-title:before {
	content: "";
	background-color: rgba(251, 87, 36, .82);
	position: absolute;
	top: -10px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1
}

.block-congrats .bg-title:after {
	content: "";
	width: 100%;
	height: 216px;
	background-image: url(../img/bg/cat-face.jpg);
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.block-congrats .content {
	position: relative;
	z-index: 10;
	color: #fff
}

.block-congrats .h2 {
	color: #fff
}

@media(max-width:767px) {
	.block-congrats .h2 {
		margin-top: 0;
		margin-bottom: 16px;
		font-size: 24px;
		line-height: 1
	}
}

.block-ready-form {
	padding-bottom: 90px;
	position: relative
}

@media(max-width:480px) {
	.block-ready-form {
		padding-bottom: 120px
	}
}

.block-ready-form:after {
	content: "";
	position: absolute;
	bottom: 90px;
	right: 60px;
	width: 41px;
	height: 43px;
	background: url(../img/cat-trace.svg);
	display: block
}

@media(max-width:480px) {
	.block-ready-form:after {
		right: 50%;
		margin-right: -20px
	}
}

.block-ready-form:before {
	content: "";
	position: absolute;
	bottom: 24px;
	right: 104px;
	width: 41px;
	height: 43px;
	background: url(../img/cat-trace.svg);
	display: block
}

@media(max-width:480px) {
	.block-ready-form:before {
		right: 50%;
		margin-right: 30px
	}
}

.block-ready-form .block-title {
	margin-top: 24px;
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1.2;
	color: #0c1939;
	text-align: center
}

.block-ready-form .sub-title {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.5;
	color: #0c1939;
	text-align: center
}

.block-ready-form .block-media {
	width: 156px;
	margin: 0 auto 24px
}

@media(max-width:480px) {
	.block-list {
		padding: 0 10px
	}
}

.block-list .list-ul {
	width: 362px;
	margin: 0 auto;
	padding-left: 0;
	list-style: none
}

.block-list .list-item {
	margin-bottom: 20px;
	font-size: 0
}

.block-list .list-num {
	width: 50px;
	margin-right: 16px;
	display: inline-block;
	vertical-align: middle;
	font-size: 42px;
	font-family: LatoWebBlack;
	color: rgba(12, 25, 57, .15);
	text-align: left
}

@media(max-width:480px) {
	.block-list .list-num {
		width: 40px;
		font-size: 32px
	}
}

.block-list .list-content {
	width: 296px;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle
}

@media(max-width:480px) {
	.block-list .list-content {
		width: 216px
	}
}

.block-list .list-content .mail {
	margin-right: 5px;
	font-size: 14px;
	line-height: 24px;
	color: #3f51b5
}

.block-list .btn-warning {
	height: 24px;
	padding: 0 15px;
	border-radius: 20px;
	font-size: 14px;
	text-transform: none;
	font-family: LatoWebRegular
}

.block-content {
	max-width: 784px;
	margin: 0 auto 80px;
	padding: 0 15px;
	line-height: 24px;
	color: #0c1939
}

.block-content h2 {
	margin-bottom: 40px;
	text-align: center
}

@media(max-width:991px) {
	.block-content h2 {
		margin: 0 0 28px
	}
}

.block-content h3 {
	margin-top: 28px;
	margin-bottom: 12px
}

.block-content p {
	margin-bottom: 8px
}

.block-content .btn.btn-warning {
	margin-top: 16px
}

@media(max-width:991px) {
	.block-content .btn.btn-warning {
		margin-top: 24px
	}
}

@media(max-width:767px) {
	.default-form .form-header {
		margin-bottom: 30px;
		padding-left: 70px
	}
}

.default-form .form-header .h2,
.default-form .form-header h2 {
	font-size: 21px;
	line-height: 36px
}

@media(max-width:767px) {
	.default-form .h2,
	.default-form h2 {
		font-size: 28px
	}
}

.default-form .form-group.select-wrap.long-select:before {
	left: auto;
	top: 45px;
	margin-left: 0;
	right: 10px;
	bottom: auto
}

.default-form .form-group.form-group--years:before {
	bottom: auto;
	top: 40px
}

@media(min-width:480px) {
	.default-form .application-form {
		padding: 24px 80px 72px
	}
}

.default-form .checkbox label {
	padding-left: 45px
}

.default-form .checkbox .checkbox-input {
	position: absolute;
	top: 3px;
	left: 0
}

.element-credit-info {
	margin-bottom: 24px
}

@media(max-width:1199px) {
	.element-credit-info {
		width: 50%;
		margin-bottom: 8px;
		float: left
	}
}

.element-credit-info .meta {
	font-size: 14px;
	font-family: LatoWebBold;
	line-height: 1;
	color: rgba(47, 93, 120, .4)
}

.element-credit-info .item {
	font-size: 20px;
	line-height: 1;
	color: #002f08
}

@media(max-width:1199px) {
	.element-credit-info+.btn {
		margin-bottom: 10px;
		clear: both
	}
}

.credit-info-help {
	font-size: 14px;
	font-family: LatoWebRegular;
	line-height: 1.14;
	color: #04512d
}

@media(max-width:1199px) {
	.credit-info-help {
		margin-bottom: 24px
	}
}

.block-upload {
	display: block;
	padding: 32px 8px;
	border-radius: 4px;
	background-color: #fff;
	border: solid 1px #d2dae4;
	text-align: center;
	position: relative
}

.block-upload.first:before,
.block-upload.second:before {
	font-size: 140px;
	font-family: LatoWebBlack;
	position: absolute;
	left: 10px;
	top: -30px;
	color: rgba(209, 218, 227, .2)
}

.block-upload.first:before {
	content: "1"
}

.block-upload.second:before {
	content: "2"
}

.map {
	min-height: 300px
}

.map-help {
	margin-top: 12px;
	text-align: center;
	font-size: 14px;
	line-height: 1.71
}

.form-box {
	padding: 16px 24px 16px;
	border-radius: 4px;
	border: solid 1px #d2dae4
}

.form-box .box-title {
	margin-bottom: 5px;
	font-size: 14px;
	font-family: LatoWebBold;
	line-height: 1.71
}

.form-box .box-help {
	font-size: 14px;
	line-height: 1.14
}

.form-box .form-inline {
	margin-top: 10px
}

.form-box .form-inline .form-group {
	display: block
}

.form-box .form-inline .form-control {
	display: inline-block
}

.form-box .form-inline .control-label {
	display: inline-block;
	padding: 0;
	height: 40px;
	line-height: 40px
}

.form-box .form-inline #mobile-operator {
	width: 64px;
	margin-right: 10px
}

@media(max-width:450px) {
	.form-box .form-inline #mobile-operator {
		width: 48px;
		padding: 8px
	}
}

.form-box .form-inline #mobile-phone {
	width: 112px
}

@media(max-width:450px) {
	.form-box .form-inline #mobile-phone {
		width: 96px;
		padding: 8px
	}
}

.block-ready {
	text-align: center
}

.block-ready .block-topper {
	color: #0c1939
}

.block-ready .block-title {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1.2
}

.block-ready .help-text {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.5;
	color: #0c1939
}

.block-ready .block-required {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.5;
	color: #3f51b5
}

.block-ready .form-control {
	float: none !important;
	margin: 0 auto
}

.block-ready .block-content {
	margin-bottom: 0
}

.block-ready .block-content .col-md-8 {
	float: none;
	margin: 0 auto
}

.block-ready .block-content .block-radio {
	padding-left: 16px;
	text-align: left
}

.block-final {
	min-height: auto;
	padding-top: 44px;
	padding-bottom: 64px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #0c1939
}

@media(max-width:767px) {
	.block-final {
		padding: 16px 16px 44px
	}
}

.block-final a {
	color: #3f51b5
}

@media(max-width:767px) {
	.block-final .form-header .h2,
	.block-final .form-header h2 {
		text-align: center
	}
}

@media(max-width:991px) {
	.row-upload {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media(max-width:991px) {
	.row-upload .col-faq {
		float: none;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

@media(max-width:991px) {
	.row-upload .col-btn {
		float: none;
		orphans: 1
	}
}

.file span {
	width: 100%;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap
}

.block-offers .form-header .h2 {
	font-size: 36px;
	line-height: 1.11;
	text-align: center;
	color: #0c1939
}

@media(max-width:992px) {
	.block-offers .form-header .h2 {
		margin-top: 0;
		font-size: 20px;
		font-family: LatoWebBold;
		line-height: 1.2;
		text-align: center;
		color: #0c1939
	}
}

.block-offers .form-header p {
	max-width: 392px;
	margin: 20px auto 34px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #0c1939
}

@media(max-width:992px) {
	.block-offers .form-header p {
		width: auto;
		margin: 20px auto 16px
	}
}

.offers-row {
	margin: 40px 40px 20px;
	padding: 16px 24px 24px;
	border-radius: 8px;
	border: solid 1px rgba(12, 25, 57, 0.1);
	overflow: hidden
}

@media(max-width:992px) and (min-width:767px) {
	.offers-row {
		margin: 0 15px !important
	}
}

@media(max-width:992px) {
	.offers-row {
		margin: 0;
		padding: 16px 16px 24px
	}
}

.offers-row .col1,
.offers-row .col2,
.offers-row .col3 {
	float: left
}

@media(max-width:992px) {
	.offers-row .col1,
	.offers-row .col2,
	.offers-row .col3 {
		float: none
	}
}

.offers-row .col1 {
	width: 160px
}

@media(max-width:992px) {
	.offers-row .col1 {
		width: 100%;
		margin-bottom: 6px
	}
}

.offers-row .col2 {
	width: 296px;
	font-size: 14px;
	line-height: 1.71;
	text-align: left;
	color: #0c1939
}

@media(max-width:992px) {
	.offers-row .col2 {
		width: 100%
	}
}

.offers-row .col3 {
	width: 178px;
	margin-left: 20px;
	text-align: left
}

@media(max-width:992px) {
	.offers-row .col3 {
		width: 100%;
		margin-left: 0
	}
}

.offers-row .offers-logo {
	width: 136px;
	height: 100%
}

@media(max-width:992px) {
	.offers-row .offers-logo {
		width: 136px;
		height: 100%;
		margin: 0 auto
	}
}

.offers-row .offers-logo>img {
	max-width: 100%
}

.offers-row .offers-btn {
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 20px;
	border-radius: 8px;
	background-color: #38AD0F;
	box-shadow: 0 2px 8px 0 #38AD0F;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none
}

@media(max-width:992px) {
	.offers-row .offers-btn {
		max-width: 176px;
		margin: 0 auto;
		display: block;
		text-align: center
	}
}

.offers-row .offers-note {
	padding-left: 15px;
	font-size: 12px;
	line-height: 1.44;
	text-align: left;
	color: rgba(12, 25, 57, 0.4)
}

@media(max-width:992px) {
	.offers-row .offers-note.desktop {
		display: none
	}
}

.offers-row .offers-note.mobile {
	display: none
}

@media(max-width:992px) {
	.offers-row .offers-note.mobile {
		display: block;
		margin-bottom: 15px;
		padding-left: 0;
		font-size: 14px;
		text-align: left;
		line-height: 1.44;
		color: rgba(12, 25, 57, 0.4)
	}
}

.wide {
	padding: 30px 0
}

.wide a {
	display: block
}

.wide img {
	margin: 0 auto;
	display: block
}

.wide .banner-desktop {
	max-width: 728px
}

@media(max-width:728px) {
	.wide .banner-desktop {
		display: none
	}
}

.wide .banner-mobile {
	display: none;
	max-width: 320px
}

@media(max-width:728px) {
	.wide .banner-mobile {
		display: block
	}
}

.wide .banner-mobile.size-2 {
	max-width: 250px
}

.block-articles.block-articles--index .h2,
.block-articles.block-articles--index h2 {
	margin: 72px 0 48px;
	text-align: center
}

.block-articles.block-articles--blog .h1,
.block-articles.block-articles--blog h1 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 48px;
	font-family: LatoWebBlack, sans-serif;
	color: #0c1939
}

@media(max-width:991px) {
	.block-articles.block-articles--blog .h1,
	.block-articles.block-articles--blog h1 {
		font-size: 24px;
		line-height: 1;
		margin-top: 16px;
		margin-bottom: 16px
	}
}

.block-articles.block-articles--blog .h2,
.block-articles.block-articles--blog h2 {
	margin-top: 0;
	margin-bottom: 24px;
	font-size: 22px;
	font-family: LatoWebRegular, sans-serif
}

@media(max-width:991px) {
	.block-articles.block-articles--blog .h2,
	.block-articles.block-articles--blog h2 {
		font-size: 16px
	}
}

.block-articles .articles-wrap {
	font-size: 0
}

.block-articles .articles-item {
	width: 33.33%;
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 48px
}

@media(max-width:991px) {
	.block-articles .articles-item {
		width: 50%;
		padding: 0;
		margin-bottom: 6px
	}
}

.block-articles .articles-item .articles-link {
	text-decoration: none;
	color: #0c1939
}

.block-articles .articles-item:nth-child(odd) {
	padding-right: 15px
}

.block-articles .article-media>img {
	max-width: 100%;
	border-radius: 8px
}

.block-articles .article-content {
	font-size: 16px;
	line-height: 24px
}

@media(max-width:991px) {
	.block-articles .article-content {
		display: none
	}
}

.block-articles .articles-more {
	text-align: center;
	margin: 20px 0 80px
}

@media(max-width:991px) {
	.block-articles .articles-more {
		margin: 20px 0 48px
	}
}

.block-breadcrumbs {
	margin-top: 10px
}

.block-breadcrumbs .breadcrumbs-list {
	padding-left: 0;
	list-style: none
}

.block-breadcrumbs .breadcrumbs-list:after,
.block-breadcrumbs .breadcrumbs-list:before {
	content: " ";
	display: table
}

.block-breadcrumbs .breadcrumbs-list:after {
	clear: both
}

.block-breadcrumbs .breadcrumbs-item {
	float: left;
	font-size: 16px;
	line-height: 1.5
}

.block-breadcrumbs .breadcrumbs-item:first-child {
	margin-left: 0
}

.block-breadcrumbs .breadcrumbs-link {
	color: #3f51b5;
	text-decoration: none
}

.block-breadcrumbs .breadcrumbs-link:after {
	content: "";
	margin: 0 12px;
	background: url(../img/ico-right.svg);
	width: 7px;
	height: 12px;
	display: inline-block;
	vertical-align: middle
}

.block-breadcrumbs span.breadcrumbs-link {
	color: #979797
}

.block-breadcrumbs span.breadcrumbs-link:after {
	content: none
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: 0;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0;
	border: 0;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: 0;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: 0;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0;
	border: 0
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: 0
}

.select2-container--classic .select2-dropdown--below {
	border-top: 0
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

.select2-container .select2-selection--single {
	height: 40px
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
	color: #0c1939
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.select2-container--default .select2-selection--single {
	border-color: rgba(12, 25, 57, .16)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 16px;
	line-height: 40px;
	padding-left: 16px;
	padding-right: 16px;
	color: rgba(12, 25, 57, .16)
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: inline-block;
	width: 12px;
	height: 8px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 12px;
	line-height: 1;
	background: url(../img/ico-select.svg)
}

.select2-container--default .select2-selection--single .select2-selection__arrow>b {
	display: none
}

.select2-dropdown {
	border: 1px solid rgba(12, 25, 57, .16)
}

.select2-results__options .select2-results__option {
	padding: 6px 16px
}

.select2-results__options .select2-results__option:hover {
	background: #3f51b5;
	color: #fff
}

.select2-results__options .select2-results__option[aria-selected=true] {
	background: #3f51b5;
	color: #fff
}

.select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered {
	color: #0c1939
}


/*! jQuery UI - v1.12.1 - 2017-05-01 * http://jqueryui.com * Includes: core.css, datepicker.css, slider.css, theme.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif * Copyright jQuery Foundation and other contributors;
 Licensed MIT */

.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default !important;
	pointer-events: none
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
	top: 1px
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 700;
	border: 0
}

.ui-datepicker td {
	border: 0;
	padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.ui-datepicker.ui-datepicker-multi {
	width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}

.ui-datepicker-rtl {
	direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -17px;
	margin-left: -21px
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.ui-widget.ui-widget-content {
	border: 1px solid #fff;
	border-radius: 5px
}

.ui-widget-content {
	border: 1px solid #fff;
	background: #2f8459;
	color: #333
}

.ui-widget-content a {
	color: #333
}

.ui-widget-header {
	border: 1px solid #fff;
	background: #d1dbe1;
	color: #333;
	font-weight: 700
}

.ui-widget-header a {
	color: #333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
	border: 0;
	background: url(../img/ico-selector.svg);
	width: 42px;
	height: 42px;
	display: inline-block
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
	color: #454545;
	text-decoration: none
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
	color: #2b2b2b;
	text-decoration: none
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
	background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
	background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
	background-position: 16px 16px
}

.ui-icon-caret-1-n {
	background-position: 0 0
}

.ui-icon-caret-1-ne {
	background-position: -16px 0
}

.ui-icon-caret-1-e {
	background-position: -32px 0
}

.ui-icon-caret-1-se {
	background-position: -48px 0
}

.ui-icon-caret-1-s {
	background-position: -65px 0
}

.ui-icon-caret-1-sw {
	background-position: -80px 0
}

.ui-icon-caret-1-w {
	background-position: -96px 0
}

.ui-icon-caret-1-nw {
	background-position: -112px 0
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 -144px
}

.ui-icon-info {
	background-position: -16px -144px
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-on {
	background-position: -96px -144px
}

.ui-icon-radio-off {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-seek-first {
	background-position: -80px -160px
}

.ui-icon-stop {
	background-position: -96px -160px
}

.ui-icon-eject {
	background-position: -112px -160px
}

.ui-icon-volume-off {
	background-position: -128px -160px
}

.ui-icon-volume-on {
	background-position: -144px -160px
}

.ui-icon-power {
	background-position: 0 -176px
}

.ui-icon-signal-diag {
	background-position: -16px -176px
}

.ui-icon-signal {
	background-position: -32px -176px
}

.ui-icon-battery-0 {
	background-position: -48px -176px
}

.ui-icon-battery-1 {
	background-position: -64px -176px
}

.ui-icon-battery-2 {
	background-position: -80px -176px
}

.ui-icon-battery-3 {
	background-position: -96px -176px
}

.ui-icon-circle-plus {
	background-position: 0 -192px
}

.ui-icon-circle-minus {
	background-position: -16px -192px
}

.ui-icon-circle-close {
	background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.ui-icon-circle-check {
	background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
	border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
	border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
	border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
	border-bottom-right-radius: 3px
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
	box-shadow: 0 0 5px #666
}

.block-ranger {
	position: relative
}

.ranger-decrease,
.ranger-increase {
	width: 24px;
	height: 24px;
	font-size: 0;
	position: absolute;
	top: -6px;
	cursor: pointer
}

.ranger-increase {
	background: url(../img/ico-plus.svg);
	right: -80px
}

@media(max-width:991px) {
	.ranger-increase {
		display: none
	}
}

.ranger-decrease {
	background: url(../img/ico-minus.svg);
	left: -80px
}

@media(max-width:991px) {
	.ranger-decrease {
		display: none
	}
}

.fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-block
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px !important;
	direction: ltr;
	cursor: pointer
}

@media screen\9 {
	.fileinput-button input {
		filter: alpha(opacity=0);
		font-size: 100%;
		height: 100%
	}
}

.regulator-disclaimer {
	font-size: 14px;
	line-height: 20px;
	color: rgba(12, 25, 57, 0.4)
}

.custom-step-icon {
	margin-top: 0;
	margin-left: 0;
	width: 88px;
	height: 88px;
	background-size: cover
}

@media(max-width:991px) {
	.custom-step-icon {
		width: 44px;
		height: 44px
	}
}

.articles-preview {
	border-radius: 8px
}

.m-t-48 {
	margin-top: 48px
}

.m-l-18 {
	margin-left: 20px
}

.p-l-18 {
	margin-left: 20px
}

.badges>div {
	display: inline
}

.badges img {
	max-width: 100%;
	vertical-align: middle
}

.pd-t-16 {
	padding-top: 16px
}

.pd-t-24 {
	padding-top: 24px
}

.pd-t-32 {
	padding-top: 32px
}

.pd-t-48 {
	padding-top: 48px
}

.pd-b-16 {
	padding-bottom: 16px
}

.pd-b-24 {
	padding-bottom: 24px
}

.pd-b-32 {
	padding-bottom: 32px
}

.pd-b-48 {
	padding-bottom: 48px
}

.pagination {
	margin: 0 auto;
	text-align: center;
	font-size: 18px
}

.paginator-container {
	margin-bottom: 100px
}
.header .logo-horizontal img{
	max-width: 60px;
}
.block-promo-slider{
	position: relative;
}
.block-promo-slider:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background-color: rgba(0,0,0,.4);
}
.block-promo-slider .container{
	position: relative;
	z-index: 99;
}
.logo-horizontal{
	text-decoration: none;
	color:#3f51b5;
	font-size: 24px;
	font-weight: 600;
}
.logo-horizontal:hover{
	text-decoration: none;
}
.footer_info{
	font-size: 22px;
	font-weight: 600;
	color:#0c1939;
}
.footer_info_small{
	font-size: 17px;
	margin: 5px 0;
}
.footer:after{
	display: none;
}
.footer{
	padding-bottom: 10px;
}
.sm_form{
	max-width: 400px;
	padding: 0 20px;
	margin: 0 auto;
	padding-bottom: 20px;
}