/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */

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: .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: -.5em;
}

sub {
	bottom: -.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 {
	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: 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"] {
	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.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * 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: .35em .625em .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;
}


.o-aspect-ratio {
	--aspect-ratio: 16/9;
	position: relative;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.o-aspect-ratio:before {
	display: block;
	padding-bottom: calc(100% / (var(--aspect-ratio)));
	content: "";
}

/* embed, object, iframe, video*/

.o-aspect-ratio > :first-child {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
}


/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-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-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-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 {
	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;
}

.slick-arrow.slick-hidden {
	display: none;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-l:before {
	content: "\e900";
}

.icon-arrow-r:before {
	content: "\e901";
}

.icon-burger:before {
	content: "\e902";
}

.icon-comment:before {
	content: "\e903";
}

.icon-download:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-search:before {
	content: "\e906";
}

.icon-share:before {
	content: "\e907";
}

.icon-twitter:before {
	content: "\e908";
}

@font-face {
	font-family: "american_typewriter";
	src: url("../fonts/americantypewriter-webfont.woff") format("woff"), url("../fonts/americantypewriter-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "cooper_black";
	src: url("../fonts/cooperblack-webfont.woff") format("woff"), url("../fonts/cooperblack-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "hzhandwrite";
	src: url("../fonts/hzhandwrite.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "editorcondensed-regular";
	src: url("../fonts/editor/editorcondensed-regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "editorcondensed-medium";
	src: url("../fonts/editor/editorcondensed-medium.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

.font-hzhandwrite {
	font-family: "hzhandwrite";
}

/*avantgarde*/
@font-face {
font-family: "itc_-_itcavantgardestd-bk";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-bk.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-bkcn";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-bkcn.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-bkcnobl";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-bkcnobl.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-bkobl";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-bkobl.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-bold";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-bold.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-boldcn";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-boldcn.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-boldcnobl";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-boldcnobl.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-boldobl";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-boldobl.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-demi";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-demi.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-demicn";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-demicn.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-demicnobl";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-demicnobl.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-demiobl";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-demiobl.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-md";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-md.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-mdcn";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-mdcn.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-mdcnobl";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-mdcnobl.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-mdobl";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-mdobl.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-xlt";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-xlt.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-xltcn";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-xltcn.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-xltcnobl";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-xltcnobl.otf") format("opentype");
}
@font-face {
font-family: "itc_-_itcavantgardestd-xltobl";
src: url("../fonts/avantgarde/itc_-_itcavantgardestd-xltobl.otf") format("opentype");
}

/*optimaltpro*/
@font-face {
font-family: "linotype_-_optimaltpro-black";
src: url("../fonts/optima/linotype_-_optimaltpro-black.otf") format("opentype");
}
@font-face {
font-family: "linotype_-_optimaltpro-blackitalic";
src: url("../fonts/optima/linotype_-_optimaltpro-blackitalic.otf") format("opentype");
}
@font-face {
font-family: "linotype_-_optimaltpro-bold";
src: url("../fonts/optima/linotype_-_optimaltpro-bold.otf") format("opentype");
}
@font-face {
font-family: "linotype_-_optimaltpro-bolditalic";
src: url("../fonts/optima/linotype_-_optimaltpro-bolditalic.otf") format("opentype");
}
@font-face {
font-family: "linotype_-_optimaltpro-demibold";
src: url("../fonts/optima/linotype_-_optimaltpro-demibold.otf") format("opentype");
}
@font-face {
font-family: "linotype_-_optimaltpro-demibolditalic";
src: url("../fonts/optima/linotype_-_optimaltpro-demibolditalic.otf") format("opentype");
}
@font-face {
font-family: "linotype_-_optimaltpro-extrablack";
src: url("../fonts/optima/linotype_-_optimaltpro-extrablack.otf") format("opentype");
}
@font-face {
font-family: "linotype_-_optimaltpro-extrablackita";
src: url("../fonts/optima/linotype_-_optimaltpro-extrablackita.otf") format("opentype");
}
@font-face {
font-family: "linotype_-_optimaltpro-italic";
src: url("../fonts/optima/linotype_-_optimaltpro-italic.otf") format("opentype");
}
@font-face {
font-family: "linotype_-_optimaltpro-medium";
src: url("../fonts/optima/linotype_-_optimaltpro-medium.otf") format("opentype");
}
@font-face {
font-family: "linotype_-_optimaltpro-mediumitalic";
src: url("../fonts/optima/linotype_-_optimaltpro-mediumitalic.otf") format("opentype");
}
@font-face {
font-family: "linotype_-_optimaltpro-roman";
src: url("../fonts/optima/linotype_-_optimaltpro-roman.otf") format("opentype");
}

/*begum*/
@font-face {
font-family: "begum-bold";
src: url("../fonts/begum/begum-bold.otf") format("opentype");
}
@font-face {
font-family: "begum-bolditalic";
src: url("../fonts/begum/begum-bolditalic.otf") format("opentype");
}
@font-face {
font-family: "begum-italic.otf";
src: url("../fonts/begum/begum-italic.otf") format("opentype");
}
@font-face {
font-family: "begum-light";
src: url("../fonts/begum/begum-light.otf") format("opentype");
}
@font-face {
font-family: "begum-medium";
src: url("../fonts/begum/begum-medium.otf") format("opentype");
}
@font-face {
font-family: "begum-mediumitalic";
src: url("../fonts/begum/begum-mediumitalic.otf") format("opentype");
}
@font-face {
font-family: "begum-regular";
src: url("../fonts/begum/begum-regular.otf") format("opentype");
}
@font-face {
font-family: "begum-regularitalic";
src: url("../fonts/begum/begum-regularitalic.otf") format("opentype");
}
@font-face {
font-family: "begum-semibold";
src: url("../fonts/begum/begum-semibold.otf") format("opentype");
}
@font-face {
font-family: "begum-semibolditalic";
src: url("../fonts/begum/begum-semibolditalic.otf") format("opentype");
}

.social-networks,
#nav,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #fff;
	background: #000;

	font: 18px/1.2 "itc_-_itcavantgardestd-md", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 33px;
}

h2,
.h2 {
	font-size: 26px;
}

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

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

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #29abe2;
	text-decoration: none;
}

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

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #B1B2B4;
	padding: .4em .7em;
	background: #D0D2D3;
	color:  #495057;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

body {
	font-weight: 100;
}

::-ms-clear {
	display: none;
}

p {
	margin: 0 0 1.25rem;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.container {
	padding: 0 15px;
	max-width: 836px;
	margin: 0 auto;
}

.top-banner .container {
	max-width: 100%;
	padding: 0;
	text-align: center;
	width: 100%;
}

.intro {
	color: #f1f1f2;
}

.intro .container {
	max-width: 1000px;
	padding: 0;
}

.line-box {
	width: 100%;
	font-family: "american_typewriter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	padding: 6px 0 5px;
	font-size: 16px;
}

.line-box .mask {
	height: 20px;
	overflow: hidden;
}

.line-box .line {
	width: 99999px;
	float: left;
}

.line-box p {
	margin: 0;
}

.line-box a {
	color: #f1f1f2;
	text-decoration: none;
}

.line-box a:hover {
	text-decoration: underline;
}

.slick-carousel {
	position: relative;
	margin-bottom: 10px;
}
.slick-carousel .slick-slide {
	position: relative;
}
.slick-carousel .img-block {
	width: 100%;
	min-height: 454px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.slick-carousel .img-block {
		min-height: unset;
	}
}

.slick-carousel .img-block a,
.slick-carousel .img-block img {
	display: block;
	width:  100%;
	object-fit: contain;
	/*min-height: 230px;*/
}

.slick-carousel .info-block {
	padding: 10px;
	background-color: rgba(0,0,0,.5);
	/*position: absolute;*/
	/*top:  0;*/
	/*left:  0;*/
	width:  100%;
	height: 164px;
}

.slick-carousel .info-block p {
	margin-bottom: 10px;
}

.slick-carousel .info-block p em {
	font-style: italic;
}

.slick-carousel .author {
	display: block;
	font-weight: 500;
	padding-bottom: 2px;
}

.slick-carousel__author {
	font-family: "itc_-_itcavantgardestd-xlt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 30pt;
}
.slick-carousel__desc {
	font-family: "itc_-_itcavantgardestd-bkobl", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14pt;
}
@media (max-width: 768px) {
	.slick-carousel__author {
		font-size: 14pt;
	}
	.slick-carousel__desc {
		font-size: 10pt;
	}
}

.slick-carousel .slick-next,
.slick-carousel .slick-prev {
	width: 48px;
	height: 46px;
	height: 130px;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	background: none;
	border: none;
	outline: none;
	font-size: 0;
	line-height: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	bottom: 20%;
	z-index: 10;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(255, 255, 255, .5);
}
@media (max-width: 768px) {
	.slick-carousel .slick-next,
	.slick-carousel .slick-prev {
		bottom: 10px;
		height: 60px;
	}
}

.slick-carousel .slick-next:before,
.slick-carousel .slick-prev:before {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 44px;
	line-height: 46px;
	display: inline-block;
}

.slick-carousel .slick-next:hover,
.slick-carousel .slick-prev:hover {
	color: #fff;
}

.slick-carousel .slick-prev {
	left: 5px;
}

.slick-carousel .slick-prev:before {
	content: "\e900";
}

.slick-carousel .slick-next {
	right: 10px;
}

.slick-carousel .slick-next:before {
	content: "\e901";
}

#main {
	padding-bottom: 55px;
}

.news-section {
	padding-top: 23px;
}

.news-section .container {
	max-width: 1000px;
	padding:  0;
}

.news-section .row {
	margin: 0 -15px;
}

.news-section .col {
	padding: 0 0;
	/*background-color: blue;*/
}
.post-section {
	/*background-color: green;*/
}
.news-section .col.left-col {
	display: flex;
	justify-content: flex-end;
	padding-right: 32px;
	width: 285px;
}
.news-section .col.right-col {
	display: flex;
	justify-content: flex-start;
	padding-left: 32px;
	width: 285px;

}
.news-section .col.left-col .post-section,
.news-section .col.right-col .post-section {
	/*width: 100%;*/
}
.news-section .col.center-col {
	/*background-color: red;*/
}
.news-section .col.center-col .post-section h1 {
	margin-bottom: 38px;
}

.news-section .col.center-col .post-section.most-popular h1 {
	margin-bottom: 26px;
}

.news-section .col.center-col .post-section.most-popular .post:last-child {
	margin-bottom: 29px !important;
}

.news-section .col.center-col .post-section .post {
	margin-bottom: 29px;
}

.news-section h1 {
	font-weight: 500;
	/*color: #000;*/
	margin-bottom: 44px;
}

.news-section h1 mark {
	background: none;
	padding: 0;
	color: inherit;
	font-weight: 100;
}

.post-section.most-popular h1 {
	margin-bottom: 30px;
}

.post {
	font-size: 16pt;
	line-height: 1.154;
	margin-bottom: 35px;
}

.post h2 {
	/*font-weight: 700;*/
	font-family: "linotype_-_optimaltpro-medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 15pt;
	line-height: 1.2;
	margin: 0 0 1px;
}

.post h2 a {
	color: inherit;
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: underline;
}

.post .author {
	display: block;
	font-size: 15pt;
	font-family: "linotype_-_optimaltpro-demibolditalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: normal; /*reset em*/
}
.promo > * + * {
	margin-top: 24px;
}
.promo .item-logo {
	width: 172px;
	display: block;
	margin: 0 auto 23px;
}

.promo .item-logo img {
	display: block;
	width: 155px;
	margin:  0 auto;
}

.embed-responsive {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}

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

.video-box {
	margin-bottom: 30px;
	text-align: center;
}

.video-box .embed-responsive {
	margin-bottom: 5px;
}

.video-caption {
	display: block;
	font-weight: 700;
	font-family: "linotype_-_optimaltpro-medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 13pt;
		/*margin: 0 -15px 10px;*/
	letter-spacing: .5px;
	color: #f1f1f2;
	background-color: #000;
	font-weight: 500;
	text-align: center;
}
.video-box a:hover {
	text-decoration: none;
}

.content-section {
	padding-top: 50px;
}

.content-section h1 {
	font-size: 32px;
	color: #231f20;
	font-weight: 500;
	margin: 0;
}

.content-section h1 mark {
	background: none;
	padding: 0;
	font-weight: 100;
}

.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6 {
	font-weight: 500;
}

.content-section h2 {
	color: #231f20;
	font-weight: 500;
	margin: 0 0 5px;
}

.content-section h2 mark {
	background: none;
	padding: 0;
	font-weight: 100;
}

.content-section .row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.content-section .col {
	font-size: 18px;
	line-height: 1.22;
	padding: 0 15px;
	width: 100%;
}

.content-section .col.content-col {
	text-align: right;
}

.content-section .col p {
	margin-bottom: 21px;
}

.article {
	font-family: "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	letter-spacing: .8px;
}

.article .container {
	max-width: 860px;
}

.article .heading {
	letter-spacing: 0;
	color: #f1f1f2;
	background-color: #000;
	padding: 15px;
	
	margin: 0 -15px;
}

.article .heading h1 {
	/*font-weight: 100;*/
	font-size: 26pt;
	margin: 0 0 1px;
	font-family: "itc_-_itcavantgardestd-xlt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.article .image-caption {
	display: block;
	color: #f1f1f2;
	background-color: #000;
	font-weight: 500;
	padding: 10px 15px;
	font-family: "begum-medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 13pt;
	margin: 0 -15px 10px;
	letter-spacing: .5px;
}

.article .image-caption .author-caption {
	display: block;
}

.article .author {
	display: flex;
	flex-flow: wrap;
	font-weight: 100;
	font-size: 14pt;
	font-family: "itc_-_itcavantgardestd-bkobl", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.article .author span {
	display: block;
}
.article .author * + * {
	margin-left: 8px;
}

.article .social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 30px;
}

.article .social-networks a {
	letter-spacing: 0;
	color: #f1f1f2;
}

.article .mail-box {
	text-align: center;
	padding: 45px 0 28px;
	margin-bottom: 20px;
}

.article .mail-box img {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0;
	max-width: 100%;
}

.article img {
	display: block;
	width: calc(100% + 30px);
	margin: 0 -15px;
	max-width: none;
}

.article .post-date {
	letter-spacing: 1px;
	display: block;
	font-weight: normal;
	font-size: 20pt;
	padding-bottom: 19px;
	text-align: center;
	text-transform: lowercase;
	font-family: "begum-medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.article [data-content] {
	font-size: 17pt;
	font-family: "begum-semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.5;
	max-width: 700px;
	margin: 0 auto;
	hyphens: auto;
}
.article [data-content] dropcap {
	text-transform: uppercase;
	/*color: #903;*/
	/*float: left;*/
	/*font-family: Georgia;*/
	font-size: 50pt;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 3px;
	font-family: "begum-regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.comment-section {
	border-top: 22px solid #58595b;
	padding: 50px 0 20px;
}

.social-networks li {
	padding: 0 5px;
}

.social-networks a {
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 50%;
	background-color: #29abe2;
	color: #fff;
	font-size: 28px;
	text-align: center;
}

.social-networks a:hover {
	background-color: #1a8dbe;
}

.social-networks a.facebook {
	background-color: #31589d;
}

.social-networks a.facebook:hover {
	background-color: #254276;
}

.social-networks a.twitter {
	background-color: #2daae1;
}

.social-networks a.twitter:hover {
	background-color: #1b8dc0;
}

.social-networks a.comment i {
	line-height: 43px;
}

.social-networks a.download i {
	line-height: 36px;
}

.social-networks a.link {
	text-decoration: none;
	width: auto;
	height: auto;
	color: #fff;
	background-color: transparent;
	padding: 4px 10px;
	font-family: "Avant Garde", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 22px;
	/*font-weight: 700;*/
	border-radius: 3em;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: middle;
}

.social-networks a.link:hover {
	text-decoration: none;
}

.social-networks a i {
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
}

.js-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.js-search-form button[type="submit"] {
	-webkit-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
	width: 37px;
	height: 37px;
	border: none;
	background-color: #58595b;
	color: #fff;
	padding: 8px 10px;
	font-size: 25px;
	line-height: 1;
	padding: 0;
	text-align: center;
}

.js-search-form button[type="submit"]:hover {
	background-color: #231f20;
}

.js-search-form button[type="submit"] i {
	display: inline-block;
	vertical-align: middle;
	line-height: 35px;
}

#search-results {
	padding-top: 30px;
}

#search-results li {
	list-style: none;
}

#search-results .post a {
	color: #58595b;
	text-decoration: none;
}

#search-results .post a:hover {
	text-decoration: underline;
}

#search-results .post h3 {
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
}

#search-results .post article {
	margin-bottom: 30px;
}

.st-custom-button {
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 50%;
	color: #fff;
	font-size: 28px;
	text-align: center;
	cursor: pointer;
}

.st-custom-button[data-network="facebook"] {
	background-color: #31589d;
}

.st-custom-button[data-network="facebook"]:hover {
	background-color: #254276;
}

.st-custom-button[data-network="twitter"] {
	background-color: #2daae1;
}

.st-custom-button[data-network="twitter"]:hover {
	background-color: #1b8dc0;
}

.st-custom-button i {
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
}

#st_gdpr_iframe {
	top: -9999px;
}

.content-box h3 {
	font-size: 18px;
	color: #000;
	margin: 0 0 5px;
}

.content-box h3 a {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	color: #666;
	text-decoration: none;
}

.content-box h3 a:hover {
	color: #ccc;
}

.content-box p a {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	color: inherit;
	text-decoration: none;
}

.content-box p a:hover {
	color: #ccc;
}

.content-box address {
	font-style: normal;
}

.content-box + .content-box {
	margin-top: 80px;
}

.contact-active {
	overflow: hidden;
}

.contact-active .contact-popup {
	opacity: 1;
	visibility: visible;
}

.contact-popup {
	-webkit-transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
}

.contact-popup .contact-close {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	position: fixed;
	top: 65px;
	right: 15px;
	text-decoration: underline;
	font-weight: 500;
	color: #231f20;
	font-size: 16px;
	line-height: 1;
	z-index: 1001;
}

.contact-popup .contact-close:hover {
	color: #58595b;
}

.contact-popup .content-section {
	height: calc(100% - 60px);
	overflow-y: auto;
	padding: 0;
}

.contact-popup .content-section .container {
	margin-top: 50px;
	margin-bottom: 50px;
}

.contact-popup .logo-wrapp {
	text-align: center;
	background-color: #58595b;
	padding: 16px 0 8px;
}

.contact-popup .logo-wrapp .logo {
	margin: 0 auto;
}

#header {
	color: #f1f1f2;
	position: relative;
	z-index: 999;
}

#header .container {
	padding: 0;
	max-width: 100%;
	width: 100%;
	background-color: #000;
}

#header .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 836px;
	padding: 0 15px;
	margin: 0 auto;
}

#header .current-date {
	width: 100%;
	font-size: 20pt;
	line-height: 1;
	padding: 10px;
	position: relative;
	font-family: "itc_-_itcavantgardestd-bk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#header .btn-list {
	padding-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(50% - 160px);
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	z-index: 10;
}

#header .search-opener,
#header .drop-opener {
	display: block;
	font-size: 25px;
	line-height: 1;
	color: #f1f1f2;
}

#header .drop-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 16px;
}

#header .drop-holder:before {
	-webkit-transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	height: 0;
	width: 0;
	border-bottom: 12px solid #f1f1f2;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
}

#header .drop-holder.drop-active:before {
	opacity: 1;
	visibility: visible;
}

#header .drop-holder.drop-active .popup-drop {
	opacity: 1;
	visibility: visible;
}

#header .popup-drop {
	-webkit-transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	display: block !important;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*#header .popup-drop.popup-drop--search {
    padding: 8px 8px;
    background: #58595B;
    border-radius: 16px;
    left: auto;
    right: -30px;
    transform: inherit;
}*/
#header input.search-input {
    width: 250px;
    color: #888;
}

#header .popup-drop.search-drop {
	margin-top: 1px;
	left: auto;
	right: -15px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#header a {
	text-decoration: none;
}

#header .social-networks {
	padding: 4px 0 0;
	background-color: #fff;
}

#header .social-networks li {
	padding: 0 0 4px;
}

.logo {
	width: 150px;
	display: block;
	margin: 16px 0 11px;
}

.logo img {
	display: block;
	width: 100%;
}

.search-form {
	width: 320px;
	background-color: #58595b;
	padding: 8px;
	border-bottom: 1px solid #999;
}

.search-form input[type="search"],
.search-form input[type="text"] {
	width: 100%;
	border: none;
	color: #999;
	font-size: 20px;
	line-height: 1;
	padding: 5px 8px;
	outline: none;
}

.search-form input[type="search"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder {
	color: #999;
}

.search-form input[type="search"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #999;
}

.search-form input[type="search"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder {
	color: #999;
}

.search-form input[type="search"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder {
	color: #999;
}

.search-form input[type="search"].placeholder,
.search-form input[type="text"].placeholder {
	color: #999;
}

#nav {
	background-color: #fff;
	min-width: 84px;
	font-size: 17px;
	line-height: 1;
}

#nav li.active a {
	background-color: #58595b;
	color: #fff;
}

#nav a {
	-webkit-transition: color .15s ease-in-out, background .15s ease-in-out;
	transition: color .15s ease-in-out, background .15s ease-in-out;
	display: block;
	padding: 3px 9px 5px;
	background-color: #fff;
	color: #000;
	font-weight: 500;
}

#nav a:hover {
	background-color: #58595b;
	color: #fff;
}

#footer {
	background-color: #58595b;
	padding: 15px 0 13px;
}

#footer .container {
	max-width: none;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 15px;
	font-weight: 500;
}

.footer-nav li {
	padding: 0 10px;
	margin-bottom: 4px;
	position: relative;
}

.footer-nav li:after,
.footer-nav li:before {
	width: 3px;
	height: 3px;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background-color: #f1f1f2;
	border-radius: 50%;
}

.footer-nav li:after {
	right: -1px;
}

.footer-nav li:before {
	left: -2px;
}

.footer-nav a {
	color: #f1f1f2;
}

@media (min-width: 375px) {
	.article .social-networks li:nth-child(2) {
		margin-right: auto;
	}

	.article .social-networks li:nth-last-child(2) {
		margin-left: auto;
	}

	.social-networks a.link {
		padding: 4px 10px;
	}
}

@media (min-width: 480px) {
	.social-networks a.link {
		/*padding: 4px 30px;*/
	}
}

@media (min-width: 560px) {
	.social-networks li {
		padding: 0 8px;
	}
}

@media (min-width: 768px) {
	.slick-carousel .slick-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
	}

	.slick-carousel .img-block {
		width: 100%;
	}

	.slick-carousel .info-block {
		/*width: 140px;*/
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding: 25px 15px 20px 22px;
	}

	.slick-carousel .info-block p {
		margin-bottom: 18px;
	}

	.slick-carousel .slick-prev {
		/*left: 0;*/
	}

	.slick-carousel .slick-next {
		/*right: 145px;*/
	}

	.news-section .row {
		display: flex;
		justify-content: center;
		margin: 0;
	}

	.news-section .col {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		/*width: 26%;*/
		padding-top: 37px;
		/*background-color: red;*/
		/*flex-grow: 1;*/
	}

	.news-section .col.center-col {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 430px;
		padding: 23px 0px 0;
		/*background-color: blue;*/
	}
	.news-section .col.center-col .post-section {
		text-align: center;
	}
	.news-section .col.center-col .post-section img {
		margin-left: auto;
		margin-right: auto;
	}

	.news-section .col:last-child {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.news-section .post {
		max-width: 210px;
	}

	.post-section .post:last-child {
		margin-bottom: 0 !important;
	}

	.video-box .video-caption {
		max-width: 95%;
		padding: 0 10px;
	}

	.content-section {
		padding-top: 75px;
	}

	.content-section.form-wrapp .col {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.content-section.form-wrapp .col.content-col {
		padding-top: 120px;
		padding-bottom: 100px;
	}

	.content-section .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin: 0 -12px;
	}

	.content-section .col {
		width: 50%;
		padding: 195px 12px 150px 12px;
	}

	.content-section .col.content-col {
		padding: 320px 12px 200px 150px;
		border-right: 2px solid #231f20;
	}

	.article .heading {
		margin: 0;
		padding: 18px 54px;
	}

	.article .heading h1 {
		/*max-width: 86%;*/
	}

	.article .image-caption {
		margin: 0 0 20px;
		padding: 10px 50px 20px;
	}

	.article img {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.contact-popup .contact-close {
		top: 100px;
		font-size: 18px;
	}

	.contact-popup .content-section .container {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.contact-popup .content-section .col {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.contact-popup .content-section .col.content-col {
		padding-top: 120px;
		padding-bottom: 100px;
	}

	#header .current-date {
		padding: 14px 10px 10px 0;
		width: calc(50% - 140px);
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	#header .btn-list {
		width: calc(50% - 140px);
	}

	#header .search-opener,
	#header .drop-opener {
		font-size: 35px;
	}

	#header .drop-holder {
		margin-left: 23px;
	}

	#header .drop-holder:before {
		height: 0;
		width: 0;
		border-bottom: 17px solid #f1f1f2;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
	}

	.logo {
		width: 262px;
		margin: 16px 0 8px;
	}

	.search-form {
		width: 300px;
		border-radius: 15px;
		border-bottom: 0;
	}

	.footer-nav {
		font-size: 16px;
	}

	.footer-nav li:first-child:before {
		display: none;
	}

	.footer-nav li:after {
		display: none;
	}

	.footer-nav li:before {
		width: 1px;
		height: 14px;
		left: -1px;
		margin-top: 1px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		border-radius: 0;
	}
}

@media (min-width: 1024px) {
	#header .popup-drop.search-drop {
		right: -46px;
	}

	.footer-nav {
		font-size: 19px;
	}

	.footer-nav li {
		padding: 0 16px;
	}

	.footer-nav li:before {
		width: 2px;
		height: 16px;
	}
}

@media (max-width: 767px) {
	#header .current-date {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		text-align: center;
	}

	#header .current-date:before {
		content: "";
		height: 1px;
		background-color: #999;
		position: absolute;
		top: 0;
		left: -30px;
		right: -30px;
	}
}

@media (max-width: 374px) {
	.article .social-networks li:nth-last-child(3) {
		width: 100%;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		padding-top: 10px;
		text-align: center;
	}
}


body .fancybox-content {
	background: none;
}

body .fancybox-content > a {
	outline: none;
}

body .fancybox-button > svg {
	color: #fff;
}

body .blurb-text {
	font-size: 12px;
	display: block;
	margin-top:6px;
}


/**
 * Search
 */
body .search-container h1{
	margin-top: 20px;
}
body .search-container .search-input {
	width:  100%;
}
@media (min-width: 767px) {
	body .search-container .search-input {
		width: 450px;
	}
}

body .search-result * {
	font-family: arial, sans-serif;
}
body .search-result .search-speed {
	float: left;
}
body .search-result .search-sort {
	float: right;
}
body .search-result .search-sort select {
	background: #D0D2D3;
	color:  #495057;
}
body .search-result .search-info {
	clear: both;
	height: 50px;
	margin-top: 40px;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
body .search-result .result-item + .result-item {
	margin-top: 20px;
}
body .search-result .result-item > a {
	color: #ddd;
	font-size: 16px;
	text-decoration: none;
}
body .search-result .result-item > a:hover {
	text-decoration: none;
}
body .search-result .result-item > .result-link {
	color: #DC3B41;
	font-size: 13px;
}
body .search-result .result-item > .result-snippet {
	color: #ddd;
	font-size: 13px;
	margin-top: 1px;
}
body .search-result .search-pages {
	text-align: center;
	margin-top: 20px;
}
body .search-result .search-pages > a {
	color: #ccc;
}
body .search-result .search-pages > a.active {
	font-weight: bold;
}
body .search-wrapper {
	position: relative;
}

body .godot-wrapper {
	margin: 20px auto;
	width: 210px;
}

/**
 * Godot page
 */
#godot.article .container {
	padding: 0;
}

#godot.article .content {
	margin: 40px 80px 20px;
	font-size:  20px;
}

#godot.article .content h4 {
	font-size: 24px;
	font-weight: normal;
}
#godot.article .content ul li {
	line-height: 1.6;
	font-size:  20px;
}
#godot.article .form {
	margin: 60px 0 80px;
}


.slick-carousel__author {
	display: block;
	/*min-height: 88px;*/
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
}

.single-page-container { 
	max-width: 750px; 
	min-width:320px; 
	margin:0 auto; 
	padding:40px 15px 0; 
	overflow:hidden; 
	display: flex;
	justify-content: center;
}
.single-page-container__hd {
	order:  2;
	padding: 120px 12px 50px;
	flex-shrink: 0;
	width: 50%;
}
.single-page-container__bd {
	order:  1;
	border-right: 1px solid #fff;
	padding: 240px 12px 50px;
	text-align: right;
	flex-shrink: 0;
	width: 50%;
}

@media (max-width: 480px) {
	.single-page-container {
		flex-direction: column;
	}
	.single-page-container__hd {
		order:  1;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.single-page-container__bd {
		order:  2;
		border-right: 0;
		padding-top: 10px;

	}
	.single-page-container__hd,
	.single-page-container__bd {
		width:  100%;
		text-align: left;
	}

}

.single-page-container__bd > * + * {
	margin-top: 80px;
}
.single-page-container__bd h3,
.single-page-container__bd h4 {
	font-family: "itc_-_itcavantgardestd-xlt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.single-page-container__bd h3 {
	font-size: 30px;
}
.single-page-container__bd h4 {
	font-size: 28px;
}
.single-page-container__bd a {
	color: #fff;
}
.single-page-container__title {
	font-size: 36px;
	font-family: "itc_-_itcavantgardestd-xlt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.single-page-container__title strong {
	font-family: "itc_-_itcavantgardestd-md", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.single-page-container__bd p {
	font-size: 22px;
	margin-bottom: 30px;
	font-family: "itc_-_itcavantgardestd-xlt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.single-page-container__bd label {
	display: block;
	font-size: 26px;
	margin-bottom: 8px;
	font-family: "itc_-_itcavantgardestd-xlt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.mt-0 {
	margin-top: 0;
}
.mt-16 {
	margin-top: 16px;
}
.mt-24 {
	margin-top: 24px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-0 {
	margin-bottom: 0;
}
.mb-16 {
	margin-bottom: 16px;
}
.mb-24 {
	margin-bottom: 24px;
}

.mb-40 {
	margin-bottom: 40px;
}

body.is-print {
	background: #fff;
	color:  #111;
	text-align: left;
}
body.is-print [data-title] {
	font-family: "itc_-_itcavantgardestd-xlt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 26pt;
	max-width: 700px;
	margin: 0 auto;
}
body.is-print .article .author {
	max-width: 700px;
	margin: 0 auto;
}
body.is-print .print-logo {
	max-width: 700px;
	margin: 20px auto;
	text-align: center;
}
body.is-print .article .post-date {
	text-align: center;
	max-width: 700px;
	margin: 20px auto 20px;
}
body.is-print .print-image {
	max-width: 100%;
	margin: 30px auto;
}
body.is-print .article .heading h1,
body.is-print .article .heading .author {
	display: none;
}
body.is-print .article .heading,
body.is-print .article .image-caption {
	/*display: none;*/
	padding:  0;
	background: #fff;
	color:  #888;
	text-align: left;
}
body.is-print .article .image-caption {
	padding:  20px 0;
	font-family: "begum-medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 13pt;
	max-width: 700px;
	margin: 0 auto;
}
body.is-print .article .heading {
	max-width: 700px;
	margin: 20px auto 20px;
}
body.is-print .print-footer {
	max-width: 700px;
	margin: 20px auto 30px;
}
body.is-print .print-footer > * + * {
	margin-top: 40px;
}
body.is-print .print-email-article-link {
	color: #111;
	font-size: 62px;
}
body.is-print .print-email-article-link:hover,
body.is-print .print-email-article-link:active,
body.is-print .print-email-article-link:focus {
	text-decoration: none;
}
body.is-print .print-back-to-article-link {
	color:  #111;
	font-size: 24px;
	/*margin: 60px 0;*/
}

.text-green {
	color:  #33B537 !important;
}

/*from rsn assets style.css*/
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn--rsn-submit {
    width: 117px;
    height: 50px;
    background-repeat: none;
    background-size: cover;
    background-color: transparent;
    user-select: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: transparent;
    background-image: url("../images/donate-finish-btn-275x120px.png");
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #D0D2D3;
	background-clip: padding-box;
	border: 1px solid #B1B2B4;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.news-section .col.left-col .post-section article {
	text-align: right;
}

.comments-blurb {
	border-top: 10px solid #ccc;
	font-size: 20px;
	padding: 40px;
}


/*
pct#6 Sandbox styles
pages/sandbox-article.php
*/
.is-design-v2 .bg-section-wrapper {
	background: #D8D8D8;
	color: #333;
}
.is-design-v2 .article-comments .container {
	margin-bottom: 0px;
	padding-bottom: 40px;
}
.is-design-v2 .article [data-content] {
	line-height: 1.25;
	padding: 10px;
	max-width: initial;
	hyphens: none;
	font-family: "editorcondensed-regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.is-design-v2 .article .post-date {
	padding-top: 30px;
	font-family: "editorcondensed-regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.is-design-v2 .article .mail-box {
	padding-top: 30px;
	padding-bottom: 40px;
	margin-bottom: 0px;
}
.is-design-v2 .article [data-content] dropcap {
	font-size: 80pt;
	line-height: 70px;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 3px;
	float: left;
	margin-right: 6px;
	font-family: "begum-regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
/*	font-family: "editorcondensed-regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;*/
}
.is-design-v2 .article [data-content] a {
	color: #000000;
	text-decoration: underline;
}