@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff'),
        url('../fonts/OpenSans.ttf') format('truetype'),
        url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype'),
        url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif.eot');
    src: url('../fonts/NotoSerif.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSerif.woff2') format('woff2'),
        url('../fonts/NotoSerif.woff') format('woff'),
        url('../fonts/NotoSerif.ttf') format('truetype'),
        url('../fonts/NotoSerif.svg#NotoSerif') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif Cond';
    src: url('../fonts/NotoSerif-CondensedBold.eot');
    src: url('../fonts/NotoSerif-CondensedBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSerif-CondensedBold.woff2') format('woff2'),
        url('../fonts/NotoSerif-CondensedBold.woff') format('woff'),
        url('../fonts/NotoSerif-CondensedBold.ttf') format('truetype'),
        url('../fonts/NotoSerif-CondensedBold.svg#NotoSerif-CondensedBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Bold.eot');
    src: url('../fonts/NotoSerif-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSerif-Bold.woff2') format('woff2'),
        url('../fonts/NotoSerif-Bold.woff') format('woff'),
        url('../fonts/NotoSerif-Bold.ttf') format('truetype'),
        url('../fonts/NotoSerif-Bold.svg#NotoSerif-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: 0 0
}

a:active,
a:hover {
	outline: 0
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

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
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

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

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

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[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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

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

td,
th {
	padding: 0
}

@media print {
	* {
		text-shadow: none!important;
		color: #000!important;
		background: 0 0!important;
		box-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	select {
		background: #fff!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table {
		border-collapse: collapse!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd!important
	}
}

@keyframes fade_in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes fade_in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	height: 100%;
	margin: 0;
	line-height: 1.3;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #111111;
	background: url(../img/bg4.png) repeat center center #fff;
  /*background: #f2ecff;*/
/*	background-size: cover;
	background-repeat: repeat-y;*/
	position: relative;
	background-attachment: fixed;
}

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

a {
	color:#17438a;
	text-decoration: underline;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover {
	text-decoration: none;
	color: #4086f7;
}

a:focus {
	outline: 0
}

figure {
	margin: 0
}

img {
	vertical-align: middle;
	width: 100% \9;
	max-width: 100%;
	height: auto
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #171717
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	margin-top: 0;
	font-weight: 700;
	line-height: 1.1;
	color: #171717;
}

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

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

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

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

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

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

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

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

.page-header {
	font-family: 'Noto Serif';
	font-weight:400;
	margin-bottom: 24px;
	line-height: 1.1;
	font-size: 21px;
	color: #000000
}
@media(min-width: 1280px){
	.page-header {
		font-size: 24px;
	}
}
/*@media(min-width: 1536px){
	.page-header {
		font-size: 24px;
	}
}*/
@media(min-width: 1920px){
	.page-header {
		font-size: 30px;
	}
}

p {
	margin: 0 0 18px
}

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

cite {
	font-style: normal
}

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

.tal {
	text-align: left
}

.tar {
	text-align: right
}

.taj {
	text-align: justify
}

.tnw,
.whsnw {
	white-space: nowrap
}

.ttl {
	text-transform: lowercase
}

.ttu {
	text-transform: uppercase
}

.ttc {
	text-transform: capitalize
}

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

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

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

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

dd,
dt {
	line-height: 1.4
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

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

blockquote {
	padding: 10px 20px;
	margin: 0 0 18px;
	font-size: 14px;
	border-left: 5px solid #eee
}

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

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

blockquote:after,
blockquote:before {
	content: ""
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.4
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.4;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

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

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

@media (min-width:1024px) {
	.container {
		width: 1003px
	}
}

@media (min-width:1280px) {
	.container {
		width: 1248px
	}
}

@media (min-width: 1536px){
	.container {
      width: 1350px;
   }
}

.row {
	margin-left: -9px;
	margin-right: -9px
}
.col-auto {
	position: relative;
	min-height: 1px;
	padding-left: 9px;
	padding-right: 9px;
	float: left;
}
.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: 9px;
	padding-right: 9px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-1 {
	width: 8.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: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-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1024px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1280px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	background-color: transparent
}

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

th {
	text-align: left
}

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

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.4;
	vertical-align: middle;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

button,
input,
select,
textarea {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif
}

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

fieldset+fieldset {
	margin-top: 18px
}

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

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1px;
	font-weight: 700;
	cursor: pointer;
	color: #171717
}

label.db {
	display: block
}

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

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

input[type=file] {
	display: block
}

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

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

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: 0
}

output {
	display: block;
	padding-top: 8px;
	font-size: 14px;
	line-height: 1.4;
	color: #171717
}

input[type=email],
input[type=url],
input[type=password],
input[type=text],
input[type=search],
select,
textarea {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 7px 14px;
	height: auto;
	line-height: 20px;
	font-size: 14px;
	color: #171717;
	background-color: #fff;
	background-image: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
	outline: 0
}

input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: #777;
	opacity: 1
}

input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #777
}

input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #777
}

input[type=email]::-ms-expand,
input[type=url]::-ms-expand,
input[type=password]::-ms-expand,
input[type=text]::-ms-expand,
input[type=search]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
	border: 0;
	background-color: transparent
}

fieldset[disabled] input[type=email],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=search],
fieldset[disabled] select,
fieldset[disabled] textarea,
input[type=email][disabled],
input[type=url][disabled],
input[type=password][disabled],
input[type=text][disabled],
input[type=search][disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	background-color: #eee;
	opacity: 1
}

textareainput[type=email],
textareainput[type=url],
textareainput[type=password],
textareainput[type=text],
textareainput[type=search],
textareaselect,
textareatextarea {
	height: auto
}

.form-control {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 7px 14px;
	height: 32px;
	line-height: 20px;
	font-size: 14px;
	color: #171717;
	background-color: #fff;
	background-image: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	outline: 0
}

.form-control::-moz-placeholder {
	color: #777;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #777
}

.form-control::-webkit-input-placeholder {
	color: #777
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

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

textarea.form-control {
	height: auto
}

select {
	padding: 3px 6px;
	cursor: pointer
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control,
	input[type=time].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control {
		line-height: 36px
	}
	.input-group-sm input[type=date],
	.input-group-sm input[type=time],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month],
	input[type=date].input-sm,
	input[type=time].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm {
		line-height: 30px
	}
	.input-group-lg input[type=date],
	.input-group-lg input[type=time],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month],
	input[type=date].input-lg,
	input[type=time].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg {
		line-height: 46px
	}
}

.checkbox,
.radio {
	position: relative;
	display: block;
	min-height: 20px;
	margin-top: 4px;
	margin-bottom: 4px
}

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

.checkbox input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=checkbox],
.radio input[type=radio] {
	width: auto
}

.checkbox-inline,
.radio-inline {
	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
}

.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;
	z-index: 300
}

form {
	margin-bottom: 18px
}

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

.form-group label {
	display: block
}

.form-group input,
.form-group select,
.form-group textarea {
	width: 100%
}

.form-group textarea {
	height: auto
}

.has-error input,
.has-error select,
.has-error textarea {
	border-color: #a94442
}

.control-group {
	margin-top: 18px
}

.form-vertical .form-group:last-child,
.form-vertical .form-group:last-of-type {
	margin-bottom: 0
}

.form-grid .row {
	margin-bottom: 0
}

.form-grid .form-row+.form-row {
	margin-top: 9px
}

.form-grid .form-group {
	margin-bottom: 0
}

.form-grid .form-group+.form-group {
	margin-top: 9px
}

.form-wide {
	padding: 20px
}

.form-wide button,
.form-wide input,
.form-wide textarea {
	margin-bottom: 0;
	border-radius: 3px
}

.form-wide button,
.form-wide input {
	height: 58px;
	line-height: 58px;
	padding: 0 18px
}

.form-wide textarea {
	padding: 18px
}

.form-wide .btn-main {
	font-size: 24px
}

form+.custom_success_message {
	margin-top: 18px
}

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

.help-inline-block {
	display: inline-block;
	color: #575757
}

input[size="10"] {
	width: 10%
}

input[size="20"] {
	width: 20%
}

input[size="30"] {
	width: 30%
}

input[size="40"] {
	width: 40%
}

input[size="50"] {
	width: 50%
}

input[size="60"] {
	width: 60%
}

input[size="70"] {
	width: 70%
}

input[size="80"] {
	width: 80%
}

input[size="90"] {
	width: 90%
}

input[size="100"] {
	width: 100%
}

textarea[cols="10"] {
	width: 10%
}

textarea[cols="20"] {
	width: 20%
}

textarea[cols="30"] {
	width: 30%
}

textarea[cols="40"] {
	width: 40%
}

textarea[cols="50"] {
	width: 50%
}

textarea[cols="60"] {
	width: 60%
}

textarea[cols="70"] {
	width: 70%
}

textarea[cols="80"] {
	width: 80%
}

textarea[cols="90"] {
	width: 90%
}

textarea[cols="100"] {
	width: 100%
}

.btn-main {
	display: inline-block;
	min-height: 40px;
	line-height: 20px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #1d5095;
	padding: 5px 20px;
	position: relative;
	-webkit-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out
}

.btn-main:hover {
	color: #fff;
	background-color: #106ead;
}

.btn-main:active {
	-webkit-box-shadow: 0 2px 3px 0 #4d4d4d inset;
	box-shadow: 0 2px 3px 0 #4d4d4d inset
}

.btn-main:focus {
	color: #fff;
	background-color: #106ead
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 7px 14px;
	font-size: 14px;
	line-height: 1.4;
	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 {
	outline: 0
}

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

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

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

.btn-link {
	line-height: inherit;
	color: #106ead;
	font-weight: 400;
	cursor: pointer;
	border: none;
	border-radius: 0;
	text-decoration: underline;
	padding: 0
}

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

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

.btn-link:hover {
	color: #17438a;;
	text-decoration: none;
	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-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%
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: FontAwesome;
	src: url(/artmebius/fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(/artmebius/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/artmebius/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/artmebius/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/artmebius/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/artmebius/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
	content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

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

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

.spoiler {
	display: block;
	line-height: 20px;
	overflow: hidden
}

.spoiler dl,
.spoiler h1,
.spoiler h2,
.spoiler h3,
.spoiler h4,
.spoiler h5,
.spoiler h6,
.spoiler ol,
.spoiler p,
.spoiler ul {
	margin: 0 0 18px
}

.spoiler hr {
	margin: 18px 0
}

.spoiler noindex {
	display: block
}

.spoiler.closed dl,
.spoiler.closed h1,
.spoiler.closed h2,
.spoiler.closed h3,
.spoiler.closed h4,
.spoiler.closed h5,
.spoiler.closed h6,
.spoiler.closed ol,
.spoiler.closed p,
.spoiler.closed ul {
	line-height: 20px;
	margin: 0
}

.spoiler.closed noindex dl,
.spoiler.closed noindex h1,
.spoiler.closed noindex h2,
.spoiler.closed noindex h3,
.spoiler.closed noindex h4,
.spoiler.closed noindex h5,
.spoiler.closed noindex h6,
.spoiler.closed noindex ol,
.spoiler.closed noindex p,
.spoiler.closed noindex ul {
	margin: 0 0 18px
}

.spoiler.closed noindex hr {
	margin: 18px 0
}

.spoiler.opened+.spoiler_button {
	display: none
}

.spoiler_button {
	text-align: left;
	margin-top: 5px
}

#cboxOverlay {
	overflow: hidden
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}

#cboxBottomLeft,
#cboxMiddleLeft {
	clear: left
}

#cboxContent {
	position: relative
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

#cboxTitle {
	margin: 0
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
	cursor: pointer
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}

#cboxOverlay {
	background: url(../img/cb-v1/overlay.png)
}

#colorbox {
	outline: 0
}

#cboxTopLeft {
	width: 21px;
	height: 21px;
	background: url(../img/cb-v1/controls.png) -101px 0 no-repeat
}

#cboxTopRight {
	width: 21px;
	height: 21px;
	background: url(../img/cb-v1/controls.png) -130px 0 no-repeat
}

#cboxBottomLeft {
	width: 21px;
	height: 21px;
	background: url(../img/cb-v1/controls.png) -101px -29px no-repeat
}

#cboxBottomRight {
	width: 21px;
	height: 21px;
	background: url(../img/cb-v1/controls.png) -130px -29px no-repeat
}

#cboxMiddleLeft {
	width: 21px;
	background: url(../img/cb-v1/controls.png) left top repeat-y
}

#cboxMiddleRight {
	width: 21px;
	background: url(../img/cb-v1/controls.png) right top repeat-y
}

#cboxTopCenter {
	height: 21px;
	background: url(../img/cb-v1/border.png) repeat-x
}

#cboxBottomCenter {
	height: 21px;
	background: url(../img/cb-v1/border.png) 0 -29px repeat-x
}

#cboxContent,
.cboxIframe {
	background: #fff
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}

#cboxTitle {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 20px;
	text-align: center;
	width: 100%;
	color: #fff
}

#cboxCurrent {
	background: #fff;
	border-radius: 0 12px 0 0;
	bottom: 0;
	color: #949494;
	height: 25px;
	left: 71px;
	line-height: 25px;
	padding: 0 10px;
	position: absolute
}

#cboxLoadingOverlay {
	background: url(../img/cb-v1/loading_background.png) center center no-repeat
}

#cboxLoadingGraphic {
	background: url(../img/cb-v1/loading.gif) center center no-repeat
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: 0 0
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
	outline: 0
}

#cboxSlideshow {
	position: absolute;
	bottom: 0;
	left: 25px;
	width: 21px;
	height: 25px;
	text-indent: -9999px;
	background: url(../img/cb-v1/controls-ext.png) no-repeat
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -21px -25px
}

.cboxSlideshow_off #cboxSlideshow {
	background-position: -21px 0
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: 0 -25px
}

#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/cb-v1/controls.png) -75px 0 no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

#cboxPrevious:hover {
	background-position: -75px -25px
}

#cboxNext {
	position: absolute;
	bottom: 0;
	left: 46px;
	background: url(../img/cb-v1/controls.png) -50px 0 no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

#cboxNext:hover {
	background-position: -50px -25px
}

#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/cb-v1/controls.png) -25px 0 no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

#cboxClose:hover {
	background-position: -25px -25px
}

#cboxClose {
	border-radius: 12px 0 0
}

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

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

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

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

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

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

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #898989;
	border-color: #106ead
}

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

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

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

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

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.4;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	color: #171717;
	background: #ebebeb;
	text-decoration: none
}

.nav-tabs>li>a>span {
	border-bottom: 1px dotted #171717
}

.nav-tabs>li>a:hover {
	border-color: transparent;
	background: #ebebeb
}

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

.nav-tabs>li.active>a>span {
	border-bottom: none
}

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

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

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

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

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

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

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

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

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

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

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

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content {
	padding-top: 25px
}

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

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

.nav-flat {
	border-top: 3px solid #106ead;
	background: #e1e5e9
}

.nav-flat>li {
	margin-bottom: 0!important;
	padding-left: 0!important
}

.nav-flat>li:before {
	display: none!important
}

.nav-flat>li>a {
	margin: 0;
	border-radius: 0;
	display: block;
	padding: 0 24px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #e1e5e9
}

.nav-flat>li>a:hover {
	background-color: #dbe0e5
}

.nav-flat>li>a span {
	border: none
}

.nav-flat>li.active>a,
.nav-flat>li.active>a:hover {
	color: #fff;
	background: #5c85ae
}

@media (max-width:767px) {
	.tab-visible-xs>.tab-pane {
		display: block;
		margin-bottom: 20px
	}
}

.breadcrumbs {
	margin-bottom: 9px
}

.breadcrumbs>ul {
	padding: 0;
	margin-bottom: 0;
	list-style: none
}

.breadcrumbs>ul>li {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	display: inline
}

.breadcrumbs>ul>.active {
	color: #171717
}

.pagination {
	margin-bottom: 18px
}

.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-radius: 4px
}

.pagination ul>li {
	display: inline
}

.pagination ul>li>a,
.pagination ul>li>span {
	position: relative;
	float: left;
	padding: 7px 14px;
	line-height: 1.4;
	text-decoration: none;
	color: #106ead;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
	margin-left: 0
}

.pagination ul>li>a:focus,
.pagination ul>li>a:hover,
.pagination ul>li>span:focus,
.pagination ul>li>span:hover {
	color: #17438a;;
	background-color: #eee;
	border-color: #ddd
}

.pagination ul>.active>a,
.pagination ul>.active>a:focus,
.pagination ul>.active>a:hover,
.pagination ul>.active>span,
.pagination ul>.active>span:focus,
.pagination ul>.active>span:hover {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
	cursor: default
}

.pagination ul>.disabled>a,
.pagination ul>.disabled>a:focus,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>span,
.pagination ul>.disabled>span:focus,
.pagination ul>.disabled>span:hover {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: default
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%
}

.embed_row {
	max-width: 540px;
	margin-bottom: 20px
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
	z-index: 1050
}

.modal-content {
	position: relative;
	background-color: #fff;
  border: 3px solid #1d5095;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.4px;
	background: #1d5095;
  color: #fff;
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.4
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}

@media (min-width:1024px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	white-space: normal
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
	content: " ";
	display: table
}

.clear,
.clearfix:after,
.container-fluid:after,
.container:after,
.modal-footer:after,
.nav:after,
.row:after {
	clear: both
}

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

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

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

.hidden {
	display: none!important;
	visibility: hidden!important
}

.affix {
	position: fixed!important;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.w10 {
	width: 10%
}

.w20 {
	width: 20%
}

.w30 {
	width: 30%
}

.w40 {
	width: 40%
}

.w50 {
	width: 50%
}

.w60 {
	width: 60%
}

.w70 {
	width: 70%
}

.w80 {
	width: 80%
}

.w90 {
	width: 90%
}

.w100 {
	width: 100%
}

.tac {
	text-align: center
}

.vcell {
	display: inline-block;
	vertical-align: middle
}

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

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.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
	}
	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:1023px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
}

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

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

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

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

@media (min-width:1024px) and (max-width:1279px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:1024px) and (max-width:1279px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:1024px) and (max-width:1279px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1280px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
}

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

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

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

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

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

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

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

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}

.tiles_col {
	margin-bottom: 18px
}

.row-tiny {
	margin-left: -4px;
	margin-right: -4px
}

.row-tiny [class*=col-] {
	padding-left: 4px;
	padding-right: 4px
}

@media (max-width:480px) {
	.tiles_grid .row.clr-sxs-1 .tiles_col:nth-child(1n+1) {
		clear: both;
		width: 100%!important
	}
	.col-sxs-1 {
		clear: both;
		width: 100%!important
	}
}

@media (min-width:320px) and (max-width:767px) {
	.tiles_grid .row.clr-xs-1 .tiles_col:nth-child(1n+1) {
		clear: both
	}
	.tiles_grid .row.clr-xs-2 .tiles_col:nth-child(2n+1) {
		clear: both
	}
	.tiles_grid .row.clr-xs-3 .tiles_col:nth-child(3n+1) {
		clear: both
	}
	.tiles_grid .row.clr-xs-4 .tiles_col:nth-child(4n+1) {
		clear: both
	}
	.tiles_grid .row.clr-xs-5 .tiles_col:nth-child(5n+1) {
		clear: both
	}
	.tiles_grid .row.clr-xs-6 .tiles_col:nth-child(6n+1) {
		clear: both
	}
	.tiles_grid .row.clr-xs-7 .tiles_col:nth-child(7n+1) {
		clear: both
	}
	.tiles_grid .row.clr-xs-8 .tiles_col:nth-child(8n+1) {
		clear: both
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.tiles_grid .row.clr-sm-1 .tiles_col:nth-child(1n+1) {
		clear: both
	}
	.tiles_grid .row.clr-sm-2 .tiles_col:nth-child(2n+1) {
		clear: both
	}
	.tiles_grid .row.clr-sm-3 .tiles_col:nth-child(3n+1) {
		clear: both
	}
	.tiles_grid .row.clr-sm-4 .tiles_col:nth-child(4n+1) {
		clear: both
	}
	.tiles_grid .row.clr-sm-5 .tiles_col:nth-child(5n+1) {
		clear: both
	}
	.tiles_grid .row.clr-sm-6 .tiles_col:nth-child(6n+1) {
		clear: both
	}
	.tiles_grid .row.clr-sm-7 .tiles_col:nth-child(7n+1) {
		clear: both
	}
	.tiles_grid .row.clr-sm-8 .tiles_col:nth-child(8n+1) {
		clear: both
	}
}

@media (min-width:1024px) and (max-width:1279px) {
	.tiles_grid .row.clr-md-1 .tiles_col:nth-child(1n+1) {
		clear: both
	}
	.tiles_grid .row.clr-md-2 .tiles_col:nth-child(2n+1) {
		clear: both
	}
	.tiles_grid .row.clr-md-3 .tiles_col:nth-child(3n+1) {
		clear: both
	}
	.tiles_grid .row.clr-md-4 .tiles_col:nth-child(4n+1) {
		clear: both
	}
	.tiles_grid .row.clr-md-5 .tiles_col:nth-child(5n+1) {
		clear: both
	}
	.tiles_grid .row.clr-md-6 .tiles_col:nth-child(6n+1) {
		clear: both
	}
	.tiles_grid .row.clr-md-7 .tiles_col:nth-child(7n+1) {
		clear: both
	}
	.tiles_grid .row.clr-md-8 .tiles_col:nth-child(8n+1) {
		clear: both
	}
}

@media (min-width:1280px) {
	.tiles_grid .row.clr-lg-1 .tiles_col:nth-child(1n+1) {
		clear: both
	}
	.tiles_grid .row.clr-lg-2 .tiles_col:nth-child(2n+1) {
		clear: both
	}
	.tiles_grid .row.clr-lg-3 .tiles_col:nth-child(3n+1) {
		clear: both
	}
	.tiles_grid .row.clr-lg-4 .tiles_col:nth-child(4n+1) {
		clear: both
	}
	.tiles_grid .row.clr-lg-5 .tiles_col:nth-child(5n+1) {
		clear: both
	}
	.tiles_grid .row.clr-lg-6 .tiles_col:nth-child(6n+1) {
		clear: both
	}
	.tiles_grid .row.clr-lg-7 .tiles_col:nth-child(7n+1) {
		clear: both
	}
	.tiles_grid .row.clr-lg-8 .tiles_col:nth-child(8n+1) {
		clear: both
	}
}

.like_table {
	margin-bottom: 18px
}

.like_table>div:after,
.like_table>div:before {
	content: " ";
	display: table
}

.like_table>div:after {
	clear: both
}

.like_table>div>div {
	float: left
}

.like_table.just2>div>div {
	width: 50%
}

.like_table.just3>div>div {
	width: 33.333%
}

.like_table.just4>div>div {
	width: 25%
}

.like_table.just5>div>div {
	width: 20%
}

.like_table.just6>div>div {
	width: 16.67%
}

.like_table.just7>div>div {
	width: 14.29%
}

.like_table.just8>div>div {
	width: 12.5%
}

.items_list .item_block+.item_block {
	margin-top: 9px
}

.bgimage {
	display: block;
	height: 0;
	max-width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0)
}

.bgimage.bgsz-cv {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.bgimage.bgsz-ct {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.bgimage.r3n2 {
	padding: 66% 0 0
}

.bgimage.r3n4 {
	padding: 133.33% 0 0
}

.bgimage.r4n3 {
	padding: 75% 0 0
}

.bgimage.r16n9 {
	padding: 56.25% 0 0
}

.bgimage.rSqr {
	padding: 100% 0 0
}

.resp_prvw {
	position: relative;
	display: block;
	height: 0;
	padding: 100% 0 0
}

.resp_prvw .item_img_wrap {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	text-align: center;
	font-size: 0
}

.resp_prvw .item_img {
	width: auto;
	max-height: 100%
}

.resp_pad {
	position: relative;
	display: block;
	height: 0;
	padding: 100% 0 0
}

.resp_pad .resp_stretch {
	overflow: hidden;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.menu,
.menu ul,
nav ol,
nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.menu_horz {
	line-height: 0;
	font-size: 0;
	letter-spacing: -1px
}

.menu_horz li {
	line-height: 20px;
	font-size: 14px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top
}

.menu_horz_multi {
	line-height: 0;
	font-size: 0;
	letter-spacing: -1px
}

.menu_horz_multi>li {
	line-height: 20px;
	font-size: 14px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	position: relative
}

.menu_horz_multi>li:hover>ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0
}

.menu_horz_multi>li.to_right>ul {
	left: auto;
	right: 0
}

.menu_horz_multi>li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none
}

.menu_horz_multi>li ul ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.menu_horz_multi>li ul li {
	display: block;
	position: relative
}

.menu_horz_multi>li ul li:hover>ul {
	display: block;
	position: absolute;
	top: 0;
	left: 100%
}

.menu_justified>li {
	display: table-cell;
	width: 1%
}

.menu_justify {
	text-align: justify
}

.menu_justify:after {
	content: "";
	display: inline-block;
	font-size: 0;
	line-height: 0;
	width: 100%
}

.menu_vert li {
	line-height: 20px;
	font-size: 14px;
	letter-spacing: normal;
	display: block
}

.menu_vert_multi li+li {
	margin-top: 0
}

.menu_vert_multi li ul {
	margin-top: 0;
	padding-left: 0
}

.menu_vert_accord li.active>ul {
	display: block
}

.menu_vert_accord li+li {
	margin-top: 0
}

.menu_vert_accord li ul {
	display: none;
	margin-top: 0;
	padding-left: 0
}

.menu_cols.mc_2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 18px;
	-moz-column-gap: 18px;
	column-gap: 18px
}

.menu_cols.mc_3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 18px;
	-moz-column-gap: 18px;
	column-gap: 18px
}

.menu_cols.mc_4 {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 18px;
	-moz-column-gap: 18px;
	column-gap: 18px
}

.menu_cols.mc_5 {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
	-webkit-column-gap: 18px;
	-moz-column-gap: 18px;
	column-gap: 18px
}

@media (min-width:768px) {
	.menu_hide+.menu,
	.menu_horz_multi,
	.menu_horz_multi>li:hover>ul {
		display: block!important
	}
	.menu_horz_multi>li ul {
		display: none!important
	}
	.menu_horz_multi>li ul li:hover>ul,
	.menu_vert_multi li ul {
		display: block!important
	}
}

@media (max-width:767px) {
	.menu_hide+.menu {
		display: none
	}
	.menu_horz_multi>li:hover>ul {
		display: none;
		position: static;
		top: auto;
		left: auto
	}
	.menu_horz_multi>li.active>ul {
		display: block;
		position: static;
		top: auto;
		left: auto
	}
	.menu_horz_multi>li ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: none
	}
	.menu_horz_multi>li ul ul {
		margin: 0;
		padding: 0;
		list-style: none
	}
	.menu_horz_multi>li ul li {
		display: block;
		position: relative
	}
	.menu_horz_multi>li ul li:hover>ul {
		display: none;
		position: static;
		top: auto;
		left: auto
	}
	.menu_horz_multi>li ul li.active>ul {
		display: block;
		position: static;
		top: auto;
		left: auto
	}
	.menu_vert_multi li.active ul {
		display: block
	}
	.menu_vert_multi li ul {
		display: none
	}
	.menu_justified>li {
		display: block;
		width: auto
	}
}

.rvg-iframe {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: #000
}

@media only screen and (max-width: 40em) {
    .rvg-iframe {
        min-height:200px;
        border: 6px solid #fff
    }
}

@media only screen and (min-width: 40.0625em) {
    .rvg-iframe {
        min-height:400px
    }
}

.rvg-iframe embed,.rvg-iframe iframe,.rvg-iframe object,.rvg-iframe video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.rvg-iframe .plyr {
    height: 100%
}

.rvg-iframe .plyr video {
    position: relative;
    height: 100%;
    width: 100%
}

@media only screen and (max-width: 40em) and (orientation:portrait) {
    .rvg-iframe {
        margin-top:50%
    }
}

.rvg-gallery:after {
    clear: both
}

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

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

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


/*!
 * ResVideoGallery
 * Theme base
 */
@font-face {
    font-family: lightcase;
    src: url(fonts/lightcase.eot?55356177);
    src: url(fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"),url(fonts/lightcase.woff?55356177) format("woff"),url(fonts/lightcase.ttf?55356177) format("truetype"),url(fonts/lightcase.svg?55356177#lightcase) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=lightcase-icon-]:before {
    font-family: lightcase,sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

.lightcase-icon-play:before {
    content: '\e800'
}

.lightcase-icon-pause:before {
    content: '\e801'
}

.lightcase-icon-close:before {
    content: '\e802'
}

.lightcase-icon-prev:before {
    content: '\e803'
}

.lightcase-icon-next:before {
    content: '\e804'
}

.lightcase-icon-spin:before {
    content: '\e805'
}

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

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

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

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

#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;
    font-family: arial,sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 0 10px rgba(0,0,0,.5)
}

#lightcase-loading>span,a[class*=lightcase-icon-]>span {
    display: inline-block;
    text-indent: -9999px
}

@media screen and (min-width: 641px) {
    html:not([data-lc-type=error]) #lightcase-content {
        position:relative;
        z-index: 1;
        text-shadow: none;
        background-color: #fff;
        -o-box-shadow: 0 0 30px rgba(0,0,0,.5);
        box-shadow: 0 0 30px rgba(0,0,0,.5);
        -webkit-backface-visibility: hidden
    }

    html[data-lc-type=image] #lightcase-content,html[data-lc-type=video] #lightcase-content {
        background-color: #333
    }
}

html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content,html[data-lc-type=inline] #lightcase-content {
    -o-box-shadow: none;
    box-shadow: none
}

html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
    -o-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 640px) {
    html[data-lc-type=ajax] #lightcase-case,html[data-lc-type=inline] #lightcase-case {
        position:fixed!important;
        top: 0!important;
        left: 0!important;
        right: 0!important;
        bottom: 0!important;
        margin: 0!important;
        padding: 55px 0 70px;
        width: 100%!important;
        height: 100%!important;
        overflow: auto!important
    }

    html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content,html[data-lc-type=inline] #lightcase-content {
        position: relative!important;
        top: auto!important;
        left: auto!important;
        width: auto!important;
        height: auto!important;
        margin: 0!important;
        padding: 0!important;
        border: none!important;
        background: 0 0!important
    }

    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
        padding: 15px
    }

    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>* {
        width: 100%!important;
        max-width: none!important
    }

    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>:not(iframe),html[data-lc-type=error] #lightcase-content .lightcase-contentInner>:not(iframe),html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>:not(iframe) {
        height: auto!important;
        max-height: none!important
    }

    html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (max-width: 640px) and (min-width:641px) {
    html[data-lc-type=image] #lightcase-content .lightcase-contentInner,html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height:.75
    }
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
    position: relative;
    overflow: hidden!important
}

@media screen and (max-width: 640px) {
    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position:relative!important;
        top: auto!important;
        left: auto!important;
        width: auto!important;
        height: auto!important;
        margin: 0!important;
        padding: 0!important;
        border: none!important;
        background: 0 0!important
    }

    #lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p {
        color: #aaa
    }
}

@media screen and (min-width: 641px) {
    html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding:30px;
        overflow: auto;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }

    #lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p {
        color: #333
    }
}

#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #aaa
}

@media screen and (max-width: 640px) {
    #lightcase-case p.lightcase-error {
        padding:30px 0
    }
}

@media screen and (min-width: 641px) {
    #lightcase-case p.lightcase-error {
        padding:0
    }
}

.lightcase-open body {
    overflow: hidden
}

.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%
}

#lightcase-info {
    position: absolute;
    padding-top: 15px
}

#lightcase-info #lightcase-caption,#lightcase-info #lightcase-title {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: 400;
    text-overflow: ellipsis
}

#lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa
}

#lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa
}

@media screen and (max-width: 640px) {
    #lightcase-info #lightcase-title {
        position:fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333
    }

    .lightcase-fullScreenMode #lightcase-info {
        padding-left: 15px;
        padding-right: 15px
    }

    html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: static
    }
}

#lightcase-loading {
    width: 1.123em;
    height: auto;
    line-height: 1;
    text-align: center;
    position: fixed;
    z-index: 2001;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    opacity: 1;
    font-size: 32px;
    text-shadow: 0 0 15px #fff;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: lightcase-spin .5s infinite linear;
    animation: lightcase-spin .5s infinite linear
}

#lightcase-loading,#lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color,opacity,ease-in-out .25s;
    transition: color,opacity,ease-in-out .25s
}

a[class*=lightcase-icon-] {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: 0;
    cursor: pointer
}

a[class*=lightcase-icon-],a[class*=lightcase-icon-]:focus {
    text-decoration: none;
    color: rgba(255,255,255,.6);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color,opacity,ease-in-out .25s;
    transition: color,opacity,ease-in-out .25s
}

a[class*=lightcase-icon-]:hover {
    color: #fff;
    text-shadow: 0 0 15px #fff
}

.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
    color: #aaa;
    text-shadow: none
}

a[class*=lightcase-icon-].lightcase-icon-close {
    position: fixed;
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: 0
}

a[class*=lightcase-icon-].lightcase-icon-prev {
    left: 15px
}

a[class*=lightcase-icon-].lightcase-icon-next {
    right: 15px
}

a[class*=lightcase-icon-].lightcase-icon-pause,a[class*=lightcase-icon-].lightcase-icon-play {
    left: 50%;
    margin-left: -.5em
}

@media screen and (max-width: 640px) {
    a[class*=lightcase-icon-] {
        bottom:15px;
        font-size: 24px
    }
}

@media screen and (min-width: 641px) {
    a[class*=lightcase-icon-].lightcase-icon-pause,a[class*=lightcase-icon-].lightcase-icon-play {
        opacity:0
    }

    a[class*=lightcase-icon-] {
        bottom: 50%;
        margin-bottom: -.5em
    }

    #lightcase-case:hover~a[class*=lightcase-icon-],a[class*=lightcase-icon-]:hover {
        opacity: 1
    }
}

#lightcase-overlay {
    display: none;
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 2000;
    top: -9999px;
    bottom: -9999px;
    left: 0;
    background: #333
}

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

@media screen and (max-width: 640px) {
    #lightcase-overlay {
        opacity:1!important
    }
}

@font-face {
    font-family: resvideogallery;
    src: url(fonts/resvideogallery.eot?81656395);
    src: url(fonts/resvideogallery.eot?81656395#iefix) format("embedded-opentype"),url(fonts/resvideogallery.woff2?81656395) format("woff2"),url(fonts/resvideogallery.woff?81656395) format("woff"),url(fonts/resvideogallery.ttf?81656395) format("truetype"),url(fonts/resvideogallery.svg?81656395#resvideogallery) format("svg");
    font-weight: 400;
    font-style: normal
}

.rounded img,
img.rounded {
	border-radius: 50%
}

.error,
.req {
	color: #a94442
}

.success {
	color: #3c763d
}

#wrap {
	min-height: 100%;
	min-width: 320px;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.page_sect_wrap_contain{
	flex-grow:1;
}
.hdr p {
	margin: 0
}

.hdr .row {
	margin-bottom: 0
}

#ftr_ndr {
	height: 40px;
	position: relative;
	z-index: -10
}

.ftr {
	min-height: 40px;
	width: 100%;
	position: relative;
	z-index: 0;
	margin-top: auto;
}

.ftr p {
	margin: 0
}

.ftr .row {
	margin-bottom: 0
}

/*.ftr:before{
	content: '';
	width: 285px;
	height: 582px;
	display: block;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	position: absolute;
	left: -32px;
	top: -55rem;
	background-image: url(../img/mask_group_bottom.png);
	z-index: -1;
}
.ftr:after{
	content: '';
	width: 795px;
	height: 1073px;
	display: block;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	position: absolute;
	right: -35px;
	top: -67rem;
	background-image: url(../img/stern_bottom.png);
	z-index: -1;
}*/

.modal-dialog {
	margin-top: 100px
}

.modal-dialog .modal-content .modal-header {
	font-weight: 400
}

.modal-dialog .modal-content .modal-header .icon-close {
	line-height: 20px;
	cursor: pointer;
	color: #171717
}

.modal-dialog .modal-content .modal-header .icon-close:hover {
	color: #17438a;
}

.articles_main .items_grid .item_link,
.articles_main .items_grid .item_preview {
	display: block
}

.articles_main .items_grid .item_preview img {
	width: 100%;
	height: auto
}

.articles_main .items_grid .item_date {
	font-size: 15px
}

.articles_main .items_list .item_block {
	margin-bottom: 18px;
	line-height: 1;
  display: initial;
}

.articles_main .items_list .item_date {
	font-size: 12px
}

.articles_main .article_detail .item_preview {
	float: left;
	margin-right: 18px
}

.catalog_main .items_grid .item_preview img {
	width: 100%;
	height: auto
}

.gallery_main .item_block {
    /*border: 1px solid #ccc;*/
    box-shadow: 1px 1px 5px #ccc;
}
.gallery_main .item_link {
	display: block;
	overflow: hidden;
	font-size: 0
}

.gallery_main .item_link .item_img {
	-webkit-transition: transform .2s ease-out, opacity .2s ease-out;
	-o-transition: transform .2s ease-out, opacity .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out;
	min-width:100%;
}

.gallery_main .item_link.hover_scale:hover .item_img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.gallery_main .gall_grid .resp_prvw {
	padding-top: 75%
}

.search_main .sr_list {
	margin-bottom: 10px
}

.search_main .sr_item+.sr_item {
	margin-top: 10px
}

.search_main .sr_highlight {
	color: #106ead
}

.faq_main .item_block {
	margin-bottom: 18px;
	border: 1px solid #1d5095;
	padding: 15px;
}
.faq_main .item_block .item_quest{
	cursor:pointer;
	position:relative;
}
.faq_main .item_block .item_quest:after{
	font-family:FontAwesome;
	content:'\f067';
	color:#1d5095;
	float:right;
}
.faq_main .item_block .item_quest.click:after{
	content:'\f068';
}
.faq_main .item_block .item_answer{
	border-top: 1px solid #1d5095;
	padding:15px 0 0;
	margin:15px 0 0;
}
.faq_main .item_block:target .item_answer {
	color: #171717
}

.faq_main .item_quest {
	color: #171717;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.faq_main .item_answer {
	text-align: justify;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out
}

.menu_quest {
	margin-bottom: 18px
}

.menu_quest li a {
	text-decoration: none;
	border-bottom: 1px dotted #106ead
}

.menu_quest li a:hover {
	border-color: #17438a;
}

.menu_top .menu>li:hover.to_right>ul {
	left: auto;
	right: 0
}

.menu_top .menu ul li {
	white-space: nowrap
}

.menu_side {
	margin-bottom: 18px
}

.menu_side .menu {
	border-top: 3px solid #ffc42b
}

.menu_side .menu li a {
	display: block;
	line-height: 20px;
	padding: 10px 20px;
	text-decoration: none;
	color: #505050;
	background: #106ead;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.menu_side .menu li.active>a,
.menu_side .menu li:hover>a {
	color: #b1b1b1
}

.menu_side .menu li ul li a {
	background: #ebf5f6;
	color:#000000;
}

.menu_side .menu li ul li a span:before {
	
}

.devby {
	text-align: right
}

.go2top {
	position: fixed;
	bottom: 59px;
	right: 20px;
	display: none;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	background: #17438a;
	-webkit-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
	z-index: 999;
}

.go2top:hover {
	color: #fff;
	background: #428bca
}

.old_browser_warning {
	padding: 100px 50px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: #fff
}

.close_obw {
	display: inline-block;
	line-height: 1;
	cursor: pointer;
	border-bottom: 1px dashed #106ead;
	color: #106ead
}

img[align=right],
img[style*="float:right;"],
img[style*="float: right;"] {
	margin-left: 18px
}

img[align=left],
img[style*="float:left;"],
img[style*="float: left;"] {
	margin-right: 18px
}

.justifyfull {
	text-align: justify
}

.justifyleft {
	text-align: left
}

.justifyright {
	text-align: right
}

.list_n {
	margin: 0 0 20px;
	padding: 0;
	list-style: none
}

.list_icns {
	margin: 0 0 10px;
	padding: 0;
	list-style: none
}

.list_icns li {
	display: block;
	padding-left: 30px;
	position: relative;
	margin-bottom: 15px
}

.list_icns li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	text-align: left;
	vertical-align: middle;
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #171717
}

.list_icns.angle_right li:before {
	content: "\f105"
}

.list_icns.chevron_right li:before {
	content: "\f054"
}

.list_icns.i_check li:before {
	content: "\f00c"
}

.list_2_col {
	overflow: hidden
}

.list_2_col li {
	float: left;
	width: 49.5%;
	margin-right: .5%;
	margin-bottom: 40px
}

.list_2_col li:nth-child(2n+1) {
	clear: both
}

.list_2_col li:nth-child(2n) {
	margin-right: 0;
	margin-left: .5%
}

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

.table-zebra tr th {
	padding: 6px 16px;
	border: none
}

.table-zebra tr td {
	border: none;
	padding: 6px 16px
}

.table-zebra tr:nth-child(2n) td {
	background: #e1ecf1
}

.table-tiny tr td,
.table-tiny tr th {
	padding: 4px
}
.hdr_mobil{
	display: none;
}
.hdr_top .row-flex{
	align-items: center;
	gap: 20px;
}

@media (max-width:767px) {
	.list_2_col {
		overflow: auto
	}
	.list_2_col li {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 18px
	}
	.list_2_col li:nth-child(2n+1) {
		clear: none
	}
	.list_2_col li:nth-child(2n) {
		margin-right: 0;
		margin-left: 0
	}
	.hdr_mobil{
		display: block;
	}
}

@media (max-width:767px) {
	.h1,
	.h2,
	.h3,
	.page-header,
	h1,
	h2,
	h3 {
		margin-bottom: 18px
	}
	.slogon_hdr h1, .slogon_hdr span{
		margin-bottom: 0;
		text-align: center;
	}
	.mdl {
		float: none;
		position: static
	}
	#ftr_ndr {
		display: none
	}
	.ftr {
		min-height: auto;
		position: static;
		width: auto
	}
	.modal-dialog {
		margin-top: 10px
	}
	.menu_top {
		margin-left: -9px;
		margin-right: -9px
	}
	.menu_top a {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
	.menu_top .menu_switcher a {
		overflow: hidden;
		display: block;
		height: 40px;
		line-height: 40px;
		padding: 0 9px;
		text-align: left;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		background: #106ead
	}
	.menu_top .menu_switcher a.active {
		background: #ffc42b;
		color: #000
	}
	.menu_top .menu_switcher .switcher_icon {
		float: right;
		display: block;
		padding-top: 10px;
		font-size: 19px
	}
	.menu_top .menu>li:hover.to_right>ul {
		left: auto;
		right: 0
	}
	.menu_top .menu ul li {
		white-space: nowrap
	}
	.devby {
		text-align: center;
	}
	.go2top {
		position: static;
		bottom: auto;
		right: auto;
		display: block;
		width: auto;
		height: 40px;
		line-height: 40px
	}
	.page_main .page_sect_wrap {
		margin-top: 0;
	}
	.hdr_btm{
		display: none;
	}
	.sect_left{
		display: none;
	}
	.hdr_mobil .row-flex {
		background: #17438a;
		color: #fff;
		justify-content: space-between;
		padding: 0 9px;
	}
	.mobile_fix_menu{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.menu_bars {
		width: 24px;
		display: block;
		height: 30px;
		cursor: pointer;
		position: relative;
	}
	.menu_bars span {
		height: 2px;
		display: block;
		margin-bottom: 6px;
		position: absolute;
		width: 100%;
		background: #003f90;
		top: 50%;
		transition: all .3s ease;
	}
	.menu_bars span {
		background-color: #003f90;
	}
	.menu_bars span:first-child {
		top: 25%;
	}
	.menu_bars span:last-child {
		top: 75%;
	}
	.mobile_fix_menu .active .menu_bars span{
		opacity: 0;
	}
	.mobile_fix_menu .active .menu_bars span:first-child {
		opacity: 1;
		top: 50%!important;
		background:#fff;
		transform: rotate(135deg);
	}
	.mobile_fix_menu .active .menu_bars span:last-child {
		opacity: 1;
		top: 50%!important;;
		background:#fff;
		transform: rotate(-135deg);
	}
	.mobile_fix_menu .active{
		top:auto;
	}
}

@media (max-width:480px) {
	.menu_columns .menu {
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
		-webkit-column-gap: inherit;
		-moz-column-gap: inherit;
		column-gap: inherit
	}
}

.relative {
	position: relative;
	width: 100%
}

.lt-ie9 div.table-responsive {
	margin-bottom: 20px;
	overflow: visible;
	width: 100%
}

.lt-ie9 div.table-responsive .table,
.lt-ie9 div.table-responsive table {
	margin-bottom: 0!important
}

.lt-ie8 .main_slider .smpl_nav li {
	position: relative;
	top: 10px
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-loading .slick-list {
	background: url(/artmebius/img/ajax-loader.gif) center center no-repeat #fff
}

.slick-track {
	white-space: nowrap;
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	content: " ";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-next,
.slick-prev {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	display: block;
	border: none;
	height: 20px;
	line-height: 20px;
	width: 20px;
	cursor: pointer;
	outline: 0
}

.slick-next span,
.slick-prev span {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75
}

.slick-next span:before,
.slick-prev span:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-next:focus span,
.slick-next:hover span,
.slick-prev:focus span,
.slick-prev:hover span {
	outline: 0;
	opacity: 1
}

.slick-next.slick-disabled span,
.slick-prev.slick-disabled span {
	opacity: .25
}

.slick-prev {
	left: 25px
}

[dir=rtl] .slick-prev {
	left: auto;
	right: 25px
}

.slick-next {
	right: 25px
}

[dir=rtl] .slick-next {
	left: 25px;
	right: auto
}

.slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center
}

.btn-slider {
	outline: 0;
	display: block;
	border: none;
	padding: 0;
	margin-top: -20px;
	margin-left: 11px;
	margin-right: 11px;
	height: 40px;
	line-height: 39px;
	width: 40px;
	position: absolute;
	top: 50%;
	text-align: center;
	cursor: pointer;
	z-index: 500;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	opacity: 0.5;
}

.btn-slider:hover {
	background: #17438a;
}

.btn-slider.icon-arrow:before{
	content: '';
	line-height: 100%;
	background: #17438a;
	width: 11px;
	height: 8px;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	transition: all .2s ease-out;	
	-webkit-mask-image: url(../img/arrow.svg);
	mask-image: url(../img/arrow.svg);
}
.btn-slider.icon-arrow:hover:before {
	background: #fff;
}
.btn-next.icon-arrow:before {
	transform: rotate(180deg);
}

.btn-prev {
	left: 0
}

.btn-next {
	right: 0
}

.slider_nav {
	bottom: 0;
	left: 0;
	right: 0;
	list-style: none none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center
}

.slider_nav li {
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin: 0 3px;
	padding: 0;
	line-height: 1
}

.slider_nav li span {
	display: block;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	background: #fff;
	border: 3px solid #fff;
	font-size: 0;
	outline: 0;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.slider_nav li span:focus,
.slider_nav li span:hover {
	outline: 0
}

.slider_nav li.slick-active span {
	background: #106ead
}

.slider_main {
	position: relative;
	margin-bottom: 30px;
}
@media(min-width: 1920px){
	.slider_main {
		margin-bottom: 52px;
	}
}

.slider_main .container {
	display: block
}

.slider_main .slider_items {
	overflow: hidden
}

.slider_main .slider_items:hover .btn-slider {
	opacity: 1
}

.slider_main .slide_item {
	overflow: hidden;
	position: relative
}

.slider_main .slide_bg {
	display: block;
	position: relative;
	/*background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent;
	min-height: 336px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain*/
}
@media(min-width: 1024px){
	.slider_main .slide_bg {
/*		min-height: 446px;*/
	}
}
@media(min-width: 1280px){
	.slider_main .slide_bg {
/*		min-height: 554px;*/
	}
}
@media(min-width: 1536px){
	.slider_main .slide_bg {
/*		min-height: 600px;*/
	}
}
/*@media(min-width: 1920px){
	.slider_main .slide_bg {
		min-height: 600px;
	}
}*/

.slider_main .slide_content {
	display: block;
	/*position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;*/
	white-space: normal;
}

/*--MY STYLES--*/
.row-flex {
    display: flex;
    flex-flow: row wrap;
}

.hdr_top {
    background: #d8e2ff;
    color: #17438a;
    justify-content: space-between;
    min-height: 100px;
    display: flex;
    align-items: center;
}
.logo_hdr img{
	max-height: 130px;
	margin: 20px;
}
#logo a{
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;
}
.hdr-right > .row{
	height:100%;
}
.info_hdr,
.visually_hdr{
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
}
a.bvi-open{
	text-decoration:none;
	border:1px solid #61acee;
	border-radius:4px;
	line-height:40px;
	text-align:center;
	font-size:14px;
}
a.bvi-open:hover{
	font-weight:bold;
	color:#61acee; 
}
a.bvi-open i{
	color:#61acee;
	margin-right:5px;
}
.nav.top-menu > li > a{
	font-family: 'Noto Serif';
	font-weight:400;
	font-size:18px;
}
@media(min-width: 1280px){
	.nav.top-menu > li > a{
		font-size:16px;
	}
}
.nav.top-menu li.menu_item.parent{
	position:relative;
}
.nav.top-menu li.menu_item.parent > a:after{
	content:'\f0d7';
	font-family:FontAwesome;
}
.page_sect_wrap_contain{
	background:#ffffff;
	box-shadow: 0 10px 25px -8px rgba(0, 0, 0, 0.2);
}
.mdl.menu_side {
	position: relative;
	z-index: 9;
}
.mdl.menu_side ul.menu{
	border:0;
}
.mdl.menu_side ul.menu_horz_multi > li{
	display:block;
	position:relative;
	background:#ebf5f6;
	border-radius:4px;
	/* box-shadow:0 0 3px rgba(0,0,0,0.3); */
	margin:0 0 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mdl.menu_side ul.menu_horz_multi > li ul > li {
	border-bottom:1px solid #dae9eb;
}
.mdl.menu_side ul.menu_horz_multi > li ul > li:last-child{
	border:0;
}
.mdl.menu_side ul.menu_horz_multi > li:hover{
	background:#dae9eb;
}
.mdl.menu_side ul.menu_horz_multi > li > a{
	background:transparent;
	color:#062d62;
	height:85px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size:15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.partners_block a.item_link {
    display: flex;
    align-items: flex-start;
}
.partners_block a.item_link img {
    border: 1px solid #ccc;
    padding: 8px 17px;
    margin-right: 11px;
    flex: 1 1 100%;
    max-width: 50%;
}
/*@media(min-width: 1920px){
	.page_main .mld-page-header {
		margin-top: 52px;
	}
}*/
.item_name_partner {
	white-space: normal;
}
#partners .slider_nav {
	bottom: -10px;
}
#partners .slider_nav li span {
	border: 1px solid #1d5095;
}
.first_screen{
	margin-bottom:30px;
}
.first_screen h1{
	text-transform:uppercase;
	margin-top:0;
}
a.read_more{
	background:#1d5095;
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	line-height:40px;
	padding:0 20px;
	font-size:15px;
	border:1px solid #1d5095;
}
a.read_more:hover{
	background: #106ead;
}
div.more{
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	margin:0 0 15px;
}
.mdl.breadcrumbs.breadcrumbs_top {
    margin: 15px 0;
}
@media (min-width-width: 768px){
	.mdl.breadcrumbs.breadcrumbs_top {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media(min-width: 1536px){
	.mdl.breadcrumbs.breadcrumbs_top {
		margin-left: 60px;
		margin-right: 60px;
	}
}
.teacher_block div.page-header{
	font-size:30px;
}
.teacher_block div.page-header span{
	text-transform: none;
	font-weight:normal;
	float:right;
	display:inline-block;
	font-family: 'PT Sans', sans-serif;
	font-size:15px;
}
a.item_link{
	display:block;
	text-decoration:none;
	font-size:15px;
}
a.item_link span{
	display:block;
}
a.item_link span.item_preview{
	overflow:hidden;
}
a.item_link span.item_preview img{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.item_link span.item_preview:hover img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
a.item_link span.item_title{
	margin:21px 0 7px;
	font-family: 'Noto Serif';
	font-weight:400;
	font-size: 20px;
}
.items_grid .item_block .item_intro {
    margin-bottom: 21px;
}
article.item_block{
	position:relative;
	text-align: center;
}
@media(min-width: 1024px){
	article.item_block{
		text-align: left;
	}
}
article.item_block div.item_date {
	position:absolute;
	top:15px;
	left:15px;
	z-index:5;
}
div.item_date span{
	display:inline-block;
	background:#f44336;
	color:#ffffff;
	line-height:30px;
	padding:0 10px;
	border-radius:4px;
}
div.item_date span:first-letter{
	text-transform:uppercase;
}
.events_left_block{
	margin-top:50px;
}
.events_left_block div.page-header{
	font-size:16px;
	border-bottom:1px solid #e0e2e2;
	margin:0 0 10px;
	padding:0 0 10px;
}
.stock_time{
	color:#9f9f9f;
}
.events_left_block a{
	color:#111111;
	text-decoration:underline;
}
.events_left_block a:hover{
	text-decoration:none;
}
.events_left_block article.item_block{
	border-bottom:1px dotted #000000;
	margin:0 0 10px;
	padding:0 0 10px;
}
.events_left_block article.item_block:last-child{
	border-bottom:0;
	margin:0 0 30px;
	padding:0;
}
.vk{}
.vk a{
	color:#111111;
	text-decoration:none;
	display:block;
	line-height:45px;
}
.vk a i{
	border:1px solid #1d5095;
	color:#1d5095;
	width:45px;
	display:inline-block;
	border-radius:45px;
	text-align:center;
	position:relative;
	line-height:45px;
	margin-left:10px;
	font-size:18px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.vk a:hover i{
	color:#ffffff;
	background:#1d5095;
}
footer{
	color:#17438a;
}
footer a{
	color:#17438a;
}

.control-input{
	position:relative;
}
.control-input span[class*=fa-]{
	position: absolute; 
	transform: translate(10px, -50%);
	top: 50%; 
	left: 0;
}
.control-input span[class*=fa-] + input,
.control-input span[class*=fa-] + textarea{
	padding-left:30px;
}
.control-input.text-area span[class*=fa-]{
	transform: translate(10px, 10px);
	top: 0; 
	left: 0;
}
.internet_reception{
	padding:15px;
	background:#f1f1f1;
	margin-top:50px;
	margin-bottom:50px;
}
.internet_reception_img{
	background:url("../img/internet_reception.png") no-repeat center center;
}
.btn-close{
	float:right;
	cursor:pointer;
	font-size: 25px;
}
a.link-block{
	border:1px solid #1d5095;
	color:#1d5095;
	text-decoration: none;
	display: inline-block;
	line-height: 40px;
	padding: 0 20px;
	font-size: 15px;
}
a.link-block:hover{
	background:#1d5095;
	color:#ffffff;
}
/*20.11.19*/
.conpany_contacts p{
	margin-bottom: 10px;
}
.comp_map {
  min-height: 400px;
  background: #ddd url(../img/preloader-map.gif) no-repeat 50%;
}
@media (max-width: 767px){
  img[style*="float:left;"], img[style*="float: left;"], img[align="left"], img[align=right],img[style*="float:right;"],img[style*="float: right;"] {
  float: none !important;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 18px;
  }
}
img[src*="images/noimage.jpg"]{
	display:block;
	margin:0 auto;
	opacity:0.3;
}
.video_block.item_block img{
	background:#ebf5f6;
	padding:3px;
	border:1px solid #dddddd;
}
.video_block.item_block .item_title{
	text-align:center;
	background:#ebf5f6;
	padding:10px 15px;
}
.gos-att-block .articles_main .items_grid .item_preview img {
	width: auto;
	margin:0 auto;
	display:block;
}
/*.item_intro{
	text-align:center;
}*/
.type_appeal_title {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
}
.form-group label.radio{
	margin-bottom:10px; 
}
.radio input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.radio__text {
	position: relative;
	padding: 0 0 0 35px;
	cursor: pointer;
}
.radio__text:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #CDD1DA;
	border-radius: 50%;
	background: #FFF;
}
.radio__text:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #106ead;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	opacity: 0;
	transition: .2s;
}
.radio input:checked + .radio__text:after {
	opacity: 1;
}
.radio input:focus + .radio__text:before {
	box-shadow: 0 0 0 3px rgba(16,110,173,.7);
}
/*7.10.20*/
@media (min-width: 1024px){
  .nac_proekty {
    position: absolute;
    width: 155px;
    top: -40px;
  }
}
.hdr_btm{
  position: relative;
}
/*послед.добавлено*/
/* #js-show-iframe-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-width:293px;max-width:100%;background:linear-gradient(138.4deg,#38bafe 26.49%,#2d73bc 79.45%);color:#fff;cursor:pointer}#js-show-iframe-wrapper .pos-banner-fluid *{box-sizing:border-box}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2{display:block;width:240px;min-height:56px;font-size:18px;line-height:24px;cursor:pointer;background:#0d4cd3;color:#fff;border:none;border-radius:8px;outline:0}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover{background:#1d5deb}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus{background:#2a63ad}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active{background:#2a63ad}@-webkit-keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}@keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}@font-face{font-family:LatoWebLight;src:url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:LatoWeb;src:url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:LatoWebBold;src:url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoWebLight;src:url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoWebRegular;src:url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoWebBold;src:url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:ScadaWebRegular;src:url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:ScadaWebBold;src:url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:Geometria;src:url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.eot);src:url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.eot?#iefix) format("embedded-opentype"),url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Geometria-ExtraBold;src:url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.eot);src:url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.eot?#iefix) format("embedded-opentype"),url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal}
#js-show-iframe-wrapper{background:var(--pos-banner-fluid-20__background)}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2{width:100%;min-height:52px;background:#fff;color:#0b1f33;font-size:16px;font-family:LatoWeb,sans-serif;font-weight:400;padding:0;line-height:1.2}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active,#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus,#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover{background:#e4ecfd}#js-show-iframe-wrapper .bf-20{position:relative;display:grid;grid-template-columns:var(--pos-banner-fluid-20__grid-template-columns);grid-template-rows:var(--pos-banner-fluid-20__grid-template-rows);width:100%;max-width:var(--pos-banner-fluid-20__max-width);box-sizing:border-box;grid-auto-flow:row dense}#js-show-iframe-wrapper .bf-20__decor{background:var(--pos-banner-fluid-20__bg-url) var(--pos-banner-fluid-20__bg-url-position) no-repeat;background-size:cover;background-color:#f8efec;position:relative}#js-show-iframe-wrapper .bf-20__content{display:flex;flex-direction:column;padding:var(--pos-banner-fluid-20__content-padding);grid-row:var(--pos-banner-fluid-20__content-grid-row);justify-content:center}#js-show-iframe-wrapper .bf-20__text{margin:var(--pos-banner-fluid-20__text-margin);font-size:var(--pos-banner-fluid-20__text-font-size);line-height:1.4;font-family:LatoWeb,sans-serif;font-weight:700;color:#0b1f33}#js-show-iframe-wrapper .bf-20__bottom-wrap{display:flex;flex-direction:row;align-items:center}#js-show-iframe-wrapper .bf-20__logo-wrap{position:absolute;top:var(--pos-banner-fluid-20__logo-wrap-top);left:var(--pos-banner-fluid-20__logo-wrap-right);padding:var(--pos-banner-fluid-20__logo-wrap-padding);background:#fff;border-radius:0 0 8px 0}#js-show-iframe-wrapper .bf-20__logo{width:var(--pos-banner-fluid-20__logo-width);margin-left:1px}#js-show-iframe-wrapper .bf-20__slogan{font-family:LatoWeb,sans-serif;font-weight:700;font-size:var(--pos-banner-fluid-20__slogan-font-size);line-height:1.2;color:#005ca9}#js-show-iframe-wrapper .bf-20__btn-wrap{width:100%;max-width:var(--pos-banner-fluid-20__button-wrap-max-width)} */


/*27.01.2022 - START*/
#js-show-iframe-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 293px;
	max-width: 100%;
	background: linear-gradient(138.4deg, #38bafe 26.49%, #2d73bc 79.45%);
	color: #fff;
	cursor: pointer
}
#js-show-iframe-wrapper .pos-banner-fluid * {
	box-sizing: border-box
}
#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2 {
	display: block;
	width: 240px;
	min-height: 56px;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
	background: #0d4cd3;
	color: #fff;
	border: none;
	border-radius: 8px;
	outline: 0
}
#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover {
	background: #1d5deb
}
#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus {
	background: #2a63ad
}
#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active {
	background: #2a63ad
}
@-webkit-keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0
	}
	1% {
		display: block;
		opacity: 0
	}
	100% {
		display: block;
		opacity: 1
	}
}
@keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0
	}
	1% {
		display: block;
		opacity: 0
	}
	100% {
		display: block;
		opacity: 1
	}
}
@font-face {
	font-family: LatoWebLight;
	src: url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}
@font-face {
	font-family: LatoWeb;
	src: url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}
@font-face {
	font-family: LatoWebBold;
	src: url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}
@font-face {
	font-family: RobotoWebLight;
	src: url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}
@font-face {
	font-family: RobotoWebRegular;
	src: url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}
@font-face {
	font-family: RobotoWebBold;
	src: url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}
@font-face {
	font-family: ScadaWebRegular;
	src: url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}
@font-face {
	font-family: ScadaWebBold;
	src: url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.woff2) format("woff2"), url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}
@font-face {
	font-family: Geometria;
	src: url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.eot);
	src: url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.eot?#iefix) format("embedded-opentype"), url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: Geometria-ExtraBold;
	src: url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.eot);
	src: url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.eot?#iefix) format("embedded-opentype"), url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.woff) format("woff"), url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.ttf) format("truetype");
	font-weight: 800;
	font-style: normal
}
#js-show-iframe-wrapper {
	background: var(--pos-banner-fluid-20__background)
}
#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2 {
	width: 100%;
	min-height: 52px;
	background: #fff;
	color: #0b1f33;
	font-size: 16px;
	font-family: LatoWeb, sans-serif;
	font-weight: 400;
	padding: 0;
	line-height: 1.2
}
#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active,
#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus,
#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover {
	background: #e4ecfd
}
#js-show-iframe-wrapper .bf-20 {
	position: relative;
	display: grid;
	grid-template-columns: var(--pos-banner-fluid-20__grid-template-columns);
	grid-template-rows: var(--pos-banner-fluid-20__grid-template-rows);
	width: 100%;
	max-width: var(--pos-banner-fluid-20__max-width);
	box-sizing: border-box;
	grid-auto-flow: row dense
}
#js-show-iframe-wrapper .bf-20__decor {
	background: var(--pos-banner-fluid-20__bg-url) var(--pos-banner-fluid-20__bg-url-position) no-repeat;
	background-size: cover;
	background-color: #f8efec;
	position: relative
}
#js-show-iframe-wrapper .bf-20__content {
	display: flex;
	flex-direction: column;
	padding: var(--pos-banner-fluid-20__content-padding);
	grid-row: var(--pos-banner-fluid-20__content-grid-row);
	justify-content: center
}
#js-show-iframe-wrapper .bf-20__text {
	margin: var(--pos-banner-fluid-20__text-margin);
	font-size: var(--pos-banner-fluid-20__text-font-size);
	line-height: 1.4;
	font-family: LatoWeb, sans-serif;
	font-weight: 700;
	color: #0b1f33
}
#js-show-iframe-wrapper .bf-20__bottom-wrap {
	display: flex;
	flex-direction: row;
	align-items: center
}
#js-show-iframe-wrapper .bf-20__logo-wrap {
	position: absolute;
	top: var(--pos-banner-fluid-20__logo-wrap-top);
	left: var(--pos-banner-fluid-20__logo-wrap-right);
	padding: var(--pos-banner-fluid-20__logo-wrap-padding);
	background: #fff;
	border-radius: 0 0 8px 0
}
#js-show-iframe-wrapper .bf-20__logo {
	width: var(--pos-banner-fluid-20__logo-width);
	margin-left: 1px
}
#js-show-iframe-wrapper .bf-20__slogan {
	font-family: LatoWeb, sans-serif;
	font-weight: 700;
	font-size: var(--pos-banner-fluid-20__slogan-font-size);
	line-height: 1.2;
	color: #005ca9
}
#js-show-iframe-wrapper .bf-20__btn-wrap {
	width: 100%;
	max-width: var(--pos-banner-fluid-20__button-wrap-max-width)
}
/*27.01.2022 - END*/
ul.doc-doc{}
ul.doc-doc li{}
ul.doc-doc li + li{
  margin-top:5px;
}

.page_sect_wrap{
	position: relative;
	flex-shrink: 0;
	flex-grow: 1;
	flex-basis: 0;
}
/*.page_sect_wrap:before{
	content: '';
	width: 347px;
	height: 658px;
	display: block;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	position: absolute;
	left: -32px;
	top: 51px;
	background-image: url(../img/stern_top.png);
}
.page_sect_wrap:after{
	content: '';
	width: 285px;
	height: 718px;
	display: block;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	position: absolute;
	right: -35px;
	top: 59px;
	background-image: url(../img/mask_group.png);
}*/
.page_sect_wrap_contain{
	position: relative;
	z-index: 1;
	height: 100%;
}
.header_flex {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
/*@media(min-width: 1920px){
	.header_flex {
		margin-top: 52px;
	}
}*/
@media (min-width:768px) {
	.page_sect{
		padding: 10px 10px;
	}
}
@media(min-width: 1536px){
	.page_sect{
		padding: 20px 60px;
	}
}
.page_more_link {
    margin: 0 26px;
    font-size: 16px;
    font-family: 'Noto Serif';
}
.useful_info .useful_block {
    padding: 19px 13px;
    border: 1px solid #D9D9D9;
    margin-bottom: 18px;
}
@media(min-width: 1920px){
	.useful_info .useful_block {
		padding: 27px 19px;
	}
}
.useful_info a.useful_link {
    color: #2E2D2B;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.useful_info span.item_title {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    flex: 0;
}
@media(min-width: 1280px){
	.useful_info span.item_title {
		font-size: 18px;
	}
}
.useful_block span.item_icon {
    flex: 1 1 100%;
    max-width: 61px;
    margin-right: 12px;
}
@media(min-width: 1280px){
	.useful_block span.item_icon {
		margin-right: 17px;
	}
}
/*@media(min-width: 1536px){
	.page-header {
		font-size: 24px;
	}
}*/
@media(min-width: 1920px){
	.useful_block span.item_icon {
		max-width: 74px;
	}
}
.news_block {
    margin-bottom: 65px;
}
.articles_main{
	margin-bottom: 65px;
}
@font-face{
	font-family:lightcase;
	src:url(/assets/components/resvideogallery/css/web/fonts/lightcase.eot?55356177);
	src:url(/assets/components/resvideogallery/css/web/fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"),
		 url(/assets/components/resvideogallery/css/web/fonts/lightcase.woff?55356177) format("woff"),
		 url(/assets/components/resvideogallery/css/web/fonts/lightcase.ttf?55356177) format("truetype"),
		 url(/assets/components/resvideogallery/css/web/fonts/lightcase.svg?55356177#lightcase) format("svg");
	font-weight:400;
	font-style:normal
}
.video-gallery-item {
    background: #fff;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: top;
    box-shadow: 0 0 5px #ddd;
    text-align: center;
    border-radius: 3px;
}
.video-gallery-item-wrap {
    position: relative;
    overflow: hidden;
}

.video-gallery-item-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.video-gallery-item-duration {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 8px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
}
.video-gallery-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    z-index: 1;
}
.video-gallery-item-btn {
    display: table;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.video-gallery-item-btn.video-show {
    opacity: 1;
}
.video-gallery-item-btn>:first-child {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.video-icon {
    box-shadow: 0 0 0 4px #940d25;
    background: #940d25;
    -webkit-transition: color .3s;
    transition: color .3s;
    position: relative;
    width: 60px;
    height: 46px;
    margin: 15px 3px;
    border-radius: 32%;
    text-align: center;
    font-size: 22px;
    opacity: .8;
    -webkit-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
    line-height: 47px;
    color: #fff;
}
.video-icon:hover{
	background:transparent;
}
.video-gallery-item-caption {
    position: absolute;
    display: table;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    max-height: 10%;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 2;
}
.video-gallery-item-caption span {
    display: table-cell;
    padding: 5px 10px;
    text-align: left;
}

.rvg-icon{
	height: 46px;
	border-radius: 32%;
}
.rvg-icon.rvg-hover-1{
	box-shadow: 0 0 0 4px #940d25;
}
.rvg-icon, .rvg-tag.rvg-tag-active:hover{
	background: #940d25;
}
.rvg-icon:before{
	line-height: 48px;
}
.rvg-icon.rvg-hover-1:after{
	background: #940d25;
	border-radius: 32%;
}
.header_title {
    margin: 16px 0;
}
.header_title span{
	font-weight: bold;
	border-bottom: 1px solid #000;
	font-size: 18px;
}
.phone_content {
    margin: 17px 0;
}
.phone_content .phone_block {
    display: flex;
    align-items: baseline;
    flex-wrap:wrap;
}
@media (min-width:480px) {
	.phone_content .phone_block .phone_nummer {
	    margin: 0 11px;
	}
}
.flex_block{
	display: flex;
	align-items: baseline;
	margin: 17px 0;
	flex-wrap:wrap;
}

.flex_block .flex_title{
	font-weight: bold;
}

@media (min-width:767px) {
	.flex_block .flex_link{
		margin: 0 11px;
	}
	.form-group:has(.radio){
	    display: flex;
	    gap: 15px;
	}
	.radio__text{
		padding: 0 0 0 28px;
	}
}

.mobil_logo{
	display: none;
}
@media (max-width:767px) {
	.desktop_logo{
		display: none;
	}
	.mobil_logo{
		display: block;
	}
}
.mdl_social{
	display: flex;
	gap: 10px;
}
.mdl_social a{
	font-size: 30px;
}
.fa-telegram{
	color: #0088cc;
}
.fa-vk{
	color: #5880b7;
}
.hdr_contact {
    text-align: right;
}
.hdr_social {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.hdr_social a{
	font-size: 30px;
}
.hdr-cb.hdr_btn{
	border-bottom: 2px dashed;
    font-size: 18px;
    cursor: pointer;
}

.hdr_ico .fa-phone {
    font-size: 20px;
    width: 30px;
    height: 30px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}
@view-transition{
  navigation:auto;
}
