@charset "UTF-8";
@font-face {
	font-family: "RomanovskyRegular";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/romanovsky-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/romanovsky-regular.woff") format("woff"), url("../fonts/romanovsky-regular.ttf") format("truetype"), url("../fonts/romanovsky-regular.svg#RomanovskyRegular") format("svg"); }

@font-face {
	font-family: "RomanovskyRegular";
	font-style: normal;
	font-weight: bold;
	src: url("../fonts/romanovsky-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/romanovsky-bold.woff") format("woff"), url("../fonts/romanovsky-bold.ttf") format("truetype"), url("../fonts/romanovsky-bold.svg#RomanovskyRegular") format("svg"); }

@font-face {
	font-family: "Leksa";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/leksa-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/leksa-regular.woff") format("woff"), url("../fonts/leksa-regular.ttf") format("truetype"), url("../fonts/leksa-regular.svg#Leksa") format("svg"); }

@font-face {
	font-family: "Leksa";
	font-style: normal;
	font-weight: bold;
	src: url("../fonts/Leksa-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Leksa-Bold.woff") format("woff"), url("../fonts/Leksa-Bold.ttf") format("truetype"), url("../fonts/Leksa-Bold.svg#Leksa") format("svg"); }

@font-face {
	font-family: "Leksa";
	font-style: italic;
	font-weight: normal;
	src: url("../fonts/leksa-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/leksa-italic.woff") format("woff"), url("../fonts/leksa-italic.ttf") format("truetype"), url("../fonts/leksa-italic.svg#Leksa") format("svg"); }

@font-face {
	font-family: "Leksa";
	font-style: italic;
	font-weight: bold;
	src: url("../fonts/leksa-bold-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/leksa-bold-italic.woff") format("woff"), url("../fonts/leksa-bold-italic.ttf") format("truetype"), url("../fonts/leksa-bold-italic.svg#Leksa") format("svg"); }

@font-face {
	font-family: "FuturaDemi";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/futurademi.eot?#iefix") format("embedded-opentype"), url("../fonts/futurademi.woff") format("woff"), url("../fonts/futurademi.ttf") format("truetype"), url("../fonts/futurademi.svg#FuturaDemi") format("svg"); }

@font-face {
	font-family: "FuturaBook";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/futurabook.eot?#iefix") format("embedded-opentype"), url("../fonts/futurabook.woff") format("woff"), url("../fonts/futurabook.ttf") format("truetype"), url("../fonts/futurabook.svg#FuturaBook") format("svg"); }

@font-face {
	font-family: "FuturaRouble";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/futura-rouble.eot?#iefix") format("embedded-opentype"), url("../fonts/futura-rouble.woff") format("woff"), url("../fonts/futura-rouble.ttf") format("truetype"), url("../fonts/futura-rouble.svg#FuturaRouble") format("svg"); }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
	width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
	@include sprite-width($icon-home);
}

.icon-email {
	@include sprite($icon-email);
}
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *		user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */ }

/**
 * Remove default margin.
 */
body {
	margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }

sup {
	top: -0.5em; }

sub {
	bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *		Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *		and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *		`input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 2px 0 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *		(include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0; }

td,
th {
	padding: 0; }

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	outline: none !important;
	padding: 0; }

html, body {
	background: #f5f3f0;
	color: #302f2c;
	height: 100%;
	font-size: 18px; }

a {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	color: #302f2c;
	text-decoration: none; }

.text-ques, .article-text blockquote,
.article-base-format blockquote {
	font-family: "Leksa";
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	margin: 31px auto 29px; }

.article-text a:not([class]),
.article-base-format a:not([class]) {
	display: inline;
	font-family: 'Leksa';
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQI12M4AwAAzgDNfuiI8gAAAABJRU5ErkJggg==");
	background-repeat: repeat-x;
	background-position: left 85%; }

.article-text h2,
.article-base-format h2 {
	font-size: 25px;
	line-height: 1.2; }

.article-text em,
.article-base-format em {
	font-family: 'Leksa';
	font-style: italic; }

.article-text strong,
.article-base-format strong,
.article-text b,
.article-base-format b {
	font-family: 'Leksa';
	font-weight: bold; }

.article-text ul,
.article-base-format ul {
	margin: 30px 0;
	list-style-position: inside; }

.article-text ol,
.article-base-format ol {
	margin: 30px 0;
	list-style-position: inside; }

.article-text li,
.article-base-format li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px; }
.article-text li:before,
.article-base-format li:before {
	content: '—';
	position: absolute;
	top: 0;
	left: 0;
}

	.article-text li ul,
	.article-text li li,
	.article-base-format li ul,
	.article-base-format li li {
		padding-left: 20px; }

.article-text hr,
.article-base-format hr {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	margin: 45px 0;
	border: 0; }

a:hover,
#content-article #intro-img-bgr #heading div.home-link a:hover,
.text-quote > a:hover,
.help-block-social > div > a:hover,
#heading.light div.home-link a:hover,
.press-list > div > a:hover,
.reference-list a.reference-title:hover,
.partners-list > a:hover > em,
.members-index a:hover,
.members-content .member-list a:hover {
	color: #e65639; }

img {
	border: 0; }

svg {
	left: 0 !important; }

h1, h2, h3, h4, strong {
	font-weight: normal; }

em {
	font-style: normal; }

button,
label,
input[type=checkbox],
input[type=radio] {
	cursor: pointer; }

input {
	outline: none !important; }

.adp-show {
	display: none; }

.rouble {
	font-family: "FuturaRouble"; }

#page {
	margin: 0 auto -500px;
	min-height: 100%; }

#footer, .push {
	height: 500px; }

.wrap {
	margin: 0 auto;
	position: relative;
	width: 1200px; }

.clear {
	clear: both;
	display: block; }

.ai {
	display: inline-block;
	font-size: 1px !important;
	line-height: normal !important; }

.no-margin {
	margin: 0 !important; }

.overlay {
	background: rgba(38, 38, 38, 0.99);
	display: none;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	padding: 0 0 70px !important;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20000; }

.w90 {
	width: 90px; }

.w180 {
	width: 180px; }

.w190 {
	width: 190px; }

.w200 {
	width: 200px; }

.w210 {
	width: 210px; }

.w290 {
	width: 290px; }

.w320 {
	width: 320px; }

.padding-60 {
	padding-top: 60px; }

.padding-70 {
	padding-top: 70px; }

.padding-100 {
	padding-top: 100px; }

.padding-120 {
	padding-top: 120px; }

.hidden {
	overflow: hidden; }

/* Temporary styles * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ai {
	height: 16px;
	width: 16px; }

.fdemi-11 {
	font-family: "FuturaDemi";
	font-size: 11px;
	letter-spacing: 0.55px;
	text-transform: uppercase; }

.fdemi-12 {
	font-family: "FuturaDemi";
	font-size: 12px;
	letter-spacing: 0.6px;
	text-transform: uppercase; }

.fdemi-13 {
	font-family: "FuturaDemi";
	font-size: 13px;
	letter-spacing: 0.78px;
	text-transform: uppercase; }

.fdemi-14 {
	font-family: "FuturaDemi";
	font-size: 14px;
	letter-spacing: 0.84px;
	text-transform: uppercase; }

.subtitle,
.slider-title h2 {
	border-bottom: 2px solid #302f2d;
	color: #302f2c;
	font-family: "RomanovskyRegular";
	font-size: 27px;
	font-weight: normal;
	letter-spacing: 1.5px;
	line-height: 30px;
	padding-bottom: 14px;
	text-align: center;
	text-transform: uppercase; }

.slider-title {
	margin: 45px 0 30px; }

.slider-title h2 {
	text-align: left; }

.slider-title > div {
	float: right; }

.slider-title > div > span,
.slider-title > div > a,
.video-heading > div > a {
	display: block;
	float: left; }

.slider-title > div > span {
	font-family: "FuturaDemi";
	font-size: 14px;
	letter-spacing: 0.7px;
	line-height: 51px;
	margin: -11px 11px 0 0;
	text-transform: uppercase; }

.slider-title > div > a,
.video-heading > div > a {
	border: 2px solid #d0cfcc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 30px;
	margin: -1px 0 0 5px;
	position: relative;
	text-align: center;
	width: 30px; }

.slider-title > div .ai,
.video-heading > div > a .ai {
	height: 14px;
	left: 5px;
	position: absolute;
	top: 6px;
	width: 14px; }

.slider-title > div > a:last-child .ai,
.video-heading > div > a:last-child .ai {
	left: 7px; }

.slider-title > div > a:hover,
.video-heading > div > a:hover {
	background: #333;
	border-color: #333; }

.slider-title > div > a:hover .ai path,
.video-heading > div > a:hover .ai path {
	fill: #f5f3f0; }

.radio label {
	display: inline-block;
	cursor: pointer; }

.radio label > input[type=radio] {
	opacity: 0;
	position: absolute; }

.radio label > span {
	background: url(../../img/radio.png) bottom center no-repeat;
	bottom: -2px;
	display: inline-block;
	height: 16px;
	margin-right: 7px;
	position: relative;
	width: 16px; }

.radio label input[type=radio]:checked + span {
	background-position: top center; }

.checkbox label {
	display: inline-block;
	cursor: pointer; }

.checkbox label > input[type=checkbox] {
	display: none; }

.checkbox label > span {
	background: url(../../img/checkbox.png) bottom center no-repeat;
	bottom: -3px;
	display: inline-block;
	height: 15px;
	margin-right: 5px;
	position: relative;
	width: 15px; }

.checkbox label input[type=checkbox]:checked + span {
	background-position: top center; }

.button-gray-border {
	border: 2px solid #333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #b2b2b2;
	display: inline-block;
	font-family: "FuturaDemi";
	font-size: 12px;
	height: 40px;
	letter-spacing: 0.72px;
	line-height: 36px;
	overflow: hidden;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase; }

.button-gray-border:hover {
	background: #e65639;
	border-color: #e65639;
	color: #fff; }

.button-red {
	background: #e65639;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: "FuturaDemi";
	font-size: 14px;
	height: 40px;
	letter-spacing: 0.7px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 30px;
	text-align: center;
	text-transform: uppercase; }

.button-red:hover {
	background: #d2391a;
	color: #fff; }

.button-red.h50 {
	height: 50px;
	line-height: 50px; }

.button-red-border {
	background: transparent;
	border: 2px solid #e65639;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #e65639;
	display: inline-block;
	font-family: "FuturaDemi";
	font-size: 14px;
	height: 50px;
	letter-spacing: 0.7px;
	line-height: 46px;
	overflow: hidden;
	padding: 0 30px;
	text-align: center;
	text-transform: uppercase; }

.button-red-border:hover {
	background: #e65639;
	color: #fff; }
	
	.button-red-border_mod + .button-red-border_mod {
		margin-left: 16px;
	}

.button-light-border {
	border: 1px solid #d9d8d2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #302f2d;
	display: inline-block;
	font-family: "FuturaDemi";
	font-size: 12px;
	height: 30px;
	letter-spacing: 0.72px;
	line-height: 28px;
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase; }

.button-light-border:hover {
	background: #333;
	border-color: #333;
	color: #fff; }

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 {
	padding: 0;
	border: 0; }

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

.text-left {
	text-align: left; }

.text-right {
	text-align: right; }

.text-center {
	text-align: center; }

.text-justify {
	text-align: justify; }

.text-nowrap {
	white-space: nowrap; }

.text-lowercase {
	text-transform: lowercase; }

.text-uppercase {
	text-transform: uppercase; }

.text-capitalize {
	text-transform: capitalize; }

.text-muted {
	color: #777; }

.text-primary {
	color: #337ab7; }

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

.text-success {
	color: #3c763d; }

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

.text-info {
	color: #31708f; }

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

.text-warning {
	color: #8a6d3b; }

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

.text-danger {
	color: #a94442; }

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

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

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

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

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

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

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

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

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

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

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

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee; }

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

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none; }

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px; }

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

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

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

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

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

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

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

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

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

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

.has-feedback {
	position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade.in {
	opacity: 1; }

.collapse {
	display: none;
	visibility: hidden; }

.collapse.in {
	display: block;
	visibility: visible; }

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

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

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

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

.dropup,
.dropdown {
	position: relative; }

.dropdown-toggle:focus {
	outline: 0; }

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px; }

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

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

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

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

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

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

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

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

.open > a {
	outline: 0; }

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
	z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: -1px; }

.btn-toolbar {
	margin-left: -5px; }

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left; }

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; }

.btn .caret {
	margin-left: 0; }

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0; }

.dropup .btn-lg .caret {
	border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
	float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0; }

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

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

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

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

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

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

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

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	display: table-cell;
	float: none;
	width: 1%; }

.btn-group-justified > .btn-group .btn {
	width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
	left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none; }

.input-group {
	position: relative;
	display: table;
	border-collapse: separate; }

.input-group[class*="col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0; }

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

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

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

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

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; }

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

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

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

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0; }

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle; }

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; }

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

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

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0; }

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

.input-group-addon:first-child {
	border-right: 0; }

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

.input-group-addon:last-child {
	border-left: 0; }

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap; }

.input-group-btn > .btn {
	position: relative; }

.input-group-btn > .btn + .btn {
	margin-left: -1px; }

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
	z-index: 2; }

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	margin-left: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0; }
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff; } }

.nav-pills > li {
	float: left; }

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

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

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

.nav-stacked > li {
	float: none; }

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0; }

.nav-justified {
	width: 100%; }

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

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

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

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

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

@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0; }
	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color: #fff; } }

.tab-content > .tab-pane {
	display: none;
	visibility: hidden; }

.tab-content > .active {
	display: block;
	visibility: visible; }

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

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent; }

@media (min-width: 768px) {
	.navbar {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px; } }

@media (min-width: 768px) {
	.navbar-header {
		float: left; } }

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
	overflow-y: auto; }

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none; }
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
		visibility: visible !important; }
	.navbar-collapse.in {
		overflow-y: visible; }
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px; } }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px; }

@media (min-width: 768px) {
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0; } }

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px; }

@media (min-width: 768px) {
	.navbar-static-top {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030; }

@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0; } }

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px; }

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0; }

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px; }

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none; }

.navbar-brand > img {
	display: block; }

@media (min-width: 768px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px; } }

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; }

.navbar-toggle:focus {
	outline: 0; }

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px; }

@media (min-width: 768px) {
	.navbar-toggle {
		display: none; } }

.navbar-nav {
	margin: 7.5px -15px; }

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px; }

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none; }
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px; }
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px; }
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none; } }

@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0; }
	.navbar-nav > li {
		float: left; }
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px; } }

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle; }
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle; }
	.navbar-form .form-control-static {
		display: inline-block; }
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle; }
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto; }
	.navbar-form .input-group > .form-control {
		width: 100%; }
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle; }
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle; }
	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0; }
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0; }
	.navbar-form .has-feedback .form-control-feedback {
		top: 0; } }

@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px; }
	.navbar-form .form-group:last-child {
		margin-bottom: 0; } }

@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0; }

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px; }

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px; }

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px; }

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px; }

@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px; } }

@media (min-width: 768px) {
	.navbar-left {
		float: left !important; }
	.navbar-right {
		float: right !important;
		margin-right: -15px; }
	.navbar-right ~ .navbar-right {
		margin-right: 0; } }

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7; }

.navbar-default .navbar-brand {
	color: #777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent; }

.navbar-default .navbar-text {
	color: #777; }

.navbar-default .navbar-nav > li > a {
	color: #777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent; }

.navbar-default .navbar-toggle {
	border-color: #ddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #555;
	background-color: #e7e7e7; }

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777; }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent; }
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7; }
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent; } }

.navbar-default .navbar-link {
	color: #777; }

.navbar-default .navbar-link:hover {
	color: #333; }

.navbar-default .btn-link {
	color: #777; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc; }

.navbar-inverse {
	background-color: #222;
	border-color: #080808; }

.navbar-inverse .navbar-brand {
	color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent; }

.navbar-inverse .navbar-text {
	color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent; }

.navbar-inverse .navbar-toggle {
	border-color: #333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #080808; }

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808; }
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808; }
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d; }
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent; }
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #080808; }
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent; } }

.navbar-inverse .navbar-link {
	color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
	color: #fff; }

.navbar-inverse .btn-link {
	color: #9d9d9d; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444; }

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; }

.breadcrumb > li {
	display: inline-block; }

.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"; }

.breadcrumb > .active {
	color: #777; }

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none; }

.pager li {
	display: inline; }

.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; }

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

.pager .next > a,
.pager .next > span {
	float: right; }

.pager .previous > a,
.pager .previous > span {
	float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff; }

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

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

.label:empty {
	display: none; }

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

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

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

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

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

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

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

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

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

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

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

.label-danger {
	background-color: #d9534f; }

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

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

.badge:empty {
	display: none; }

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

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

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

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #337ab7;
	background-color: #fff; }

.list-group-item > .badge {
	float: right; }

.list-group-item > .badge + .badge {
	margin-right: 5px; }

.nav-pills > li > a > .badge {
	margin-left: 3px; }

.jumbotron {
	padding: 30px 15px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee; }

.jumbotron h1,
.jumbotron .h1 {
	color: inherit; }

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200; }

.jumbotron > hr {
	border-top-color: #d5d5d5; }

.container .jumbotron,
.container-fluid .jumbotron {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; }

.jumbotron .container {
	max-width: 100%; }

@media screen and (min-width: 768px) {
	.jumbotron {
		padding: 48px 0; }
	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px; }
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px; } }

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	-moz-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
	margin-right: auto;
	margin-left: auto; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #337ab7; }

.thumbnail .caption {
	padding: 9px;
	color: #333; }

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; }

.alert h4 {
	margin-top: 0;
	color: inherit; }

.alert .alert-link {
	font-weight: bold; }

.alert > p,
.alert > ul {
	margin-bottom: 0; }

.alert > p + p {
	margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit; }

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6; }

.alert-success hr {
	border-top-color: #c9e2b3; }

.alert-success .alert-link {
	color: #2b542c; }

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1; }

.alert-info hr {
	border-top-color: #a6e1ec; }

.alert-info .alert-link {
	color: #245269; }

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc; }

.alert-warning hr {
	border-top-color: #f7e1b5; }

.alert-warning .alert-link {
	color: #66512c; }

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1; }

.alert-danger hr {
	border-top-color: #e4b9c0; }

.alert-danger .alert-link {
	color: #843534; }

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0; }
	to {
		background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0; }
	to {
		background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0; }
	to {
		background-position: 0 0; } }

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0; }
	to {
		background-position: 0 0; } }

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
	background-color: #5cb85c; }

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
	background-color: #5bc0de; }

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
	background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
	background-color: #d9534f; }

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
	margin-top: 15px; }

.media:first-child {
	margin-top: 0; }

.media,
.media-body {
	overflow: hidden;
	zoom: 1; }

.media-body {
	width: 10000px; }

.media-object {
	display: block; }

.media-right,
.media > .pull-right {
	padding-left: 10px; }

.media-left,
.media > .pull-left {
	padding-right: 10px; }

.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top; }

.media-middle {
	vertical-align: middle; }

.media-bottom {
	vertical-align: bottom; }

.media-heading {
	margin-top: 0;
	margin-bottom: 5px; }

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

.list-group {
	padding-left: 0;
	margin-bottom: 20px; }

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd; }

.list-group-item:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px; }

.list-group-item:last-child {
	margin-bottom: 0;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px; }

a.list-group-item {
	color: #555; }

a.list-group-item .list-group-item-heading {
	color: #333; }

a.list-group-item:hover,
a.list-group-item:focus {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5; }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #eee; }

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit; }

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #777; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit; }

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #c7ddef; }

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8; }

a.list-group-item-success {
	color: #3c763d; }

a.list-group-item-success .list-group-item-heading {
	color: inherit; }

a.list-group-item-success:hover,
a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6; }

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d; }

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7; }

a.list-group-item-info {
	color: #31708f; }

a.list-group-item-info .list-group-item-heading {
	color: inherit; }

a.list-group-item-info:hover,
a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3; }

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f; }

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3; }

a.list-group-item-warning {
	color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading {
	color: inherit; }

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc; }

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b; }

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede; }

a.list-group-item-danger {
	color: #a94442; }

a.list-group-item-danger .list-group-item-heading {
	color: inherit; }

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc; }

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442; }

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px; }

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3; }

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

.panel-body {
	padding: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0; }

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%; }

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%; }

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
	padding: 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; }

.well-sm {
	padding: 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; }

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	-o-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
	margin-top: -10px; }

.popover.right {
	margin-left: 10px; }

.popover.bottom {
	margin-top: 10px; }

.popover.left {
	margin-left: -10px; }

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	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 {
	content: "";
	border-width: 10px; }

.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 0; }

.popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0; }

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
	border-left-width: 0; }

.popover.right > .arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0; }

.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff; }

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff; }

.carousel {
	position: relative; }

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden; }

.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	-moz-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		-moz-transition: -moz-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		-moz-perspective: 1000;
		perspective: 1000; }
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0); }
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0); }
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block; }

.carousel-inner > .active {
	left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%; }

.carousel-inner > .next {
	left: 100%; }

.carousel-inner > .prev {
	left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0; }

.carousel-inner > .active.left {
	left: -100%; }

.carousel-inner > .active.right {
	left: 100%; }

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	filter: alpha(opacity=50);
	opacity: .5; }

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x; }

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x; }

.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9; }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif;
	line-height: 1; }

.carousel-control .icon-prev:before {
	content: '\2039'; }

.carousel-control .icon-next:before {
	content: '\203a'; }

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none; }

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; }

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff; }

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
	text-shadow: none; }

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px; }
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -15px; }
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -15px; }
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px; }
	.carousel-indicators {
		bottom: 20px; } }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " "; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
	clear: both; }

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

.pull-right {
	float: right !important; }

.pull-left {
	float: left !important; }

.affix {
	position: fixed; }

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

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

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

@media (max-width: 767px) {
	.visible-xs {
		display: block !important; }
	table.visible-xs {
		display: table; }
	tr.visible-xs {
		display: table-row !important; }
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important; } }

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

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

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

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

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important; }
	table.visible-md {
		display: table; }
	tr.visible-md {
		display: table-row !important; }
	th.visible-md,
	td.visible-md {
		display: table-cell !important; } }

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

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

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important; } }

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important; }
	table.visible-lg {
		display: table; }
	tr.visible-lg {
		display: table-row !important; }
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important; } }

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

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

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

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

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

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

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

.visible-print {
	display: none !important; }

@media print {
	.visible-print {
		display: block !important; }
	table.visible-print {
		display: table; }
	tr.visible-print {
		display: table-row !important; }
	th.visible-print,
	td.visible-print {
		display: table-cell !important; } }

.visible-print-block {
	display: none !important; }

@media print {
	.visible-print-block {
		display: block !important; } }

.visible-print-inline {
	display: none !important; }

@media print {
	.visible-print-inline {
		display: inline !important; } }

.visible-print-inline-block {
	display: none !important; }

@media print {
	.visible-print-inline-block {
		display: inline-block !important; } }

@media print {
	.hidden-print {
		display: none !important; } }
/*!
 * Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
	font-family: "FuturaBook";
	font-size: 15px !important;
	margin-top: -1px;
	padding: 0 6px 6px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	direction: ltr;
	width: 290px; }

.datepicker:before {
	background: #e6e6e6;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 45px;
	width: 100%;
	z-index: 50; }

.datepicker-inline {
	width: 220px; }

.datepicker.datepicker-rtl {
	direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
	float: right; }

.datepicker-dropdown {
	top: 0;
	left: 0; }

.datepicker > div {
	display: none; }

.datepicker.days div.datepicker-days {
	display: block; }

.datepicker.months div.datepicker-months {
	display: block; }

.datepicker.years div.datepicker-years {
	display: block; }

.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%; }

.datepicker table tr td,
.datepicker table tr th {
	text-align: center;
	width: 30px;
	height: 30px;
	border: none; }

.datepicker table tr th:first-child {
	height: 40px; }

.datepicker table tr th {
	font-family: "FuturaDemi";
	font-weight: normal !important; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
	background-color: transparent; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
	color: #e65639;
	cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
	color: #acacac; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: none;
	color: #999;
	cursor: default; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
	color: #fff;
	background-color: #e65639;
	border: 0;
	font-family: "FuturaDemi"; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
	color: #fff;
	background-color: #e65639;
	border: 0;
	font-family: "FuturaDemi"; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
	background-image: none; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
	background-color: #ffdb99;
	border-color: #ffb733; }

.datepicker table tr td.today:hover:hover {
	color: #000; }

.datepicker table tr td.today.active:hover {
	color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
	background: #eeeeee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
	color: #000000;
	background-color: #f7ca77;
	border-color: #f1a417;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
	color: #000000;
	background-color: #f4bb51;
	border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
	background-image: none; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
	background-color: #f7ca77;
	border-color: #f1a417; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
	color: #fff;
	background-color: #999;
	border-color: #555555;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
	color: #fff;
	background-color: #858585;
	border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
	background-image: none; }

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
	background-color: #999;
	border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
	color: #fff;
	background-color: #e65639;
	border: 0;
	font-family: "FuturaDemi"; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
	background-image: none; }

.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
	background-color: #428bca;
	border-color: #357ebd; }

.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; }

.datepicker table tr td span:hover {
	color: #e65639; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
	background: none;
	color: #999;
	cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
	color: #e65639; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
	color: #e65639; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
	background-image: none; }

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
	background-color: #428bca;
	border-color: #357ebd; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
	color: #999; }

.datepicker th.datepicker-switch {
	font-size: 15px;
	text-transform: uppercase;
	width: 145px; }

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
	cursor: pointer; }

.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle; }

.datepicker thead tr:first-child th.cw {
	cursor: default;
	background-color: transparent; }

.input-group.date .input-group-addon i {
	cursor: pointer; }

.input-daterange {
	width: 100%; }

.input-daterange input {
	text-align: center; }

.input-daterange input:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
	width: auto;
	min-width: 16px;
	padding: 4px 5px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	background-color: #eeeeee;
	border: solid #cccccc;
	border-width: 1px 0;
	margin-left: -5px;
	margin-right: -5px; }

/**
 * selectize.css (v0.12.0)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
	visibility: visible !important;
	background: #f2f2f2 !important;
	background: rgba(0, 0, 0, 0.06) !important;
	border: 0 none !important; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
	content: '!';
	visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
	position: relative;
	padding: 5px 8px;
	border-bottom: 1px solid #d0d0d0;
	background: #f8f8f8;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
	position: absolute;
	right: 8px;
	top: 50%;
	color: #303030;
	opacity: 0.4;
	margin-top: -12px;
	line-height: 20px;
	font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
	color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
	border-right: 1px solid #f2f2f2;
	border-top: 0 none;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
	border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
	display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
	border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
	position: relative;
	padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
	z-index: 1;
	/* fixes ie bug (see #392) */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 17px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding: 2px 0 0 0;
	border-left: 1px solid #d0d0d0;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
	background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
	border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
	background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
	border-left-color: #fff; }

.selectize-control {
	font-family: "FuturaBook";
	position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
	color: #303030;
	font-size: 18px;
	line-height: 58px; }

.type-select .selectize-dropdown,
.type-select .selectize-input,
.type-select .selectize-input input {
	font-size: 17px;
	line-height: 48px !important; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
	background: #fff;
	display: inline-block; }

.selectize-input {
	border: 1px solid #ccc;
	padding: 0 20px;
	display: inline-block;
	height: 60px;
	line-height: 58px;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; }

.type-select .selectize-input {
	border-color: #e6e6e6;
	height: 50px !important;
	line-height: 48px !important; }

.selectize-control.multi .selectize-input.has-items {
	padding: 6px 8px 3px; }

.selectize-input.full {
	background-color: #fff; }

.selectize-input.disabled,
.selectize-input.disabled * {
	cursor: default !important; }

.selectize-input.dropdown-active {
	background: #333 !important;
	color: #fff !important; }

.selectize-input.dropdown-active {
	height: 60px;
	line-height: 58px; }

.type-select .selectize-input.dropdown-active {
	height: 50px;
	line-height: 48px; }

.selectize-input > * {
	vertical-align: baseline;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline; }

.selectize-control.multi .selectize-input > div {
	cursor: pointer;
	margin: 0 3px 3px 0;
	padding: 2px 6px;
	background: #f2f2f2;
	color: #303030;
	border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
	background: #e8e8e8;
	color: #303030;
	border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
	color: #7d7d7d;
	background: #fff;
	border: 0 solid #fff; }

.selectize-input > input {
	display: inline-block !important;
	padding: 0 !important;
	min-height: 0 !important;
	max-height: none !important;
	max-width: 100% !important;
	margin: 0 2px 0 0 !important;
	text-indent: 0 !important;
	border: 0 none !important;
	background: none !important;
	line-height: inherit !important;
	-webkit-user-select: auto !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important; }

.selectize-input > input::-ms-clear {
	display: none; }

.selectize-input > input:focus {
	outline: none !important; }

.selectize-input::after {
	content: ' ';
	display: block;
	clear: left; }

.selectize-input.dropdown-active::before {
	content: ' ';
	display: block;
	position: absolute;
	background: #f0f0f0;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0; }

.selectize-dropdown {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-top: 0 none;
	margin: -1px 0 0 0;
	position: absolute;
	z-index: 10; }

.selectize-dropdown .selected {
	font-family: "FuturaDemi"; }

.selectize-dropdown [data-selectable] {
	cursor: pointer;
	overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
	background: rgba(125, 168, 208, 0.2);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
	border-bottom: 1px solid #e6e6e6;
	padding: 0 20px; }

.selectize-dropdown [data-selectable]:last-child,
.selectize-dropdown .optgroup-header:last-child {
	border: 0; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
	border-top: 0 none; }

.selectize-dropdown .optgroup-header {
	background: #fff;
	color: #303030;
	cursor: default; }

.selectize-dropdown .active {
	color: #e65639; }

.selectize-dropdown .active.create {
	color: #495c68; }

.selectize-dropdown .create {
	color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
	cursor: pointer; }

.selectize-control.single .selectize-input:after {
	border-color: #1a1a1a transparent transparent transparent;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	content: ' ';
	display: block;
	height: 0;
	margin-top: -3px;
	position: absolute;
	right: 25px;
	top: 50%;
	width: 0; }

.selectize-control.single .selectize-input.dropdown-active:after {
	border-color: transparent transparent #fff transparent;
	border-width: 0 4px 6px 4px;
	margin-top: -4px; }

.selectize-control.rtl.single .selectize-input:after {
	left: 15px;
	right: auto; }

.selectize-control.rtl .selectize-input > input {
	margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
	background-color: #fafafa;
	opacity: 0.5; }

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: 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: none; }
	.slick-loading .slick-list {
		background: #fff; }
	.slick-list.dragging {
		cursor: pointer;
		cursor: hand; }

.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-track {
	position: relative;
	left: 0;
	top: 0;
	display: block; }
	.slick-track:before,
	.slick-track:after {
		content: "";
		display: table; }
	.slick-track:after {
		clear: both; }
	.slick-loading .slick-track {
		visibility: hidden; }

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none; }
	[dir="rtl"] .slick-slide {
		float: right; }
	.slick-slide img {
		cursor: pointer;
		display: block; }
	.slick-slide.slick-loading img {
		display: none; }
	.slick-slide.dragging img {
		pointer-events: none; }
	.slick-initialized .slick-slide {
		display: block; }
	.slick-loading .slick-slide {
		visibility: hidden; }
	.slick-vertical .slick-slide {
		display: block;
		height: auto;
		border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none; }
	.slick-prev:hover,
	.slick-prev:focus,
	.slick-next:hover, .slick-next:focus {
		outline: none;
		background: transparent;
		color: transparent; }
		.slick-prev:hover:before,
		.slick-prev:focus:before,
		.slick-next:hover:before, .slick-next:focus:before {
			opacity: 1; }
	.slick-prev.slick-disabled:before,
	.slick-next.slick-disabled:before {
		opacity: 0.25; }

.slick-prev:before, .slick-next:before {
	font-family: false;
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.slick-prev {
	left: -25px; }
	[dir="rtl"] .slick-prev {
		left: auto;
		right: -25px; }
	.slick-prev:before {
		content: "←"; }
		[dir="rtl"] .slick-prev:before {
			content: "→"; }

.slick-next {
	right: -25px; }
	[dir="rtl"] .slick-next {
		left: -25px;
		right: auto; }
	.slick-next:before {
		content: "→"; }
		[dir="rtl"] .slick-next:before {
			content: "←"; }

/* Dots */
.slick-slider {
	margin-bottom: 30px; }

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%; }
	.slick-dots li {
		position: relative;
		display: inline-block;
		height: 20px;
		width: 20px;
		margin: 0 5px;
		padding: 0;
		cursor: pointer; }
		.slick-dots li button {
			border: 0;
			background: transparent;
			display: block;
			height: 20px;
			width: 20px;
			outline: none;
			line-height: 0;
			font-size: 0;
			color: transparent;
			padding: 5px;
			cursor: pointer; }
			.slick-dots li button:hover, .slick-dots li button:focus {
				outline: none; }
				.slick-dots li button:hover:before, .slick-dots li button:focus:before {
					opacity: 1; }
			.slick-dots li button:before {
				position: absolute;
				top: 0;
				left: 0;
				content: "•";
				width: 20px;
				height: 20px;
				font-family: false;
				font-size: 6px;
				line-height: 20px;
				text-align: center;
				color: black;
				opacity: 0.25;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale; }
		.slick-dots li.slick-active button:before {
			color: black;
			opacity: 0.75; }

#footer {
	background: #302f2d; }

.footer-top {
	height: 420px;
	padding-top: 86px;
	position: relative; }

.footer-top > p,
.footer-top > div {
	float: left; }

.footer-top > div {
	margin-left: 40px; }

.footer-top a {
	color: #e5e5e5;
	display: inline-block;
	font-family: "FuturaBook";
	font-size: 17px;
	height: 30px; }

.footer-top a:hover {
	color: #fff; }

.footer-top p {
	color: #999996;
	font-family: "Leksa";
	font-size: 17px;
	line-height: 25px;
	margin-top: 27px;
	width: 400px; }

.footer-top .fdemi-14 {
	border-bottom: 1px solid #403f3a;
	color: #999996;
	margin-bottom: 13px;
	padding-bottom: 15px; }

.footer-top .footer-journal {
	min-width: 360px;
	width: 360px; }

.footer-top .footer-journal > div:last-child {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px; }

.footer-top .footer-fund,
.footer-top .footer-social {
	width: 160px; }

.footer-social a .ai {
	height: 18px;
	position: relative;
	width: 18px; }

.footer-social a:hover .ai path {
	fill: #fff; }

#footer-social-fb {
	height: 14px;
	margin-right: 11px;
	width: 14px; }

#footer-social-tw {
	bottom: -2px;
	height: 17px;
	margin-right: 8px;
	width: 17px; }

#footer-social-vk,
#footer-social-gplus {
	bottom: -4px;
	height: 18px;
	margin-right: 7px;
	width: 18px; }

#footer-social-gplus {
	bottom: -6px; }
	
#footer-social-telegram {
	bottom: -4px;
	height: 18px;
	margin-right: 7px;
	width: 18px; }
	
#footer-social-instagram {
	bottom: -3px;
	height: 18px;
	margin-right: 7px;
	width: 18px; }

#footer-social-feedly {
	bottom: -3px;
	height: 18px;
	margin-right: 7px;
	width: 18px; }

.footer-social a[title='Одноклассники'] {
	position: relative;
	left: -4px;  }

#footer-social-ok {
	position: relative;
	left: 3px;
	bottom: -2px;
	height: 18px;
	margin-right: 10px;
	width: 18px; }

.footer-bottom {
	border-top: 1px solid #403f3a; }

.footer-bottom * {
	color: #999996;
	font-family: "FuturaBook";
	font-size: 14px;
	line-height: 80px; }

.footer-bottom .copyright {
	float: left; }

.b-copyright__capcha {
	float: right;
}

.grecaptcha-badge {
	visibility: hidden;
}

.footer-bottom .made-in {
	float: right; }

.footer-bottom .made-in a {
	color: #fff; }

#header {
	left: 0;
	min-width: 980px;
	position: fixed;
	top: 0;
	z-index: 11000;
	width: 100%; }

#header.slide-change {
	bottom: 10px;
	position: absolute;
	top: auto; }

.header-top {
	background: #302f2c;
	height: 40px;
	position: relative;
	z-index: 5; }

.header-top.shadow {
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
			box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
 }

#header ul {
	list-style: none; }

#header ul li {
	float: left; }

.header-top #logo {
	display: none;
	height: 30px;
	left: 50%;
	margin-left: -100px;
	position: absolute;
	top: 5px;
	width: 200px; }
	.header-top #logo svg {
		height: 100%;
		width: 100%; }
		.header-top #logo svg path {
			fill: #ffffff !important; }

.header-top-left {
	float: left; }

.header-top-left a:hover {
	color: #e65639; }

.header-top-right {
	float: right; }

.header-top-left .fdemi-12 {
	line-height: 40px; }

.header-top-left span,
.header-top-left a {
	display: block;
	height: 40px;
	width: 94px;
	text-align: center;
	border-right: 1px solid #454442; }

.header-top-left span,
.header-top-left a.active {
	color: #302f2c;
	background: #fff; 
	width: 95px;
	margin-left: -1px;
	border-left: 1px solid #302f2c;
	border-right: 0;
	border-bottom: 1px solid #f5f3f0; }

.header-top-left a {
	color: #fff; }

.header-top-right > li a {
	display: block;
	height: 40px; }

.header-top-right > li a:hover { }

.header-top-right > li {
	border-left: 1px solid #41403d;
	display: block;
	height: 40px; }

.header-top-right > li:last-child {
	border: 0; }

.header-top-right .show-search {
	display: block;
	padding-top: 11px;
	text-align: center;
	width: 40px; }
	
	.header-top-right .show-search:hover path {
		fill: #e65639;
	}

.header-top-right .show-search:hover .ai path {
	fill: #fff; }

.header-top-right .show-sign {
	color: rgba(255, 255, 255, 0.4);
	line-height: 40px;
	font-size: 14px;
	padding: 0 11px; }
	
.header-top-right .show-sign .human {
	display: inline-block; 
	position: relative; 
	left: -0.5px;
	width: 18px;
	height: 18px;
	color: #fff;
    margin: -7px 0 0;
    vertical-align: middle;
}
	
.b-human__ico_notif:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #e65639;
    position: absolute;
    left: 9px;
    top: -3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.header-top-right .show-sign .cabinet {
	font-size: 17px;
	margin-left: 6px; 
	text-transform: none; 
	font-family: "FuturaBook";
}

.header-top-right .show-sign:hover .human path {
	/*fill: #e65639;*/
}

.header-top-right .show-sign:hover .cabinet {
	/*color: #e65639;*/
}

.header-top-right .button-red {
	border-left: 1px solid #e65639;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	letter-spacing: 0.72px;
	width: 130px;
	padding: 0;
	letter-spacing: 0.05em;
	text-align: center; }

.header-bottom {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
			box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
	height: 100px;
	left: 0;
	min-width: 980px;
	padding-top: 40px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10500; }

.header-bottom .heading {
	float: left;
	font-family: "RomanovskyRegular";
	font-size: 27px;
	font-weight: bold;
	left: 17px;
	letter-spacing: -0.54px;
	line-height: 60px;
	position: absolute;
	text-transform: uppercase;
	width: 215px;
	height: 47px;
	top: 48px;
	 }

.header-bottom ul {
	font-size: 0;
	line-height: 60px;
	text-align: center;
	top: 0;
	width: 100%; }

.header-bottom ul li {
	display: inline-block;
	float: none !important;
	font-family: "FuturaDemi";
	font-size: 18px;
	margin: 0 14px; }

@media all and (max-width: 1100px) {
	.header-bottom ul.in-journal li {
		margin: 0 5px; } }

.header-bottom ul li a:hover {
	color: #e65639; }

.header-bottom ul li span {
	color: #e65639; }

.header-bottom .upp {
	float: right;
	font-family: "FuturaDemi";
	font-size: 17px;
	letter-spacing: 0.85px;
	line-height: 60px;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
	top: 40px; }

.header-bottom .upp:hover {
	color: #e65639; }

.header-bottom ul.in-profile,
.header-bottom ul.in-journal {
	padding-right: 5px;
	text-align: right; }

.header-bottom.slide-up {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	-o-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out; }

.header-top-profile {
	font-family: "FuturaDemi";
	font-size: 12px;
	line-height: 26px;
	padding: 6px 14px 5px 12px;
	position: relative; }

.header-top-profile.active {
	background: #fff; }

.header-top-profile a {
	color: #80807e; }

.header-top-profile a:hover {
	color: #fff !important; }

.header-top-profile.active a {
	color: #302f2c; }

.header-top-profile img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin-right: 9px; }

#intro {
	height: 580px; 
	overflow: hidden;}

#intro .intro-slide {
	height: 580px;
	position: relative; }

.intro-slide-img {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: 580px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%; }

#intro .intro-slide:after {
	background: none;
	bottom: 0;
	content: "";
	display: block;
	height: 170px;
	left: 0;
	opacity: 0.6;
	position: absolute;
	width: 100%;
	z-index: 5; }

.intro-slide-content {
	bottom: 0;
	height: 170px;
	left: 50%;
	margin-left: -600px;
	padding: 27px 440px 0 0;
	position: absolute;
	width: 1200px;
	z-index: 10; }
	
	.intro-slide-content:after {
		content: '';
		position: absolute;
		width: 300%;
		left: -100%;
		right: -100%;
		top: -13px;
		bottom: 0;
		z-index: -1;
		opacity: 0.6;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	  }

#intro .intro-slide a {
	color: #fff; }

#intro .intro-slide a span:first-child {
	display: block;
	font-family: "FuturaDemi";
	font-size: 40px;
	line-height: 40px; }

#intro .intro-slide a span:last-child {
	display: block;
	font-family: "Leksa";
	font-size: 24px;
	line-height: 30px;
	margin-top: 12px; }

#intro .slick-dots {
	bottom: 35px;
	left: 50%;
	margin-left: 507px;
	position: absolute;
	text-align: right;
	width: 100px;
	z-index: 10; }

#intro .slick-dots li {
	margin: 0; }

#intro .slick-dots li button::before {
	background: rgba(255, 255, 255, 0.4); }

#intro .slick-dots li.slick-active button::before {
	background: #e65639; }

#intro .prev,
#intro .next {
	background: rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	height: 46px;
	margin-top: -23px;
	position: absolute;
	top: 50%;
	width: 46px; }

#intro .prev {
	left: 40px; }

#intro .next {
	right: 40px; }

#intro .prev a,
#intro .next a {
	display: block;
	height: 46px;
	padding-top: 12px;
	text-align: center;
	width: 46px; }

#intro .prev:hover,
#intro .next:hover {
	background: rgba(0, 0, 0, 0.5); }

#intro .prev a .ai,
#intro .next a .ai {
	height: 22px;
	position: relative;
	width: 22px; }

#intro .prev a .ai {
	left: -1px; }

#intro .next a .ai {
	right: -1px; }

@media all and (max-width: 1023px) {
	#intro,
	#intro .intro-slide {
		height: 510px !important;
		min-width: 980px; }
	.intro-slide-content {
		left: 0;
		margin-left: 0;
		padding: 27px 200px 0 20px;
		width: 100%; }
	#intro .prev {
		left: 20px; }
	#intro .next {
		right: 20px; }
	#intro .slick-dots {
		bottom: 35px;
		left: auto;
		margin-left: 0;
		position: absolute;
		right: 30px;
		text-align: right;
		width: 100px;
		z-index: 10; } }

@media all and (min-width: 1024px) and (max-width: 1279px) {
	#intro {
		background: #302f2c; }
	#intro,
	#intro .intro-slide {
		height: 400px !important; }
	.intro-slide-img {
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		height: 580px;
		left: 0;
		position: absolute;
		top: 0;
		width: 69%; }
	.intro-slide-content {
		height: 400px;
		left: auto;
		margin-left: -600px;
		padding: 35px 40px;
		right: 0;
		top: 0;
		width: 31%;
		z-index: 10; }
	#intro .prev {
		left: 30px; }
	#intro .next {
		left: 62.5%;
		right: auto; }
	#intro .slick-dots {
		left: 32%;
		margin-left: 0; }
	#intro .intro-slide a span:first-child {
		font-size: 30px;
		line-height: 35px; }
	#intro .intro-slide a span:last-child {
		font-size: 18px;
		line-height: 25px;
		margin-top: 12px; }
	#intro .intro-slide:after {
		display: none; }
	.intro-slide-content:after {
		display: none; }
		}

/* Content Blocks * * * * * * * * * * * * * * * * * * * * * * * * * * */
.content-left {
	border-right: 1px solid #dcdad8;
	float: left;
	padding: 36px 40px 0 0;
	width: 841px; }

.content-right {
	float: right;
	padding: 36px 0 0 39px;
	width: 359px; }
	
	.content-right_related .subtitle {
		text-align: left;
	}

#content-home .content-left .subtitle {
	margin: 46px auto 28px; }

#content-home .content-left .subtitle.no-border {
	border: 0;
	margin: 35px auto 10px; }

#content-home .content-left {
	padding: 1px 40px 0 0; }

.subject-list-heading {
	border-bottom: 2px solid #302f2d;
	height: 56px;
	margin-bottom: 15px;
	text-align: center; }

.subject-list-heading h2 {
	display: inline-block;
	font-family: "RomanovskyRegular";
	font-size: 27px;
	font-weight: normal;
	letter-spacing: 1.35px;
	line-height: 54px;
	text-transform: uppercase; }

.subject-dropdown {
	display: none;
	position: absolute;
	right: 0;
	top: 56px;
	width: 150px; }

.subject-dropdown > a {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-top: 0;
	display: block;
	font-family: "FuturaBook";
	font-size: 17px;
	height: 50px;
	line-height: 49px;
	padding: 0 20px;
	width: 150px; }

.subject-dropdown > a.selected {
	font-family: "FuturaDemi"; }

.subject-dropdown > a:last-child {
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px; }

.subject-list-home > div {
	border-bottom: 1px solid #dcdad8;
	margin-bottom: 25px;
	padding-bottom: 9px;
	text-align: center; }

.subject-list-home > div:last-child {
	margin: 0;
	border-bottom: 0; }

.subject-list-home .fdemi-12 {
	margin-top: 6px; }

.subject-list-home h3 {
	font-family: "FuturaDemi";
	font-size: 25px;
	line-height: 25px;
	margin-top: 6px; }

.subject-sum {
	height: 60px;
	margin-top: 25px; }

.subject-sum > div {
	float: left;
	height: 60px;
	position: relative;
	width: 159px; }

.subject-sum > div:first-child::before {
	border-right: 1px solid #dcdad8;
	bottom: 0;
	content: "";
	display: block;
	height: 50px;
	position: absolute;
	right: 0;
	width: 1px; }

.subject-sum > div:first-child {
	padding-right: 4px; }

.subject-sum > div:last-child {
	padding-left: 4px; }

.subject-sum > div > span:first-child {
	color: #999;
	display: block;
	font-family: "FuturaDemi";
	font-size: 12px;
	height: 21px;
	letter-spacing: 0.72px;
	text-transform: uppercase; }

.subject-sum > div > span:last-child {
	display: block;
	font-family: "FuturaBook";
	white-space: nowrap;
	font-size: 28px; }

.subject-sum > div > span > span {
	font-family: "FuturaRouble"; }

.subject-percent {
	background: #d0cfcc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 5px;
	margin-top: 19px;
	overflow: hidden; }

.subject-percent > div {
	background: #e65639;
	height: 5px; }

#category {
	background: rgba(38, 38, 38, 0.99);
	color: #fff;
	display: none;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	padding: 40px 0 70px !important;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20000; }

#category > div {
	margin: 0 auto;
	width: 940px; }

#category-title {
	border-bottom: 2px solid #4d4d4d;
	font-family: "RomanovskyRegular";
	font-size: 27px;
	letter-spacing: 1.35px;
	line-height: 58px;
	margin-bottom: 27px;
	text-transform: uppercase; }

#category-title .close {
	bottom: -18px;
	float: right;
	height: 20px;
	position: relative;
	width: 20px; }

#category-list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px; }

#category-list a {
	border-bottom: 1px solid #404040;
	color: #fff;
	display: inline-block;
	font-family: "FuturaDemi";
	font-size: 24px;
	height: 60px;
	line-height: 56px;
	width: 100%; }

#category-list a:hover {
	color: #e8503e; }

#category-list a span {
	bottom: -3px;
	color: #999 !important;
	float: right;
	font-family: "FuturaBook";
	font-size: 18px;
	position: relative; }

#category-page h1 {
	font-family: "FuturaDemi";
	font-size: 30px;
	line-height: 30px;
	margin-bottom: -5px;
	padding-top: 35px;
	text-align: center; }

.category-topics > .category-topics-row {
	border-top: 1px solid #dcdad8; }

.category-topics::after {
	clear: both;
	content: "";
	display: table; }

@media screen and (max-width: 1260px) {
	.category-topics {
		width: 940px;
		margin: 0 auto 30px; } }

.category-topics__item {
	float: left;
	height: 585px;
	position: relative;
	padding-right: 30px;
	margin: 60px 0 0; }
	@media screen and (min-width: 1260px) {
		.category-topics__item:nth-child(3n+1) {
			position: relative;
			border-right: 1px solid #dcdad8;
			padding-right: 30px;
			width: 389px;
			clear: left; }
			.category-topics__item:nth-child(3n+1)::before {
				height: 1px;
				width: 1200px;
				position: absolute;
				top: -30px;
				left: 0;
				background-color: #dcdad8;
				display: block;
				content: ''; }
		.category-topics__item:nth-child(3n+2) {
			border-right: 1px solid #dcdad8;
			border-width: 0 1px;
			padding: 0 30px;
			width: 419px; }
		.category-topics__item:nth-child(3n+3) {
			padding-left: 30px;
			width: 390px; } }
	@media screen and (max-width: 1260px) {
		.category-topics__item {
			height: 590px; }
			.category-topics__item .topic-img,
			.category-topics__item .topic-img .hover-help {
				height: 290px;
				width: 440px; }
			.category-topics__item .topic-img .hover-help a {
				height: 100%;
				width: 50%; }
			.category-topics__item .topic-img img {
				height: 100%;
				width: 100%; }
			.category-topics__item:nth-child(2n+1) {
				position: relative;
				border-right: 1px solid #dcdad8;
				padding-right: 30px;
				width: 50%;
				clear: left; }
				.category-topics__item:nth-child(2n+1)::before {
					height: 1px;
					width: 940px;
					position: absolute;
					top: -30px;
					left: 0;
					background-color: #dcdad8;
					display: block;
					content: ''; }
			.category-topics__item:nth-child(2n+2) {
				padding: 0 0 0 30px;
				width: 50%; } }

.category-topics__item h3 {
	font-family: "FuturaDemi";
	font-size: 30px;
	line-height: 30px; }
	.category-topics__item h3 em {
		font-family: "Leksa";
		font-style: italic; }

.category-topics__item a {
	color: #302f2c; }
	.category-topics__item a:hover {
		color: #e65639; }

.category-topics__item p {
	font-family: "Leksa";
	font-size: 19px !important;
	line-height: 25px; }

#category-page .more-link {
	margin: 30px 0 70px !important; }

.news-more {
	margin-top: 8px; }

#category-page .section-title {
	margin-bottom: 38px; }

#category-page .more-link {
	margin: 0; }

#category-page .news-more .button-light-border {
	margin-top: 20px; }

#category-page .subtitle {
	margin: 0 0 28px; }

.little-news {
	margin-bottom: 34px;
	overflow: hidden;
	width: 100%; }

.little-news .slider-title {
	margin-top: 10px !important; }

.little-news-slider {
	border-bottom: 1px solid #dcdad8;
	left: -30px;
	padding-bottom: 20px;
	position: relative;
	width: 860px; }

.little-news-slider .fdemi-12 {
	color: #999;
	display: block;
	letter-spacing: 0 !important;
	margin-bottom: 4px; }

.little-news-slider a {
	display: block;
	font-family: "Leksa";
	font-size: 18px;
	line-height: 25px;
	width: 230px; }

.little-news-slider .slick-slide {
	border-right: 1px solid #dcdad8;
	height: 110px;
	padding-left: 30px; }

.little-news .news-home-all {
	margin-top: 10px;
	text-align: right; }

#search .close {
	float: right;
	height: 20px;
	position: absolute;
	right: 40px;
	top: 40px;
	width: 20px; }

#search form {
	height: 70px;
	left: 50%;
	margin: -35px 0 0 -450px;
	position: absolute;
	top: 50%;
	width: 900px; }

#search form input {
	background: #fff;
	border: 0;
	border-right: 1px solid #dfddda;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	font-family: "FuturaBook";
	font-size: 31px;
	height: 70px;
	line-height: 70px;
	padding: 0 30px;
	width: 830px; }

#search form button {
	background: #fff;
	border: 0;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	float: right;
	height: 70px;
	width: 70px; }

#search form button:hover {
	background: #e65639; }

#search form button .ai {
	height: 17px;
	width: 17px; }

#search form button:hover .ai path {
	fill: #fff; }

#hd {
	padding: 20px 30px 30px !important; }

#hd > div {
	position: relative;
	width: 100%; }

#hd > div > strong {
	color: #fff;
	display: inline-block;
	font-family: "FuturaDemi";
	font-size: 31px;
	height: 60px; }

#hd > div .close {
	bottom: -8px;
	float: right;
	height: 18px;
	position: relative;
	width: 18px; }

.hd-content {
	background: #1a1a1a;
	min-height: 350px;
	overflow: hidden;
	position: relative; }

.hd-content .hd-slider,
.hd-content .slick-list,
.hd-content .slick-track {
	height: 100%; }

.hd-slide {
	height: 100%;
	position: relative; }

.hd-photo {
	border-right: 1px solid #2b2b2b;
	float: left !important;
	height: 100%;
	padding: 10px 9px 10px 10px;
	width: 900px; }

.hd-photo > div {
	height: 100%;
	width: 100%; }

.hd-info-wrapper {
	height: 100%;
	padding-bottom: 80px;  }
.hd-info {
	float: right;
	padding: 17px 20px;
	width: 280px;
	overflow-y: auto;
	height: 100%;  }

.hd-info p {
	color: #fff;
	font-family: "Leksa";
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 27px; }

.hd-info em {
	color: #999;
	font-family: "Leksa";
	font-size: 14px;
	font-style: italic; }

.hd-controls {
	border-top: 1px solid #2b2b2b;
	bottom: 0;
	height: 70px;
	position: absolute;
	right: 20px;
	width: 260px; }

.hd-pages {
	color: #999;
	font-family: "FuturaBook";
	font-size: 15px;
	line-height: 69px; }

.hd-controls > div {
	float: right; }

.hd-controls > div > a {
	border: 2px solid #666;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
	float: left;
	height: 30px;
	margin: 17px 0 0 10px;
	position: relative;
	text-align: center;
	width: 30px; }

.hd-controls > div > a .ai {
	height: 14px;
	left: 5px;
	position: absolute;
	top: 6px;
	width: 14px; }

.hd-controls > div > a:last-child .ai {
	left: 7px; }

.hd-controls > div > a:hover {
	background: #333;
	border-color: #333; }

.hd-controls > div > a:hover .ai path {
	fill: #f5f3f0; }

#content-article {
	padding: 0 !important; }

#content-article #intro-img-bgr {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 670px;
	min-height: 450px;
	position: relative; }
	
#content-article #intro-img-bgr.cb {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
}

#intro-img-bgr > * {
	position: relative;
	z-index: 5; }

#intro-img-bgr .intro-black {
	background: rgba(0, 0, 0, 0.6);
	height: 670px;
	left: 0;
	min-height: 450px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1; }

#content-article #intro-img-bgr #heading {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	height: 70px;
	z-index: 100 !important; }

#content-article #intro-img-bgr #heading div.home-link {
	font-family: "RomanovskyRegular";
	font-size: 28px;
	font-weight: bold;
	line-height: 69px;
	text-align: center;
	text-transform: uppercase; }

#content-article #intro-img-bgr #heading div.home-link a {
	color: #f5f3f0; }

#content-article #intro-img-bgr #heading div a.heading-help {
	color: #fff; }

#content-article #intro-img-bgr #heading a.heading-cat {
	color: #f5f3f0 !important;
	top: 18px; }

#content-article #intro-img-bgr #heading a.heading-help {
	top: 15px; }

.photo-author {
	position: absolute;
	right: 20px;
	bottom: 100px;
	position: absolute !important;
	line-height: 1;
	white-space: nowrap;
	color: #999999;
	font-style: italic;
	font-family: 'Leksa';
	font-size: 14px; }

.article-info {
	color: #999;
	font-family: "FuturaDemi";
	font-size: 12px;
	margin: -20px auto 20px;
	text-align: center; }

.article-info .ai {
	margin-right: 5px;
	position: relative; }

.article-info-comments,
.article-info-view {
	margin-left: 18px; }

.article-info-date .ai,
.article-info-date .ai svg,
.article-info-comments .ai,
.article-info-comments .ai svg {
	height: 13px;
	position: relative;
	width: 13px; }

.article-info-view .ai,
.article-info-view .ai svg {
	height: 16px;
	width: 16px; }

.article-info-date .ai {
	bottom: -2px; }

.article-info-view .ai {
	bottom: -4px; }

.article-info-comments .ai {
	bottom: -3px; }

.in-article {
	border-bottom: 1px solid #e6e6e6;
	height: 36px;
	margin: 0 40px 34px; }

@media all and (max-width: 1220px) {
	.in-article {
		margin: 0 0 34px; } }

.in-article .article-info {
	float: left;
	margin: 0; }

.in-article .topic-tags {
	float: right;
	margin: 0;
	padding: 0; }
	.in-article .topic-tags a {
		font-family: "FuturaDemi";
		border: 0; }

.in-article .topic-tags:before {
	display: none !important; }

.article-heading {
	position: relative;
	top: 46%;
	-webkit-transform: translateY(-50.3%);
	-moz-transform: translateY(-50.3%);
	-ms-transform: translateY(-50.3%);
	-o-transform: translateY(-50.3%);
	transform: translateY(-50.3%); }

.article-heading__header--black {
	color: #302f2d !important; }
	.article-heading__header--black + .article-info {
		margin-top: 0; }

.case-ready-container {
	text-align: center; }
	.case-ready-container figure {
		height: 54px;
		width: 54px;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		margin: 40px auto 15px;
		background-color: #e65639;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAbCAMAAAAnBw3vAAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA+kf23iIc21FM4iQe41Z5W+TQcAPVhBqiAAAAjUlEQVR42oXK2Q7EIAxD0aYldIPOyv//aiPRMFMZyffJss5A2hMBVeUQudJcCne6FWuOXLmjynp/6/PZOyq4msb6PMoLXEJlO5ujyh1V5vSnYlNyqTT5s2lTc1OrfyM4VOhQoQsKqu/Sn1oaQAeq724KnTBVW+WmDhToUKFDhQ4Vtogr7uRpgzpXxPXVCbtXF6+NDNnQAAAAAElFTkSuQmCC");
		background-repeat: no-repeat;
		background-position: 9px 15px; }
	.case-ready-container h3 {
		color: #302f2d;
		font-family: 'FuturaDemi';
		font-size: 30px;
		line-height: 1; }

#intro-img-bgr h1 {
	color: #fff;
	font-family: "FuturaDemi";
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 19px;
	padding: 0 110px;
	text-align: center; }

#intro-img-bgr .author {
	font-family: "FuturaBook";
	font-size: 20px;
	text-align: center; }

#intro-img-bgr .author a {
	color: #f5f3f0; }

#intro-img-bgr .author .ai {
	bottom: -2px;
	height: 15px;
	margin-right: 6px;
	position: relative;
	width: 15px; }

.article-extra {
	background: #302f2d;
	bottom: 0;
	height: 80px;
	left: 0;
	position: absolute !important;
	text-align: center;
	width: 100%; }

.article-extra-info {
	display: inline-block;
	height: 75px;
	padding-top: 20px; }

.article-extra-info > div {
	border-left: 1px solid #4a4846;
	color: #fff;
	float: left;
	font-family: "FuturaBook";
	font-size: 25px;
	height: 38px;
	line-height: 30px;
	margin-left: 15px;
	padding-left: 15px; }
	.article-extra-info > div a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 550px;
		display: inline-block;
		color: #ffffff; }
@media screen and (max-width: 1200px) {
	.article-extra-info > div a {
		max-width: 350px; }
}

.article-extra-info > div:first-child {
	border: 0;
	font-family: "FuturaDemi";
	font-size: 23px;
	margin: 0;
	padding: 0; }

.article-extra-info > div:last-child {
	border: 0; }
	.article-extra-info > div:last-child.bordered {
		border-left: 1px solid #4a4846; }

.article-extra-info > div > div {
	color: #999;
	font-family: "FuturaDemi";
	font-size: 11px;
	letter-spacing: 0.66px;
	line-height: 14px;
	position: relative;
	text-transform: uppercase;
	top: -3px; }

.article-extra-info .button-red:hover {
	background: #f5f3f0;
	color: #302f2d; }

#content-article {
	padding: 40px 0; }

#content-article .white-bgr {
	background: #fff;
	margin: 40px auto;
	padding: 35px 0 55px; }

.content-720 {
	margin: 0 auto;
	width: 720px; }

.content-720-580 {
	margin: 0 auto;
	width: 720px; }

@media screen and (max-width: 1200px) {
	.content-720-580 {
		width: 580px; }
}

.content-full,
.content-full p,
.article-text .content-full p {
	width: 100%;
}

	.content-full .content-help-block {
		width: 720px;
		margin: 0 auto;
	}
	
	
.article-text p {
	font-family: "Leksa";
	font-size: 18px;
	line-height: 25px;
	margin: 17px auto;
	width: 720px; }

p.article-headline {
	font-family: "Leksa";
	font-size: 30px;
	line-height: 35px;
	margin: 0 auto 40px;
	text-align: center;
	width: 980px; }

.article-text h2 {
	font-family: "FuturaDemi";
	font-size: 31px;
	margin: 24px auto 19px;
	width: 720px; }

.article-text h3 {
	font-family: "FuturaDemi";
	font-size: 19px;
	letter-spacing: 0.95px;
	margin: 51px auto 22px;
	text-transform: uppercase;
	width: 720px; }

.text-img {
	display: block;
	float: left;
	margin: 30px 40px 30px -130px;
	width: 360px; }

.text-img em,
.text-img span {
	font-family: "Leksa";
	font-size: 14px;
	font-style: italic;
	line-height: 20px; }

.text-img em {
	display: block;
	margin-top: 7px; }

.text-img span {
	color: #999; }

.text-ad {
	display: block;
	float: right;
	margin: 30px -130px 30px 40px;
	width: 300px; }

.text-ad a {
	background: none !important; }

.text-gallery {
	border-bottom: 1px solid #e6e6e6;
	margin: 50px -30px 30px;
	padding-bottom: 14px;
	position: relative;
	width: 720px; }

#content-news .text-gallery {
	padding-bottom: 30px;  }

.gallery-slider {
	height: 490px;
	position: relative;

	z-index: 5; }

.gallery-slider div.slick-slide {
	height: 490px;
	width: 720px; }

.gallery-slider div.slick-slide > img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; 
	cursor: zoom-in; 
	display: block;
	margin: 0 auto;
	z-index: 5; }

.gallery-slider-border {
	border: 1px solid #e9e9e9;
	display: block;
	height: 490px;
	left: 0;
	position: absolute;
	top: 0;
	width: 720px;
	z-index: 1; }

.gallery-loader {
	position: absolute; 
	top: 195px;
	z-index: 1;
	left: 50%; 
	margin: 0 0 0 -50px
}	
	
.text-gallery .gallery-fullscreen {
	-webkit-transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
	-moz-transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
	-o-transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
	transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 30px;
	opacity: 0;
	padding: 5px 0 0 5px;
	position: absolute;
	right: 20px;
	top: 20px;
	visibility: hidden;
	width: 30px;
	z-index: 10000; }

.text-gallery .gallery-fullscreen:hover {
	background: rgba(255, 255, 255, 0.8); }

.text-gallery .gallery-fullscreen .ai {
	display: block;
	height: 20px;
	width: 20px; }

.text-gallery .gallery-fullscreen .ai svg {
	left: 0 !important; }

.gallery-prev,
.gallery-next {
	-webkit-transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
	-moz-transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
	-o-transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
	transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 0;
	height: 40px;
	margin-top: -20px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	visibility: hidden;
	width: 40px;
	z-index: 10; }

.gallery-prev:hover,
.gallery-next:hover {
	background: rgba(255, 255, 255, 0.8); }

.gallery-slider:hover .gallery-prev,
.gallery-slider:hover .gallery-next,
.gallery-slider:hover .gallery-fullscreen {
	opacity: 1;
	visibility: visible; }

.gallery-prev {
	left: 20px; }

.gallery-next {
	right: 20px; }

.gallery-prev .ai, .gallery-next .ai {
	display: block;
	height: 20px;
	position: absolute;
	top: 10px;
	width: 20px; }

.gallery-prev .ai {
	left: 8px; }

.gallery-next .ai {
	right: 8px; }

.gallery-prev .ai svg, .gallery-next .ai svg {
	left: 0 !important; }

.text-gallery .gallery-slider-qty {
	font-family: "FuturaBook";
	font-size: 15px;
	position: absolute;
	right: 0;
	top: 507px; }

.text-gallery p,
#content-news .white-cover .text-gallery p,
.topic-content .white-cover .text-gallery p {
	font-size: 14px;
	line-height: 20px;
	margin: 16px 0 0;
	width: 500px; }
	
.topic-content .white-cover .text-gallery p {
	width: 480px;
}

.text-gallery em {
	color: #999;
	display: block;
	font-family: "Leksa";
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	width: 500px; }

.text-quote {
	border-bottom: 3px solid #1a1a1a;
	border-top: 3px solid #1a1a1a;
	display: block;
	float: left;
	margin: 30px 40px 30px -130px;
	padding: 20px 0 0;
	text-align: center;
	width: 450px; }

.text-quote > span {
	font-family: "RomanovskyRegular";
	font-size: 23px;
	line-height: 35px;
	text-transform: uppercase; }

.text-quote-tweet {
	border-top: 1px solid #e6e6e6;
	color: #999;
	display: block;
	font-family: "FuturaDemi";
	font-size: 12px;
	height: 48px;
	letter-spacing: 0.6px;
	line-height: 49px;
	margin-top: 14px;
	overflow: hidden;
	text-transform: uppercase; }

.text-quote-tweet > .ai {
	bottom: -5px;
	height: 22px;
	margin-right: 5px;
	position: relative;
	width: 22px; }

.text-quote-tweet:hover > .ai path {
	fill: #e65639; }

.text-further {
	border: 1px solid #e6e6e6;
	display: block;
	float: left;
	margin: 30px 40px 30px -130px;
	padding: 25px 30px;
	width: 330px; }

.text-further a,
.text-further-right a {
	background: none !important;
	color: #302f2c !important; }

.text-further a:hover {
	color: #e65639 !important; }

.text-further-img {
	display: block;
	margin: 12px 0; }

.text-further-author {
	border: 3px solid #f5f3f0;
	border-radius: 28px;
	display: block;
	height: 56px;
	margin: -40px 0 10px 16px;
	width: 56px; }

.text-further strong,
.text-further-right strong {
	font-family: "FuturaDemi";
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase; }

.text-further a span:not(em),
.text-further-right a span:not(em) {
	font-family: "FuturaDemi";
	font-size: 20px;
	line-height: 25px; }

.text-further-right {
	border: 1px solid #e6e6e6;
	display: block;
	float: right;
	margin: 30px -130px 30px 40px;
	padding: 25px 30px;
	width: 330px; }

.text-further span, .text-further-right span {
	display: block;
	font-family: "FuturaBook";
	font-size: 17px;
	line-height: 20px; }

.text-notes {
	border: 1px solid #e6e6e6;
	display: block;
	float: left;
	margin: 30px 40px 30px -130px;
	padding: 25px 30px;
	width: 330px; }

.text-notes strong {
	display: block;
	font-family: "FuturaDemi";
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 10px; }

.text-notes span {
	display: block;
	font-family: "FuturaBook";
	font-size: 17px;
	line-height: 20px; }

.text-notes span a {
	font-family: "FuturaBook" !important;
	font-size: 17px;
	line-height: 20px; }

.article-big-quote {
	border-bottom: 3px solid #302f2d;
	border-top: 3px solid #302f2d;
	font-family: "RomanovskyRegular";
	font-size: 27px;
	line-height: 40px;
	margin: 50px 110px;
	padding: 30px 130px;
	text-align: center;
	text-transform: uppercase; }

.text-cover {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 47px 0 56px; }

.text-cover > div {
	background: rgba(0, 0, 0, 0.6);
	padding: 74px 0 112px;
	text-align: center; }

.text-cover > div > p {
	color: #fff;
	font-family: "RomanovskyRegular";
	font-size: 35px;
	line-height: 45px;
	text-transform: uppercase;
	width: 980px; }

.text-cover-tweet {
	border-top: 1px solid #e6e6e6;
	color: #999;
	display: inline-block;
	font-family: "FuturaDemi";
	font-size: 12px;
	height: 48px;
	letter-spacing: 0.6px;
	line-height: 49px;
	margin-top: 40px;
	overflow: hidden;
	text-transform: uppercase; }

.text-cover-tweet > .ai {
	bottom: -5px;
	height: 22px;
	margin-right: 5px;
	position: relative;
	width: 22px; }

.text-video {
	background: #302f2d;
	margin: 36px 0 39px;
	padding: 40px 0 34px; }

.text-video iframe {
	display: block;
	margin: 0 auto;
	width: 900px; }

.text-video p {
	color: #fff;
	font-family: "Leksa";
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	margin: 14px auto 0;
	padding-right: 400px;
	width: 900px; }

.article-big-photo {
	font-family: "Leksa";
	font-size: 14px;
	margin: 50px 0; }

.article-big-photo img {
	width: 100%; }

.article-big-photo div {
	line-height: 20px;
	margin: 10px 0 0 40px;
	width: 500px; }

.article-big-photo span {
	color: #999;
	display: block;
	float: right;
	font-style: italic;
	line-height: 20px;
	margin: 10px 40px 0 0; }

.article-quote {
	margin: 40px 0;
	padding-left: 80px; }

.article-quote p {
	border-left: 3px solid #f5f3f0;
	padding-left: 17px; }

a.ex-link {
	color: #e65a39;
	display: inline;
	font-family: 'Leksa';
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQI12M4AwAAzgDNfuiI8gAAAABJRU5ErkJggg==");
	background-repeat: repeat-x;
	background-position: left 85%; }

a.ex-link:after {
	background: #fff url(../../img/ex-link.png) right center no-repeat;
	background-size: 12px 12px;
	bottom: -5px;
	content: "";
	display: inline-block;
	height: 20px;
	padding-left: 5px;
	position: relative;
	width: 12px; }

.date-prev,
.date-next {
	background: url(../../img/date-controls.png) no-repeat;
	-webkit-background-size: 25px 33px;
	-moz-background-size: 25px 33px;
	-o-background-size: 25px 33px;
	background-size: 25px 33px;
	display: block;
	height: 11px;
	margin: 0 auto;
	width: 7px; }

.date-prev {
	background-position: left top; }

.date-next {
	background-position: right top; }

.prev:hover .date-prev {
	background-position: left bottom; }

.next:hover .date-next {
	background-position: right bottom; }

.help-block {
	background: url(../../img/help-bgr.png?12);
	background-position: 0 0;
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
	margin-bottom: 55px;
	padding: 10px; }

.help-block > div {
	background: #f5f3f0;
	padding: 20px 40px 50px; }

.help-block > div > div {
	overflow: hidden; }

.help-block h2 {
	border-bottom: 2px solid #333;
	font-family: "RomanovskyRegular";
	font-size: 30px;
	height: 62px;
	letter-spacing: 1.5px;
	line-height: 60px;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase; }

.help-block-title {
	display: block;
	font-family: "FuturaDemi";
	font-size: 19px;
	letter-spacing: 0.95px;
	text-transform: uppercase; }

.help-block-desc {
	color: #666;
	display: block;
	font-family: "Leksa";
	font-size: 14px;
	line-height: 20px; }

.help-block-left {
	float: left;
	padding-right: 30px;
	position: relative;
	width: 780px; }

.help-block-left::after {
	background: #dcdad8;
	content: "";
	display: block;
	height: 5000px;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px; }

.help-block-right {
	float: right;
	padding: 24px 0 0 30px;
	width: 320px; }

.help-block-right #date {
	background: #fff url(../../img/date.png) no-repeat;
	-webkit-background-size: 22px 119px;
	-moz-background-size: 22px 119px;
	-o-background-size: 22px 119px;
	background-size: 22px 119px;
	background-position: 249px top;
	cursor: pointer; }

.help-block-right #date.active {
	background: #333 url(../../img/date.png) no-repeat;
	-webkit-background-size: 22px 119px;
	-moz-background-size: 22px 119px;
	-o-background-size: 22px 119px;
	background-size: 22px 119px;
	background-position: 249px bottom;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	color: #fff; }

.help-block-tabs {
	height: 110px; }

.help-block-tabs > a {
	display: block;
	float: left;
	height: 110px;
	margin-left: -1px;
	padding: 24px 20px 0 30px;
	position: relative;
	width: 251px;
	z-index: 1; }

.help-block-tabs > a:first-child {
	margin: 0;
	width: 250px; }

.help-block-tabs > a:first-child::before {
	display: none; }

.help-block-tabs > a.selected {
	background: #fff;
	z-index: 5; }

.help-block-tabs > a::before {
	background: #dcdad8;
	content: "";
	display: block;
	height: 80px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 1px; }

.help-block-tabs > a.selected::before {
	display: none; }

.help-block-tabs > a .help-block-title {
	margin-bottom: 5px; }

.help-block-pay > div {
	background: #fff;
	display: none;
	margin-bottom: 34px;
	padding: 30px; }

#pay-web {
	display: block;
	padding-bottom: 28px; }

#pay-web .person-data_none {
	display: none;
}	
	
#pay-web form label {
	color: #666;
	display: block;
	font-family: "FuturaBook";
	font-size: 17px;
	height: 39px;
	line-height: 39px; }

#pay-web form .pay-web-inp {
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-family: "FuturaBook";
	font-size: 17px;
	height: 50px;
	padding: 0 15px; }

.pay-web-inputs {
	height: 89px;
	margin-bottom: 17px; }

.pay-web-inputs > div {
	float: left;
	margin-left: 20px; }

.pay-web-inputs > div:first-child {
	margin: 0; }

.pay-web-inputs > div:last-child {
	padding-top: 39px; }

.pay-web-inputs .button-red {
	height: 50px;
	line-height: 50px;
	padding: 0;
	width: 150px; }

#pay-web .checkbox label {
	color: #302f2d;
	font-family: "FuturaBook";
	font-size: 17px;
	height: 28px; }

#pay-web .checkbox label a {
	border-bottom: 1px solid #e6e6e6;
	display: inline-block;
	line-height: 22px; }

#pay-web .checkbox label a.help-link {
	background: #e65639;
	border: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	font-family: "FuturaDemi";
	font-size: 11px;
	height: 15px;
	letter-spacing: 0;
	line-height: 15px;
	margin: 0 -22px 0 3px;
	position: relative;
	text-align: center;
	top: -1px;
	width: 15px; }

#pay-web .checkbox label a.help-link:hover {
	background: #1a1a1a; }

#pay-web > form > img {
	float: right;
	margin: 6px 0 0 0; }
	
	#pay-web > form > img.adp-hide {
		float: none; 
		margin-bottom: -4px;
	}
	
#pay-web form label {
	height: 50px;
	line-height: 50px;
}

#pay-web fieldset {
	padding: 0; 
	border: 0;
	margin: 0;
}

#pay-web .donate-form {
	padding: 0;
}

#pay-web .donate-form-slider-container {
	height: 60px; 
	margin-top: 10px; 
	margin-bottom: 16px;
}

#pay-web .donate-form-slider-item {
	line-height: 50px;
}	

	#pay-web .donate-form-slider-item span {
		font-size: 19px;
	}
	
#pay-web .donate-form-remark {
	color: #808080; 
	font-family: 'Leksa'; 
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 34px;
}

#pay-web .pay-web-inputs {
	margin-bottom: 26px;
	height: auto;
}

#pay-web .pay-web-inputs:after,
#pay-web .pay-web-inputs:before {
	display: table;
	line-height: 0;
	content: "";
}
 
#pay-web .pay-web-inputs:after {
	clear: both;
}

#pay-web .donate-form-table {
	margin-bottom: 13px;
}

	#pay-web .donate-form-table td {
		width: 115px;
	}
	  
	#pay-web .donate-form-table-radio .rouble {
		line-height: 0;
	}
	  
	#pay-web .pay-web-inputs div.checkbox {
		margin-left: 28px; 
		margin-top: 50px;
		width: 186px;
	}

	#pay-web .pay-web-inputs .button-red-border--mt {
		margin-top: 11px;
	}

#pay-web .pay-web-change {
	float: right; 
	text-transform: uppercase; 
	font-size: 14px;
	color: #e65639;
	font-family: 'FuturaDemi'; 
	letter-spacing: 0.05em;
	margin-top: 3px;
}	

#pay-web .pay-web-result-info {
	font-size: 17px; 
	color: #333;
	font-family: 'FuturaBook';
	margin-bottom: 33px;
	float: left;
	width: 580px;
}

#pay-web .pay-web-lnk {
	color: #e65a39;
	display: inline;
	font-family: 'Leksa';
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQI12M4AwAAzgDNfuiI8gAAAABJRU5ErkJggg==");
	background-repeat: repeat-x;
	background-position: left 85%; 
}
		
#help {
	position: relative;
}
	
	#help > div {
		position: relative;
		z-index: 1;
	}	

.help-block-social .help-block-title {
	margin-bottom: 10px; }

.help-block-social > div,
.content-help-block {
	height: 40px;
	margin-top: 14px; }

.help-block-social > div > a,
.content-help-block > a {
	border: 1px solid #dcdad8;
	color: #999;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
	overflow: hidden;
	text-align: center;
	width: 90px; }

/*
.help-block-social > div > a:hover .ai path,
.content-help-block > a:hover .ai path {
	fill: #e65639;
}
*/
.help-block-social > div > a.content-help-fb:hover .ai path,
.share-short-links a:hover .ai[data-icon="fb"] path,
.content-help-block > a.content-help-fb:hover .ai path {
	fill: #3c5a96 !important; }

.help-block-social > div > a.content-help-tw:hover .ai path,
.share-short-links a:hover .ai[data-icon="tw"] path,
.content-help-block > a.content-help-tw:hover .ai path {
	fill: #59adeb !important; }

.help-block-social > div > a.content-help-vk:hover .ai path,
.share-short-links a:hover .ai[data-icon="vk"] path,
.content-help-block > a.content-help-vk:hover .ai path {
	fill: #5a7ea2 !important; }

.help-block-social > div > a.content-help-gplus:hover .ai path,
.share-short-links a:hover .ai[data-icon="gplus"] path,
.content-help-block > a.content-help-gplus:hover .ai path {
	fill: #d85439 !important; }

.help-block-social > div > a.content-help-lj:hover .ai path,
.share-short-links a:hover .ai[data-icon="lj"] path,
.content-help-block > a.content-help-lj:hover .ai path {
	fill: #1db1e7 !important; }

.help-block-social > div > a.content-help-ok:hover .ai path,
.share-short-links a:hover .ai[data-icon="ok"] path,
.content-help-block > a.content-help-ok:hover .ai path {
	fill: #f07225 !important; }

.help-block-social > div > a.content-help-mail:hover .ai path,
.share-short-links a:hover .ai[data-icon="mail"] path,
.content-help-block > a.content-help-mail:hover .ai path {
	fill: #fda840 !important; }

.help-block-social > div > a.content-help-whatsapp:hover .ai path,
.share-short-links a:hover .ai[data-icon="whatsapp"] path,
.content-help-block > a.content-help-whatsapp:hover .ai path {
	fill: #64d448 !important; }	
	
.help-block-social > div > a.content-help-telegram:hover .ai path,
.share-short-links a:hover .ai[data-icon="telegram"] path,
.content-help-block > a.content-help-telegram:hover .ai path {
	fill: #2ca5e0 !important; }	
	
.help-block-social > div > a:first-child,
.content-help-block > a:first-child {
	margin: 0; }

.ai16 {
	height: 16px;
	width: 16px; }

.help-block-social > div > a .ai16,
.content-help-block > a .ai16 {
	margin: 11px 0 0 0; }

.ai17 {
	height: 17px;
	width: 17px; }

.help-block-social > div > a .ai17,
.content-help-block > a .ai17 {
	margin: 11px 0 0 0; }

.ai18 {
	height: 18px;
	width: 18px; }

.help-block-social > div > a .ai18,
.content-help-block > a .ai18 {
	margin: 10px 0 0 0; }

.ai22 {
	height: 22px;
	width: 22px; }

.help-block-social > div > a .ai22,
.content-help-block > a .ai22 {
	margin: 8px 0 0 0; }

.help-block-right .help-block-desc {
	margin: 5px 0 12px; }

.help-block-right form {
	position: relative; }

.help-block-right form label {
	color: #666;
	display: block;
	font-family: "FuturaBook";
	font-size: 17px;
	margin-bottom: 9px; }

.help-block-right form input.inp {
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-family: "FuturaBook";
	font-size: 17px;
	height: 50px;
	margin-bottom: 22px;
	padding: 0 15px;
	width: 100%; }

.help-block-right form .button-red-border {
	margin-top: 8px; }

.help-block-right form .type-select {
	margin-bottom: 22px; }

.help-block-right form .selectize-dropdown-content {
	max-height: 170px; }

/* счетчики в блоке расшаривания */	
.content-help-block.help-block-social > div > a, 
.content-help-block.content-help-block > a,
.count-help-block.help-block-social > div > a, 
.count-help-block.content-help-block > a { text-align: left; font-family: 'FuturaDemi'; font-size: 14px; }

.content-help-block.help-block-social > div > a.content-help-lj, 
.content-help-block.content-help-block > a.content-help-lj,
.content-help-block.help-block-social > div > a.content-help-gplus, 
.content-help-block.content-help-block > a.content-help-gplus,
.count-help-block.help-block-social > div > a.content-help-lj, 
.count-help-block.content-help-block > a.content-help-lj,
.count-help-block.help-block-social > div > a.content-help-gplus, 
.count-help-block.content-help-block > a.content-help-gplus,
.content-help-block.help-block-social > div > a.content-help-whatsapp, 
.content-help-block.content-help-block > a.content-help-whatsapp,
.count-help-block.help-block-social > div > a.content-help-whatsapp, 
.count-help-block.content-help-block > a.content-help-whatsapp,
.content-help-block.help-block-social > div > a.content-help-telegram, 
.content-help-block.content-help-block > a.content-help-telegram,
.count-help-block.help-block-social > div > a.content-help-telegram, 
.count-help-block.content-help-block > a.content-help-telegram { text-align: center; }

.count-help-block.help-block-social > div > a.content-help-whatsapp, 
.count-help-block.content-help-block > a.content-help-whatsapp,
.content-help-block.help-block-social > div > a.content-help-whatsapp, 
.content-help-block.content-help-block > a.content-help-whatsapp,
.count-help-block.help-block-social > div > a.content-help-telegram, 
.count-help-block.content-help-block > a.content-help-telegram,
.content-help-block.help-block-social > div > a.content-help-telegram, 
.content-help-block.content-help-block > a.content-help-telegram {
	display: none;
}

.content-help-block .content-help-fb ,
.count-help-block .content-help-fb { padding-left: 15px; }
.content-help-block .content-help-tw,
.count-help-block .content-help-tw { padding-left: 13px; }
.content-help-block .content-help-vk,
.count-help-block .content-help-vk { padding-left: 13px; }
.content-help-block .content-help-ok,
.count-help-block .content-help-ok { padding-left: 16px; }
.content-help-block .content-help-mail,
.count-help-block .content-help-mail { padding-left: 13px; }

.content-help_number {
	color: #fff; 
	float: right; 
	padding-right: 14px; 
	line-height: 36px;
}
	
	.content-help-block_grey .content-help_number,
	.count-help-block_grey .content-help_number {
		color: #999;
	}
	
	.content-help-fb:hover .content-help_number { color: #3c5a96 }
	.content-help-tw:hover .content-help_number { color: #59adeb }
	.content-help-vk:hover .content-help_number { color: #5a7ea2 }
	.content-help-gplus:hover .content-help_number { color: #d85439 }
	.content-help-ok:hover .content-help_number { color: #f07225 }
	.content-help-mail:hover .content-help_number { color: #fda840 }

/*------------------ методы оплаты
------------------*/
.b-payment-method {
	margin: 0 0 0 -20px;
	padding: 0;
	list-style-type: none;
}

	.b-payment-method__elem {
		float: left;
		margin: 0 0 20px 20px;
		padding: 0;
	}
	
		.b-payment-method__elem__lnk {
			display: block;
			width: 335px;
			height: 165px;
			border: 1px solid #d9d9d9;
			background: #fff;
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
					border-radius: 3px;
		}
		
			.b-payment-method__elem__lnk__head {
				display: block; 
				height: 49px; 
				line-height: 46px; 
				border-bottom: 1px solid #d9d9d9;
				background: #f5f3f0;
				font-family: 'FuturaDemi';
				font-size: 19px;
				color: #302f2d; 
				padding-left: 19px;
				
			}
			
			.b-payment-method__elem__lnk__ico {
				background-image: url(../../img/payment3.png);
				background-repeat: no-repeat;
				float: left;
			}
			
				.b-payment-method__elem__lnk__ico_1 {
					background-position: 0 0;
					width: 221px; 
					height: 27px;
					margin: 38px 0 51px 20px;
				}
				
				.b-payment-method__elem__lnk__ico_2 {
					background-position: 0 -30px;
					width: 87px; 
					height: 21px;
					margin: 40px 0 55px 27px;
				}
				
				.b-payment-method__elem__lnk__ico_3 {
					background-position: 0 -60px;
					width: 188px;
					height: 47px;
					margin-left: 24px;
					margin-top: 38px;
					margin: 38px 0 31px 24px;
				}
				
				.b-payment-method__elem__lnk__ico_4 {
					background-position: 0 -110px;
					width: 177px; 
					height: 34px;
					margin: 37px 0 45px 28px;
				}
				
			.b-payment-method__elem__lnk__plus {
				float: left; 
				font-size: 14px; 
				font-family: 'FuturaDemi'; 
				border-left: 1px solid #d9d9d9; 
				height: 32px;
				padding-left: 22px;
				text-transform: uppercase;
				line-height: 32px;
				margin: 38px 0 0 27px;
			}


	
	
#pay-sms, #pay-bank {
	display: none;
	min-height: 220px;
	padding-left: 240px;
	position: relative; }

#pay-sms div {
	height: 150px;
	left: 50px;
	padding-top: 20px;
	position: absolute;
	top: 30px;
	width: 150px; }

#pay-sms div img {
	width: 150px; }

#pay-sms p, #pay-bank p {
	font-family: "FuturaDemi";
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 18px;
	padding-top: 23px; }

#pay-sms span {
	display: block;
	font-family: "FuturaBook";
	font-size: 17px;
	line-height: 20px; }

#pay-bank .ai {
	height: 150px;
	left: 50px;
	position: absolute;
	top: 37px;
	width: 150px; }

#pay-bank .button-red {
	height: 50px;
	line-height: 50px; }

.go-comment {
	border: 1px solid #d0cfcc;
	color: #1a1a1a !important;
	display: block;
	font-family: "FuturaDemi";
	font-size: 25px;
	height: 90px;
	line-height: 88px;
	margin: 55px auto 40px;
	text-align: center; }

.go-comment.margin-bottom {
	margin: 55px auto; }

.go-comment .ai {
	height: 38px;
	width: 38px; }

.go-comment:hover {
	background: #e6e4e1;
	border-color: #cccccc; }

.go-comment > span {
	bottom: -13px;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	margin-right: 8px;
	position: relative;
	width: 38px;
	z-index: 1; }

.go-comment .comments-qty {
	color: #fff;
	display: block;
	font-family: "FuturaDemi";
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	top: 0;
	width: 38px;
	z-index: 5; }

.article-other > div {
	margin: 0 auto;
	width: 820px; }

.article-other > div > div {
	border-top: 1px solid #dcdad8;
	margin-bottom: 40px;
	min-height: 280px;
	padding: 39px 0 0 400px;
	position: relative; }

.article-other > div > div:first-child {
	border-color: transparent !important; }

.article-other .topic-img {
	left: 0;
	position: absolute;
	top: 48px; }

.article-other h3 {
	font-family: "FuturaDemi";
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 13px; }

.article-other p {
	font-family: "Leksa";
	font-size: 19px !important;
	line-height: 25px; }

.article-other .topic-person h3 {
	margin-bottom: 14px;
	padding-bottom: 22px;
	position: relative; }

.article-other .topic-person h3::before {
	left: 0;
	margin: 0; }

.article-other .topic-person .topic-author {
	font-family: "Leksa" !important;
	font-size: 22px;
	font-style: italic; }

.article-other .topic-author {
	margin: 11px 0 13px; }

.more-link {
	border: 1px solid #d0cfcc;
	color: #302f2d;
	display: block;
	font-family: "FuturaDemi";
	font-size: 25px;
	height: 91px;
	line-height: 92px;
	margin-top: 50px;
	overflow: hidden;
	text-align: center; }

.more-link:hover {
	background: #e6e4e1;
	border-color: #cccccc; }

.more-link > span {
	background: #e8503e;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-right: 12px;
	padding-left: 1px;
	position: relative;
	top: -1px;
	text-align: center;
	width: 30px; }

.more-link > span .ai {
	height: 12px;
	position: relative;
	top: -1px;
	width: 12px; }

.article-other .more-link {
	margin: 50px 0 65px; }

.article-other .more-link.margin {
	margin: 50px 0 30px; }

.total {
	background: #e6e4e1;
	font-family: "FuturaDemi";
	height: 460px;
	margin-top: 31px;
	padding-top: 100px;
	text-align: center; }

.total > span {
	font-size: 40px; }

.total div {
	font-size: 100px;
	margin: 5px 0 17px; }

.total .button-red {
	color: #f5f3f0 !important;
	font-size: 20px;
	height: 60px;
	letter-spacing: 1px;
	line-height: 59px;
	width: 230px; }

.subject-more {
	height: 580px;
	padding-top: 31px; }

.subject-more .slider-title {
	margin-bottom: 0 !important; }

.subject-more.wrap {
	overflow: hidden; }

.subject-more-slider {
	height: 480px;
	width: 100%;
	-webkit-transition: left 0.5s ease-in-out 0s;
	-moz-transition: left 0.5s ease-in-out 0s;
	-o-transition: left 0.5s ease-in-out 0s;
	transition: left 0.5s ease-in-out 0s;
	will-change: left;
	left: 0;
	padding-top: 30px;
	position: relative; }
	.subject-more-slider::after {
		clear: both;
		content: "";
		display: table; }

.subject-more-slider::before {
	background: #f5f3f0;
	content: "";
	display: block;
	height: 420px;
	position: absolute;
	left: 0;
	top: 30px;
	width: 5px;
	z-index: 10001; }

.subject-more-slider .fdemi-12 {
	letter-spacing: 1.44px !important; }

.subject-more-slider > div > div > div {
	float: left;
	height: 450px;
	padding: 0 40px;
	position: relative;
	text-align: center;
	width: 400px; }

.subject-more-slider > div > div > div::after {
	background: #dcdad8;
	content: "";
	display: block;
	height: 420px;
	position: absolute;
	right: -1px;
	top: 0;
	width: 1px;
	z-index: 10000; }

.subject-more-slider h3 {
	font-family: "FuturaDemi";
	font-size: 25px;
	line-height: 25px;
	margin-top: 6px; }

#topics-slider .slick-black,
.subject-more-slider .slick-black {
	display: none;
}	

/* 3 селектора, чтоб слайд-шоу не глючило при загрузке */
.subject-more-slider > div:not([class]) {
    float: left;
    position: relative;
	text-align: center;
}

.subject-more-slider > div:not([class]) > .subject-more-content {
	display: none;
}

.subject-more-slider > div:not([class]) > .topic-item-header > .topic-item-header__container {
    -webkit-transform: none; /* Для Safari, Chrome, iOS */
	   -moz-transform: none; /* Для Firefox */
	    -ms-transform: none; /* Для IE */
		 -o-transform: none; /* Для Opera */
			transform: none;
}



.hd-slider .slick-black {
	display: none;
}
	
.subject-more-content {
	bottom: 35px;
	left: 40px;
	position: absolute;
	width: 320px; }

.white-cover {
	background: #fff;
	padding: 33px 40px; }

.content-help-block > a {
	margin-left: 15px; }

.content-news-more {
	margin: 61px 0 59px; }

.content-news-more > div,
.news-more > div {
	border-bottom: 1px solid #dcdad8;
	line-height: 25px;
	padding: 12px 0 12px 110px;
	position: relative; }

.content-news-more > div > span,
.news-more > div > span {
	color: #999;
	font-family: "FuturaDemi";
	font-size: 11px;
	left: 0;
	position: absolute; }

.content-news-more > div > a,
.news-more > div > a {
	font-family: "Leksa";
	font-size: 18px; }

.news-more {
	margin: 45px 0 50px; }

.news-more.wrap {
	margin: 45px auto 60px; }

.news-more.wrap > div {
	margin: 0 auto;
	padding: 17px 0 17px 90px;
	width: 800px; }

h2.section-title {
	border-bottom: 2px solid #333;
	font-family: "RomanovskyRegular";
	font-size: 27px;
	letter-spacing: 1.35px;
	padding-bottom: 13px;
	text-align: center;
	text-transform: uppercase; }

.news-more h2.subtitle {
	margin-bottom: 8px;
	margin-top: 47px; }

#content-news .content-left,
#content-events .content-left {
	padding-bottom: 70px; }

.news-heading,
.events-heading {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 26px;
	padding-bottom: 5px; }

.news-heading .article-info {
	bottom: -6px;
	margin: 0 0 12px;
	position: relative; }

.news-heading .article-info .ai {
	margin-right: 3px;
	position: relative; }

.news-heading .article-info-comments,
.news-heading .article-info-view {
	margin-left: 12px; }

#content-news .white-cover h1,
#content-events .white-cover h1 {
	font-family: "FuturaDemi";
	font-size: 35px;
	line-height: 35px;
	margin: 0 auto 6px;
	text-align: center;
	width: 650px; }

#content-news .white-cover h2 {
	border-bottom: 3px solid #ccc;
	font-family: "FuturaDemi";
	font-size: 19px;
	letter-spacing: 0.95px;
	padding-bottom: 11px;
	text-transform: uppercase; }

#content-news .white-cover .topic-link {
	display: block;
	font-size: 17px !important;
	margin: 22px 0 29px;
	text-align: center; }

#content-news .white-cover .topic-link * {
	font-size: 17px !important; }

#content-news .white-cover .text-img,
#content-events .white-cover .text-img {
	display: block;
	float: left;
	margin: 7px 40px 30px 0;
	width: 360px; }

#content-news .white-cover p,
#content-events .white-cover p {
	font-family: "Leksa";
	font-size: 18px;
	line-height: 25px;
	margin: 17px auto; }

#content-news .white-cover .content-help-block {
	margin-bottom: 27px; }

#content-events .white-cover .content-help-block {
	margin: 52px 0 27px; }

#content-news .content-help-block {
	margin-top: 60px; }

#thx .content-help-block {
	margin-top: 32px !important;
	margin-bottom: 52px;
}
	
#request.white-bgr,
#volunteer.white-bgr,
#thx.white-bgr {
	background: #fff;
	margin: 40px auto;
	padding: 53px 0 55px; }

#request > div,
#volunteer > div {
	margin: 0 auto;
	width: 980px; }

#request h1,
#volunteer h1,
#thx h1 {
	font-family: "FuturaDemi";
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 4px;
}

#volunteer h1.volunteer-title {
	font-size: 50px;
	line-height: 50px;
	text-align: center;
}
	
#thx h1 {
	text-align: left;
	line-height: 50px;
	margin-top: 10px;
}

#request p.request-heading,
#volunteer p.volunteer-heading,
#thx p.request-heading {
	font-family: "Leksa";
	font-size: 30px;
	line-height: 35px;
	text-align: center; }

	#thx p.request-heading {
		text-align: left;
		margin-top: 45px; 
		margin-bottom: 25px;
	}
	
.request-wrap,
.volunteer-wrap {
	font-size: 20px;
	line-height: 30px;
	margin: 0 auto;
	width: 760px; }

.volunteer-wrap .np-quote:not(.np-quote_border) {
	padding: 49px 100px 44px;
	margin: 60px -100px 61px;
}

.volunteer-wrap .np-quote p {
	font: 25px/30px var(--np-font-futurabook) !important;
	margin: 0 !important;
}

.volunteer-wrap .np-quote__author {
	margin-top: 30px;
}

.volunteer-wrap ul {
	font-family: "Leksa";
}

#request .content-help-block {
	margin: 70px auto 5px;
	width: 720px; }

#request h2,
#volunteer h2 {
	font-family: "FuturaDemi";
	font-size: 31px; }

#thx p,
#request p,
#request li,
#volunteer p {
	font-family: "Leksa";
	font-size: 20px;
	line-height: 30px;
	margin: 20px 0; }

#thx p {
	margin: 20px 0;
}	
	
#request ol {
	margin-left: 25px; }

.request-wrap ol a {
	font-family: "FuturaBook";
	font-size: 20px; }

#request form,
#volunteer form {
	background: #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 44px auto;
	padding: 34px 40px;
	width: 800px; }

#request form h2 {
	margin-bottom: -20px; }

.request-form-title {
	border-bottom: 3px solid #ccc;
	font-family: "FuturaDemi";
	font-size: 19px;
	letter-spacing: 0.95px;
	margin: 44px 0 32px;
	padding-bottom: 11px;
	text-transform: uppercase; }

#request form label,
#volunteer form label {
	display: block;
	font-family: "FuturaBook";
	font-size: 17px;
	margin-bottom: 9px; }

#request form .required {
	color: #b20000; }

.request-inputs {
	margin: -32px 0 0 -30px; }

.request-inputs > div,
.volunteer-inputs > div {
	float: left;
	margin: 32px 0 0 30px; }

.request-block {
	margin: 30px 0;
	width: 720px; }

#request-file {
	display: none; }

.request-inputs > div input[type=text],
.volunteer-inputs > div input[type=text] {
	width: 100%; }

#request form .w50,
#volunteer form .w50 {
	width: 345px; }

#request form .w100 {
	width: 720px; }

#request form .text-input,
#volunteer form input[type=text] {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "FuturaBook";
	font-size: 17px;
	height: 50px;
	padding: 0 15px; }

#request form textarea, #volunteer form textarea {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "FuturaBook";
	font-size: 17px;
	height: 160px;
	padding: 10px 15px;
	resize: none;
	width: 100%; }

#request .note {
	color: #666;
	display: block;
	font-family: "Leksa";
	font-size: 14px;
	line-height: 20px;
	margin: -4px 0 14px; }

.request-total {
	margin-right: 10px;
	width: 135px !important; }

.request-human {
	width: 54px !important; }

.request-radio {
	margin: 32px 0; }

#request .submit {
	border-top: 3px solid #ccc;
	margin-top: 30px;
	padding: 30px 0 13px; }

#request .note.upload {
	margin: 4px 0 22px; }

#request .note.upload span {
	color: #302f2c;
	font-family: "FuturaBook";
	font-size: 17px;
	margin-right: 3px; }

#request .note.upload span a {
	background: url(../../img/delete.png) center center no-repeat;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	-o-background-size: 10px 10px;
	background-size: 10px 10px;
	bottom: -1px;
	display: inline-block;
	height: 10px;
	margin: 0 4px 0 5px;
	position: relative;
	width: 10px; }

#volunteer p strong {
	font-weight: bold; }

#volunteer form {
	margin: 52px auto 54px;
	padding: 45px 40px 34px; }

.volunteer-inputs {
	margin: 0 0 30px -30px; }

#volunteer form .button-red {
	margin-bottom: 10px; }

#volunteer .content-help-block {
	margin: 80px auto 5px;
	width: 720px; }

#news-list {
	border-bottom: 1px solid #d9d8d2; }

#news-list .subtitle {
	text-align: left; }

.news-list-links .news-date {
	color: #999;
	display: block;
	font-family: "FuturaDemi";
	font-size: 11px;
	margin-bottom: 4px; }

.news-list-links > div {
	border-bottom: 1px solid #d9d8d2; }

.news-list-links .with-img {
	margin-top: 30px;
	min-height: 190px;
	padding-bottom: 30px; }

.news-list-links .with-img img {
	float: left;
	margin-right: 25px; }

.news-list-links .with-img a {
	font-family: "Leksa";
	font-size: 30px;
	line-height: 35px; }

.news-list-links .with-img .news-date {
	color: #999;
	display: block;
	font-family: "FuturaDemi";
	font-size: 11px;
	margin-bottom: 4px; }

.news-list-links .text {
	line-height: 25px;
	padding: 12px 0 12px 110px;
	position: relative; }

.news-list-links .text .news-date {
	color: #999;
	font-family: "FuturaDemi";
	font-size: 12px;
	left: 0;
	position: absolute; }

.news-list-links .text a {
	font-family: "Leksa";
	font-size: 18px; }
	
.news-list-links_side {
	margin: -19px 0 56px;
}
	
	.news-list-links_side .text {
		padding: 21px 0 18px;
	}
		
		.news-list-links_side .text a {
			font-family: 'FuturaBook'; 
			font-size: 21px;
		}

#news-list .pagination {
	margin: 50px auto; }

.pagination {
	height: 30px;
	text-align: center; }

.pagination > a,
.pagination > span {
	display: inline-block;
	font-family: "FuturaDemi";
	font-size: 18px;
	height: 30px;
	letter-spacing: 0.95px;
	line-height: 30px;
	margin: 0 13px;
	overflow: hidden;
	vertical-align: top; }

.pagination > span {
	color: #e8503e; }

.pagination .hellip {
	color: #7b7b7b; }

.pagination a.page-prev,
.pagination a.page-next {
	border: 2px solid #d0cfcc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 30px;
	line-height: 1px !important;
	margin: 0 3px !important;
	padding: 0 !important;
	position: relative;
	text-align: center;
	width: 30px; }

.pagination .page-prev .ai,
.pagination .page-next .ai {
	height: 14px;
	left: 6px;
	position: absolute;
	top: 6px;
	width: 14px; }

.pagination .page-prev .ai svg,
.pagination .page-next .ai svg {
	left: 0 !important; }

.pagination .page-next .ai {
	left: 7px; }

.pagination .page-prev:hover,
.pagination .page-next:hover {
	background: #333;
	border-color: #333; }

.pagination .page-prev:hover .ai path,
.pagination .page-next:hover .ai path {
	fill: #f5f3f0; }

#author.white-bgr {
	background: #fff;
	margin: 40px auto 60px;
	padding: 49px 0 55px; }

#author > div {
	margin: 0 auto;
	width: 980px; }

.author-heading {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 35px;
	padding-bottom: 2px; }

.author-heading h1 {
	font-family: "FuturaDemi";
	font-size: 50px; }

.author-heading .fdemi-14 {
	bottom: -33px;
	float: right;
	position: relative; }

.author-about {
	min-height: 190px;
	padding-left: 240px;
	position: relative; }

.author-about > img {
	-webkit-border-radius: 95px;
	-moz-border-radius: 95px;
	border-radius: 95px;
	height: 190px;
	left: 0;
	position: absolute;
	top: 0;
	width: 190px; }

.author-about p {
	font-family: "Leksa";
	font-size: 18px;
	line-height: 25px; }

.author-about .author-links {
	font-family: "FuturaBook";
	font-size: 17px;
	margin: 22px 0 30px; }

.author-about .author-links a {
	margin-right: 15px; }

.author-about .author-links a:hover .ai path {
	fill: #e65639; }

.author-about .author-links .ai {
	margin-right: 8px;
	position: relative; }

.author-about .author-social-fb {
	bottom: -3px;
	height: 16px;
	width: 16px; }

.author-about .author-social-site {
	bottom: -4px;
	height: 17px;
	width: 17px; }

.author-about .author-social-tw,
.author-about .author-social-vk {
	bottom: -6px;
	height: 22px;
	width: 22px; }

.author-help-block {
	margin: 50px auto 70px;
	width: 720px; }


#searh-result form {
	height: 70px;
	margin: 50px auto 66px;
	width: 980px; }

#searh-result form input {
	background: #fff;
	border: 1px solid #dfddda;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	font-family: "FuturaBook";
	font-size: 31px;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	padding: 0 22px;
	width: 910px; }

#searh-result form button {
	background: #fff;
	border: 1px solid #dfddda;
	border-left: 0;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	float: right;
	height: 70px;
	width: 70px; }

#searh-result form button:hover {
	background: #e65639;
	border-color: #e65639; }

#searh-result form button .ai {
	bottom: -2px;
	height: 17px;
	position: relative;
	width: 17px; }

#searh-result form button:hover .ai path {
	fill: #fff; }

.searh-result-list {
	margin: 50px auto 40px;
	width: 980px; }

.searh-result-list > div {
	border-bottom: 1px solid #dcdad8;
	margin-bottom: 35px;
	padding: 0 0 25px 190px;
	position: relative; }

.searh-result-list .searh-result-info {
	float: left;
	left: 0;
	position: absolute;
	top: 0;
	width: 150px; }

.searh-result-list .search-date {
	color: #999;
	display: block;
	font-family: "FuturaDemi";
	font-size: 12px;
	line-height: 17px;
	margin: 3px 0 23px; }

.searh-result-list .searh-result-info {
	line-height: 15px; }

.searh-topic {
	display: block;
	line-height: 17px;
	margin-bottom: 23px; }

.searh-topic em {
	color: #666;
	font-family: "Leksa";
	font-size: 15px;
	font-style: italic; }

.searh-topic a {
	font-family: "FuturaBook";
	font-size: 17px; }

.searh-result-list > div > a {
	font-family: "FuturaDemi";
	font-size: 28px;
	line-height: 30px; }

.searh-result-list > div > p {
	font-family: "Leksa";
	font-size: 18px;
	line-height: 30px;
	margin: 12px 0; }

#searh-result .pagination {
	margin: 26px auto 60px; }

#partners {
	margin-bottom: 50px; }

#partners .subtitle {
	margin-top: 46px; }

.partners-list {
	margin: 10px 0 0 -40px; }

.partners-list > a {
	background: #fff;
	display: block;
	float: left;
	height: 280px;
	margin: 40px 0 0 40px;
	padding: 0 40px;
	width: 270px; }

.partners-list > a > span {
	border-bottom: 1px solid #d6d4ce;
	display: block;
	height: 210px;
	margin-bottom: 13px;
	position: relative; }

.partners-list > a > span > img {
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	position: absolute;
	top: 0; }

.partners-list > a > em {
	display: block;
	font-family: "FuturaBook";
	font-size: 17px;
	font-style: normal;
	line-height: 20px;
	text-align: center; }

#team-header.photo-header #intro-img-bgr {
	background-image: url(../../img/team.jpg);
	background-position: center center; }

#partners-header.photo-header #intro-img-bgr {
	background-image: url(../../img/fund-partners-background.jpg);
	background-position: center center; }

#reports-header.photo-header #intro-img-bgr {
	background-image: url(../../img/reports.jpg);
	background-position: center top; }

#category-header.photo-header #intro-img-bgr {
	background-image: url(../../img/category.jpg);
	background-position: center center; }

#request-header.photo-header #intro-img-bgr {
	background-image: url(../../img/fund-request-background.jpg);
	background-position: center center; }

#volunteer-header.photo-header #intro-img-bgr {
	background-image: url(../../img/fund-volunteer-background.jpg);
	background-position: center center; }

.photo-header {
	padding: 0 !important; }

.photo-header #intro-img-bgr {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 260px;
	padding-top: 75px !important;
	position: relative; }

.photo-header #intro-img-bgr.padding-135 {
	padding-top: 135px; }

.photo-header #intro-img-bgr.padding-145 {
	padding-top: 145px; }

.photo-header #intro-img-bgr.padding-185 {
	padding-top: 185px; }

.photo-header #intro-img-bgr #heading {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	height: 70px; }

.photo-header #intro-img-bgr #heading div {
	font-family: "RomanovskyRegular";
	font-size: 28px;
	font-weight: bold;
	line-height: 69px;
	text-align: center;
	text-transform: uppercase; }

.photo-header #intro-img-bgr #heading div a {
	color: #f5f3f0; }

.photo-header #intro-img-bgr #heading div a.heading-help {
	color: #fff; }

.photo-header #intro-img-bgr #heading a.heading-cat {
	color: #f5f3f0 !important;
	top: 18px; }

.photo-header #intro-img-bgr #heading a.heading-help {
	top: 15px; }

.photo-header #intro-img-bgr h1 {
	color: #fff;
	font-family: "FuturaDemi";
	font-size: 70px;
	line-height: 70px;
	margin: 0 auto 10px;
	text-align: center; }

.photo-header-qty {
	text-align: center; }

.photo-header-qty em {
	color: #999;
	font-family: "Leksa";
	font-size: 20px;
	font-style: italic; }

.photo-header-qty span {
	color: #ccc;
	font-family: "FuturaDemi";
	font-size: 17px; }

#reports.white-bgr {
	background: #fff;
	margin: 40px auto;
	padding: 49px 0 55px; }

#reports > div {
	margin: 0 auto;
	width: 800px; }

#reports .reports-detlist__info {
	color: #999;
	font: 17px/20px "FuturaBook";
	position: relative;
	margin-top: -76px;
}

#reports .reports-detlist__info:before {
	content: '*';
	position: absolute;
	top: 0;
	left: -17px;
}

#reports .reports-detlist__info p + p {
	margin-top: 20px;
}

.reports-title {
	font-family: "Leksa";
	font-size: 30px;
	line-height: 35px;
	text-align: center; }

.report-table {
	margin: 67px 0 91px; }

#reports > div > .report-table:last-child {
	margin-bottom: 37px; }

.report-table > div {
	font-family: "FuturaDemi";
	font-size: 31px;
	height: 62px;
	line-height: 50px; }

.report-table > div > span:last-child {
	color: #e65639;
	float: right; }

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

.cell-center {
	text-align: center !important; }

.cell-right {
	text-align: right !important; }

#reports table th {
	border-bottom: 3px solid #ccc;
	border-top: 1px solid #ccc;
	color: #999;
	font-family: "FuturaDemi";
	font-size: 12px;
	letter-spacing: 0.6px;
	line-height: 40px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase; }

#reports table td {
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0 0;
	vertical-align: top; }

#reports table .first-row td {
	padding: 30px 0 0; }

#reports table td.cell-center,
#reports table td.cell-right {
	font-family: "FuturaBook";
	font-size: 17px; }

#reports table td strong {
	display: block;
	font-family: "FuturaDemi";
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px; }

#reports table td p {
	font-family: "FuturaBook";
	font-size: 17px;
	line-height: 25px;
	margin: 20px 0;
	padding-left: 23px; }

#reports table td p a.report-link {
	margin-left: -23px; }

#reports table td p a.report-link .ai {
	bottom: -1px;
	height: 16px;
	margin-right: 7px;
	position: relative;
	width: 16px; }

#reports table .total-row td {
	border: 0;
	border-top: 3px solid #ccc; }

#reports table .total-row {
	font-family: "FuturaDemi";
	font-size: 20px;
	text-transform: uppercase; }

#reports table .total-row td.cell-center,
#reports table .total-row td.cell-right {
	font-family: "FuturaDemi";
	font-size: 17px;
	padding-top: 22px; }

.about-header.photo-header #intro-img-bgr {
	background-image: url(../../img/fund-about-background.jpg) !important;
	background-position: center center; }

.about-header.photo-header #intro-img-bgr {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative; }

.about-header p {
	color: #fff;
	font-family: "FuturaDemi";
	font-size: 51px;
	line-height: 51px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1040px; }

.about-header > #intro-img-bgr > .ai {
	bottom: 80px;
	height: 48px;
	left: 50%;
	margin-left: -24px;
	position: absolute;
	width: 48px; }

.docs > a {
	border-bottom: 1px solid #e6e6e6;
	display: block;
	font-family: "FuturaBook";
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 22px;
	padding: 0 0 17px 23px;
	position: relative; }

.docs > a > .ai {
	height: 16px;
	left: 0;
	margin-right: 7px;
	position: absolute;
	top: 4px;
	width: 16px; }

.content-help-block.about-help-block {
	margin: 59px auto 5px;
	width: 720px; }

.video-block,
.press-block {
	margin: 46px auto 50px;
	overflow: hidden;
	width: 800px; }

.video-heading,
.press-heading {
	border-bottom: 3px solid #d0cfcc;
	margin-bottom: 30px;
	padding-bottom: 11px; }

.press-heading {
	margin-bottom: 25px; }

.video-heading > strong,
.press-heading > strong {
	display: inline-block;
	font-family: "FuturaDemi";
	font-size: 19px;
	letter-spacing: 0.95px;
	margin-top: 8px;
	text-transform: uppercase; }

.video-heading > div {
	float: right; }

.video-heading > div > a {
	bottom: -2px;
	margin-top: 0; }

/*
.video-heading > div > a .ai {
	height: 14px;
	left: 5px;
	position: absolute;
	top: 6px;
	width: 14px;
}
.video-heading > div > a:last-child .ai {
	left: 7px;
}
.video-heading > div > a:hover {
	background: #333;
	border-color: #333;
}
.video-heading > div > a:hover .ai path {
	fill: #f5f3f0;
}
*/
.video-slider {
	width: 840px; }

.video-slider .slick-slide {
	padding-right: 40px; }

.video-img-link {
	position: relative; }

.video-img-link > span {
	background: rgba(0, 0, 0, 0.5);
	border: 3px solid #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	height: 60px;
	left: 90px;
	position: absolute;
	top: 50px;
	width: 60px;
	z-index: 5; }

.video-img-link .ai {
	height: 30px;
	margin: 12px 12px 12px 15px;
	width: 30px; }

.video-img-link .ai svg {
	left: 0 !important; }

.video-slider .fdemi-12 {
	color: #999;
	display: block;
	margin: 19px 0 10px; }

.video-img-link img {
	height: 160px;
	width: 240px; }

.video-title,
.reference-list a.reference-title {
	display: inline-block;
	font-family: "FuturaDemi";
	font-size: 19px;
	line-height: 20px !important; }

.press-list > div {
	border-bottom: 1px solid #dcdad8;
	margin-bottom: 19px;
	padding-bottom: 13px; }

.press-list > div:last-child {
	border: 0; }

.press-list .fdemi-12,
.reference-list .fdemi-12 {
	color: #999;
	display: block;
	margin-bottom: 8px; }

.press-list > div > a {
	font-family: "Leksa";
	font-size: 18px;
	line-height: 25px; }

.press-block .more-link {
	margin: 34px 0 0; }

.reference-list {
	left: -20px;
	margin: 0 auto;
	position: relative;
	width: 840px; }

.reference-list > div {
	float: left;
	margin: 40px 0 0 40px;
	width: 170px; }

.reference-list > div > div {
	margin: 11px 0 6px; }

.reference .more-link {
	margin: 48px auto 55px;
	width: 800px; }

#about-header.photo-header #intro-img-bgr {
	padding: 0 !important; }

.selectize-control.docs-select {
	font-size: 18px;
	margin: 26px 0 35px; }

#members-header.photo-header #intro-img-bgr {
	background-image: url(../../img/members.jpg);
	background-position: center top; }

.members-index {
	border-bottom: 2px solid #d0cfcc;
	height: 91px;
	padding-top: 24px; }

.members-index .wrap div {
	float: left;
	margin-right: 30px; }

.members-index .wrap div:last-child {
	margin: 0; }

.members-index a {
	display: block;
	font-family: "FuturaBook";
	font-size: 18px;
	line-height: 40px; }

.members-content {
	padding-top: 40px; }

.members-content > div {
	border-bottom: 1px solid #dcdad8;
	margin-bottom: 40px;
	padding-bottom: 10px; }

.members-content > div:last-child {
	border: 0; }

.members-content .index-letter {
	float: left;
	font-family: "FuturaDemi";
	font-size: 70px;
	line-height: 46px;
	width: 270px; }

.members-content .member-list {
	float: right;
	font-family: "FuturaBook";
	width: 930px; }

.members-content .member-list div {
	float: left;
	margin: 0 0 30px 30px;
	width: 280px; }

.members-content .member-list a {
	display: inline-block;
	font-size: 20px;
	height: 50px;
	line-height: 50px; }

.members-content .member-list img {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	float: left;
	height: 50px;
	margin-right: 20px;
	width: 50px; }

.topic-intro {
	height: 100%;
	min-height: 450px;
	padding: 38px 0 0;
	background-color: #f5f3f0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	border-right: 1px solid #d6d4ce;
	float: left;
	margin-bottom: 40px;
	padding-right: 40px;
	position: relative;
	width: 841px; }

.topic-intro-content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5; }

.topic-intro-content h1 {
	font-family: "FuturaDemi";
	font-size: 70px;
	line-height: 70px;
	text-align: center; }

.topic-intro-content .article-info {
	margin: 8px auto 20px; }

.topic-intro > .ai {
	bottom: 40px;
	height: 48px;
	left: 50%;
	margin-left: -24px;
	padding-bottom: 10px;
	position: absolute;
	width: 48px;
	z-index: 5; }

.topic-intro-right {
	float: right;
	height: 100%;
	padding-left: 40px;
	width: 360px; }

.topic-intro-right > div {
	-webkit-transform: translate(0, -140px);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 0;
	top: 50%; }

.topic-intro-right .button-red,
.content-right .button-red {
	height: auto;
	line-height: 20px;
	margin: 20px 0;
	padding: 15px 30px;
	width: 320px; }

.topic-content {
	margin-bottom: 50px;
	position: relative; }

.topic-content h2 {
	font-family: "Leksa";
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 30px;
	text-align: center; }

.topic-content .white-cover .text-img {
	display: block;
	float: left;
	margin: 30px 40px 30px 0;
	width: 360px; }

.topic-content .white-cover p {
	font-family: "Leksa";
	font-size: 18px;
	line-height: 25px;
	margin: 30px 0; }

.topic-content .content-right {
	z-index: 500; }

.topic-content .text-ad {
	margin: 30px 0 30px 40px !important; }

.stat {
	margin: 40px auto 5px; }

.stat > div {
	margin: 0 auto;
	width: 800px; }

.stat > div > strong {
	border-bottom: 3px solid #d0cfcc;
	display: block;
	font-family: "FuturaDemi";
	font-size: 19px;
	letter-spacing: 0.95px;
	margin: 56px 0 19px;
	padding-bottom: 11px;
	text-transform: uppercase; }

.stat table {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 19px 0 35px;
	width: 800px; }

.stat table.donative {
	margin: 28px 0 0; }

.stat table th {
	border-bottom: 2px solid #ccc;
	color: #999;
	font-family: "FuturaDemi";
	font-size: 12px;
	letter-spacing: 0.60px;
	line-height: 40px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase; }

.stat table td {
	border-bottom: 1px solid #e6e6e6;
	font-family: "FuturaBook";
	font-size: 17px;
	height: 40px;
	line-height: 25px;
	vertical-align: middle; }

.stat table td strong {
	display: block;
	font-family: "FuturaDemi";
	font-size: 17px;
	font-weight: normal; }

.stat .help-link {
	background: #e65639;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	height: 15px;
	letter-spacing: 0;
	line-height: 15px;
	margin: 0 -22px 0 3px;
	position: relative;
	text-align: center;
	top: -1px;
	width: 15px; }

.help-link:hover {
	background: #1a1a1a; }

.stat p {
	font-family: "Leksa";
	font-size: 18px;
	line-height: 25px;
	margin: 24px 0 10px;
	padding-right: 190px; }

.download-link {
	display: inline-block;
	font-family: "FuturaBook";
	font-size: 17px;
	line-height: 25px; }

.download-link .ai {
	bottom: -1px;
	height: 16px;
	margin-right: 7px;
	position: relative;
	width: 16px; }

.download-link .download-text {
	display: inline-block;
	line-height: 19px; }

.stat table td .download-link {
	bottom: -1px;
	position: relative; }

.topic-content .subject-list-home h3,
.topic-intro-right .subject-list-home h3 {
	font-size: 19px;
	letter-spacing: 0.95px;
	text-transform: uppercase; }

.topic-content .subject-list-home .subject-percent,
.topic-intro-right .subject-list-home .subject-percent {
	margin-top: 11px; }

.topic-content .subject-list-home .subject-sum,
.topic-intro-right .subject-list-home .subject-sum {
	margin-top: 18px; }


#content-news .text-video,
.topic-content .text-video {
	margin-left: -40px;
	margin-right: -40px;
	padding-left: 40px;
	padding-right: 40px;
}
	
	#content-news .text-video iframe,
	.topic-content .text-video iframe {
		width: 100%;
	}	
	
.share-short {
	height: 50px;
	position: relative; }

.share-short-links > a {
	border: 1px solid #ccc;
	border-left-width: 0;
	display: block;
	float: left;
	height: 50px;
	width: 64px; }

.share-short-links > a:hover .ai path {
	fill: #e65639; }

.share-short-links > a.active .ai path {
	fill: #999; }

.share-short-links > a.active {
	background: #333; }

.share-short-links > a:first-child {
	border-left-width: 1px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px; }

.share-short-links > a:last-child {
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px; }

.share-short-links .ai16 {
	margin: 16px 0 0 23px; }

.share-short-links .ai18 {
	margin: 15px 0 0 23px; }

.share-short-links .ai22 {
	margin: 13px 0 0 20px; }

#share-short-menu,
#intro-share-short-menu {
	background: #fff;
	border: 1px solid #e6e6e6;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	border-top: 0;
	display: none;
	position: absolute;
	right: 0;
	top: 50px; }

#share-short-menu > a,
#intro-share-short-menu > a {
	border-bottom: 1px solid #e6e6e6;
	display: block;
	font-family: "FuturaBook";
	font-size: 19px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px 0 50px;
	position: relative; }

#share-short-menu > a:last-child,
#intro-share-short-menu > a:last-child {
	border: 0; }

#share-short-menu > a .ai,
#intro-share-short-menu > a .ai {
	left: 0;
	position: absolute; }

#share-short-menu > a .ai17,
#intro-share-short-menu > a .ai17 {
	left: 19px;
	top: 17px; }

#share-short-menu > a .ai18,
#intro-share-short-menu > a .ai18 {
	left: 21px;
	top: 15px; }

.topic-author.topic-author--custom {
	margin-top: 0; }

.topic-img .hover-help > a .ai svg path {
	fill: none !important; }

.topic-hashtags {
	position: relative;
	list-style: none;
	padding: 15px 0 0;
	margin: 17px 0 0; }
	.topic-hashtags::after {
		clear: both;
		content: "";
		display: table; }
	.topic-hashtags::before {
		position: absolute;
		top: 0;
		left: 0;
		height: 1px;
		width: 70px;
		background-color: #dcdad8;
		display: block;
		content: ''; }

.topic-hashtags__item {
	list-style: none;
	margin: 0;
	padding: 0 13px 0 0;
	float: left;
	position: relative; }
	.topic-hashtags__item::after {
		position: absolute;
		top: 50%;
		right: 5px;
		height: 3px;
		width: 3px;
		margin-top: -2px;
		display: block;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		background-color: #9e9d9b;
		content: ''; }
	.topic-hashtags__item:last-child::after {
		display: none; }
	.topic-hashtags__item a {
		letter-spacing: 0.05em;
		text-transform: uppercase;
		font-size: 12px;
		font-family: "FuturaDemi"; }

.pay-web-inputs > div {
	margin-left: 19px; }

.topic-right-block {
	position: relative; }

.topic-help-block {
	white-space: nowrap;
	margin: 20px 0 17px;
	font-size: 17px;
	font-family: "FuturaBook"; }
	.topic-help-block em {
		font-size: 15px;
		color: #666666;
		font-style: italic;
		font-family: 'Leksa'; }

.topic-author-photo {
	position: absolute;
	top: 200px;
	left: 50px;
	height: 56px;
	width: 56px;
	z-index: 20;
	margin: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 3px solid #ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; }

.topic-author-name {
	font-style: italic;
	font-family: 'Leksa'; }

#profile .subtitle {
	border: 0;
	padding: 50px 0 0; }

#profile .white-cover {
	margin: 40px auto 50px;
	padding: 33px 40px 60px;
	width: 800px; }

#profile h2 {
	border-bottom: 3px solid #ccc;
	font-family: "FuturaDemi";
	font-size: 19px;
	letter-spacing: 0.95px;
	margin-bottom: 32px;
	padding-bottom: 10px;
	text-transform: uppercase; }

.profile-content {
	margin: 0 auto;
	width: 610px; }

.profile-social-sign {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 8px;
	padding-bottom: 43px; }

.profile-social-sign p {
	font-family: "FuturaBook";
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 14px;
	width: 440px; }

.profile-social-sign a {
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	float: left;
	height: 40px;
	margin-right: 10px;
	text-align: center;
	width: 40px; }

.profile-social-sign a .ai17 {
	margin: 11px 0 0 0; }

.profile-social-sign a .ai18 {
	margin: 10px 0 0 0; }

.ai20 {
	height: 20px;
	width: 20px; }

.profile-social-sign a .ai20 {
	margin: 8px 0 0 0; }

.profile-social-sign a .ai22 {
	margin: 8px 0 0 0; }

.ai25 {
	height: 25px;
	width: 25px; }

.profile-social-sign a .ai25 {
	margin: 5px 0 0 0; }

.profile-settings {
	margin: 0 0 0 -30px; }

.profile-settings > div {
	margin: 20px 0 0 30px; }

.profile-settings > div.w290 {
	float: left;
	width: 290px; }

.profile-settings > div.w610 {
	width: 610px; }

.profile-settings > div.checkbox {
	font-family: "FuturaBook";
	font-size: 17px; }

.profile-settings > div > span,
.profile-settings > div > label,
.payment-inputs > div > span,
.payment-inputs > div > label {
	display: block;
	font-family: "FuturaBook";
	font-size: 17px;
	margin-bottom: 10px; }

.profile-settings > div > input[type=text],
.profile-settings > div > input[type=password],
.payment-inputs input[type=text] {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-family: "FuturaBook";
	font-size: 17px;
	height: 50px;
	padding: 0 20px;
	width: 100%; }

.profile-settings > div > textarea {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-family: "FuturaBook";
	font-size: 17px;
	height: 90px;
	padding: 10px 20px;
	resize: none;
	width: 100%; }

.profile-settings .form-submit {
	margin-top: 45px; }

.profile-settings .form-submit p {
	color: #808080;
	float: left;
	font-family: "FuturaBook";
	font-size: 17px;
	line-height: 20px;
	width: 350px; }

.profile-settings .button-red-border {
	float: right;
	padding: 0;
	width: 220px; }

.profile-content > p {
	font-family: "FuturaBook";
	font-size: 20px;
	line-height: 25px; }

.payment-inputs {
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 30px 0 10px;
	padding: 10px 50px 40px 50px; }

.payment-inputs input[type=text] {
	display: inline-block;
	width: auto; }

.payment-inputs > div {
	float: left;
	margin: 20px 0 0 0; }

.payment-inputs .pay-sum {
	font-family: "FuturaBook";
	font-size: 17px;
	width: 330px; }

.payment-inputs .pay-sum input {
	margin-right: 6px;
	width: 90px; }

.payment-inputs .pay-card {
	width: 170px; }

.payment-inputs .pay-card .radio {
	float: left;
	margin-right: 15px; }

.payment-inputs .pay-card .radio img {
	bottom: -7px;
	position: relative; }

.payment-inputs .pay-holder {
	width: 330px; }

.payment-inputs .pay-holder input {
	text-transform: uppercase;
	width: 290px; }

.payment-inputs .pay-date {
	width: 170px; }

.payment-inputs .pay-date input {
	float: left;
	margin-right: 10px;
	width: 70px; }

.payment-inputs .pay-pan {
	width: 330px; }

.payment-inputs .pay-pan input {
	width: 210px; }

.payment-inputs .pay-cvc {
	width: 170px; }

.payment-inputs .pay-cvc input {
	width: 70px; }

.profile-payment .form-submit {
	margin-top: 36px; }

.profile-payment .form-submit .button-red-border {
	float: right;
	margin-top: 9px; }

.data-lock {
	color: #b2b2b2;
	font-family: "FuturaBook";
	font-size: 17px;
	line-height: 20px;
	width: 250px; }

.data-lock .ai {
	bottom: -3px;
	float: left;
	height: 33px;
	margin-right: 10px;
	position: relative;
	width: 33px; }

.profile-reports-heading {
	font-family: "FuturaBook";
	font-size: 20px;
	margin-bottom: 25px;
	position: relative; }

.profile-reports-heading .show-period {
	color: #e75e43;
	cursor: pointer;
	display: inline-block;
	position: relative; }

.profile-reports-heading .show-period:after {
	border: 3px solid transparent;
	border-top: 5px solid #e75e43;
	bottom: -1px;
	content: "";
	display: inline-block;
	margin: 0 7px 0 2px;
	position: relative; }

#period-dropdown {
	display: none;
	position: absolute;
	right: 5px;
	top: 30px;
	width: 150px;
	z-index: 5; }

#period-dropdown > a {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-top: 0;
	display: block;
	font-family: "FuturaBook";
	font-size: 17px;
	height: 50px;
	line-height: 49px;
	padding: 0 20px;
	width: 150px; }

#period-dropdown > a.selected {
	font-family: "FuturaDemi"; }

#period-dropdown > a:first-child {
	border: 1px solid #e8e8e8;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px; }

#period-dropdown > a:last-child {
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px; }

.profile-reports table {
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 50px; }

.profile-reports table th {
	border-bottom: 2px solid #ccc;
	color: #999;
	font-family: "FuturaDemi";
	font-size: 12px;
	letter-spacing: 0.6px;
	line-height: 40px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase; }

.profile-reports table td {
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0 0;
	font-family: "FuturaBook";
	font-size: 17px;
	line-height: 20px;
	padding: 10px 0;
	vertical-align: top; }

.profile-reports table td strong {
	font-family: "FuturaDemi"; }

.profile-reports table tr td:first-child {
	padding-right: 20px !important; }

.report-ok,
.report-error {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	height: 10px;
	margin-left: 35px;
	width: 10px; }

.report-ok {
	background: #00c144; }

.report-error {
	background: #ff0000; }

.error-help {
	font-family: "FuturaDemi";
	font-size: 11px;
	margin-left: 5px;
	position: relative;
	top: -1px; }

#topics-slider {
	height: 480px; }

.topics-slider-prev,
.topics-slider-next {
	display: block;
	height: 45px;
	margin-top: -19px;
	position: absolute;
	top: 50%;
	width: 24px;
	z-index: 5; }

.topics-slider-prev {
	left: 0; }

.topics-slider-next {
	right: 0; }

.topics-slider-prev .ai,
.topics-slider-next .ai {
	height: 45px;
	width: 24px; }

.topics-slide {
	height: 480px;
	padding: 45px 90px 0;
	position: relative; }

.topics-slide > a {
	display: block;
	float: left;
	height: 400px;
	width: 560px; }

.topics-slide > div {
	bottom: 0;
	display: table;
	margin: auto;
	position: absolute;
	right: 70px;
	text-align: center;
	top: 0;
	width: 400px; }

@-moz-document url-prefix() {
	.topics-slide > div {
		display: block;
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%; } }

#topics-slider .fdemi-12 {
	margin: 0 0 18px 0; }

#topics-slider .subject-percent {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 7px;
	margin: 29px 0 25px; }

#topics-slider .subject-percent > div {
	height: 7px; }

.topics-slide > div > strong {
	font-family: "FuturaDemi";
	font-size: 35px;
	line-height: 40px; }

#topics-slider .subject-sum {
	display: inline-block;
	height: 70px;
	margin: 0 auto; }

#topics-slider .subject-sum > div {
	height: 70px;
	width: 190px; }

#topics-slider .subject-sum > div:first-child::before {
	border-right: 1px solid #dcdad8;
	bottom: 0;
	content: "";
	display: block;
	height: 70px;
	position: absolute;
	right: 0;
	top: -10px;
	width: 1px; }

#topics-slider .subject-sum > div:first-child {
	padding-right: 17px; }

#topics-slider .subject-sum > div:last-child {
	padding-left: 17px; }

#topics-slider .subject-sum > div > span:first-child {
	font-size: 13px;
	height: 21px;
	letter-spacing: 0.76px; }

#topics-slider .subject-sum > div > span:last-child {
	display: block;
	font-family: "FuturaBook";
	font-size: 28px; }

.topic-actions {
	border-bottom: 1px solid #dcdad8;
	border-top: 1px solid #dcdad8;
	height: 90px;
	padding: 20px 0; }

.topic-actions .topic-select {
	float: left;
	width: 340px; }

.topic-actions .radio {
	bottom: -10px;
	float: right;
	font-family: "FuturaBook";
	font-size: 19px;
	position: relative; }

.topic-actions .radio label {
	margin-left: 15px; }

.topics-list .topics-row:last-child {
	border: 0; }

.topics-row {
	border-bottom: 1px solid #dcdad8;
	height: 450px;
	margin-top: 30px;
	padding-bottom: 30px; }

.topics-row > div {
	border-right: 1px solid #dcdad8;
	float: left;
	height: 420px;
	padding: 0 40px;
	position: relative;
	text-align: center;
	width: 400px; }

.topics-row > div:last-child {
	border-right: 0; }

.topics-row > div:nth-child(1),
.topics-row > div:nth-child(2) {
	border-right: 1px solid #dcdad8 !important; }

.topics-row h3 {
	font-family: "FuturaDemi";
	font-size: 25px;
	line-height: 25px;
	margin-top: 6px; }

.topics-list .subject-more-content {
	bottom: 15px; }

.topic-more-link .more-link {
	margin: 0 0 60px; }

.team-list {
	margin: 50px auto;
	width: 800px; }

.team-list > div {
	border-bottom: 1px solid #d9d8d2;
	margin-bottom: 36px;
	padding-bottom: 36px; }

.team-list > div:last-child {
	border: 0;
	margin: 0; }

.team-post {
	font-family: "Leksa";
	font-size: 18px;
	float: left;
	line-height: 25px;
	padding-top: 3px;
	text-align: right;
	width: 360px; }

.team-people {
	float: right;
	width: 400px; }

.team-people strong,
.team-people span {
	display: block; }

.team-people strong {
	font-family: "FuturaDemi";
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 7px; }

.team-people span,
.team-people a {
	font-family: "FuturaBook";
	font-size: 17px;
	line-height: 25px; }

.team-map {
	height: 620px;
	position: relative; }

.team-map-desc {
	background: #fff;
	left: 50%;
	margin-left: -560px;
	padding: 34px 30px 28px;
	position: absolute;
	top: 150px;
	width: 290px;
	z-index: 500; }

.team-map-desc > div {
	border-bottom: 3px solid #ccc;
	font-family: "FuturaDemi";
	font-size: 19px;
	letter-spacing: 0.95px;
	margin-bottom: 16px;
	padding-bottom: 11px;
	text-transform: uppercase; }

.team-map-desc > strong,
.team-map-desc > span {
	display: block;
	font-size: 17px;
	line-height: 20px; }

.team-map-desc > strong {
	font-family: "FuturaDemi";
	margin-bottom: 16px; }

.team-map-desc > span {
	font-family: "FuturaBook"; }

.donate-page {
	position: relative;
	overflow: hidden; }

.donate-letter {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	z-index: 0;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #ffffff;
	font-size: 360px;
	font-family: 'FuturaDemi'; }
	.donate-letter--1 {
		top: 570px;
		left: 180px; }
	.donate-letter--2 {
		left: 630px;
		top: 700px; }
	.donate-letter--3 {
		left: 940px;
		top: 970px; }
	.donate-letter--4 {
		left: 1110px;
		top: 1190px; }
	.donate-letter--5 {
		top: 1140px;
		left: 200px; }
	.donate-letter--6 {
		top: 1500px;
		left: 120px; }
	.donate-letter--7 {
		left: 910px;
		top: 1670px; }
	.donate-letter--8 {
		left: 330px;
		top: 1900px; }
	.donate-letter--9 {
		left: 1040px;
		top: 2150px; }

.donate-header-container {
	height: 650px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; }

.donate-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
	width: 1280px;
	padding: 0 50px;
	margin: 50px auto 0;
	min-height: 466px;
	max-width: 100%; }
	@media screen and (max-width: 1280px) {
		.donate-container {
			width: 100%;
			padding: 0 40px; } }

.donate-section {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 120px 0 0; }
	@media screen and (max-width: 1200px) {
		.donate-section {
			width: 940px; } }

.donate-h1 {
	color: #302f2d;
	margin: 0;
	line-height: 55px;
	letter-spacing: 0.002em;
	font-size: 50px;
	font-weight: normal;
	font-family: 'FuturaDemi'; }
	.donate-h1 em {
		font-family: 'Leksa';
		font-style: italic; }
	.donate-h1--white {
		color: #ffffff; }

.donate-header__h1 {
	float: left;
	width: 820px;
	padding-right: 70px;
	margin: 0; }
	@media screen and (max-width: 1280px) {
		.donate-header__h1 {
			width: -webkit-calc(100% - 360px);
			width: -moz-calc(100% - 360px);
			width: calc(100% - 360px);
			padding-right: 30px; } }

.donate-video-link {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	margin-top: 134px; }
	@media screen and (max-width: 1280px) {
		.donate-video-link {
			position: absolute;
			bottom: 0;
			left: 40px;
			margin: 0; } }

.donate-video-popup {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in-out 0s, top 0s ease-in-out 0s;
	-moz-transition: opacity 0.5s ease-in-out 0s, top 0s ease-in-out 0s;
	-o-transition: opacity 0.5s ease-in-out 0s, top 0s ease-in-out 0s;
	transition: opacity 0.5s ease-in-out 0s, top 0s ease-in-out 0s;
	will-change: opacity;
	background-color: #2d2d2d;
	margin: 0;
	padding: 0;
	z-index: 1000000;
	overflow: hidden; }
	.donate-video-popup--hidden {
		-webkit-transition: opacity 0.5s ease-in-out 0s, top 0s ease-in-out 0.5s;
		-moz-transition: opacity 0.5s ease-in-out 0s, top 0s ease-in-out 0.5s;
		-o-transition: opacity 0.5s ease-in-out 0s, top 0s ease-in-out 0.5s;
		transition: opacity 0.5s ease-in-out 0s, top 0s ease-in-out 0.5s;
		opacity: 0;
		top: -100%; }

.donate-video-popup__nav {
	height: 90px;
	width: 50px;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	will-change: opacity;
	margin-top: -10px;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center; }
	.donate-video-popup__nav:hover {
		opacity: .666; }
	.donate-video-popup__nav--prev {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -420px;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAtCAMAAACDHlvUAAAAb1BMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmy5kwYAAAAJHRSTlMA+fHr9Y11aWJRPiwl5VtKMw8IxbH329fOuaibfjceFoSDR0WprbyXAAAAtUlEQVQ4y4XUVxLDIAxF0bj3kji9F+1/jQHykRkujPR5PDYGPbEKVlFFXKQO+UtEtgG/Gj+s6aXxtA97MtErMVXSa+vniB838DExnt3hjfWkDbtU8Mn5Bf7ZWV+wcJtbHx5hz2ffb6nYGn2ff1743mXOTxHf+y3oB+dpF3Zp/A8tjv895ht8kmEN/JWyD2XnOCvtdNkP1BsdRM+VlCi5QhK17DLt+nxwovQZ5NSynswAbwbeJV+kIh7KHBO1fAAAAABJRU5ErkJggg=="); }
	.donate-video-popup__nav--next {
		position: absolute;
		top: 50%;
		right: 50%;
		margin-right: -420px;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAtCAMAAACDHlvUAAAAaVBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZlWst2SAAAAInRSTlMA+Opg8eOOSjYluoBuaEIsHxEK3dfPxrGpnXl0VlNRPi8Z4gzgoQAAAKxJREFUOI2N1EcOw0AMQ1HL4x739J78+x8yCy8lAvH2wZgicrJsqLLwSxDLGdhFsByUtAVwj6QG6CO5AQyRXABSAOtRyZwDPAIZDbBXID2A1YFclawnABu9fEsAe3tpDKBovCSUVADkHy/dJpODZb9J62QyAEovTzaZxTJ0//4xFfEaclfqHOrk6q7U7ap5yAmqmauUqFypJMrsqrSrfqhGqQ7K1sqey5dBvSU//Ygdih9rOcwAAAAASUVORK5CYII="); }

.donate-video-popup__container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 700px; }

.donate-video-popup__header {
	color: #ffffff;
	line-height: 1;
	padding: 0;
	margin: 0 0 40px;
	font-family: "FuturaDemi";
	font-size: 31px; }

.donate-video-popup__video {
	height: 420px;
	width: 700px;
	background-color: #000000; }

.donate-video-popup__close {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 60px;
	width: 60px;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	will-change: opacity;
	opacity: 1;
	border: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	background-color: transparent;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAFVBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZnaZv17AAAABnRSTlMA3h7ZGAd2guVAAAAASklEQVR42q3RwQoAIAgDUHPq/39ydRkLdqyL+UBEjaiO53UdG6RaYioas1JsDfoGKhNV87VFNFWaKk2VZtGX+0a0f7PZ1dkl23Nsi3MB4VO4+04AAAAASUVORK5CYII=");
	background-repeat: no-repeat;
	background-position: center center; }
	.donate-video-popup__close:hover {
		opacity: .666; }

.donate-play {
	height: 55px;
	width: 55px;
	-webkit-transition: background-color 0.3s ease 0s;
	-moz-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
	will-change: background-color;
	display: block;
	background-color: #e65639;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	cursor: pointer; }
	.donate-play::after {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-40%, -55%);
		-moz-transform: translate(-40%, -55%);
		-ms-transform: translate(-40%, -55%);
		-o-transform: translate(-40%, -55%);
		transform: translate(-40%, -55%);
		height: 0;
		width: 0;
		border-bottom: 12.5px solid transparent;
		border-left: 12.5px solid #ffffff;
		border-top: 12.5px solid transparent;
		border-left: 20px solid #ffffff;
		border-top-style: inset;
		content: ''; }
	.donate-play:hover {
		background-color: #d2391a; }

.donate-video-link__play {
	margin-right: 10px;
	float: left; }
	.donate-video-link:hover .donate-video-link__play {
		background-color: #d2391a; }

.donate-video-link__caption {
	float: left;
	line-height: 55px;
	color: #ffffff;
	letter-spacing: 0.002em;
	font-size: 26px;
	font-family: "FuturaDemi"; }

.donate-grid {
	width: 100%;
	margin-top: 50px; }
	.donate-grid::after {
		clear: both;
		content: "";
		display: table; }

.donate-grid-3__item {
	width: 33.333333%;
	float: left;
	padding-right: 40px; }
	.donate-grid-3__item:nth-child(3n) {
		padding-right: 0; }

.donate-grid-2__item {
	float: left;
	width: 50%;
	padding-right: 40px;
	margin-bottom: 50px; }
	.donate-grid-2__item:nth-child(2n) {
		padding-right: 0; }
	.donate-grid-2__item:nth-child(2n+1) {
		clear: left; }

.donate-grid-4__item {
	float: left;
	width: 25%;
	padding-right: 40px; }
	.donate-grid-4__item:nth-child(4n) {
		padding-right: 0; }

.donate-figure {
	margin: 0; }
	.donate-figure--left {
		float: left;
		margin-right: 20px;
		margin-top: 5px; }

.donate-text-container {
	overflow: hidden; }

.donate-h2 {
	margin: 25px 0 5px;
	color: #302f2d;
	line-height: 30px;
	letter-spacing: 0.002em;
	font-family: "FuturaDemi";
	font-size: 26px; }
	.donate-h2--no-margin-top {
		margin-top: 0;
		margin-bottom: 20px; }
	.donate-h2--margin-bottom-small {
		margin-bottom: 10px; }

.donate-p {
	line-height: 25px;
	color: #302f2d;
	font-family: 'Leksa';
	font-size: 18px; }

.donate-caption {
	width: 680px;
	clear: both;
	color: #302f2d;
	line-height: 30px;
	font-family: "FuturaBook";
	font-size: 26px; }

.donate-video-container {
	height: 180px;
	width: 300px;
	position: relative;
	overflow: hidden;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; }
	.donate-video-container::before {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: opacity 0.3s ease 0s;
		-moz-transition: opacity 0.3s ease 0s;
		-o-transition: opacity 0.3s ease 0s;
		transition: opacity 0.3s ease 0s;
		will-change: opacity;
		content: '';
		display: block;
		background-color: rgba(0, 0, 0, 0.2);
		opacity: 0; }
	.donate-video-container:hover::before {
		opacity: 1; }

.donate-video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s;
	-moz-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s;
	transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s;
	will-change: background-color, opacity;
	opacity: 0; }
	.donate-video-container:hover .donate-video__play {
		opacity: 1; }

.donate-video-caption {
	margin: 15px 0 35px; }

.donate-more-link {
	margin: 0; }

.donate-photo {
	height: 260px;
	width: 270px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; }
	.donate-photo--right {
		float: right;
		margin-left: 20px; }

.donate-rounded-photo {
	height: 110px;
	width: 110px;
	margin: 0 0 20px 0;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; }

/**
 * Slider
 */
.donate-slider-container {
	width: 100%;
	position: relative;
	background-color: #ffffff; }

.donate-slider-container .slick-black {
	display: none !important;
}	
	
.donate-slider {
	height: auto;
	width: 980px;
	margin: 40px auto 0;
	overflow: hidden; }
	@media screen and (max-width: 1020px) {
		.donate-slider {
			width: 880px;
			overflow: unset; } }

.donate-slider__container {
	-webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
	-moz-transition: -moz-transform 0.5s ease-in-out 0s;
	-o-transition: -o-transform 0.5s ease-in-out 0s;
	transition: transform 0.5s ease-in-out 0s;
	will-change: transform;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0; }

.donate-slider__slide {
	height: 100%;
	width: 980px;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding: 30px;
	margin-right: 20px;
	background-color: #ffffff; }
	.donate-slider__slide::after {
		clear: both;
		content: "";
		display: table; }
	@media screen and (max-width: 1020px) {
		.donate-slider__slide {
			width: 880px; }
			.donate-slider__slide .donate-p {
				font-size: 16px; }
			.donate-slider__slide .donate-h2 {
				margin-bottom: 10px; } }

.donate-slider__next,
.donate-slider__prev {
	height: 45px;
	width: 25px;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
	will-change: opacity;
	opacity: 1; }
	.donate-slider__next svg,
	.donate-slider__prev svg {
		height: 100%;
		width: 100%;
		-webkit-transition: fill 0.3s ease 0s;
		-moz-transition: fill 0.3s ease 0s;
		-o-transition: fill 0.3s ease 0s;
		transition: fill 0.3s ease 0s;
		will-change: fill;
		fill: #e65639; }
	.donate-slider__next:hover svg,
	.donate-slider__prev:hover svg {
		fill: #d2391a; }
	@media screen and (max-width: 1020px) {
		.donate-slider__next,
		.donate-slider__prev {
			display: none; } }

.donate-slider__prev {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -550px; }

.donate-slider__next {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	margin-right: -550px; }

.donate-slider__pagination {
	position: absolute;
	top: 100%;
	left: 0;
	height: 65px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	z-index: 100;
	padding-top: 30px;
	font-size: 0; }
	.donate-slider__pagination li {
		display: inline-block;
		vertical-align: top; }
		.donate-slider__pagination li:last-child button {
			margin-right: 0; }
		.donate-slider__pagination li:hover button,
		.donate-slider__pagination li.slick-active button {
			background-color: #e65639; }
	.donate-slider__pagination button {
		height: 10px;
		width: 10px;
		-webkit-transition: background-color 0.3s ease 0s;
		-moz-transition: background-color 0.3s ease 0s;
		-o-transition: background-color 0.3s ease 0s;
		transition: background-color 0.3s ease 0s;
		will-change: background-color;
		display: inline-block;
		vertical-align: top;
		border: 0;
		-webkit-box-shadow: 0;
		-moz-box-shadow: 0;
		box-shadow: 0;
		background-color: #d9d8d6;
		padding: 0;
		margin: 0 10px 0 0;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		cursor: pointer; }

.donate-line-background {
	position: relative; }
	.donate-line-background::after,
	.donate-line-background::before {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 55px;
		left: 0;
		display: block;
		z-index: -1;
		content: ''; }
	.donate-line-background::after {
		border-top: 4px solid #e65639;
		border-bottom: 4px solid #e65639; }
	.donate-line-background::before {
		border-right: 4px solid #e65639; }

/**
 * Donate list
 */
.donate-list {
	height: 530px;
	width: 100%;
	background-color: #ffffff;
	padding: 40px;
	margin: 0; }

.donate-list__caption {
	color: #e65639;
	line-height: 1;
	margin-bottom: 30px;
	font-size: 50px;
	font-family: "FuturaDemi"; }
	.donate-list__caption small {
		font-size: 26px;
		line-height: 1;
		display: block;
		color: #302f2d; }

.donate-list__list,
.donate-list__item {
	list-style: none;
	margin: 0;
	padding: 0; }

.donate-list__item {
	border-top: 1px solid #cccccc;
	color: #302f2d;
	line-height: 20px;
	padding: 12px 0 14px;
	font-size: 20px;
	font-family: "FuturaBook"; }
	.donate-list__item::after {
		clear: both;
		content: "";
		display: table; }
	.donate-list__item:last-child {
		border-bottom: 1px solid #cccccc; }

.donate-list__item-number {
	float: right;
	padding-top: 2px; }

.donate-list__item-text {
	overflow: hidden; }

/**
 * Help block
 */
.donate-help-block-container {
	padding: 30px 40px 80px;
	max-width: 1280px;
	margin: 0 auto; }
	.donate-help-block-container .help-block {
		margin: 0; }
	.donate-help-block-container .donate-help-block {
		padding: 50px; }
		.donate-help-block-container .donate-help-block::after {
			clear: both;
			content: "";
			display: table; }
	.donate-help-block-container .donate-form-container {
		margin-top: 0;
		margin-left: 50px; }

.donate-help-block__header {
	overflow: hidden;
	margin: 0;
	padding-top: 55px; }
	@media screen and (max-width: 1200px) {
		.donate-help-block__header {
			padding-top: 0; } }

/**
 * Donate volunteer
 */
.donate-volunteer-block {
	height: 390px;
	width: 100%;
	background-color: #4a4846;
	text-align: center;
	overflow: hidden; }

.donate-volunteer-block__container {
	width: 780px;
	margin: 80px auto 30px; }
	.donate-volunteer-block__container::after {
		clear: both;
		content: "";
		display: table; }

.donate-volunteer-block__image {
	float: left;
	margin: 7px 30px 0 0; }

.donate-volunteer-block__header {
	overflow: hidden;
	text-align: left;
	color: #ffffff;
	margin: 0;
	line-height: 35px;
	font-size: 26px;
	font-weight: normal;
	font-family: 'FuturaDemi'; }
	.donate-volunteer-block__header em {
		font-family: 'Leksa';
		font-style: italic; }

/**
 * Donate form
 */
.donate-form-container {
	height: auto;
	width: 360px;
	float: right;
	background-color: #ffffff;
	margin: 0; }
	.donate-form-container fieldset {
		border: 0;
		margin: 0;
		background-color: transparent;
		padding: 0; }

.donate-form__button {
	white-space: nowrap;
	height: 50px;
	padding: 0 20px;
	float: right;
	line-height: 50px; }

.donate-form__caption {
	float: left;
	line-height: 50px;
	white-space: nowrap;
	font-size: 17px;
	color: #e65639; }

.donate-form {
	padding: 30px; }

.donate-form__header {
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 1;
	color: #302f2d;
	letter-spacing: 0.05em;
	font-size: 19px;
	font-family: "FuturaDemi"; }

.donate-form-steps-container {
	margin: 0; }
	.donate-form-steps-container::after {
		clear: both;
		content: "";
		display: table; }

.donate-form-step {
	float: left;
	width: 33.33333%;
	text-align: center;
	position: relative; }
	.donate-form-step:first-child {
		text-align: left; }
	.donate-form-step:last-child {
		text-align: right; }
	.donate-form-step:first-child::before {
		position: absolute;
		top: 13px;
		left: 53px;
		height: 3px;
		width: 60px;
		display: block;
		content: '';
		background-color: #302f2d; }
	.donate-form-step:last-child::before {
		position: absolute;
		top: 13px;
		left: -15px;
		height: 3px;
		width: 60px;
		display: block;
		content: '';
		background-color: #302f2d; }

.donate-form-step__circle {
	height: 30px;
	width: 30px;
	background-color: #edeceb;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	padding-left: 1px;
	margin: 0 7px 8px 5px;
	line-height: 32px;
	text-align: center;
	color: #302f2d; }
	.active .donate-form-step__circle {
		background-color: #e65639;
		color: #ffffff; }

.donate-form-step__caption {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #999999;
	font-family: "FuturaDemi";
	font-size: 11px; }

.donate-form-slider-container {
	height: 48px;
	width: 100%;
	margin: 20px 0 25px;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #edeceb; }
	.donate-form-slider-container::after {
		clear: both;
		content: "";
		display: table; }

.donate-form-slider-item {
	float: left;
	width: 50%;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	position: relative; }
	.donate-form-slider-item input {
		display: none; }
	.donate-form-slider-item span {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		display: block;
		color: #302f2d;
		text-transform: uppercase;
		letter-spacing: 0.06em;
		font-text-transform: uppercase;
		font-family: "FuturaDemi";
		font-size: 14px; }
	.donate-form-slider-item input:checked + span {
		color: #ffffff;
		background-color: #e65639; }

.donate-form-text-input {
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-family: "FuturaBook";
	font-size: 17px;
	height: 50px;
	margin-bottom: 22px;
	padding: 0 15px;
	width: 100%; }

.donate-form-checkbox {
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px; }
	.donate-form-checkbox label {
		color: #302f2d;
		font-family: "FuturaBook";
		font-size: 17px;
		height: 28px; }
	.donate-form-checkbox input[type=checkbox] {
		display: none; }
	.donate-form-checkbox span {
		background: url("../../img/checkbox.png") no-repeat scroll center bottom transparent;
		bottom: -3px;
		display: inline-block;
		height: 15px;
		margin-right: 5px;
		position: relative;
		width: 15px; }
	.donate-form-checkbox input[type=checkbox]:checked + span {
		background-position: center top; }
	.donate-form-checkbox a {
		border-bottom: 1px solid #e6e6e6;
		display: inline-block;
		line-height: 22px; }

.donate-form-table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 20px; }
	.donate-form-table td {
		height: 50px;
		width: 33.3333%;
		border: 1px solid #e5e5e5;
		vertical-align: middle;
		font-family: "FuturaBook"; }
	.donate-form-table label {
		height: 100%;
		width: 100%;
		line-height: 50px;
		display: block; }
	.donate-form-table input[type=radio] {
		display: none; }
	.donate-form-table input[type=text], .donate-form-table input[type=number] {
		height: 100%;
		width: 100%;
		display: block;
		outline: 0;
		border: 0;
		padding: 0 10px;
		text-align: center; }

		.donate-form-table input[type=text]::-webkit-input-placeholder {
			opacity: 1; }
		.donate-form-table input[type=text]::-moz-placeholder {
			opacity: 1; }
		.donate-form-table input[type=text]:-moz-placeholder {
			opacity: 1; }
		.donate-form-table input[type=text]:-ms-input-placeholder {
			opacity: 1; }

		.donate-form-table input[type=number]::-webkit-input-placeholder {
			opacity: 1; }
		.donate-form-table input[type=number]::-moz-placeholder {
			opacity: 1; }
		.donate-form-table input[type=number]:-moz-placeholder {
			opacity: 1; }
		.donate-form-table input[type=number]:-ms-input-placeholder {
			opacity: 1; }

.donate-form-table-radio {
	height: 100%;
	width: 100%; }
	input[type=radio]:checked + .donate-form-table-radio {
		background-color: #e65639;
		color: #ffffff; }

.donate-form-container-step {
	display: none; }
	.donate-form-container-step--active {
		display: block; }
	.donate-form-container-step .selectize-control {
		margin: 20px 0; }

.donate-form__back {
	height: 50px;
	text-transform: uppercase;
	line-height: 50px;
	border: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	background-color: transparent;
	letter-spacing: 0.06em;
	font-family: "FuturaDemi";
	font-size: 14px; }

.case-intro-background {
	background-repeat: no-repeat; }

.content-tabs {
	height: 75px;
	width: 720px;
	margin: 40px auto;
	list-style: none; }
	.content-tabs::after {
		clear: both;
		content: "";
		display: table; }
@media screen and (max-width: 1200px) {
	.content-tabs {
		width: 580px; }
	}

.content-tabs__tab {
	height: 75px;
	width: 50%;
	list-style: none;
	float: left;
	line-height: 75px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.05em;
	font-family: "FuturaDemi";
	font-size: 19px;
	border: 1px solid transparent;
	border-bottom-color: #cccccc; }
	.content-tabs__tab:last-child {
		margin-left: -1px; }
	.content-tabs__tab.active {
		border-color: #cccccc;
		border-bottom-color: transparent; }

.content-tab-blocks__block {
	display: none; }
	.content-tab-blocks__block.active {
		display: block; }

.events-heading {
	padding-bottom: 15px; }

.events-heading .article-info {
	bottom: -26px;
	float: right;
	position: relative; }

.events-heading > a.fdemi-12 {
	bottom: -3px;
	position: relative; }

#content-events .white-cover .topic-link {
	display: block;
	font-size: 17px !important;
	margin: 22px 0 0;
	text-align: center; }

.event-info {
	border-top: 1px solid #e6e6e6;
	margin: 25px 0 40px; }

.event-info > div {
	border-bottom: 1px solid #e6e6e6; }

.event-info > div > div {
	float: left;
	height: 70px;
	padding-left: 15px;
	position: relative;
	width: 50%; }

.event-info > div > div:first-child {
	padding: 0; }

.event-info > div > div:first-child::after {
	background: #e6e6e6;
	content: "";
	display: block;
	height: 50px;
	position: absolute;
	right: 0;
	top: 10px;
	width: 1px; }

.event-info > div > div > div {
	float: left;
	height: 70px;
	width: 56px; }

.event-time .ai {
	height: 31px;
	margin: 18px 0 0 4px;
	width: 31px; }

.event-place .ai {
	height: 31px;
	margin: 18px 0 0 4px;
	width: 31px; }

.event-price .ai {
	height: 25px;
	margin: 20px 0 0 10px;
	width: 25px; }

.event-link .ai {
	height: 32px;
	margin: 18px 0 0 5px;
	width: 32px; }

.event-info > div > div > span,
.event-info > div > div > em {
	display: block; }

.event-info > div > div > span {
	color: #302f2d;
	font-family: "FuturaDemi";
	font-size: 17px;
	margin-top: 16px; }

.event-info > div > div > em {
	color: #999;
	font-family: "Leksa" !important;
	font-size: 14px;
	font-style: italic; }

#home-main-slider a {
	height: 480px;
	position: relative;
	width: 800px; }

#home-main-slider a img {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1; }

#home-main-slider a .fdemi-12,
#home-main-slider a strong {
	color: #f5f3f0;
	display: block;
	position: relative;
	text-align: center;
	z-index: 3; }

#home-main-slider a .fdemi-12 {
	margin: 353px 0 3px; }

#home-main-slider a strong {
	font-family: "FuturaDemi";
	font-size: 35px; }

#home-main-slider .slider-gradient {
	background: url(../../img/slider-gradient.png) center bottom repeat-x;
	display: block;
	height: 480px;
	left: 0;
	position: absolute;
	top: 0;
	width: 800px;
	z-index: 2; }

#home-main-slider .prev,
#home-main-slider .next {
	-webkit-transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
	-moz-transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
	-o-transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
	transition: visibility 0s ease-out 0.1s, opacity 0.2s ease-out;
	background: rgba(255, 255, 255, 0.4);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 40px;
	opacity: 0;
	position: absolute;
	top: 220px;
	visibility: hidden;
	width: 40px;
	z-index: 5; }

#home-main-slider .prev {
	left: 20px; }

#home-main-slider .next {
	right: 20px; }

#home-main-slider .prev:hover,
#home-main-slider .next:hover {
	background: rgba(255, 255, 255, 0.8); }

#home-main-slider .prev .ai,
#home-main-slider .next .ai {
	height: 21px;
	width: 21px; }

#home-main-slider .prev .ai {
	margin: 10px 0 0 8px; }

#home-main-slider .next .ai {
	margin: 10px 0 0 11px; }

#home-main-slider:hover .prev,
#home-main-slider:hover .next {
	opacity: 1;
	visibility: visible; }

#home-main-slider .slick-dots {
	bottom: 24px;
	z-index: 5; }

.slick-slider {
	margin-bottom: 0; }

.slick-dots li button {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	outline: medium none;
	padding: 5px;
	width: 20px; }

.slick-dots li button::before {
	background: none repeat scroll 0 0 #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	content: "";
	height: 10px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 10px;
	opacity: 1; }

.news-home .news-home-all {
	margin-top: 10px;
	text-align: right; }

.news-home .slick-black {
	display: none !important;
}	
	
.news-home .news-home-slide {
	border-bottom: 1px solid #dcdad8;
	height: 321px;
	padding-bottom: 20px;
	margin-top: -20px;
}
	
	.news-home-slide__elem {
		float: left;
		height: auto;
		width: 400px;
		border-color: #dcdad8;
		border-style: solid;
		border-width: 0 0 1px 0;
	}

		.news-home-slide__elem:nth-child(1) {
			border-width: 0 0 1px 0;
		}
		
		.news-home-slide__elem:nth-child(2) {
			border-width: 0 0 1px 0;
		}
		
		.news-home-slide__elem:nth-child(3),
		.news-home-slide__elem:nth-child(4) {
			border: 0;
		}
		 
		.news-home-slide__elem > div {
			margin-top: 20px;
			margin-bottom: 20px;
			height: 110px;
		}
		
			.news-home-slide__elem:nth-child(odd) > div {
				border-right: 1px solid #dcdad8;
				padding-right: 30px;
			}
			
			.news-home-slide__elem:nth-child(even) > div {
				padding-left: 30px;
			}
			
		.news-home-slide__elem img {
			display: block;
			height: 130px;
			margin-bottom: 21px;
			width: 240px;
		}

.news-home-slide_img .news-home-slide__elem:first-child {
	height: 300px;
	border-bottom: 0;
	margin-left: 0;
}

	.news-home-slide_img .news-home-slide__elem:first-child > div {
		height: 260px;
		padding-left: 0;
	}
	
	.news-home-slide_img .news-home-slide__elem {
		
		margin-left: 30px;
		width: 370px;
	}
	
		.news-home-slide_img .news-home-slide__elem > div {
			padding-left: 0;
		}
	
	
	.news-home-slide_img .news-home-slide__elem:nth-child(3),
	.news-home-slide_img .news-home-slide__elem:nth-child(3) > div {
		border-width: 0;
	}			
			
.news-home-main {
	border-right: 1px solid #dcdad8;
	float: left;
	height: 261px;
	padding-right: 30px;
	width: 400px; }

.news-home-main img {
	display: block;
	height: 130px;
	margin-bottom: 21px;
	width: 240px; }

.news-home .news-home-slide a {
	font-family: "Leksa";
	font-size: 18px;
	line-height: 25px; }

.news-home .fdemi-12 {
	color: #999;
	display: block;
	letter-spacing: 0 !important;
	margin-bottom: 4px; }

.news-home div .news-home-row:last-child {
	border-top: 1px solid #dcdad8;
	padding-top: 20px; }

.news-home-row {
	float: right;
	height: 130px;
	width: 800px; }

	.news-home-row-short {
		width: 370px;
	}	
	
.news-home-row > div:first-child {
	border-right: 1px solid #dcdad8;
	padding-right: 15px; }

.news-home-row > div:last-child {
	border-right: 0;
	padding-left: 30px; }

.news-home-row > div {
	float: left;
	height: 110px;
	width: 400px; }

	.news-home-row-short > div,
	.news-home-row-short > div:last-child {
		width: 370px;
		padding: 0;
	}
	
.topic-home.no-border {
	border: 0; }

.topic-home {
	margin-top: 40px; }

.topic-home > .topic-home-row {
	border-bottom: 1px solid #dcdad8;
	margin-bottom: 30px;
	padding-bottom: 30px; }

.topic-home > .topic-home-row:last-child {
	border: 0;
	margin: 0; }

.topic-home-row > div {
	width: 800px;
	overflow: hidden;
	position: relative; }
	
	 @media screen and (max-width: 1200px) {
		.topic-home-row > div {
			width: auto;
		}
	 }

.topic-home-row > div::before {
	border-left: 1px solid #dcdad8;
	content: "";
	display: block;
	height: 5000px;
	left: 400px;
	position: absolute;
	top: 0; }

.topic-home-row > div > div {
	float: left;
	padding-bottom: 10px;
	width: 400px; }

.topic-home-row > div > div:first-child {
	padding-right: 40px; }

.topic-home-row > div > .topic-right-block {
	padding-left: 40px; }

.topic-ad {
	padding-left: 70px !important; }

.topic-ad a {
	display: block;
	height: 500px;
	position: relative;
	width: 300px; }

.topic-img {
	height: 240px;
	margin-bottom: 24px;
	position: relative;
	width: 360px; }

.topic-img img {
	position: relative;
	z-index: 1; }

.topic-img .hover-help {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	background: rgba(0, 0, 0, 0.5);
	height: 240px;
	left: 0;
	opacity: 0;
	padding: 50px 25px;
	position: absolute;
	top: 0;
	width: 360px;
	z-index: 10; }

.topic-img:hover > .hover-help {
	opacity: 1; }

.topic-img .hover-help > a {
	color: #fff;
	display: block;
	float: left;
	height: 140px;
	line-height: 15px;
	text-align: center;
	width: 155px; }

.topic-img .hover-help > a .ai {
	display: block;
	margin: 28px auto 13px; }
	.topic-img .hover-help > a .ai svg {
		height: 55px;
		width: 55px; }

.topic-img .hover-help > a:first-child {
	border-right: 1px solid #9f9f9f; }

.topic-img .hover-help > a:first-child .ai {
	height: 55px;
	margin: 34px auto 14px;
	width: 55px; }

.topic-img .hover-help > a:last-child .ai {
	height: 55px;
	width: 55px;
	margin: 34px auto 14px; }

.topic-img .topic-author-photo {
	border: 3px solid #f5f3f0;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	bottom: -19px;
	height: 56px;
	left: 13px;
	overflow: hidden;
	position: absolute;
	width: 56px;
	z-index: 15; }

.topic-media-video, .topic-media-imgs {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	display: block;
	height: 40px;
	position: absolute;
	right: 0;
	text-align: left;
	width: 40px;
	z-index: 2; }

.topic-media-video .ai {
	height: 15px;
	left: 15px;
	position: relative;
	top: 10px;
	width: 15px; }

@-moz-document url-prefix() {
	.topic-media-video .ai {
		left: 14px;
		top: 12px; } }

.topic-media-imgs .ai {
	height: 27px;
	left: 8px;
	position: relative;
	top: 7px;
	width: 27px;
	z-index: 5; }

.imgs-qty {
	color: #fff;
	font-family: "FuturaDemi";
	font-size: 10px;
	height: 40px;
	line-height: 30px;
	padding: 9px 0 0 5px;
	position: absolute;
	text-align: center;
	width: 40px;
	z-index: 6; }

@-moz-document url-prefix() {
	.imgs-qty {
		padding: 8px 0 0 6px; } }

.topic-home-row h3 {
	font-family: "FuturaDemi";
	font-size: 30px;
	line-height: 30px; }

.topic-home-row h3 em {
	font-family: "Leksa";
	font-style: italic; }

.topic-home-row a {
	color: #302f2c; }

.topic-home-row a:hover {
	color: #e65639; }

.topic-author {
	display: block;
	margin: 18px 0 11px; }

.topic-author a {
	font-family: "FuturaBook";
	font-size: 17px; }

.topic-author .ai {
	bottom: -2px;
	height: 15px;
	margin-right: 5px;
	position: relative;
	width: 15px; }

.topic-link {
	display: block;
	margin: 16px 0 14px; }

.topic-link em {
	color: #666;
	font-family: "Leksa";
	font-size: 15px;
	font-style: italic; }

.topic-link a {
	font-family: "FuturaBook";
	font-size: 17px; }

.topic-home-row p {
	font-family: "Leksa";
	font-size: 19px !important;
	line-height: 25px; }

.topic-tags {
	line-height: 20px;
	margin-top: 7px;
	padding-top: 8px; }

.topic-tags:before {
	background: #dcdad8;
	display: block;
	content: "";
	height: 1px;
	position: relative;
	top: -8px;
	width: 70px; }

.topic-tags a:after {
	color: #9e9d9b;
	content: "\00b7";
	margin: 0 1px 0 5px; }

.topic-tags a:last-child:after {
	display: none; }

#popular-home {
	border: 2px solid #e65639;
	border-left: 0;
	border-right: 0;
	margin-bottom: 31px;
	overflow: hidden;
	padding-bottom: 40px; }

#popular-home .slider-title h2 {
	border: 0 !important;
	padding: 0 !important; }

#popular-home .slider-title {
	margin: 37px 0 21px !important; }

#popular-slider-home {
	height: 320px;
	margin-left: -40px;
	padding-bottom: 41px;
	position: relative;
	width: 3360px;
	z-index: 5; }

.popular-slide {
	float: left;
	height: 320px;
	margin-left: 40px;
	position: relative;
	width: 240px; }

.popular-slide > div {
	background: #fff;
	height: 320px; }

.popular-slider-link img {
	height: 160px;
	margin-bottom: 7px;
	width: 240px; }

.popular-slider-link span {
	display: block;
	font-family: "FuturaDemi";
	font-size: 24px;
	line-height: 25px;
	padding: 15px;
	text-align: center; }

#popular-slider-home .topic-author {
	bottom: 9px;
	display: block;
	line-height: 15px;
	padding: 0 15px;
	position: absolute;
	text-align: center;
	width: 240px; }

.more-link-home,
.more-link-home-adaptive {
	border-top: 4px solid #302f2d;
	padding-top: 44px; }

.more-link-home > a,
.more-link-home-adaptive > a {
	border: 1px solid #d0cfcc;
	color: #302f2d;
	display: block;
	font-family: "FuturaDemi";
	font-size: 25px;
	height: 91px;
	line-height: 89px;
	margin-bottom: 51px;
	overflow: hidden;
	text-align: center; }

.more-link-home > a:hover,
.more-link-home-adaptive > a:hover {
	background: #e6e4e1;
	border-color: #cccccc; }

.more-link-home > a > span,
.more-link-home-adaptive > a > span {
	background: #e8503e;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-right: 12px;
	padding-left: 1px;
	position: relative;
	top: -1px;
	text-align: center;
	width: 30px; }

.more-link-home > a > span .ai,
.more-link-home-adaptive > a > span .ai {
	height: 12px;
	position: relative;
	top: -2px;
	width: 12px; }

.more-link-home-adaptive {
	border-top: 0;
	margin-top: -41px;
	padding-top: 0; }

.more-link-home-adaptive > a {
	height: 71px;
	line-height: 69px;
	margin: 0 0 50px; }

.more-link-home-adaptive > a > span {
	background: #e8503e;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-right: 12px;
	padding-left: 1px;
	position: relative;
	top: -1px;
	text-align: center;
	width: 30px; }

.modal-header {
	background: #f5f3f0;
	border-bottom: 1px solid #d9d9d9;
	height: 71px;
	padding: 0 30px; }

.modal-header > div {
	float: left;
	font-family: "FuturaDemi";
	font-size: 30px;
	height: 70px;
	line-height: 80px;
	overflow: hidden; }

@-moz-document url-prefix() {
	.modal-header > div {
		line-height: 75px; } }

.modal-header .close {
	float: right;
	height: 18px;
	margin: 26px 6px 0 0;
	width: 18px; }

#sign > div {
	background: #fff;
	height: 690px;
	margin: 70px auto 0;
	position: relative;
	width: 900px; }

#sign .modal-content {
	height: 619px; }

.modal-content > div {
	height: 619px;
	padding: 43px 40px 50px;
	position: relative;
	width: 450px; }

#sign .sign-left {
	border-right: 1px solid #d9d9d9;
	float: left; }

#sign .sign-right {
	float: right; }

.sign-title {
	border-bottom: 2px solid #333;
	font-family: "RomanovskyRegular";
	font-size: 27px;
	letter-spacing: 1.35px;
	margin-bottom: 35px;
	padding-bottom: 13px;
	text-transform: uppercase; }

.sign-subtitle {
	font-family: "FuturaDemi";
	font-size: 19px; }

#sign .sign-left form .sign-subtitle {
	margin-bottom: 24px; }

.sign-in-social {
	border-bottom: 1px solid #d9d9d9;
	height: 71px;
	margin: 21px 0 43px;
	width: 370px; }

.sign-in-social > a {
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	float: left;
	height: 40px;
	margin-right: 15px;
	text-align: center;
	width: 40px; }

.sign-in-social > a:last-child {
	margin: 0; }

.sign-in-social > a:hover .ai path {
	fill: #e65639; }

.sign-social-fb {
	height: 20px;
	margin-top: 9px;
	width: 20px; }

.sign-social-vk {
	height: 25px;
	margin-top: 6px;
	width: 25px; }

.sign-social-tw {
	height: 22px;
	margin-top: 8px;
	width: 22px; }

.sign-social-ya,
.sign-social-ok,
.sign-social-mail {
	height: 18px;
	margin-top: 10px;
	width: 18px; }

.sign-social-lj {
	height: 17px;
	margin-top: 10px;
	width: 17px; }

#sign .modal-content input[type=text],
#sign .modal-content input[type=password] {
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-family: "FuturaBook";
	font-size: 19px;
	height: 50px;
	margin-top: 20px;
	padding: 0 20px;
	width: 100%; }

#sign .modal-content .button-red {
	bottom: 50px;
	height: 50px;
	left: 40px;
	line-height: 50px;
	position: absolute; }

#sign .sign-restore {
	border-bottom: 1px solid #d9d9d9;
	bottom: 66px;
	font-family: "FuturaBook";
	font-size: 19px;
	left: 184px;
	line-height: 24px;
	position: absolute; }

#sign .checkbox {
	font-family: "FuturaBook";
	font-size: 19px;
	margin-top: 15px; }

.partner-popup {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in-out 0s, top 0s linear 0s;
	-moz-transition: opacity 0.5s ease-in-out 0s, top 0s linear 0s;
	-o-transition: opacity 0.5s ease-in-out 0s, top 0s linear 0s;
	transition: opacity 0.5s ease-in-out 0s, top 0s linear 0s;
	will-change: opacity;
	z-index: 100000;
	overflow: hidden;
	opacity: 1; }
	.partner-popup--hidden {
		display: none;
		-webkit-transition: opacity 0.5s ease-in-out 0s, top 0s linear 0.5s;
		-moz-transition: opacity 0.5s ease-in-out 0s, top 0s linear 0.5s;
		-o-transition: opacity 0.5s ease-in-out 0s, top 0s linear 0.5s;
		transition: opacity 0.5s ease-in-out 0s, top 0s linear 0.5s;
		top: -100%;
		opacity: 0; }

.partner-popup__overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.666); }

.partner-popup__popup {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	width: 700px;
	z-index: 20;
	margin: 0; }

.partner-popup__close {
	height: 70px;
	width: 70px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	will-change: opacity;
	opacity: 1;
	cursor: pointer;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAFVBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZnaZv17AAAABnRSTlMA3h7ZGAd2guVAAAAASklEQVR42q3RwQoAIAgDUHPq/39ydRkLdqyL+UBEjaiO53UdG6RaYioas1JsDfoGKhNV87VFNFWaKk2VZtGX+0a0f7PZ1dkl23Nsi3MB4VO4+04AAAAASUVORK5CYII="); }
	.partner-popup__close:hover {
		opacity: .666; }

.partner-popup__header {
	height: 70px;
	width: 100%;
	line-height: 70px;
	background-color: #f5f3f0;
	padding: 0 30px;
	white-space: nowrap;
	font-size: 31px;
	font-family: "FuturaDemi"; }

.partner-popup__logo {
	margin: 10px 50px; }

.partner-popup-text {
	margin: 10px 50px 15px;
	line-height: 25px;
	font-size: 18px;
	font-family: 'Leksa'; }

.partner-popup__link {
	vertical-align: top;
	display: inline-block;
	margin: 0 50px 40px;
	border-bottom: 1px solid #dbddd2;
	font-family: "FuturaBook";
	font-size: 19px; }

#letter > div {
	margin: 50px auto 0;
	position: relative;
	width: 650px; }

#letter > div > strong {
	color: #fff;
	display: inline-block;
	font-family: "FuturaDemi";
	font-size: 31px;
	margin-bottom: 21px; }

#letter > div .close {
	bottom: -8px;
	float: right;
	height: 18px;
	position: relative;
	width: 18px; }

.letter-content {
	background: #1a1a1a;
	overflow: hidden;
	padding: 10px;
	position: relative; }

.letter-content > img {
	display: block; }

img[data-action="zoom"] {
	max-width: 100%;
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; }

.zoom-img,
.zoom-img-wrap {
	position: relative;
	z-index: 666;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms; }

img.zoom-img {
	width: 100%;
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out; }

#intro .slick-dots {
	width: auto; }

.topics-main-header > a {
	display: inline-block;
	vertical-align: top; }
	.topics-main-header > a::after {
		color: #9e9d9b;
		content: "·";
		margin: 0 1px 0 5px; }
	.topics-main-header > a:last-child {
		margin-right: 0; }
		.topics-main-header > a:last-child::after {
			display: none; }

.topic-home-row h3 {
	margin-bottom: 16px; }

.topic-intro-content {
	padding-right: 40px; }

.topic-img .hover-help > a {
	position: relative; }

.topic-img .hover-help > a:first-child .ai,
.topic-img .hover-help > a:last-child .ai {
	margin-top: 20px; }

.docs > a {
	background-image: none !important;
	font-family: 'FuturaBook' !important; }

.content-help-block {
	margin-top: 59px !important; }

#request form .required {
	color: #303030; }

.zoom-overlay {
	z-index: 420;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	filter: "alpha(opacity=0)";
	opacity: 0;
	-webkit-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	transition: opacity 300ms; }

.zoom-overlay-open .zoom-overlay {
	filter: "alpha(opacity=100)";
	opacity: 1; }

@media screen and (max-width: 1200px) {
	.category-topics__item .topic-author-photo {
		top: 250px; } }

.news-more a {
	background: none !important; }

.topics-list-item-finished-block {
	left: 50% !important;
	-webkit-transform: translateX(-50%) !important;
	-moz-transform: translateX(-50%) !important;
	-ms-transform: translateX(-50%) !important;
	-o-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important; }

#popular-slider-home {
	width: 840px !important;
	margin-left: -20px !important; }
	#popular-slider-home .popular-slide {
		margin: 0;
		padding: 0 20px;
		background-color: transparent; }
		#popular-slider-home .popular-slide > div {
			height: 100%;
			width: 100%;
			position: relative;
			background-color: #ffffff; }
	@media screen and (max-width: 1200px) {
		#popular-slider-home {
			width: 680px !important; }
			#popular-slider-home .popular-slider-link img {
				height: 185px;
				width: 280px; }
			#popular-slider-home .topic-author {
				width: 100%;
				padding: 0; } }

@media screen and (max-width: 1200px) {
	#popular-home .slider-title .adp-hide {
		display: block; }
	#popular-home .slider-title h2 {
		text-align: left !important;
		padding-left: 20px !important;
		overflow: hidden !important; }
	#popular-home .slider-title > div {
		padding-right: 20px; } }

#hd > div > strong {
	padding-right: 40px; }

#hd > div .close {
	top: 8px;
	right: 0;
	float: none;
	height: 18px;
	position: absolute;
	width: 18px; }

#hd > div > strong {
	color: #fff;
	display: inline-block;
	font-family: FuturaDemi;
	font-size: 31px;
	margin-bottom: 10px;
	padding-right: 40px; }

.subject-more-content {
	left: 50% !important;
	-webkit-transform: translateX(-50%) !important;
	-moz-transform: translateX(-50%) !important;
	-ms-transform: translateX(-50%) !important;
	-o-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important; }

.docs a::before {
	display: none; }

.docs > a {
	display: block !important; }

.news-more__header > a {
	font-family: 'FuturaDemi' !important; }

@media screen and (max-width: 1024px) {
	.topic-intro {
		max-height: 800px !important; } }

/**
 * index page grid
 */
/**
 * !!!!index page grid!!!!
 */
.help-popup-text {
	margin: 50px;
	line-height: 25px;
	font-size: 18px;
	font-family: 'Leksa'; }

.help-popup-table {
	width: 370px;
	margin: 50px 50px 70px; }
	.help-popup-table p {
		width: 50%;
		float: left;
		margin: 0;
		white-space: nowrap; }
		.help-popup-table p:first-child {
			text-align: left; }
		.help-popup-table p:last-child {
			text-align: right; }

.topic-home::after {
	clear: both;
	content: "";
	display: table; }

.help-popup-table__header {
	height: 50px;
	width: 100%;
	line-height: 50px;
	border-bottom: 2px solid #dcdad8;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 0.05em;
	font-family: 'FuturaDemi';
	font-size: 11px; }
	.help-popup-table__header::after {
		clear: both;
		content: "";
		display: table; }

.help-popup-table__table {
	list-style: none;
	padding: 0;
	margin: 0; }

.help-popup-table__item {
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #dcdad8;
	line-height: 40px;
	font-family: 'FuturaBook';
	font-size: 17px; }
	.help-popup-table__item::after {
		clear: both;
		content: "";
		display: table; }

.photo-author {
	bottom: 20px; }
	.article-extra + .photo-author {
		bottom: 100px; }

.news-more a::before {
	display: none; }

.subject-list-home > div {
	height: 490px;
	position: relative; }

.subject-list-home .subject-more-content {
	left: 0; }

.subject-list-home .topic-item-header__container {
	-webkit-transform: translateY(-60%);
	-moz-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	-o-transform: translateY(-60%);
	transform: translateY(-60%); }

.oferta-popup {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in-out 0s, top 0s linear 0s;
	-moz-transition: opacity 0.5s ease-in-out 0s, top 0s linear 0s;
	-o-transition: opacity 0.5s ease-in-out 0s, top 0s linear 0s;
	transition: opacity 0.5s ease-in-out 0s, top 0s linear 0s;
	z-index: 10000000;
	overflow: hidden; }
	.oferta-popup--hidden {
		display: none;
		-webkit-transition: opacity 0.5s ease-in-out 0s, top 0s linear 0.5s;
		-moz-transition: opacity 0.5s ease-in-out 0s, top 0s linear 0.5s;
		-o-transition: opacity 0.5s ease-in-out 0s, top 0s linear 0.5s;
		transition: opacity 0.5s ease-in-out 0s, top 0s linear 0.5s;
		top: -100%;
		opacity: 0; }

.oferta-popup__overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	background-color: #2d2d2d; }

.topic-item-header__container > a {
	margin-top: 0; }

.text-cover-tweet::after {
	display: none; }

.oferta-popup__close {
	position: absolute;
	top: 30px;
	right: 30px;
	height: 20px;
	width: 20px;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	display: block;
	cursor: pointer;
	z-index: 20;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAFVBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZnaZv17AAAABnRSTlMA3h7ZGAd2guVAAAAASklEQVR42q3RwQoAIAgDUHPq/39ydRkLdqyL+UBEjaiO53UdG6RaYioas1JsDfoGKhNV87VFNFWaKk2VZtGX+0a0f7PZ1dkl23Nsi3MB4VO4+04AAAAASUVORK5CYII="); }
	.oferta-popup__close:hover {
		opacity: .666; }

#sticky-help .subject-list-home > div {
	height: auto; }

.oferta-popup__container {
	height: 100%;
	width: 100%;
	max-width: 1100px;
	padding: 0 50px;
	margin: 0 auto;
	position: relative;
	z-index: 15; }

.oferta-popup__header {
	padding: 25px 0;
	color: #ffffff;
	line-height: 1.2;
	font-family: 'FuturaDemi';
	font-size: 31px; }

.oferta-popup__text-container {
	height: 100%;
	background-color: #ffffff;
	padding: 50px 35px;
	font-family: 'Leksa';
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 50px;
	overflow-y: scroll; }

.oferta-popup__scroll-container {
	padding-bottom: 125px; }

.oferta-popup__version {
	display: inline-block;
	margin-bottom: 15px;}
.oferta-popup__header-text {
	font-family: 'FuturaDemi';
	margin: 30px 0 20px;
	text-align: center; }
.oferta-popup__header-h3 {
	font-family: 'FuturaDemi';
	display: inline-block;
}
.oferta-popup__scroll-container > ol > li {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 15px;
}
.oferta-popup__scroll-container > ol > li > ol {
	font-weight: normal;
}

.oferta-popup__scroll-container > ol > li span {
	display: inline-block;
	margin-bottom: 10px;
}
.oferta-popup__requisites {
	font-weight: normal;
	margin: 10px 0 15px !important;
}

.case-intro {
	position: relative; }

.topic-img .hover-help > div {
	color: #fff;
	display: block;
	float: left;
	height: 140px;
	line-height: 15px;
	text-align: center;
	width: 155px; }

.article-intro-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .25;
	position: absolute !important;
	z-index: 1;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat; }

.topic-intro {
	height: -webkit-calc(100vh - 186px);
	height: -moz-calc(100vh - 186px);
	height: calc(100vh - 186px); }

.subject-list-home img {
	max-width: 100%;
	margin-bottom: 10px; }

/**
 * Subject more-slider
 */
@media screen and (max-width: 1200px) {
	.subject-more-slider > div > div > div {
		width: 490px; } }

.subject-more-slider > div > div > div {
	height: 490px; }

.subject-more {
	height: 610px; }

#sticky-help {
	padding-top: 0 !important; }

.subject-more-slider > div::after {
	height: 490px; }

.case-intro-background {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .85;
	position: absolute !important;
	z-index: 0 !important;
	background-position: center center; }

.topic-intro-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: .15;
	background-repeat: no-repeat;
	background-position: center center;
	background-background-size: contain; }

.intro-slide::after {
	opacity: 1 !important; }

#intro .slick-dots li button {
	opacity: 1 !important; }
	#intro .slick-dots li button::before {
		opacity: 1 !important; }
	#intro .slick-dots li button.slick-active::before {
		background-color: #e65639; }

#intro .slick-dots li button::before {
	background: #625f5c none repeat scroll 0 0; }

.article-donate-finished-container {
	border-left: 1px solid #4a4846 !important;
	padding-top: 5px;
	padding-left: 25px !important;
	white-space: nowrap; }

.topic-intro-content h1 {
	margin-bottom: 20px;
	margin-top: 0; }

	
.topic-intro-content {
	width: 100%;
	-webkit-transform: translateY(-70%);
	-moz-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	-o-transform: translateY(-70%);
	transform: translateY(-70%); }
	
	.topic-content .topic-intro-content {
		padding-right: 0;
	}

.content-tabs {
	margin: 40px auto !important; }

#sticky-help {
	padding-top: 100px; }

.topic-item-header {
	height: 125px;
	position: relative; }

.topic-intro-content {
	position: absolute; }

.topic-item-header__container {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%; }
	.topic-item-header__container > a::after {
		color: #9e9d9b;
		content: '·';
		margin: 0 1px 0 5px; }
	.topic-item-header__container > a:last-of-type::after {
		display: none; }

/**
 * ADP
 */
.adp-reminder-header,
.adp-close,
.adp-overlay {
	display: none; }
	
.error-input {
	border: 1px solid #f00 !important;
}

@media screen and (max-width: 1200px) {
	.adp-popup-container {
		position: fixed;
		top: -100%;
		left: 0;
		-webkit-transition: opacity 0.5s ease 0s, top 0s linear 0.5s;
		-moz-transition: opacity 0.5s ease 0s, top 0s linear 0.5s;
		-o-transition: opacity 0.5s ease 0s, top 0s linear 0.5s;
		transition: opacity 0.5s ease 0s, top 0s linear 0.5s;
		height: 100%;
		width: 100%;
		z-index: 1000000;
		opacity: 0;
		display: block !important; }
		.adp-popup-container--active {
			-webkit-transition: opacity 0.5s ease 0s, top 0s linear 0s;
			-moz-transition: opacity 0.5s ease 0s, top 0s linear 0s;
			-o-transition: opacity 0.5s ease 0s, top 0s linear 0s;
			transition: opacity 0.5s ease 0s, top 0s linear 0s;
			top: 0;
			opacity: 1; }
	.adp-overlay {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
		background-color: rgba(38, 38, 38, 0.97);
		display: block; }
	.help-block .adp-reminder-header {
		line-height: 35px;
		color: #ffffff;
		display: block;
		margin-bottom: 25px;
		text-transform: none;
		border: 0;
		text-align: left;
		height: auto;
		letter-spacing: 0;
		font-family: 'FuturaDemi';
		font-size: 31px; }
	.adp-close {
		position: absolute;
		top: 5px;
		right: 0;
		height: 20px;
		width: 20px;
		-webkit-transition: opacity 0.3s ease 0s;
		-moz-transition: opacity 0.3s ease 0s;
		-o-transition: opacity 0.3s ease 0s;
		transition: opacity 0.3s ease 0s;
		display: block;
		cursor: pointer;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAFVBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZnaZv17AAAABnRSTlMA3h7ZGAd2guVAAAAASklEQVR42q3RwQoAIAgDUHPq/39ydRkLdqyL+UBEjaiO53UdG6RaYioas1JsDfoGKhNV87VFNFWaKk2VZtGX+0a0f7PZ1dkl23Nsi3MB4VO4+04AAAAASUVORK5CYII="); }
		.adp-close:hover {
			opacity: .666; }
	.adp-popup {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 370px;
		z-index: 20; }
		.adp-popup form {
			background-color: #ffffff;
			padding: 40px; }
		.adp-popup .help-block-title,
		.adp-popup .help-block-desc {
			display: none; } }

.article-donate-finished-text::before,
.topic-finished p::before,
.topics-list-item-finished-block p::before {
	height: 22px;
	width: 22px;
	content: '';
	display: inline-block;
	vertical-align: top;
	margin: 5px 10px 0 -10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAWlBMVEUAAADmVjnmVjnmVjnmVjnmVjnmVjnmVjnmVjnmVjnmVjnmVjnmVjnmVjnmVjnmVjn//////Pv639n75N/oY0jujXnui3buiHPthXDoZUr++fnuj3voYUboZkwUxS6rAAAAD3RSTlMA8eOzeWsRCPrTIcoc2dfrJdh1AAAAqElEQVR4AX3R6w6CMAyG4e58AP1EVBD1/m/TTmCDaXx/QPaEZCmlOWuU9OKojKWS0wJLQrtVY8CmEGdtJXbJNqlrUNU4Zo2vNJEVO7mcb4CwZCo9deyGFLhxyPphRTLp1A1bhSTPz3Rif6b3FZwnkb7q+TwWZT5g8anPCjlfiTtbUb7SIHv3wJJZx2EvKmwZ/jVshycXUBUccbH+sfH3Gv4uLa/Yy7ziN1ovFqMdKdHBAAAAAElFTkSuQmCC"); }

.topics-list-item-finished-block {
	position: absolute;
	bottom: 0;
	left: 40px;
	height: 103px;
	width: 320px;
	border-top: 1px solid #dcdad8;
	padding-top: 35px; }
	.topics-list-item-finished-block p {
		font-size: 28px;
		font-family: 'FuturaBook'; }
		.topics-list-item-finished-block p::before {
			margin-top: 8px; }

.topic-tags a {
	white-space: nowrap; }

.topics-row {
	height: 510px; }
	.topics-row > div {
		height: 480px; }

.topic-finished {
	margin-top: 25px;
	padding-top: 22px;
	border-top: 1px solid #dcdad8; }
	.topic-finished p {
		font-size: 28px;
		font-family: 'FuturaBook'; }
		.topic-finished p::before {
			margin-top: 8px; }

@media screen and (max-width: 1200px) {
	.topics-list-item-finished-block {
		height: 93px;
		padding-top: 30px;
		width: 300px; }
	.topic-item-header {
		height: 135px; }
	.topic-item-header__container .fdemi {
		font-size: 10px; }
	.topics-row h3 {
		font-size: 20px;
		line-height: 23px; }
	.topics-row > div img {
		max-width: 260px !important; } }

.topic-tags a {
	background-image: none; }

.topic-img .hover-help > div:first-child {
	border-right: 1px solid #9f9f9f; }

.topic-img .hover-help > div a {
	display: inline-block;
	vertical-align: top;
	width: 75px; }

.topic-img .hover-help > div,
.topic-img .hover-help > div a {
	overflow: hidden; }

.topic-img .hover-help > div .ai {
	display: block;
	margin: 28px auto 13px; }

.topic-img .hover-help > div a {
	color: #ffffff; }
	.topic-img .hover-help > div a:hover {
		color: #e65639; }

.topic-img .hover-help > div .ai svg {
	height: 55px;
	width: 55px; }

.topic-img .hover-help > div:first-child .ai {
	height: 55px;
	margin: 34px auto 14px;
	width: 55px; }

.topic-img .hover-help > div:last-child .ai {
	height: 55px;
	margin: 34px auto 14px;
	width: 55px; }

.topic-img .hover-help svg path {
	-webkit-transition: stroke 0.2s ease 0s;
	-moz-transition: stroke 0.2s ease 0s;
	-o-transition: stroke 0.2s ease 0s;
	transition: stroke 0.2s ease 0s; }

.topic-img .hover-help a:hover svg path {
	stroke: #e65639 !important; }

.text-img {
	max-width: 360px;
	width: auto; }

#popular-slider-home {
	-webkit-transition: left 0.3s ease-in-out 0s;
	-moz-transition: left 0.3s ease-in-out 0s;
	-o-transition: left 0.3s ease-in-out 0s;
	transition: left 0.3s ease-in-out 0s;
	will-change: left; }

.gallery-slider div.slick-slide > img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%; }

.intro-slide-content {
	height: auto;
	padding-bottom: 40px; }

.magazine-header-svg {
	width: 173px; 
	height: 40px; 
	top: 52px;
	}
	.magazine-header-svg svg {
		height: 100%;
		width: 100%; }

.fund-header-svg {
	width: 140px;
	height: 47px;
	top: 47px;
	}
	.fund-header-svg svg {
		height: 100%;
		width: 100%; }

.header-top #logo {
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	will-change: opacity;
	display: block; }
	.header-top #logo.hidden {
		pointer-events: none;
		opacity: 0; }

.news-more a {
	border: 0; }

.news-more__header {
	overflow: hidden;
	height: 70px;
	border-bottom: 2px solid #302f2d;
	margin-bottom: 5px; }
	.news-more__header h2.subtitle {
		line-height: 70px;
		float: left;
		margin: 0;
		padding: 0;
		border: 0; }
	.news-more__header a {
		text-transform: uppercase;
		font-family: "FuturaDemi";
		font-size: 14px;
		line-height: 85px;
		float: right; }

.article-arrow-down {
	height: 48px;
	width: 48px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	will-change: opacity;
	position: absolute !important;
	margin: 0 0 0 -24px;
	cursor: pointer;
	opacity: 1; }
	.article-arrow-down span,
	.article-arrow-down svg {
		height: 100%;
		width: 100%; }
	.article-arrow-down:hover {
		opacity: .666; }

/**
 * Adaptivity
 */
@media all and (max-width: 1200px) {
	#page {
		overflow: hidden; }
	.adp-show {
		display: block; }
	.adp-hide {
		display: none; }
	.adp-show .ai[data-icon="rouble-bold"] svg,
	.adp-show .ai[data-icon="like"] svg {
		width: 32px;
		height: 32px;
	}
	.topic-author-photo {
		top: 70px;
	}
	
	.topic-home-row div div:not(.topic-right-block) .topic-author-photo {
		left: 60px !important;
	}
	
	html, body {
		min-width: 980px; }
	.wrap {
		width: 980px; }
	.adaptive-hide {
		display: none; }
	.adaptive-show {
		display: block; }
	/* Home Page * * * * * * * * * * * * * * * * * * * * * * * * * * */
	.content-left {
		padding-right: 19px;
		width: 640px; }
	.topic-content .content-left	{
		padding-right: 0;
	}
		
	.content-right {
		padding-left: 20px;
		width: 340px; }
	#home-main-slider a {
		height: 440px;
		overflow: hidden;
		width: 620px; }
	#home-main-slider a img {
		left: -55px;
		height: 100%; }
	#home-main-slider a .fdemi-12 {
		margin: 313px 0 3px; }
	.adp-show .news-list-links {
		margin-top: -20px; }
	.adp-show .news-home-all {
		margin: 11px 0 60px;
		text-align: center; }
	.topic-home .topic-ad {
		display: none; }
	.topic-home > .topic-home-row {
		border: 0;
		margin: 0;
		padding-bottom: 0 !important; }
	.topic-home-row > div::before {
		border: 0;
		display: none; }
	.topic-home-row > div > div {
		border-bottom: 1px solid #dcdad8;
		float: none;
		margin-bottom: 40px;
		padding: 0 0 30px 190px !important;
		position: relative;
		text-align: left;
		width: 100%; }
	.topic-last {
		border: 0 !important; }
	.topic-home .topic-img {
		height: 110px;
		left: 0;
		margin-bottom: 24px;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 160px; }
	.topic-home .topic-img img {
		height: 110px; }
	.topic-home .topic-cat {
		height: 14px;
		line-height: 12px;
		margin-bottom: 15px;
		position: relative;
		text-align: left;
		top: -12px; }
	.topic-home .topic-author {
		margin: 0; }
	.topic-home .topic-home-row p {
		margin: 10px 0; }
	.topic-intro {
		width: 640px; }
	.content-left .text-gallery,
	.content-left .gallery-slider-border {
		width: 540px; }
	#pay-web .checkbox label {
		white-space: nowrap; }
	.topic-home-row h3 {
		margin-bottom: 15px; }
	.topic-person h3 {
		font-size: 30px;
		line-height: 30px;
		padding-bottom: 16px; }
	.topic-person h3::before {
		border-top: 1px solid #dcdad8;
		bottom: 0;
		content: "";
		display: block;
		left: 0;
		margin: 0;
		position: absolute;
		width: 130px; }
	.topic-home .topic-person h3::before {
		display: none; }
	.topic-home-row h3 em {
		display: none; }
	.topic-person .topic-author {
		font-size: 20px; }
	.topic-home-row .adp-help {
		height: 110px;
		left: 0;
		position: absolute;
		top: 130px;
		width: 160px; }
	.topic-home-row .adp-help > div {
		border: 1px solid #d9d8d2;
		color: #e65639;
		height: 30px;
		line-height: 28px;
		text-align: center; }
	.topic-home-row .adp-help > a {
		border: 1px solid #d9d8d2;
		border-width: 0 0 1px 1px;
		display: block;
		float: left;
		height: 80px;
		text-align: center;
		width: 80px; }
	.topic-home-row .adp-help > a:last-child {
		border-right-width: 1px; }
	.topic-home-row .adp-help > a .ai {
		height: 21px;
		margin-top: 18px;
		margin-bottom: 12px;
		width: 21px; }
	.topic-home-row .adp-help > a:last-child .ai {
		height: 25px;
		margin-top: 14px;
		width: 25px; }
	.topic-home-row .adp-help > a:hover .ai path {
		fill: #e65639; }
	.topic-home-row .with-help {
		min-height: 280px; }
	#popular-home {
		left: -20px;
		margin-top: -30px;
		position: relative;
		width: 659px; }
	#popular-home .slider-title h2 {
		text-align: center; }
	#popular-slider-home {
		margin-left: 0; }
	#popular-slider-home .popular-slide {
		margin-left: 20px; }
	.subject-list-home > div img {
		width: 100%; }
	.subject-list-home .subject-more-content {
		left: 50% !important; }
	/* Article * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#intro-img-bgr h1 {
		padding: 0 20px; }
	#content-article {
		background: #fff; }
	#content-article .white-bgr {
		margin: 0 auto 40px; }
	.text-img {
		margin: 30px 40px 30px -90px; }
	.text-ad {
		margin: 30px -90px 30px 40px; }
	.text-quote {
		margin: 30px 40px 30px -90px; }
	.text-further {
		margin: 30px 40px 30px -90px; }
	.text-cover,
	.text-video {
		left: -120px;
		position: relative;
		width: 1220px; }
		
		#content-news .text-video,
		.topic-content .text-video {
			left: 0;
			width: auto;
		}
	.help-block.wrap {
		width: 900px !important; }
	.help-block-left::after {
		display: none; }
	.help-block-left {
		float: none;
		padding-right: 0;
		width: 800px; }
	.help-block-tabs > a:first-child {
		width: 268px; }
	.help-block-tabs > a {
		width: 267px; }
	#pay-web > form > .checkbox {
		margin-bottom: 30px; }
	#pay-web > form > .checkbox > div:first-child {
		float: right;
		margin-right: 17px; }
	#pay-web > form > .adp-show {
		height: 52px; }
	#pay-web > form > .adp-show .button-red-border {
		float: right; }
	#pay-web > form > .adp-show > img {
		bottom: -8px;
		position: relative; }
	#pay-web .pay-web-inputs .w180 {
		width: 230px; }
	.go-comment.wrap {
		width: 900px !important; }
	.slider-title h2 {
		text-align: center; }
	.subject-more {
		padding-top: 0; }
	.article-other .more-link {
		margin-bottom: 0 !important; }
	.subject-more.wrap {
		margin-bottom: -40px; }
	/* About * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#about-header p {
		width: 960px; }
	/* Category * * * * * * * * * * * * * * * * * * * * * * * * * * */
	.category-adp-news {
		margin: 10px 0 50px; }
	/* Editors * * * * * * * * * * * * * * * * * * * * * * * * * * */
	.team-map-desc {
		margin-left: -470px; }
	/* News * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#news-list .content-left {
		width: 660px !important; }
	#news-list .content-right {
		width: 320px !important; }
	.members-content .index-letter {
		width: 215px; }
	.members-content .member-list {
		width: 765px; }
	.members-content .member-list div {
		height: 50px;
		margin: 0 0 30px 25px;
		width: 230px; }
	.members-content .member-list a {
		line-height: 20px;
		padding-top: 3px;
		word-spacing: 1000px; }
	.members-content .member-list a img {
		margin-top: -3px; }
	#content-news,
	#content-events {
		background: #fff;
		width: 100%; }

	#content-news .content-left,
	#content-events .content-left {
		padding: 0 !important;
		width: 660px; }

	#content-news .content-right,
	#content-events .content-right {
		padding-top: 30px !important;
		width: 320px; }
	
		
	#content-news .content-left .white-cover,
	#content-events .content-left .white-cover {
		padding: 33px 19px 33px 0 !important; }
		
	.topic-content .content-left .white-cover {
		padding: 33px 40px 33px !important;
	}
	.topic-content .white-cover h1,
	#content-news .white-cover h1,
	#content-events .white-cover h1 {
		width: 100%; }
		/*
	#content-news .text-gallery {
		width: 640px; }
	#content-news .gallery-slider-border,
	#content-news .gallery-slider {
		height: 440px;
		width: 640px; }
	#content-news .gallery-slider div.slick-slide {
		height: 440px; }
	#content-news .gallery-slider div.slick-slide > img {
		height: 440px; }
	#content-news .text-gallery .gallery-slider-qty {
		top: 457px; }*/
	#content-news .content-help-block > a,
	#content-events .content-help-block > a {
		margin-left: 13px;
		width: 80px; }
	#content-news .content-help-block > a:first-child,
	#content-events .content-help-block > a:first-child {
		margin: 0 !important; }
	.news-wrap {
		margin: 50px auto;
		width: 800px; }
	.news-wrap .news-list-links {
		margin-top: 8px !important; }
	/* Members * * * * * * * * * * * * * * * * * * * * * * * * * * */
	.members-index .wrap div {
		margin-right: 22px; }
	/* Request & Volunteer * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#request,
	#volunteer,
	#reports {
		margin: 0 auto !important;
		width: 100%; }
	/* Request & Volunteer * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#author {
		margin-top: 0 !important;
		width: 100%; }
	/* Partners * * * * * * * * * * * * * * * * * * * * * * * * * * */
	.partners-list {
		margin-left: 0;
		width: 960px; }
	/* Topics * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#topics-slider,
	.topics-slide {
		height: 400px; }
	.topics-slide {
		padding: 45px 50px 0 40px; }
	.topics-slide > a {
		height: 340px;
		width: 470px; }
	.topics-slide > a img {
		max-height: 340px;
		max-width: 470px; }
	.topics-slide > div {
		right: 50px; }
	.topics-list {
		width: 1020px; }
	.topics-row {
		height: 440px; }
	.topics-row > div {
		height: 410px;
		padding: 0 20px;
		width: 340px; }
	.topics-row > div img {
		max-width: 300px; }
	.topics-list .subject-more-content {
		bottom: 10px;
		left: 20px;
		width: 300px; }
	.topics-list .subject-sum {
		margin-top: 20px; }
	.topics-list .subject-sum > div > span:last-child {
		font-size: 24px; }
	.topics-list .subject-sum > div {
		width: 150px; }
	.restrictions {
		margin-top: 17px;
	}
	/* Headers & Footers * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#page {
		margin: 0 auto -590px; }
	#footer, .push {
		height: 590px; }
	.footer-top {
		height: 460px;
		padding-top: 60px;
		position: relative; }
	.footer-top > p,
	.footer-top > div {
		float: left; }
	.footer-top > div {
		margin-left: 40px; }
	.footer-top p {
		margin-top: 27px;
		width: 320px; }
	.footer-top .footer-journal {
		width: 300px; }
	.footer-top .footer-journal div:last-child {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px; }
	.footer-top .footer-fund,
	.footer-top .footer-social {
		margin-left: 20px;
		width: 140px; }
	.footer-bottom {
		clear: both; }
	.footer-bottom * {
		line-height: 68px; }
	.footer-bottom > .wrap {
		clear: both; }
		.footer-bottom > .wrap::after {
			clear: both;
			content: "";
			display: table; }
	.footer-top p {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 0; }
	.footer-top .footer-journal {
		width: 50%;
		margin: 0; }
	.footer-top .footer-fund,
	.footer-top .footer-social {
		width: 25%;
		margin: 0;
		padding-left: 20px; } }

.header-bottom .heading { }

.header-top #logo {
	height: 32px; }



.article-extra-info > div:first-child {
	font-family: 'FuturaBook'; }

@media screen and (max-width: 1023px) {
	.intro-slide-content {
		width: 100% !important; } }

.article-extra-info > div {
	margin-left: 30px;
	padding-left: 30px; }

.subject-more-slider > div > div > div::after {
	background: #dcdad8 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 540px;
	opacity: 0;
	position: absolute;
	right: -1px;
	top: 0;
	width: 1px;
	z-index: 10000; }

.subject-more-slider > div > div > div.slick-active::after {
	opacity: 1; }

@media screen and (max-width: 1260px) {
	.topic-img .hover-help > a:first-child .ai,
	.topic-img .hover-help > a:last-child .ai {
		margin-top: 50px; } }

.category-topics__item {
	height: auto; }

.subject-list-home > div {
	height: auto; }

.subject-list-home .topic-item-header {
	height: auto; }

.subject-list-home .subject-more-content {
	position: static;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	margin-bottom: 10px; }

.help-popup__container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	left: 0;
	padding: 0 8px;
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 200;
	width: 100%; }

.partner-popup__overlay--hidden {
	display: none; }

.partner-popup--hidden > .partner-popup__overlay {
	display: none;
	pointer-events: none; }

.partner-popup {
	overflow-y: visible; }

.partner-popup__overlay {
	position: fixed; }

.help-popup__content {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	text-align: left;
	vertical-align: middle;
	z-index: 1045;
	width: 100%; }
	.help-popup__content .partner-popup__popup {
		overflow: hidden;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		background: #fff none repeat scroll 0 0;
		margin: 40px auto;
		max-width: 700px;
		position: relative;
		text-align: left;
		left: 0;
		top: 0; }


/*---------------------- список статей
----------------------*/
.b-art-list {
	list-style-type: none;
	font-size: 21px;
	line-height: 25px;
	margin-bottom: 61px;
	margin-top: -5px;
	
}

	.b-art-list__elem {
		padding: 11px 0 7px;
		border-bottom: 1px solid #dcdad8;
		min-height: 110px;
		-webkit-box-sizing: content-box;
		   -moz-box-sizing: content-box;
				box-sizing: content-box;
	}

/*----------------------- одна из статей в списке
-----------------------*/
.b-short-art {
	padding-left: 110px; 
	position: relative; 
	font-weight: normal;
}

	.b-short-art__lnk {
		color: #2f2f2d;
		text-decoration: none;
	}
	
		.b-short-art__lnk__img {
			position: absolute;
			left: 0; 
			top: 5px;
			width: 90px;
			height: 90px;
		}
		
		.b-short-art__lnk__txt {
			font-family: 'FuturaDemi';
			font-size: 21px;
		}
		
			.b-short-art__lnk__txt__it {
				font-family: 'Leksa'; 
				font-style: italic;

			}		

			.b-short-art__lnk__txt__it {
				font-family: 'Leksa'; 
				font-style: italic;

			}

				
/*--------------------- попап с социалками
---------------------*/
.b-social-popup {
	display: none;
	opacity: 0;
	position: fixed; 
	z-index: 99999;
	top: 0; 
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(38, 38, 38, 0.97);
}
	
	.b-social-popup__frame {
		background: #1a1a1a; 
		width: 700px;
		height: 400px;
		left: 50%;
		top: 50%; 
		margin: -200px 0 0 -350px; 
		position: absolute;
		padding-top: 70px;
	}

		.b-social-popup__frame__head {
			font-size: 30px; 
			font-family: 'FuturaDemi';
			text-align: center;
			color: #fff;
		}

.b-socials {
	text-align: center;
	font-size: 0;
	margin: 50px auto 0;
	width:  530px;
}
	
	.b-socials li {
		display: inline-block;
		margin: 0 10px 50px 10px;
		vertical-align: top;
	}

		.b-socials li a {
			width: 150px;
			height: 50px;
			line-height: 50px;
			display: block;
			letter-spacing: 0.05em;
			font-size: 12px;
			font-family: 'FuturaDemi'; 
			color: #fff; 
			text-transform: uppercase;
			-webkit-border-radius: 2px;
			   -moz-border-radius: 2px;
					border-radius: 2px;
		}
			
			.b-socials li a.fb {
				background: #38569c;
			}
				
				.b-socials li a.fb .ai {
					position: relative;
					top: 4px;
					margin-right: 4px;
				}
				
				.b-socials li a.fb .ai svg {
					width:  16px !important;
					height: 16px !important;
				}

			.b-socials li a.vk {
				background: #4770a2;
			}
			
				.b-socials li a.vk .ai {
					width: 22px;
					height:22px;
					position: relative;
					top: 6px;
					margin-right: 6px;
				}
				
				.b-socials li a.vk .ai svg {
					width:  22px !important;
					height: 22px !important;
				}

			.b-socials li a.tw {
				background: #00abf0;
			}
			
				.b-socials li a.tw .ai {
					width: 22px;
					height:22px;
					position: relative;
					top: 7px;
					margin-right: 4px;
				}
					
					.b-socials li a.tw .ai svg {
						width:  22px !important;
						height: 22px !important;
					}

			.b-socials li a.close {
				border: 2px solid #666; 
				width: auto;
				padding: 0 21px;
			}
				
				.b-socials li a.close .ai {
					width: 11px;
					height: 11px;
					position: relative;
					top: 1px;
					margin-right: 10px;
				}
					
					.b-socials li a.close .ai svg {
						width:  11px !important;
						height: 11px !important;
					}

		
		
/*--------------------- игра-тест
---------------------*/
.b-testgame {
	background: #f5f3f0;
    margin: 40px auto 60px;
    padding: 49px 50px 55px;
}

	.b-testgame a,
	.b-testgame a:link,
	.b-testgame a:visited {
		color: #f5f3f0;
		text-decoration: none;
	}
	
	.b-testgame a:hover,
	.b-testgame a:active {
		color: #e65639;
		text-decoration: none;
	}
	
	.b-testgame__inside {
		background: url(../../img/testgame_amnesty_bg.jpg) no-repeat right 0;
		height: 730px;
		 color: #f5f3f0;
	}
	
	.b-testgame__page {
		opacity: 0;
		display: none;
		width: 980px;
		margin: 0 auto;
	}
	
		.b-testgame__page_vis {
			opacity: 1;
			display: block;
		}
		
		.b-testgame__page p {
			font-family: FuturaBook; 
			font-size: 25px; 
			line-height: 30px; 
			margin-bottom: 30px;
		}
		
		.b-testgame__page__narrow {
			width: 740px; 
			padding-top: 104px;
			margin-left: 60px;
		}
		
			.b-testgame__page__narrow_mod {
				padding-top: 84px;
			}
			
			.b-testgame__page__narrow_middle {
				display: table;
				height: 730px; 
				padding-top: 0;
				width: 720px; 
				margin: 0 auto;
			}
			
			.b-testgame__page__narrow__inside {
				display: table-cell; 
				vertical-align: middle;
				text-align: center;
			}
			
		.b-testgame__page__head {
			font-size: 45px; 
			line-height: 60px; 
			text-transform: uppercase; 
			font-family: 'RomanovskyRegular'; 
			letter-spacing: -0.015em; 
			margin-bottom: 18px;
		}
		
			.b-testgame__page__head_finish {
				font-size: 50px;
				margin-bottom: 36px;
			}
		
		.b-testgame__page-wrap {
			font-size: 0;
		}
		
		.b-testgame__page__button,
		.b-testgame__page__button:link,
		.b-testgame__page__button:visited,
		.b-testgame__page__button:hover,
		.b-testgame__page__button:active {
			margin-top: 5px;
			display: inline-block;
			font-family: 'FuturaDemi';
			font-size: 14px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			border: 1px solid #666;
			width: 360px;
			height: 50px;
			line-height: 46px;
			text-align: center;
			text-decoration: none;
			color: #f5f3f0;
			-webkit-border-radius: 2px;
			   -moz-border-radius: 2px;
					border-radius: 2px;
		}
		
			.b-testgame__page__button:hover {
				background: #f5f3f0;
				color: #302f2c;
			}
			
			.b-testgame__page__button_first {
				margin-top: 8px;
			}
			
			.b-testgame__page__button_near {
				-webkit-border-radius: 2px 0 0 2px;
				   -moz-border-radius: 2px 0 0 2px;
						border-radius: 2px 0 0 2px;
			}
			
			.b-testgame__page__button_near + .b-testgame__page__button_near {
				margin-left: -1px;
				-webkit-border-radius: 0 2px 2px 0;
				   -moz-border-radius: 0 2px 2px 0;
						border-radius: 0 2px 2px 0;
			}
			
			
		.b-testgame__page__share {
			font-family: 'FuturaDemi';
			font-size: 25px;
			padding-top: 18px;
		}
		
		.b-testgame__page__social {
			margin-top: 31px !important;
		}
			
	.b-testgame__qnumb {
		width: 100%;
		padding-top: 60px;
		display: table;
		counter-reset: list; 
	}

		.b-testgame__qnumb__elem {
			position: relative;
			display: table-cell;
			float: none;
			
		}
		
			.b-testgame__qnumb__elem:last-child {
				width: 40px;
			}
			
				.b-testgame__qnumb__elem:last-child:after {
					display: none;
				}
		
			.b-testgame__qnumb__elem:before {
				counter-increment: list;
				content: counter(list);
				font-size: 22px;
				font-family: 'FuturaDemi';
				font-weight: 300;
				float: left;
				border: 1px solid #666;
				min-width: 40px;
				height: 40px;
				text-align: center;
				line-height: 38px;
				-webkit-border-radius: 50%;
				   -moz-border-radius: 50%;
						border-radius: 50%;
				
				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
			}
			
			.b-testgame__qnumb__elem:after {
				content: '';
				background: #666;
				height: 1px;
				display: block;
				right: 5px;
				left: 45px;
				top: 50%;
				margin-top: -2px;
				position: absolute;
			}
			
			
			.b-testgame__qnumb__elem_current:before {
				border-color: #f5f3f0;
				background: #f5f3f0;
				color: #302f2c;
			}
			
			.b-testgame__qnumb__elem_yes:before {
				border-color: #0e5604;
				background: #0e5604;
			}
			
				.b-testgame__qnumb__elem_yes.b-testgame__qnumb__elem_current:before {
					border-color: #f5f3f0;
					border-width: 2px;
					color: #f5f3f0;
					background: #0e5604;
					line-height: 36px;
				}	
			
			.b-testgame__qnumb__elem_no:before {
				border-color: #d02a02;
				background: #d02a02;
			}
				
				.b-testgame__qnumb__elem_no.b-testgame__qnumb__elem_current:before {
					border-color: #f5f3f0;
					border-width: 2px;
					color: #f5f3f0;
					background: #d02a02;
					line-height: 36px;
				}			
			
			
	.b-testgame__answer {
		position: relative;
		padding-left: 110px;
		height: 90px;
		font-size: 25px;
		font-family: 'FuturaDemi';
		margin-bottom: 27px;
		margin-top: -5px;
	}
		
		.b-testgame__answer:before {
			content: '';
			position: absolute;
			width: 90px;
			height: 90px;
			left: 0;
			background: url(../../img/testgame_sprite.png) no-repeat;
		}
		
		.b-testgame__answer_yes:before { background-position: 0 0; }
		.b-testgame__answer_no:before { background-position: -100px 0; }
		
		.b-testgame__answer__txt {
			display:inline-block; 
			vertical-align: middle;
		}
		
		.b-testgame__answer__vertical {
			display: inline-block;
			height: 100%;
			vertical-align: middle;
			width: 0;
		}
		
	.b-testgame__none {
		display: none;
		opacity: 0;
	}
	
	.header-desktop {
		display: block;
	}
	
	.b-sandwich,
	.footer-mobile,
	.header-mobile {
		display: none;
	}
	
	.in_mobile { display: none; }
	.in_desktop { display: block; }
	
	
	#pay-web form input[type="email"]::-webkit-input-placeholder,
	#pay-web form .person-data input[type="text"]::-webkit-input-placeholder { opacity: 0; }
	#pay-web form input[type="email"]::-moz-placeholder,
	#pay-web form .person-data input[type="text"]::-moz-placeholder { opacity: 0; }
	#pay-web form input[type="email"]:-moz-placeholder,
	#pay-web form .person-data input[type="text"]:-moz-placeholder	{ opacity: 0; }
	/*#pay-web form input[type="email"]:-ms-input-placeholder,
	#pay-web form .person-data input[type="text"]:-ms-input-placeholder { opacity: 0; }*/

	.input_error {
		-webkit-box-shadow: 0 0 4px #f55;
		   -moz-box-shadow: 0 0 4px #f55;
				box-shadow: 0 0 4px #f55;
	}
	
	.b-project-list {
		height: 70px;
		line-height: 62px;
		border: 3px solid #e85931;
		text-align: center;
		display: block;
		font-family: "FuturaDemi";
		font-size: 24px;
		margin: 28px 0 51px;
		letter-spacing: 0.015em;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
				border-radius: 2px;
	}
	
	.b-np-plus-minus,
	#reports table td strong.b-np-plus-minus,
	#reports table.b-report tr td:first-child strong.b-np-plus-minus {
		position: relative; 
		border-bottom: 1px dashed;
		display: inline;
		cursor: pointer;
		line-height: 20px;
		margin-top: -1px;
	}

	.b-np-plus-minus-wrap {
		margin-bottom: 20px;
	}

		.b-np-plus-minus .ai {
			width: 20px;
			height: 20px;
			position: absolute; 
			left: -25px;
		}
		
	.b-anti-krasovsky,
	div.b-anti-krasovsky {
		color: #999996; 
		font-family: 'FuturaBook'; 
		font-size: 14px; 
		position: absolute; 
		bottom: 16px; 
		right: 0;
		text-align: right;
		margin-left: 0;
	}

		.b-anti-krasovsky a {
			font-size: 14px; 
			display: inline;
		}
		
	@media screen and (max-width: 1200px) {
		.b-anti-krasovsky,
		div.b-anti-krasovsky {
			position: static;
			float: right;
			margin-bottom: 10px;
			
		}
	}

@media screen and (max-width: 768px) {
	#volunteer .content-help-block,
	#request .content-help-block,
	#thx .content-help-block,
	.content-help-block.about-help-block,
	.author-help-block { width: 930px; }
	
	.content-help-block.help-block-social > div > a.content-help-whatsapp, 
	.content-help-block.content-help-block > a.content-help-whatsapp,
	.content-help-block.help-block-social > div > a.content-help-telegram, 
	.content-help-block.content-help-block > a.content-help-telegram	{
		display: block;
	}
	
		.header-bottom ul li {
		line-height: 1;
	}
		
		.header-bottom ul li a {
			line-height: 60px;
			display: block;
		}


		
}
	
@media all and (max-width: 1200px) {
	.b-testgame__page {
		width: 880px;
	}
	
	.b-testgame__qnumb {
		padding-left: 70px;
		padding-right: 70px;
	}
	
	.b-testgame__page__narrow {
		margin-left: 70px;
	}
	
}

.juxt-photoby {
	color: #999;
	display: block;
	float: right;
	font-style: italic;
	line-height: 20px;
	margin: 10px 40px 0 0;
	font-family: "Leksa";
	font-size: 14px;
}
.juxt-photoby-small {
	font-family: "Leksa";
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	color: #999;
}
.juxt-comment {
	line-height: 20px;
	margin: 10px 0 0 40px;
	width: 500px;
	font-family: "Leksa";
	font-size: 14px;
}
.juxt-comment-small{
	display: block;
	margin-top: 7px;
	font-family: "Leksa";
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
}
.jx-knightlab{
	display:none !important;
}


.human-menu-elem:hover .show-sign {
	background: #fff;
	color: #302f2c;
}

	.human-menu-elem:hover .show-sign .human path {
		fill: #302f2c;
	}

.human-menu-elem:hover .b-menu_lk_np {
	opacity: 1;
	display: block;
}


/*----------------- Меню
-----------------*/
.b-menu {
    float: left;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	.b-menu__elem {
		float: left;
		margin: 0;
		padding: 0; 
		position: static;
	}

		.b-menu__elem__lnk,
		.b-menu__elem__lnk:link,
		.b-menu__elem__lnk:visited,
		.b-menu__elem__lnk:hover,
		.b-menu__elem__lnk:active {
			position: relative;
			cursor: pointer;
		}
		span.b-menu__elem__lnk,
		span.b-menu__elem__lnk:hover{
			cursor: auto;
		}

			.b-menu__elem__lnk__ico {
				 position: absolute;
				 margin: 0;
			}
			

			.b-menu__elem__lnk:hover  path,
			.b-menu__elem__lnk:active path {
				fill: #fff;
			}
			
			.b-menu__elem__lnk__cnt {
				display: none;
				position: absolute;
				border-radius: 10px;
				font-size: 11px;
				height: 20px;
				line-height: 20px;
				background: @red;
				color: #fff;
				padding: 0 10px;
				right: 20px;
				top: 14px;
			}
			
			
	/*----------------------- меню личного кабинета
	-----------------------*/
	.b-menu_lk {
		position: absolute;
		top: 100%;
		width: auto;
		text-align: right;
		font-size: 0;
		height: 60px;
		line-height: 60px;
		text-transform: none;
		letter-spacing: 0;
		left: 0;
		right: 0;
		z-index: 1;
		opacity: 0;
		display: none;
		-webkit-transition: all 500ms ease-in-out;
		   -moz-transition: all 500ms ease-in-out;
				transition: all 500ms ease-in-out;
	}
	
		.b-menu__elem_lk {
			display: inline-block;
			float: none !important;
			font-size: 18px;
			padding: 0 14px;
			background: #fff;
		}
		
			.b-menu__elem__lnk_lk,
			.b-menu__elem__lnk_lk:link,
			.b-menu__elem__lnk_lk:visited,
			.b-menu__elem__lnk_lk:hover,
			.b-menu__elem__lnk_lk:active {
				height: 60px;
				background: none;
				font-family: 'FuturaDemi';
			}

				.b-menu__elem__lnk_lk:hover path,
				.b-menu__elem__lnk_lk:active path {
					fill: #e65639;
				}	

				.b-menu__elem__lnk__ico_lk {
					position: relative;
					display: inline-block;
					margin: -2px 0 0;
					vertical-align: middle;
					width: 18px;
					height: 18px;
					fill-rule: evenodd; 
				}
				
			/* строка с пользователем */
			.b-menu__elem_lk_user {
				display: none;
			}		
			
			

	.b-menu_lk_np {
		left: 250px;
		background: #fff;
	}

.np-header__search_desktop .np-header__field {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.np-socials {
	margin-top: 50px;
}

.np-socials_no-count .np-socials__button:before {
	margin-right: 0;
}