/*
Theme Name: AdvancementProject
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! 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;
}

/* fonts */

.slick-dots,
.category-links-list,
.main-menu,
.inner-list,
.social-list,
.social-list-dark-mode,
.list-inline,
.static-menu,
.share-list,
.link-list,
.footer-nav,
.footer-bottom-hold .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main .container:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
#header .container:after,
.main-menu a.with-inner-drop:after,
.has-drop-down-a:after,
.header-search:after,
.input-wrapp:after,
.search-area .search-holder: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: #000;
	background: #fff;
	font: 18px/1.33 "franklin-gothic-urw-comp", "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;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.33em;
}

blockquote {
	border-left: 4px solid #f0efef;
	padding-left: .5em;
	margin-left: 1.33em;
}

th,
td {
	border: 1px solid #f0efef;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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 #f0efef;
	padding: .4em .7em;
}

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

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: #000;
}

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: #000;
}

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: #000;
}

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: #000;
}

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

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

#content {
	float: left;
	width: 70%;
}

#content:only-child {
	float: none;
	width: 100%;
}

#sidebar {
	float: right;
	width: 25%;
}

#sidebar #wp-calendar {
	width: 100%;
}

.widget {
	margin-bottom: 1.33em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
	width: 100%;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #106d31;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: #0c7431;
}

.commentlist {
	margin: 0 0 1.33em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.33em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.33em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: block;
	color: #000;
	background: transparent;
	padding: 10px 14px;
	font-weight: 600;
	line-height: 1;
}

.navigation .page-numbers.current,
.navigation .page-numbers:hover,
.navigation-comments .page-numbers.current,
.navigation-comments .page-numbers:hover {
	background: #000;
	color: #ffce00;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #ffce00;
	padding: .4em;
	font-weight: bold;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background: #ffce00;
	color: #000;
}

.navigation-single {
	margin-bottom: 1.33em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #106d31;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	background: #0c7431;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #f0efef;
	padding: .4em;
	margin-bottom: 1.33em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.33em;
}

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

.alignleft {
	float: left;
	margin: 0 1.33em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.33em;
}

.mejs-container {
	margin-bottom: 1.33em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #f0efef;
}

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: 26px;
}

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #106d31;
}

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

/* Uncomment and set these variables to customize the grid. */

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-left: 2rem;
}

.row {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -.5rem;
	margin-left: -.5rem;
}

.row.reverse {
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.col.reverse {
	-ms-flex-direction: column-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	box-sizing: border-box;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	padding-right: .5rem;
	padding-left: .5rem;
}

.col-xs {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 100%;
}

.col-xs-1 {
	-ms-flex-preferred-size: 8.333%;
	flex-basis: 8.333%;
	max-width: 8.333%;
}

.col-xs-2 {
	-ms-flex-preferred-size: 16.667%;
	flex-basis: 16.667%;
	max-width: 16.667%;
}

.col-xs-3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}

.col-xs-4 {
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%;
}

.col-xs-5 {
	-ms-flex-preferred-size: 41.667%;
	flex-basis: 41.667%;
	max-width: 41.667%;
}

.col-xs-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.col-xs-7 {
	-ms-flex-preferred-size: 58.333%;
	flex-basis: 58.333%;
	max-width: 58.333%;
}

.col-xs-8 {
	-ms-flex-preferred-size: 66.667%;
	flex-basis: 66.667%;
	max-width: 66.667%;
}

.col-xs-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%;
}

.col-xs-10 {
	-ms-flex-preferred-size: 83.333%;
	flex-basis: 83.333%;
	max-width: 83.333%;
}

.col-xs-11 {
	-ms-flex-preferred-size: 91.667%;
	flex-basis: 91.667%;
	max-width: 91.667%;
}

.col-xs-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	text-align: start;
}

.center-xs {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
}

.end-xs {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	text-align: end;
}

.top-xs {
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.middle-xs {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.bottom-xs {
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
}

.around-xs {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.between-xs {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.first-xs {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.last-xs {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

/* custom select styles */

.jcf-select {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid transparent;
	background: #f0efef;
	margin: 0 0 12px;
	min-width: 150px;
	height: 38px;
	width: 100%;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 18px;
	line-height: 36px;
	margin: 0 35px 0 10px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #f0efef;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:after {
	position: absolute;
	right: 12px;
	content: "";
	position: absolute;
	top: 50%;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-color: #000 transparent transparent transparent;
	margin-top: -6px;
	line-height: 0;
	z-index: 1;
	pointer-events: none;
	cursor: pointer;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #bebdbb;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 24px;
	font-size: 18px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 13px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #bebdbb !important;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	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-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;
}

.intro {
	overflow: hidden;
}

/* intro slideshow styles */

.main-slideshow {
	position: relative; /* slideshow image styles */ /* slideshow description styles */
}

.main-slideshow .slick-track {
	bottom: 0;
	position: absolute;
}

.main-slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.main-slideshow .bg-image {
	padding-top: 78%;
}

.main-slideshow .bg-image:after {
	content: "";
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .06) 14%, rgba(0, 0, 0, .16) 25%, rgba(0, 0, 0, .54) 55%, rgba(0, 0, 0, .72) 72%, rgba(0, 0, 0, .81) 85%, rgba(0, 0, 0, .87) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .06) 14%, rgba(0, 0, 0, .16) 25%, rgba(0, 0, 0, .54) 55%, rgba(0, 0, 0, .72) 72%, rgba(0, 0, 0, .81) 85%, rgba(0, 0, 0, .87) 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.main-slideshow .intro-description {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	padding: 24px 32px 30px;
	z-index: 5;
	position: relative;
}

.main-slideshow .title {
	display: block;
	font-size: 26px;
	line-height: 1.38;
	margin: 0 0 8px;
	letter-spacing: .05em;
}

.main-slideshow .title a {
	color: #fff;
	position: relative;
	text-decoration: none;
}

.main-slideshow .title a:hover {
	color: #ffce00;
}

.main-slideshow .title a:hover:after {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

.main-slideshow .title a:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	content: "\f178";
	font: normal normal normal 18px/1.38 FontAwesome;
	display: inline-block;
	vertical-align: top;
	color: #ffce00;
	margin: 10px 0 0 10px;
}

.main-slideshow .btn {
	border-color: #ffce00;
	color: #ffce00;
}

.main-slideshow .btn:hover {
	background: #ffce00;
	color: #000;
}

.main-slideshow .slick-list {
	overflow: visible !important;
}

/* slideshow paging */

.slick-dots {
	position: absolute;
	bottom: 5px;
	left: 27px;
	right: 15px;
	z-index: 2;
	letter-spacing: -4px;
}

.slick-dots li {
	margin: 0 6px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

.slick-dots li.slick-active button {
	background: #ffce00;
}

.slick-dots button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}

.slick-dots button:hover {
	background: #ffce00;
}

/* intro categories styles */

.category-links {
	background: #000;
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: left;
}

.category-links:after {
	content: "";
	left: 0;
	top: -9999px;
	bottom: -9999px;
	right: -9999px;
	position: absolute;
	z-index: -1;
	background: #000;
}

.category-links .title {
	margin: 0 0 17px;
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 24px;
}

.category-links-list a {
	color: #fff;
	position: relative;
	text-decoration: none;
}

.category-links-list a:hover {
	color: #ffce00;
}

.category-links-list a:hover:after {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

.category-links-list a:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	content: "\f178";
	font: normal normal normal 18px/20px FontAwesome;
	display: inline-block;
	vertical-align: top;
	color: #ffce00;
	margin: 5px 0 0 13px;
}

.btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 7px 25px;
	color: #fff;
	text-decoration: none;
	border: 2px solid transparent;
}

.btn.btn-success {
	background: #106d31;
}

.btn.btn-success:hover {
	background: #57af76;
}

.btn.btn-default {
	border: 2px solid #ffce00;
	background: transparent;
	color: #ffce00;
}

.btn.btn-default:hover {
	color: #000;
	border-color: transparent;
	background: #ffce00;
}

.btn:focus {
	outline: none;
}

.btn-play {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	border-radius: 50%;
	background: rgba(0, 0, 0, .75);
	width: 68px;
	height: 68px;
	position: relative;
	display: block;
}

.btn-play:hover {
	background: black;
}

.btn-play:before {
	content: "";
	border-style: solid;
	border-width: 14px 0 14px 24px;
	border-color: transparent transparent transparent #ffce00;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 0 0 2px;
}

/* sign in section styles */

.sign-in-section {
	background: #106d31;
	color: #fff;
	padding: 25px 0 22px;
}

.sign-in-section .sing-in-title {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.28;
	display: block;
	margin: 0 0 10px;
}

.sign-in-section .title {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 9px;
	letter-spacing: .15em;
}

/* sign in form styles */

.sign-in-form .input-row {
	position: relative;
	padding: 0 40px 0 0;
}

.sign-in-form input[type="email"] {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	height: 40px;
	width: 100%;
	color: #000;
	outline: none;
}

.sign-in-form .btn {
	width: 40px;
	height: 41px;
	position: relative;
	text-align: center;
	position: absolute;
	right: 0;
	top: -1px;
}

label {
	font-size: 16px;
	margin: 0 0 20px 0;
}

label.checkbox {
	text-transform: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	color: #000;
	background: #f3f3f3;
	width: 100%;
	font-size: 15px;
	padding: .7em .79em;
}

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 {
	color: #000;
}

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 {
	opacity: 1;
	color: #000;
}

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 {
	color: #000;
}

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 {
	color: #000;
}

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

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus {
	outline: none;
}

select {
	padding: 11px 30px 11px 12px;
	background: transparent;
	font-size: 15px;
}

textarea {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	width: 100%;
	background: #f3f3f3;
	height: 130px;
	padding: .47em .7em;
	font-size: 15px;
}

textarea::-webkit-input-placeholder {
	color: #000;
}

textarea::-moz-placeholder {
	opacity: 1;
	color: #000;
}

textarea:-moz-placeholder {
	color: #000;
}

textarea:-ms-input-placeholder {
	color: #000;
}

textarea.placeholder {
	color: #000;
}

textarea:focus {
	outline: none;
}

.fake-select {
	background: #f3f3f3;
}

.fake-select:before {
	display: none;
}

.form-holder {
	padding: 40px 0 0 0;
}

.form-holder h6 {
	margin: 0 0 20px 0;
}

.form-default {
	margin-bottom: -30px;
}

.form-default .input-holder {
	margin-bottom: 30px;
}

.form-default .input-holder.black-bg {
	display: inline-block;
	vertical-align: top;
}

.form-default .btn {
	width: 100%;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

a {
	text-decoration: none;
}

#wrapper {
	min-height: 100vh;
}

/* header styles */

#header {
	-webkit-transition: border-bottom .3s ease-in-out;
	transition: border-bottom .3s ease-in-out;
	position: relative;
	border-bottom: 5px solid;
	z-index: 10;
}

#header .container {
	max-width: 1365px;
	width: 100%;
}

.header-alt {
	border-bottom: none !important;
	text-align: center;
	padding: 15px 0 0;
}

.header-alt .logo {
	float: none;
	padding: 0;
	margin: 0 auto 30px;
	max-width: 246px;
}

.header-alt .title {
	display: block;
	font-size: 18px;
	margin-bottom: 45px;
}

.header-alt .title b {
	background: #ffce00;
}

.logo {
	float: left;
	display: block;
	padding: 5px 0 12px;
	max-width: 180px;
	width: 100%;
}

.holder-opener {
	width: 37px;
	height: 37px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
}

.holder-opener:before,
.holder-opener:after,
.holder-opener span {
	background: #000;
	position: absolute;
	top: 18px;
	left: 20%;
	right: 20%;
	height: 2px;
	margin-top: -2px;
	-webkit-transition: background, opacity, -webkit-transform .3s ease-in-out;
	transition: background, opacity, transform .3s ease-in-out;
}

.holder-opener span:last-child {
	top: 20px;
}

.holder-opener:before,
.holder-opener:after {
	content: "";
	top: 14px;
}

.holder-opener:after {
	top: 26px;
}

.head-holder {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 5px;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
}

.head-block {
	position: relative;
	padding: 20px 20px;
}

.btn-holder {
	margin: 0 0 20px;
}

.main-menu {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 20px;
}

.main-menu a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	color: #000;
	display: block;
	padding: 7px 4px;
	background: transparent;
}

.main-menu a.with-inner-drop {
	position: relative;
}

.main-menu a.with-inner-drop i {
	float: right;
	font-size: 18px;
}

.main-menu a.with-inner-drop i:before {
	content: "\f178";
}

.main-menu a:hover {
	background: #ffce00;
}

.has-drop-down-a {
	position: relative;
}

.has-drop-down-a:before {
	content: "\f178";
	float: right;
	font: normal normal normal 18px/20px FontAwesome;
}

.dropdown {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	left: 0;
	right: 0;
	padding: 0 15px 15px;
}

.inner-list li {
	display: block;
}

.inner-list li a {
	display: inline-block;
	vertical-align: top;
}

.social-list {
	font-size: 23px;
	margin: 0 0 12px;
}

.social-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 9px;
}

.social-list li:first-child {
	margin: 0;
}

.social-list a {
	display: block;
}

.social-list a:hover i {
	color: #ffce00;
}

.social-list i {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
}

.header-search {
	margin: 0;
}

.header-search.active .search .fa.fa-times {
	opacity: 1;
	visibility: visible;
}

.header-search.active .search .fa.fa-search {
	opacity: 0;
	visibility: hidden;
}

.header-search.active .slide {
	opacity: 1;
	visibility: visible;
}

.header-search .search {
	width: 40px;
	height: 40px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: relative;
	display: block;
	float: right;
	background: #000;
	border: none;
}

.header-search .search:hover {
	opacity: .8;
}

.header-search .search .fa {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #ffce00;
}

.header-search .search .fa.fa-times {
	opacity: 0;
	visibility: hidden;
}

.header-search .slide {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	display: block !important;
	height: 100% !important;
}

.header-search input {
	height: 40px;
	width: 100%;
	border: none;
	border-bottom: 5px solid;
	padding-left: 0;
	outline: none;
	text-transform: uppercase;
	color: #000;
	background: #fff;
	font-weight: 600;
}

.header-search input::-webkit-input-placeholder {
	color: #000;
}

.header-search input::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.header-search input:-moz-placeholder {
	color: #000;
}

.header-search input:-ms-input-placeholder {
	color: #000;
}

.header-search input.placeholder {
	color: #000;
}

.nav-active #header {
	border-bottom: none;
}

.nav-active .head-holder {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 1;
	visibility: visible;
	background: #fff;
	margin-top: 0;
}

.nav-active .holder-opener span {
	opacity: 0;
}

.nav-active .holder-opener:before,
.nav-active .holder-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 18px;
}

.nav-active .holder-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

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

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

.bg-image {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/* socials lisnk with dark mode */

.social-list-dark-mode {
	letter-spacing: -.4em;
	margin: 0 -8px;
}

.social-list-dark-mode li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 8px 10px;
}

.social-list-dark-mode a {
	width: 40px;
	height: 40px;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: block;
	background: #000;
	text-align: center;
	color: #ffce00;
	font-size: 30px;
	line-height: 40px;
}

.social-list-dark-mode a:hover {
	background: #ffce00;
	color: #000;
}

.btn.btn-black {
	background: #000;
	color: #ffce00;
}

.btn.btn-black:hover {
	background: #ffce00;
	color: #000;
}

figure {
	margin: 0;
	color: #231f20;
}

figcaption {
	padding: 16px 0 0 0;
	font-size: 14px;
	text-align: right;
}

blockquote {
	margin: 0 0 30px 0;
	padding: 0 0 0 60px;
	border: none;
	position: relative;
	font-size: 24px;
	line-height: 1.33;
}

blockquote:before {
	content: "“";
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
	font-size: 75px;
}

iframe {
	max-width: 100%;
}

.gray-bg {
	background: #f0efef;
}

.black-bg {
	background: #000;
}

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

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

.list-inline {
	letter-spacing: -.4em;
}

.list-inline li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	padding: 0 50px 0 0;
}

.list-inline li:last-of-type {
	padding: 0;
}

.list-inline label.radio,
.list-inline label.checkbox {
	margin-bottom: 0;
}

.border-top-block {
	border-top: 7px solid #f0efef;
}

.content {
	padding: 45px 0;
}

.content .sidebar {
	padding: 45px 15px;
}

.content .sidebar h6 {
	margin: 0 0 20px 0;
}

.content .sidebar .item + .item {
	margin: 45px 0 0 0;
}

.static-menu {
	color: #000;
	font-size: 20px;
}

.static-menu li {
	margin: 0 0 10px 0;
}

.static-menu li:last-of-type {
	margin: 0;
}

.static-menu a {
	color: inherit;
}

.static-menu a:hover {
	text-decoration: underline;
}

.post {
	padding: 9px 0 0 0;
}

.post figure {
	margin: 0 0 30px 0;
}

.post figure img {
	width: 100%;
}

.post h3,
.post h4,
.post h5,
.post h6 {
	margin: 0 0 30px 0;
}

.post p {
	margin: 0 0 30px 0;
}

.post .video-block {
	margin: 0 0 30px 0;
}

.post .video-block h6 {
	margin: 0;
	padding: 15px 0 0 0;
}

.video-holder {
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
}

.video-holder.active-video iframe {
	opacity: 1;
	visibility: visible;
}

.video-holder.active-video .btn-play {
	opacity: 0;
	visibility: hidden;
}

.video-holder .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-holder iframe {
	opacity: 0;
	visibility: hidden;
}

.post-heading {
	margin: 0 0 30px 0;
}

.post-heading .subtitle {
	display: block;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}

.post-heading time {
	color: #bebdbb;
	margin: 0 0 10px 0;
	font-size: 15px;
}

.post-heading.img-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 0;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
	margin-bottom: 0;
}

.post-heading.img-heading:after {
	content: "";
	min-height: 451px;
	width: 0;
	display: block;
}

.post-heading.img-heading:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .65) 0%, transparent 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .65) 0%, transparent 100%);
}

.post-heading.img-heading .inner {
	width: 100%;
	position: relative;
	z-index: 1;
}

.post-heading.img-heading .share-list {
	color: inherit;
}

.item-box.small {
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}

.item-box.small:before {
	display: none;
}

.item-box.small .img-block {
	max-width: 40%;
	height: auto;
	background: none;
}

.item-box.small .text-block {
	max-width: 60%;
	padding: 0 15px 0 0;
}

.item-box.small a {
	color: inherit;
}

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

.share-list {
	letter-spacing: -.4em;
	font-size: 15px;
	color: #000;
	padding: 15px 0 40px;
}

.share-list li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	padding: 0 14px 0 0;
}

.share-list li:last-of-type {
	padding: 0;
}

.share-list a {
	color: inherit;
}

.share-list a:hover {
	color: #ffce00;
}

.share-list .fa {
	font-size: 18px;
}

.image-slideshow {
	padding: 0 33px;
	position: relative;
	margin: 0 -15px;
}

.image-slideshow .slick-prev,
.image-slideshow .slick-next {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -10px;
	color: #000;
	border: none;
	outline: none;
	font-size: 0;
	line-height: 0;
	background: none;
	padding: 0;
}

.image-slideshow .slick-prev:before,
.image-slideshow .slick-next:before {
	font: normal normal normal 18px/20px FontAwesome;
}

.image-slideshow .slick-prev:hover,
.image-slideshow .slick-next:hover {
	color: #ffce00;
}

.image-slideshow .slick-prev {
	left: 10px;
}

.image-slideshow .slick-prev:before {
	content: "\f177";
}

.image-slideshow .slick-next {
	right: 10px;
}

.image-slideshow .slick-next:before {
	content: "\f178";
}

.posts-slideshow-wrapper {
	padding: 62px 0 70px 0;
}

.posts-slideshow-wrapper h2 {
	margin: 0 0 40px 0;
	letter-spacing: 0;
	text-transform: uppercase;
}

.posts-slideshow {
	position: relative;
	padding: 0 0 74px;
}

.posts-slideshow .slick-prev,
.posts-slideshow .slick-next {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	padding: 0;
	border: none;
	background: none;
	outline: none;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.posts-slideshow .slick-prev:before,
.posts-slideshow .slick-next:before {
	font: normal normal normal 18px/20px FontAwesome;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.posts-slideshow .slick-prev:hover,
.posts-slideshow .slick-next:hover {
	color: #ffce00;
}

.posts-slideshow .slick-prev span,
.posts-slideshow .slick-next span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}

.posts-slideshow .slick-prev {
	left: 0;
	right: auto;
	padding: 0 0 0 25px;
}

.posts-slideshow .slick-prev:before {
	content: "\f177";
	left: 0;
	right: auto;
}

.posts-slideshow .slick-next {
	right: 0;
	left: auto;
	padding: 0 25px 0 0;
}

.posts-slideshow .slick-next:before {
	content: "\f178";
	right: 0;
	left: auto;
}

.posts-slideshow .item-box {
	margin: 0 auto;
}

.posts-slideshow .item-box:before {
	display: none;
}

.posts-slideshow .item-box .img-block img {
	width: 100%;
}

.posts-slideshow .item-box .text-block {
	padding: 17px 17px 40px;
}

.posts-slideshow .item-box .text-holder {
	padding: 0;
}

.posts-slideshow .item-box .news-title {
	font-size: 20px;
	line-height: 28px;
	display: block;
	margin: 0 0 5px;
}

.posts-slideshow .item-box .news-title a {
	color: #000;
}

.posts-slideshow .item-box .news-title a:hover {
	text-decoration: underline;
}

.posts-slideshow .item-box time {
	display: block;
	color: #bebdbb;
	font-weight: 600;
	margin: 0 0 10px 0;
}

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

.mark-title {
	background: #ffce00;
	display: inline-block;
	vertical-align: top;
	letter-spacing: .12em;
}

.news-section {
	padding: 35px 0;
}

/* news-box styles */

.news-box {
	font-size: 14px;
	line-height: 20px;
	position: relative;
	border-bottom: 4px solid #f0efef;
	padding: 15px 0;
}

.news-box:last-child {
	border: none;
}

.news-box img {
	width: 100%;
}

.news-box .news-title {
	font-size: 18px;
	line-height: 28px;
	display: block;
	margin-bottom: 5px;
}

.news-box .news-title a {
	color: #000;
}

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

.news-box time {
	font-size: 12px;
	line-height: 14px;
	color: #bebdbb;
	display: block;
	font-weight: bold;
}

.news-box .btn-link {
	display: none;
}

.news-box .btn-link:hover {
	text-decoration: underline;
}

.news-box .img-block,
.news-box .text-box {
	display: none;
}

.news-box.item {
	padding: 0;
	margin: 15px 0;
	background: #fff;
	border-bottom: none;
}

.news-box.item .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-box .holder {
	padding: 12px;
}

.news-box .holder .text-box {
	max-height: 40px;
	overflow: hidden;
}

.news-box .holder .news-title {
	max-height: 55px;
	overflow: hidden;
}

/* sidebar styles */

.sidebar {
	font-size: 14px;
	line-height: 19px;
}

.sidebar h2 {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.sidebar p {
	margin: 0 0 22px;
}

.sidebar .btn-wrapp {
	padding: 30px 0 0;
}

.sidebar .btn {
	font-weight: bold;
	padding: 12px 18px;
}

.sidebar .holder {
	display: none;
}

.sidebar .search-area {
	margin-bottom: 20px;
}

.sidebar .search-area input[type="search"] {
	background: #fff;
	font-size: 20px;
	line-height: 22px;
}

.sidebar .filter-form button[type="submit"] {
	border: none;
	outline: none;
}

.sidebar .jcf-select {
	background: #fff;
}

.sidebar .jcf-select .jcf-select-opener {
	background: #fff;
}

.sidebar .jcf-select .jcf-select-text {
	font-size: 20px;
	line-height: 36px;
}

.sidebar label {
	font-size: 14px;
	margin: 0 0 5px;
	letter-spacing: .12em;
}

.input-wrapp {
	position: relative;
}

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

.link-list li {
	margin: 0 0 24px;
}

.link-list .link-all:after {
	line-height: 16px;
}

.link-list .link-all.green {
	color: #106d31;
}

.link-list .link-all.green:after {
	color: #106d31;
}

.link-all {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	position: relative;
	text-decoration: none;
	letter-spacing: .12em;
}

.link-all:after {
	-webkit-transition: -webkit-transform .3s ease-in-out, color .3s ease-in-out;
	transition: transform .3s ease-in-out, color .3s ease-in-out;
	content: "\f178";
	font: normal normal normal 14px/17px FontAwesome;
	display: inline-block;
	vertical-align: middle;
	line-height: 17px;
	font-size: 16px;
	margin: 0 0 0 5px;
}

.link-all:after:after {
	font-size: 19px;
	line-height: 20px;
}

.link-all:hover {
	color: #106d31;
}

.link-all:hover:after {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

/* update section styles */

.update-section {
	background: #f0efef;
	padding: 35px 0;
}

/* item box styles */

.item-box {
	background: #fff;
	display: block;
	font-size: 14px;
	line-height: 19px;
	position: relative;
	overflow: hidden;
	max-width: 350px;
	margin: 0 auto 22px;
}

.item-box:before {
	content: "";
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
}

.item-box .btn {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	position: absolute;
	bottom: 0;
	left: -2px;
	right: -2px;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	padding: 10px 15px;
}

.item-box .btn:hover {
	background: #106d31;
	color: #fff;
	opacity: 1;
}

.item-box .item-title {
	display: block;
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 5px;
}

.item-box .text-holder {
	padding: 11px 16px 40px;
}

.item-box p {
	margin: 0 0 19px;
}

.item-box .icon-img {
	height: 185px;
	background: #ffce00;
	position: relative;
}

.item-box .icon-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.item-box .img-block {
	min-height: 185px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.item-box .img-block img {
	width: 100%;
}

/* heading section styles */

.heading-section {
	padding: 35px 0;
}

.heading-section .heading-block {
	font-size: 14px;
	line-height: 20px;
}

.heading-section .heading-block h1 {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 10px;
}

.heading-section .heading-block p {
	margin: 0 0 15px;
}

/* searching-section styles */

.searching-section {
	background: #f0efef;
	padding: 0 0 60px;
}

/* filters open-close styles */

.form-slide {
	margin-bottom: 27px;
	position: relative;
}

.form-slide:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	height: 15px;
	background: #fff;
	padding: 0 9999px;
	margin: 0 -9999px;
}

.form-slide.active .icon-plus:before {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.form-slide .opener {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	display: block;
	padding: 16px 20px 16px 0;
}

.form-slide .icon-plus {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
}

.form-slide .icon-plus:before,
.form-slide .icon-plus:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	content: "";
	position: absolute;
	background: #000;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.form-slide .icon-plus:before {
	width: 4px;
	height: 16px;
}

.form-slide .icon-plus:after {
	height: 4px;
	width: 16px;
}

.form-slide .slide {
	padding: 0 0 35px;
}

.search-area input[type="search"] {
	width: 100%;
	outline: none;
	height: 40px;
	padding: 5px 45px 5px 10px;
}

.search-area input[type="search"]::-webkit-input-placeholder {
	color: #000;
}

.search-area input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.search-area input[type="search"]:-moz-placeholder {
	color: #000;
}

.search-area input[type="search"]:-ms-input-placeholder {
	color: #000;
}

.search-area input[type="search"].placeholder {
	color: #000;
}

.search-area button[type="submit"] {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: none;
	border: none;
	outline: none;
	font-size: 20px;
	line-height: 22px;
	padding: 0 14px;
	margin: 0;
}

.search-area button[type="submit"]:hover {
	color: #106d31;
}

.search-area .search-holder {
	position: relative;
}

/* filter form styles */

.filter-form select {
	height: 40px;
}

.filter-form .title {
	text-transform: uppercase;
	display: block;
	margin-bottom: 11px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .12em;
}

.filter-form .select-holder {
	margin-bottom: 20px;
}

.filter-form .sort-holder label {
	margin: 0 -4px 25px 0;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.filter-form .filter-holder {
	margin-bottom: 35px;
}

.filter-form .filter-holder label {
	margin-bottom: 13px;
	text-transform: none;
}

.filter-form .btn {
	padding: 9px 18px;
}

label {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
}

[type="checkbox"],
[type="radio"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.fake-label {
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
}

.fake-input {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 3px solid #000;
	background: #fff;
	vertical-align: middle;
	position: relative;
	margin-right: 7px;
}

[type=radio] + .fake-input {
	border-radius: 100%;
}

[type="radio"] + .fake-input {
	cursor: pointer;
}

[type="radio"] + .fake-input:before {
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	background: #000;
	border-radius: 100%;
	opacity: 0;
}

[type="checkbox"] + .fake-input {
	width: 15px;
	height: 15px;
	border-width: 2px;
	margin: 0;
	float: left;
	cursor: pointer;
}

[type="checkbox"] + .fake-input:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
}

[type="checkbox"] + .fake-input + .fake-label {
	display: block;
	margin: 0 0 0 35px;
}

[type="radio"]:checked + .fake-input:before,
[type="checkbox"]:checked + .fake-input:before {
	opacity: 1;
}

.results-area {
	margin-bottom: 40px;
}

.results-area .results-counter {
	font-size: 16px;
	line-height: 22px;
	display: block;
	margin-bottom: 45px;
}

/* result item styles */

.result-item {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 15px;
	background: #fff;
}

.result-item a {
	color: #000;
	text-decoration: none;
	padding: 15px 30px;
}

.result-item .news-title {
	display: block;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}

.result-item time {
	font-size: 12px;
	line-height: 14px;
	color: #bebdbb;
	display: block;
	font-weight: bold;
}

.result-item .text-wrapp,
.result-item .img-area {
	display: none;
}

.heading-wrap {
	display: none;
}

.heading-wrap.clone-heading {
	display: block;
}

.heading-section .two-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.heading-section .two-cols .img-holder {
	width: 100%;
}

.heading-section .two-cols .img-holder img {
	width: 100%;
	background: #f0efef;
}

.heading-section .txt-holder {
	position: relative;
	width: 100%;
	font-size: 15px;
	line-height: 1.35;
	padding: 11px 0;
}

.heading-section .txt-holder .btn {
	width: 100%;
}

.heading-section h3 {
	font-size: 22px;
	margin: 0;
	line-height: 1.178;
}

.heading-section time {
	font-size: 14px;
	line-height: 1;
	color: #bebdbb;
}

/* searching-section */

.banner-block {
	text-align: center;
	width: 100%;
}

.banner-block.cloned {
	padding-top: 50px;
}

.banner-block .banner {
	display: block;
	margin-bottom: 35px;
}

/* NEWS LIST */

.news-list .item {
	padding: 0;
	margin: 15px 0;
	background: #fff;
	border-bottom: none;
}

.news-list .item .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-list .holder {
	padding: 12px;
}

.news-list .holder .text-box {
	max-height: 40px;
	overflow: hidden;
}

.news-list .holder .news-title {
	max-height: 55px;
	overflow: hidden;
}

.banner-section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.banner-section:before {
	content: "";
	display: block;
	width: 0;
	min-height: 497px;
}

.banner-section:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}

.banner-section .txt-holder {
	color: #fff;
	text-align: center;
	position: relative;
	line-height: 33px;
	padding: 30px;
	z-index: 2;
	font-size: 20px;
	letter-spacing: .055em;
}

.banner-section h1 {
	line-height: 1;
	margin: 0 0 10px;
}

.search-form .search-holder.white-bg input {
	background: #fff;
}

.campaigns-section {
	padding: 30px 0 40px;
	background: #f0efef;
}

.campaigns-section .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.campaigns-section .text-holder {
	font-size: 15px;
}

.campaigns-section .item-title {
	font-size: 26px;
	line-height: 1.285;
}

.campaigns-section .img-block img {
	width: 100%;
}

.campaigns-section .btn .fa {
	position: relative;
	left: 8px;
}

/* footer styles */

#footer {
	background: #000;
	color: #fff;
	padding: 150px 0 50px 0;
	position: relative;
}

#footer .nav-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#footer .form-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-block .title {
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 16px 0;
}

.footer-block .title a {
	color: #fff;
	text-decoration: none;
}

.footer-block .title a:hover {
	color: #ffce00;
}

.footer-block .btn-wrap {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	text-align: center;
	padding: 0 0 35px 0;
}

/* footer links */

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

.footer-nav li {
	margin: 0 0 9px;
}

.footer-nav a {
	color: inherit;
	text-decoration: none;
}

.footer-nav a:hover {
	color: #ffce00;
}

/* sign in form at footer styles */

.footer-sign-in-form {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

.footer-sign-in-form .input-row {
	margin: 0 0 20px;
}

.footer-sign-in-form .title {
	margin: 0 0 23px 0;
}

.footer-sign-in-form .input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-sign-in-form .input-group .input-row {
	width: calc(100% - 131px);
	padding: 10px 0 0;
}

.footer-sign-in-form .input-group .btn {
	width: 116px;
	margin: 0 0 0 15px;
}

.footer-sign-in-form input:not([type=submit]) {
	background: none;
	border: 0;
	border-bottom: 4px solid #fff;
	outline: none;
	width: 100%;
	height: 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	color: #fff;
}

.footer-sign-in-form input:not([type=submit])::-webkit-input-placeholder {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #bebdbb;
}

.footer-sign-in-form input:not([type=submit])::-moz-placeholder {
	opacity: 1;
	transition: color .3s ease-in-out;
	color: #bebdbb;
}

.footer-sign-in-form input:not([type=submit]):-moz-placeholder {
	transition: color .3s ease-in-out;
	color: #bebdbb;
}

.footer-sign-in-form input:not([type=submit]):-ms-input-placeholder {
	transition: color .3s ease-in-out;
	color: #bebdbb;
}

.footer-sign-in-form input:not([type=submit]).placeholder {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #bebdbb;
}

.footer-sign-in-form input:not([type=submit]):focus::-webkit-input-placeholder {
	color: #fff;
}

.footer-sign-in-form input:not([type=submit]):focus::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.footer-sign-in-form input:not([type=submit]):focus:-moz-placeholder {
	color: #fff;
}

.footer-sign-in-form input:not([type=submit]):focus:-ms-input-placeholder {
	color: #fff;
}

.footer-sign-in-form input:not([type=submit]):focus.placeholder {
	color: #fff;
}

.footer-bottom-hold {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	padding: 29px 0 0 0;
}

.footer-bottom-hold .list {
	letter-spacing: -.4em;
}

.footer-bottom-hold .list li {
	padding: 0 15px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}

.footer-bottom-hold .list li:first-child {
	color: #ffce00;
}

.footer-bottom-hold .list a {
	color: #fff;
}

.footer-bottom-hold .list a:hover {
	color: #ffce00;
}

.footer-bottom-hold .footer-logo {
	width: 238px;
	position: absolute;
	left: 50%;
	top: 37px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer-bottom-hold .copyright {
	color: #bebdbb;
}

.footer-bottom-hold .copyright a {
	color: #bebdbb;
}

.footer-bottom-hold .copyright a:hover {
	color: #ffce00;
}

@media only screen and (min-width: 48em) {
	.container {
		width: 46rem;
	}

	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.col-sm {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-sm-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}

	.col-sm-2 {
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}

	.col-sm-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}

	.col-sm-5 {
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}

	.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}

	.col-sm-8 {
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}

	.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}

	.col-sm-11 {
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}

	.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-sm-offset-1 {
		margin-left: 8.333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.667%;
	}

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

	.col-sm-offset-4 {
		margin-left: 33.333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.667%;
	}

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

	.col-sm-offset-7 {
		margin-left: 58.333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.667%;
	}

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

	.col-sm-offset-10 {
		margin-left: 83.333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.667%;
	}

	.start-sm {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-sm {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-sm {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-sm {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.middle-sm {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.bottom-sm {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.around-sm {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-sm {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.first-sm {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.last-sm {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

@media only screen and (min-width: 62em) {
	.container {
		width: 61rem;
	}

	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.col-md {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-md-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}

	.col-md-2 {
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}

	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}

	.col-md-5 {
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}

	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}

	.col-md-8 {
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}

	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}

	.col-md-11 {
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}

	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-md-offset-1 {
		margin-left: 8.333%;
	}

	.col-md-offset-2 {
		margin-left: 16.667%;
	}

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

	.col-md-offset-4 {
		margin-left: 33.333%;
	}

	.col-md-offset-5 {
		margin-left: 41.667%;
	}

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

	.col-md-offset-7 {
		margin-left: 58.333%;
	}

	.col-md-offset-8 {
		margin-left: 66.667%;
	}

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

	.col-md-offset-10 {
		margin-left: 83.333%;
	}

	.col-md-offset-11 {
		margin-left: 91.667%;
	}

	.start-md {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-md {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-md {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-md {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.middle-md {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.bottom-md {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.around-md {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-md {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.first-md {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.last-md {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

@media only screen and (min-width: 75em) {
	.container {
		width: 71rem;
	}

	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.col-lg {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-lg-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}

	.col-lg-2 {
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}

	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}

	.col-lg-5 {
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}

	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}

	.col-lg-8 {
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}

	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}

	.col-lg-11 {
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}

	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-lg-offset-1 {
		margin-left: 8.333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.667%;
	}

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

	.col-lg-offset-4 {
		margin-left: 33.333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.667%;
	}

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

	.col-lg-offset-7 {
		margin-left: 58.333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.667%;
	}

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

	.col-lg-offset-10 {
		margin-left: 83.333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.667%;
	}

	.start-lg {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-lg {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-lg {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-lg {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.middle-lg {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.bottom-lg {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.around-lg {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-lg {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.first-lg {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.last-lg {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

@media (min-width: 480px) {
	.sign-in-section {
		padding: 25px 7px 22px 16px;
	}
}

@media (min-width: 640px) {
	.form-default .btn {
		width: auto;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

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

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

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

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

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

	.main-slideshow .bg-image {
		padding-top: 60%;
	}

	.main-slideshow .intro-description {
		font-size: 20px;
		line-height: 26px;
		padding: 24px 32px 60px;
	}

	.main-slideshow .title {
		font-size: 34px;
		line-height: 38px;
		margin: 0 0 20px;
	}

	.main-slideshow p {
		margin: 0 0 30px;
	}

	.sign-in-section .sing-in-title {
		font-size: 28px;
		margin: -5px 0 10px 0;
	}

	.sign-in-section .title {
		font-size: 19px;
		line-height: 20px;
	}

	.sign-in-section .social-holder {
		padding-top: 40px;
		text-align: center;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"] {
		font-size: 18px;
		padding: .47em .79em;
	}

	select {
		font-size: 18px;
		padding: 9px 30px 10px 12px;
	}

	textarea {
		font-size: 18px;
	}

	.header-alt {
		padding: 48px 0 0;
	}

	.header-alt .logo {
		max-width: 370px;
	}

	.header-alt .title {
		margin-bottom: 53px;
		font-size: 22px;
	}

	.logo {
		max-width: 275px;
		padding: 9px 0 6px;
	}

	.head-block {
		padding: 25px 20px 24px;
	}

	figcaption {
		font-size: 18px;
	}

	blockquote {
		margin: 0 0 40px 0;
	}

	.post figure {
		margin: 0 0 40px 0;
	}

	.post h3,
	.post h4,
	.post h5,
	.post h6 {
		margin: 0 0 40px 0;
	}

	.post p {
		margin: 0 0 40px 0;
	}

	.post .video-block {
		width: 42%;
		float: right;
		padding: 0 0 0 20px;
		margin: 0;
	}

	.post-heading {
		margin: 0 0 40px 0;
	}

	.post-heading .subtitle {
		font-size: 24px;
	}

	.post-heading time {
		font-size: 16px;
	}

	.share-list {
		font-size: 14px;
		padding: 30px 0 40px;
	}

	.image-slideshow {
		margin: 0;
		padding: 0 65px;
	}

	.image-slideshow .slick-prev {
		left: 0;
	}

	.image-slideshow .slick-next {
		right: 0;
	}

	.posts-slideshow {
		padding: 0 110px;
	}

	.posts-slideshow .slick-prev,
	.posts-slideshow .slick-next {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		bottom: auto;
	}

	.posts-slideshow .item-box {
		max-width: 600px;
	}

	.posts-slideshow .item-box .text-block {
		padding: 0;
	}

	.posts-slideshow .item-box .text-block p {
		margin: 0;
	}

	.posts-slideshow .item-box .btn {
		display: none;
	}

	.mark-title {
		padding: 2px 4px;
	}

	.news-box {
		padding: 20px 0;
		font-size: 18px;
	}

	.news-box .news-title {
		margin: 0;
	}

	.news-box time {
		margin-bottom: 15px;
	}

	.news-box .btn-link {
		text-transform: uppercase;
		color: #106d31;
		text-decoration: none;
		font-weight: bold;
		display: inline-block;
		vertical-align: top;
		letter-spacing: .12em;
	}

	.news-box .img-block,
	.news-box .text-box {
		display: block;
	}

	.news-box .holder {
		padding: 10px 30px 10px 0;
	}

	.sidebar {
		font-size: 18px;
		line-height: 20px;
	}

	.sidebar h2 {
		margin: 0 0 33px;
	}

	.sidebar .btn-wrapp {
		padding: 66px 0 0;
	}

	.sidebar .holder {
		display: block;
	}

	.link-list {
		display: none;
	}

	.items-block .link-all {
		display: none;
	}

	.item-box {
		margin: 0 0 42px;
		max-width: 100%;
		font-size: 18px;
		line-height: 19px;
	}

	.item-box:hover .btn {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.item-box .text-holder {
		padding: 11px 10px 45px;
	}

	.heading-section .heading-block .link-all {
		display: none;
	}

	.searching-section {
		padding: 35px 0;
	}

	.form-slide {
		padding: 0;
	}

	.form-slide:before {
		display: none;
	}

	.form-slide .opener {
		display: none;
	}

	.form-slide .slide {
		padding: 0;
	}

	.form-slide .slide.js-slide-hidden {
		position: static !important;
		left: 0 !important;
		top: 0 !important;
	}

	.filter-form .sort-holder label {
		width: auto;
		display: block;
		margin: 0 0 25px 5px;
	}

	.result-item .news-title {
		margin: 0;
	}

	.result-item time {
		margin-bottom: 10px;
	}

	.result-item .text-wrapp,
	.result-item .img-area {
		display: block;
	}

	.heading-wrap {
		display: block;
	}

	.heading-wrap.clone-heading {
		display: none;
	}

	.heading-section .two-cols .img-holder {
		padding: 0 0 15px;
	}

	.heading-section .txt-holder {
		padding: 0 0 50px;
	}

	.heading-section .txt-holder .btn {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.heading-section time {
		font-size: 16px;
	}

	.news-list .item {
		margin: 20px 0 28px;
	}

	.news-list .holder {
		padding: 20px 30px 20px 0;
	}

	.campaigns-section .text-holder {
		font-size: 16px;
	}

	.footer-bottom-hold {
		padding: 0;
	}
}

@media (min-width: 992px) {
	.row {
		margin-right: -1rem;
		margin-left: -1rem;
	}

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

	.intro .v-align {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.main-slideshow {
		margin-right: -2rem;
	}

	.main-slideshow .slide {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		min-height: 509px;
	}

	.main-slideshow .slide:after {
		content: "";
		width: 0;
		min-height: 509px;
		display: block;
	}

	.main-slideshow .bg-image {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}

	.main-slideshow .intro-description {
		font-size: 24px;
		line-height: 31px;
		max-width: 508px;
		padding: 0 0 51px;
	}

	.main-slideshow .title {
		font-size: 42px;
		line-height: 44px;
		margin: 0 0 7px;
	}

	.main-slideshow p {
		margin: 0 0 32px;
	}

	.slick-dots {
		left: auto;
		right: 51px;
		bottom: 32px;
	}

	.category-links {
		padding: 35px 0 35px 63px;
	}

	.category-links-list {
		font-size: 20px;
		line-height: 26px;
		margin: 0 -20px 0 0;
	}

	.category-links-list li {
		margin: 0 0 8px;
	}

	.btn {
		font-size: 20px;
	}

	.sign-in-section {
		padding: 32px 7px 21px 16px;
	}

	.sign-in-section .sing-in-title {
		font-size: 32px;
	}

	.sign-in-section .title {
		margin: 0 0 11px;
	}

	.sign-in-section .social-holder {
		text-align: left;
		padding: 0;
	}

	.sign-in-form .input-row {
		padding: 0 107px 0 0;
	}

	.sign-in-form .btn {
		width: 107px;
		font-size: 16px;
		line-height: 20px;
		font-weight: 700;
		padding: 0 2px;
	}

	label {
		font-size: 18px;
	}

	.hide-lg {
		display: none !important;
	}

	.header-alt .title {
		font-size: 32px;
	}

	.logo {
		max-width: 270px;
	}

	.holder-opener {
		display: none;
	}

	.head-holder {
		margin-top: 0;
		position: static;
		opacity: 1;
		visibility: visible;
	}

	.head-block {
		float: right;
		letter-spacing: -.4em;
		padding: 25px 0 24px;
	}

	.head-block:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 100%;
		width: 5px;
		background: #000;
	}

	.btn-holder {
		padding: 25px 0;
		margin: 0 0 0 23px;
		float: right;
	}

	.main-nav,
	.social-list,
	.header-search {
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
	}

	.main-menu {
		letter-spacing: -.4em;
		font-size: 18px;
		margin: 0;
		position: relative;
	}

	.main-menu li {
		display: inline-block;
		vertical-align: middle;
		letter-spacing: .12em;
		margin: 0 7px;
	}

	.main-menu li:hover .dropdown {
		opacity: 1;
		visibility: visible;
	}

	.main-menu .inner-drop-opener {
		display: none;
	}

	.has-drop-down-a:before {
		display: none;
	}

	.dropdown {
		top: 100%;
		max-width: 220px;
		left: auto;
		right: auto;
		padding: 0;
	}

	.inner-list {
		padding: 15px 0;
	}

	.inner-list li {
		display: block;
	}

	.social-list {
		margin: 0;
		display: none;
	}

	.header-search {
		margin: 0 18px 0 24px;
	}

	.header-search .search {
		width: 46px;
		height: 46px;
		float: none;
	}

	.header-search .search .fa {
		padding: 0 0 0 1px;
	}

	.header-search .slide {
		position: absolute;
		top: 25px;
		right: 0;
		width: 430px;
		margin: 0 98px 0 0;
		opacity: 0;
		visibility: hidden;
	}

	.header-search input {
		height: 46px;
	}

	.header-search input {
		padding: 0;
	}

	blockquote {
		font-size: 36px;
		line-height: 1.22;
	}

	blockquote:before {
		font-size: 100px;
	}

	.content {
		padding: 58px 0;
	}

	.posts-slideshow-wrapper h2 {
		position: absolute;
		font-size: 26px;
	}

	.posts-slideshow {
		padding: 0 135px;
	}

	.posts-slideshow .slick-prev,
	.posts-slideshow .slick-next {
		font-size: 18px;
		line-height: 20px;
	}

	.posts-slideshow .item-box .news-title {
		font-size: 24px;
	}

	.news-section {
		padding: 85px 0;
	}

	.news-box .news-title {
		font-size: 24px;
		line-height: 28px;
	}

	.news-box time {
		font-size: 16px;
		line-height: 24px;
	}

	.news-box.item {
		margin: 20px 0 28px;
	}

	.news-box .holder {
		padding: 20px 30px 20px 0;
	}

	.sidebar h2 {
		font-size: 22px;
		line-height: 24px;
	}

	.sidebar .search-area {
		margin-bottom: 35px;
	}

	.sidebar label {
		font-size: 18px;
		margin: 0 0 20px;
	}

	.update-section {
		padding: 85px 0 65px;
	}

	.item-box .btn {
		opacity: 0;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}

	.item-box .item-title {
		font-size: 26px;
		line-height: 28px;
	}

	.item-box .text-holder {
		padding: 11px 16px 45px;
	}

	.heading-section {
		padding: 88px 0 54px;
	}

	.heading-section .heading-block {
		font-size: 22px;
		line-height: 31px;
	}

	.heading-section .heading-block h1 {
		font-size: 38px;
		line-height: 44px;
		margin: 0 0 22px;
	}

	.searching-section {
		padding: 82px 0;
	}

	.filter-form .title {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 17px;
	}

	.filter-form .select-holder {
		margin-bottom: 35px;
	}

	.filter-form .sort-holder {
		margin-bottom: 45px;
	}

	.filter-form .btn {
		padding: 12px 18px;
	}

	label {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 9px;
	}

	.fake-label {
		font-size: 18px;
		line-height: 20px;
	}

	.results-area {
		margin-bottom: 70px;
	}

	.results-area .results-counter {
		font-size: 20px;
		line-height: 22px;
	}

	.result-item {
		margin: 0 0 30px;
	}

	.result-item a {
		padding: 30px;
	}

	.result-item .news-title {
		font-size: 20px;
		line-height: 28px;
	}

	.result-item time {
		font-size: 14px;
		line-height: 24px;
	}

	.heading-section .two-cols .img-holder {
		width: 65%;
		padding: 0 10px 0 0;
	}

	.heading-section .txt-holder {
		width: 35%;
		font-size: 18px;
	}

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

	.banner-block.cloned {
		display: none;
		padding-top: 0;
	}

	.news-list .holder {
		padding: 20px 30px 20px 0;
	}

	.banner-section:before {
		min-height: 650px;
	}

	.campaigns-section .item-title {
		font-size: 36px;
	}

	#footer {
		padding: 61px 0 46px;
	}

	#footer .nav-holder {
		margin: 0 -15px;
	}

	#footer .nav-holder .footer-block {
		width: 20%;
		padding: 0 15px 9px;
	}

	#footer .form-wrap {
		max-width: 60%;
		margin: 0 auto;
		text-align: center;
		display: block;
	}

	.footer-block .title {
		font-size: 20px;
		line-height: 1.1;
		margin: 0 0 30px;
	}

	.footer-block .btn-wrap {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 35px 0 0 0;
	}

	.footer-sign-in-form {
		padding: 0 26px 0 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.footer-sign-in-form .input-group .btn {
		padding: 7px 15px;
	}

	.footer-bottom-hold .footer-logo {
		width: 270px;
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		display: block;
		margin: 0 auto 25px;
	}
}

@media (min-width: 1200px) {
	.logo {
		max-width: 275px;
	}

	.post-heading.img-heading {
		padding: 60px 0;
	}

	.post-heading.img-heading:after {
		min-height: 650px;
	}

	.heading-section .txt-holder {
		font-size: 20px;
		padding: 0 0 50px 20px;
	}

	.heading-section .txt-holder .btn {
		left: 20px;
	}

	.heading-section h3 {
		font-size: 28px;
	}

	#footer .nav-holder .footer-block {
		width: 175px;
		max-width: 20%;
	}

	#footer .form-wrap {
		max-width: none;
		text-align: left;
	}

	.footer-block .btn-wrap {
		text-align: left;
		padding: 30px 0 0 0;
	}

	.footer-sign-in-form {
		max-width: 320px;
	}
}

@media (min-width: 1300px) {
	.btn-holder {
		margin: 0 0 0 36px;
	}

	.main-menu li {
		margin: 0 17px;
	}

	.social-list {
		display: inline-block;
		margin: 0 0 0 19px;
	}

	.header-search .slide {
		width: 88%;
		margin: 0 85px 0 0;
	}
}

@media (max-width: 1199px) {
	.header-alt .title br {
		display: none;
	}
}

@media (max-width: 991px) {
	iframe {
		width: 100%;
	}

	.intro .container {
		max-width: none;
		width: auto;
		padding: 0;
	}

	.main-slideshow .slide {
		height: auto !important;
	}

	.main-slideshow .bg-image {
		background-position: 100% 0;
		width: 100% !important;
	}

	.main-slideshow .intro-description {
		background: #000;
	}

	.sign-in-form .btn {
		font-size: 0;
		line-height: 0;
		padding: 0;
	}

	.sign-in-form .btn:after {
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		content: "\f178";
		font: normal normal normal 18px/1 FontAwesome;
		display: inline-block;
		vertical-align: top;
	}

	.hide-xs {
		display: none !important;
	}

	.main-menu li.dropdown-active .dropdown {
		opacity: 1;
		visibility: visible;
	}

	.dropdown {
		min-height: 100%;
	}

	.hide-lg-down {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.sign-in-section .sign-in-form {
		max-width: 278px;
	}

	.hide-md-down {
		display: none !important;
	}

	body {
		font-size: 15px;
	}

	.update-section .link-all {
		font-size: 12px;
		line-height: 16px;
	}

	.heading-section .link-all {
		font-size: 12px;
		line-height: 16px;
	}

	.footer-sign-in-form {
		text-align: center;
	}

	.footer-sign-in-form .title {
		margin: 0 0 27px 0;
	}

	.footer-bottom-hold .list li:first-child {
		width: 100%;
	}
}

@media (max-width: 479px) {
	.header-search input::-webkit-input-placeholder {
		font-size: 16px;
	}

	.header-search input::-moz-placeholder {
		font-size: 16px;
	}

	.header-search input:-moz-placeholder {
		font-size: 16px;
	}

	.header-search input:-ms-input-placeholder {
		font-size: 16px;
	}

	.header-search input.placeholder {
		font-size: 16px;
	}
}

