/*! 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: 900;
}

/**
 * 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;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 1, 2018 */

@font-face {
	font-family: "inter_ui";
	src: url("../fonts/inter-ui/inter-ui-black-webfont.eot");
	src: url("../fonts/inter-ui/inter-ui-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-ui/inter-ui-black-webfont.woff") format("woff"), url("../fonts/inter-ui/inter-ui-black-webfont.ttf") format("truetype"), url("../fonts/inter-ui/inter-ui-black-webfont.svg#inter_uiblack") format("svg");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "inter_ui";
	src: url("../fonts/inter-ui/inter-ui-blackitalic-webfont.eot");
	src: url("../fonts/inter-ui/inter-ui-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-ui/inter-ui-blackitalic-webfont.woff") format("woff"), url("../fonts/inter-ui/inter-ui-blackitalic-webfont.ttf") format("truetype"), url("../fonts/inter-ui/inter-ui-blackitalic-webfont.svg#inter_uiblack_italic") format("svg");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: "inter_ui";
	src: url("../fonts/inter-ui/inter-ui-bold-webfont.eot");
	src: url("../fonts/inter-ui/inter-ui-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-ui/inter-ui-bold-webfont.woff") format("woff"), url("../fonts/inter-ui/inter-ui-bold-webfont.ttf") format("truetype"), url("../fonts/inter-ui/inter-ui-bold-webfont.svg#inter_uibold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "inter_ui";
	src: url("../fonts/inter-ui/inter-ui-bolditalic-webfont.eot");
	src: url("../fonts/inter-ui/inter-ui-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-ui/inter-ui-bolditalic-webfont.woff") format("woff"), url("../fonts/inter-ui/inter-ui-bolditalic-webfont.ttf") format("truetype"), url("../fonts/inter-ui/inter-ui-bolditalic-webfont.svg#inter_uibold_italic") format("svg");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "inter_ui";
	src: url("../fonts/inter-ui/inter-ui-italic-webfont.eot");
	src: url("../fonts/inter-ui/inter-ui-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-ui/inter-ui-italic-webfont.woff") format("woff"), url("../fonts/inter-ui/inter-ui-italic-webfont.ttf") format("truetype"), url("../fonts/inter-ui/inter-ui-italic-webfont.svg#inter_uiitalic") format("svg");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "inter_ui";
	src: url("../fonts/inter-ui/inter-ui-medium-webfont.eot");
	src: url("../fonts/inter-ui/inter-ui-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-ui/inter-ui-medium-webfont.woff") format("woff"), url("../fonts/inter-ui/inter-ui-medium-webfont.ttf") format("truetype"), url("../fonts/inter-ui/inter-ui-medium-webfont.svg#inter_uimedium") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "inter_ui";
	src: url("../fonts/inter-ui/inter-ui-mediumitalic-webfont.eot");
	src: url("../fonts/inter-ui/inter-ui-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-ui/inter-ui-mediumitalic-webfont.woff") format("woff"), url("../fonts/inter-ui/inter-ui-mediumitalic-webfont.ttf") format("truetype"), url("../fonts/inter-ui/inter-ui-mediumitalic-webfont.svg#inter_uimedium_italic") format("svg");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "inter_ui";
	src: url("../fonts/inter-ui/inter-ui-regular-webfont.eot");
	src: url("../fonts/inter-ui/inter-ui-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-ui/inter-ui-regular-webfont.woff") format("woff"), url("../fonts/inter-ui/inter-ui-regular-webfont.ttf") format("truetype"), url("../fonts/inter-ui/inter-ui-regular-webfont.svg#inter_uiregular") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?7u88y5");
	src: url("../fonts/icomoon.eot?7u88y5#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?7u88y5") format("truetype"), url("../fonts/icomoon.woff?7u88y5") format("woff"), url("../fonts/icomoon.svg?7u88y5#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[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-long-arrow:before {
	content: "\e914";
}

.icon-play:before {
	content: "\e913";
}

.icon-minus:before {
	content: "\e911";
}

.icon-plus:before {
	content: "\e912";
}

.icon-media-play:before {
	content: "\e90c";
}

.icon-share-2:before {
	content: "\e90b";
}

.icon-chevron-right:before {
	content: "\e905";
}

.icon-chevron-left:before {
	content: "\e906";
}

.icon-chevron-down:before {
	content: "\e907";
}

.icon-chevron-up:before {
	content: "\e908";
}

.icon-chevron-thin-up:before {
	content: "\e90d";
}

.icon-chevron-thin-right:before {
	content: "\e90e";
}

.icon-chevron-thin-left:before {
	content: "\e90f";
}

.icon-chevron-thin-down:before {
	content: "\e910";
}

.icon-close-outline:before {
	content: "\e909";
}

.icon-arrow-thin-up:before {
	content: "\e901";
}

.icon-arrow-thin-right:before {
	content: "\e902";
}

.icon-arrow-thin-left:before {
	content: "\e903";
}

.icon-arrow-thin-down:before {
	content: "\e904";
}

.icon-google-plus:before {
	content: "\ea8b";
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-instagram:before {
	content: "\ea92";
}

.icon-whatsapp:before {
	content: "\ea93";
}

.icon-twitter:before {
	content: "\ea96";
}

.icon-youtube:before {
	content: "\ea9d";
}

.icon-flickr2:before {
	content: "\eaa4";
}

.icon-linkedin2:before {
	content: "\eaca";
}

.icon-calendar:before {
	content: "\e90a";
}

.icon-tripadvisor:before {
	content: "\e900";
}

.navigation,
.accordion .a-slide ul,
.drop-link-list,
.tabset,
.post-list,
.news-list,
.details-list,
.event-block .links-list,
.event-block .event-list,
.event-block .accordion-inner,
.timing-info ul,
.social {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.clearfix:after,
.subscribe-form .wrap:after,
.search-form .wrap:after,
.heading-holder:after,
.slope-block:after,
.highlight-post:after,
.footer-area:after,
.timing-info ul li:after,
.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: 16px/1.2 "inter_ui", "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;
	border-style: none;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 900;
	margin: 0 0 1.5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 32px;
}

h2,
.h2 {
	font-size: 29px;
}

h3,
.h3 {
	font-size: 26px;
}

h4,
.h4 {
	font-size: 21px;
	font-weight: 900;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
	text-decoration: none;
	-webkit-transition: opacity .3s linear, background .3s linear, color .3s linear, border-color .3s linear;
	transition: opacity .3s linear, background .3s linear, color .3s linear, border-color .3s linear;
}

a:hover,
a:focus {
	text-decoration: none;
}

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 #999;
	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: #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;
}

#header {
	background: #131515;
	padding: 32px 0 44px;
}

#header.overlayed {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9994;
}

.logo {
	width: 426px;
	float: left;
}

.header-area {
	float: right;
	width: calc(100% - 426px);
	text-align: right;
	font-size: 0;
	line-height: 0;
	padding: 32px 0 0;
}

.header-area > * {
	text-align: left;
	font-size: 20px;
	line-height: 24px;
}

.header-area .btn-holder {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 37px;
	width: 140px;
}

.header-area .btn-holder .btn {
	width: 100%;
}

.btn {
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	background: #85a028;
	padding: 14px 30px 13px;
	/*text-transform: capitalize;*/
}

.btn.blue {
	background: #59bdef;
}

.btn.blue:hover {
	background: #21a7ea;
}

.btn:hover {
	background: #5c6f1c;
}

.nav-opener {
	display: inline-block;
	vertical-align: middle;
	min-width: 86px;
	max-width: 100px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-align: left;
	margin: 0 0 0 41px;
}

.nav-opener:hover {
	color: #85a028;
}

.nav-opener:hover .nav-decor:before,
.nav-opener:hover .nav-decor:after,
.nav-opener:hover .nav-decor span {
	background: #85a028;
}

.nav-opener .nav-decor {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 20px;
	position: relative;
}

.nav-opener .nav-decor:before,
.nav-opener .nav-decor:after {
	content: "";
}

.nav-opener .nav-decor:before,
.nav-opener .nav-decor:after,
.nav-opener .nav-decor span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 2px;
	background: #fff;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.nav-opener .nav-decor span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-opener .nav-decor:after {
	top: auto;
	bottom: 0;
}

.nav-opener .nav-text {
	display: inline-block;
	vertical-align: middle;
}

.navigation {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	max-width: 650px;
}

.navigation li {
	display: inline-block;
	vertical-align: top;
	padding: 10px 0;
	margin: 0 0 0 30px;
}

.navigation li.active a {
	color: #85a028;
}

.navigation a {
	color: #fff;
}

.navigation a:hover {
	color: #85a028;
}

.nav-active {
	overflow: hidden;
}

.nav-drop {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	min-width: 320px;
	overflow-y: auto;
	background: #000;
	color: #fff;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
}

.nav-active .nav-drop {
	opacity: 1;
	visibility: visible;
}

.nav-drop .nav-wrap {
	padding: 0 0 32px;
	position: relative;
}

.nav-drop .nav-wrap .holder {
	position: relative;
}

.nav-drop .nav-opener {
	display: block;
	margin: 0;
	color: #fff;
	width: 40px;
	height: 40px;
	min-width: 0;
	position: absolute;
	top: 30px;
	right: 30px;
	border: 2px solid #fff;
	border-radius: 50%;
	z-index: 10;
	-webkit-transition: border-color .3s linear, background .3s linear;
	transition: border-color .3s linear, background .3s linear;
}

.nav-drop .nav-opener:before,
.nav-drop .nav-opener:after {
	content: "";
	width: 3px;
	height: 25px;
	background: #fff;
	border-radius: 1px;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.nav-drop .nav-opener:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-drop .nav-opener:hover {
	border-color: #85a028;
	background: #85a028;
}

.nav-drop .title {
	font-weight: 700;
	display: block;
	margin: 0 0 22px;
	font-size: 22px;
	line-height: 26px;
	text-transform: capitalize;
}

.drop-header {
	position: relative;
	padding: 32px 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.drop-header .btn-holder {
	display: none;
}

.drop-header .btn-holder .btn {
	font-size: 18px;
	line-height: 20px;
	padding: 15px 30px;
	min-width: 120px;
}

.d-logo {
	width: 165px;
}

.accordion {
	font-size: 0;
	line-height: 0;
	margin: 0 -20px;
}

.accordion .accordion-row {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	font-size: 18px;
	line-height: 22px;
	padding: 0 20px;
	font-weight: 500;
	margin: 0 0 15px;
}

.accordion .accordion-row.a-active .a-opener-text {
	color: #85a028;
}

.accordion .accordion-row.a-active .a-opener {
	color: #85a028;
	/*-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);*/
}

.accordion .accordion-row.a-active .a-opener .icon {
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
}

.accordion .opener-holder {
	position: relative;
	border-bottom: 2px solid #575757;
	padding: 10px 15px 10px 0;
	margin: 0 0 12px;
}

.accordion .a-opener-text {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	display: block;
}

.accordion .a-opener-text:before {
	content: "\e90e";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	right: -2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
	font-size: 16px;
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
}

.accordion .a-opener-text:hover {
	color: #85a028;
}

.accordion .a-opener {
	display: none;
}

.accordion .a-opener:hover {
	color: #85a028;
}

.accordion .a-slide ul li {
	margin: 0 0 20px;
}

.accordion .a-slide ul a {
	color: #fff;
}

.accordion .a-slide ul a:hover {
	color: #85a028;
}

.drop-link-list {
	border-top: 2px solid #3d3d3d;
	border-bottom: 2px solid #3d3d3d;
	padding: 10px 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin: 0 0 57px;
}

.drop-link-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	padding: 7px 28px;
}

.drop-link-list a {
	color: #fff;
}

.drop-link-list a:hover {
	color: #85a028;
}

.drop-footer {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.drop-footer > * {
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 28px;
}

.drop-footer .timing-info {
	width: 280px;
}

.social-box {
	width: 340px;
}

.social-box .social {
	padding: 5px 0 0;
	margin: 0 -20px 0 0;
}

.social-box .social li {
	margin: 0 20px 10px 0;
}

.subscribe-form {
	width: 464px;
}

.subscribe-form .wrap {
	padding: 5px 0 0;
}

.subscribe-form .input-holder {
	float: left;
	width: calc(100% - 166px);
}

.subscribe-form .form-control {
	background: #444;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 10px 17px;
	border: none;
	display: block;
	overflow: hidden;
	color: #ababab;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	box-shadow: none;
	-webkit-appearance: none;
	outline: none;
}

.subscribe-form .form-control::-webkit-input-placeholder {
	color: #ababab;
}

.subscribe-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #ababab;
}

.subscribe-form .form-control:-moz-placeholder {
	color: #ababab;
}

.subscribe-form .form-control:-ms-input-placeholder {
	color: #ababab;
}

.subscribe-form .form-control.placeholder {
	color: #ababab;
}

.subscribe-form input[type=submit] {
	background: #85a028;
	width: 156px;
	height: 60px;
	margin: 0 0 0 10px;
	padding: 10px;
	border: none;
	display: block;
	overflow: hidden;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
	float: right;
}

.subscribe-form input[type=submit]:hover {
	background: #5c6f1c;
}

.subscribe-form input[type=submit]:focus {
	outline: 1px dotted #fff;
}

.search-form {
	width: 845px;
	margin: 0 auto;
	position: absolute;
	top: 61px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.search-form .wrap {
	padding: 5px 0 0;
}

.search-form .input-holder {
	float: left;
	width: calc(100% - 147px);
}

.search-form .form-control {
	background: #444;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 10px 17px;
	border: none;
	display: block;
	overflow: hidden;
	color: #ababab;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	box-shadow: none;
	-webkit-appearance: none;
	outline: none;
}

.search-form .form-control::-webkit-input-placeholder {
	color: #ababab;
}

.search-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #ababab;
}

.search-form .form-control:-moz-placeholder {
	color: #ababab;
}

.search-form .form-control:-ms-input-placeholder {
	color: #ababab;
}

.search-form .form-control.placeholder {
	color: #ababab;
}

.search-form input[type=submit] {
	background: #85a028;
	width: 127px;
	height: 60px;
	margin: 0 0 0 20px;
	padding: 10px;
	border: none;
	display: block;
	overflow: hidden;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
	float: right;
}

.search-form input[type=submit]:hover {
	background: #5c6f1c;
}

.search-form input[type=submit]:focus {
	outline: 1px dotted #fff;
}

.intro-block {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0;
	font-size: 28px;
	line-height: 34px;
	height: 600px;
}

.intro-block.bg-video-holder {
	height: 100vh;
	padding: 0;
	min-height: 500px;
}

.intro-block.bg-video-holder:after {
	content: "";
	background-color: rgba(0, 0, 0, .4);
	background-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 100%;
	background-image: none;
}

.intro-block.bg-video-holder .intro-wrap {
	padding: 199px 0;
}

.intro-block.bg-video-holder.with-bg {
	height: auto;
}

.intro-block.bg-video-holder.style-2 {
	height: 824px;
}

.intro-block.bg-video-holder.style-2 h1 {
	margin: 0 0 10px;
}

.intro-block.bg-video-holder.style3 {
	height: 600px;
}

.intro-block.bg-video-holder h1 {
	margin: 0 0 4px;
	font-size: 90px;
	line-height: 94px;
	font-weight: 500;
}

.intro-block:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 50%;
	background-image: -webkit-linear-gradient(top, rgba(19, 21, 21, 0) 0%, #000 100%);
	background-image: linear-gradient(to bottom, rgba(19, 21, 21, 0) 0%, #000 100%);
}

.intro-block:before {
	content: "";
	min-height: inherit;
	display: block;
	font-size: 0;
	line-height: 0;
}

.intro-block .holder {
	max-width: 1260px;
}

.intro-block .head-info {
	display: block;
	margin: 0 0 19px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
}

.intro-block .logo-box {
	margin: 0 auto 75px;
	width: 304px;
}

.intro-block h1 {
	margin: 0;
	font-size: 74px;
	line-height: 78px;
	font-weight: 700;
	/*text-transform: capitalize;*/
}

.intro-block p {
	margin: 0;
}

.intro-block.with-bg {
	height: auto;
}

.intro-block .bg-wrap {
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 50%;
	width: 100%;
}

.bg-video {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
	width: 100%;
	height: 100%;
}

.video-active .bg-video {
	opacity: 1;
}

.intro-wrap {
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 65px 0;
}

.scroll-holder {
	position: absolute;
	bottom: 48px;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 500;
	line-height: 16px;
	color: #bbb;
}

.scroll-holder .scroll {
	color: #bbb;
	display: inline-block;
	vertical-align: top;
	pointer-events: none;
}

.scroll-holder .scroll:hover {
	color: #fff;
}

.scroll-holder .text {
	text-transform: uppercase;
	margin: 0 0 16px;
	display: block;
	pointer-events: auto;
}

/* BEGIN CUSTOM -- BR */
.scroll-holder .scroll-decor {
	width: 30px;
	margin: 0 auto;
	display: block;
	/*
	-webkit-animation: swipe .75s linear infinite;
	animation: swipe .75s linear infinite;
	*/
	-webkit-animation: fader .75s infinite alternate;
	animation: fader .75s infinite alternate;
	position: relative;
	pointer-events: auto;
}

.scroll-down {
	border: 2px solid #bbb;
	width: 30px;
	height: 60px;
	border-radius: 30px;
	margin: 0 auto;
	padding: 10px 5px;
}

.scroll-down .dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #bbb;
	margin: 0 auto;
	position: relative;
	-webkit-animation: swipe 1.5s linear infinite;
	animation: swipe 1.5s linear infinite;
}

.intro-bar {
	text-align: center;
	padding: 17px 0 14px;
	color: #444;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	background: #ddd;
}

.intro-bar .holder {
	max-width: 1500px;
}

.intro-bar p {
	margin: 0 0 15px;
}

.intro-bar p:last-child {
	margin: 0;
}

.info-section {
	background: #f5f5f5;
	padding: 80px 0 1px;
}

.info-section.style-2 {
	padding: 0 0 22px;
}

.info-section.style-2 .heading-holder {
	margin: 0 0 68px;
}

.heading-holder {
	margin: 0 0 60px;
}

.heading-holder .btn {
	padding: 18px 32px;
	float: right;
	margin: 0 0 0 20px;
}

.heading-holder .btn:focus {
	outline: 1px dotted #000;
}

.heading-holder h2 {
	overflow: hidden;
	margin: 0;
	text-transform: capitalize;
}

.btn-holder-box {
	text-align: center;
}

.btn-holder-box .btn {
	padding: 18px 32px;
}

h2 {
	margin: 0;
	color: #444;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
}

.tab-select {
	border: 2px solid #ccc;
	background: #fff;
	margin: 0 0 50px;
	width: 100%;
	height: 60px;
	font-weight: 700;
	color: #999;
	padding: 17px 50px 17px 19px;
	font-size: 18px;
	line-height: 22px;
}

.tabset {
	font-size: 0;
	line-height: 0;
	margin: 0 0 50px;
	text-transform: capitalize;
}

.tabset.centered {
	text-align: center;
	margin: 0 0 70px;
}

.tabset.centered li {
	margin: 0 10px 10px;
}

.tabset li {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #999;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 10px 0;
}

.tabset a {
	color: #999;
	display: block;
	border: 2px solid #ccc;
	padding: 17px 19px;
	text-transform: capitalize;
}

.tabset a:hover {
	border-color: #85a028;
	color: #85a028;
}

.tabset a.active {
	color: #fff;
	background: #85a028;
	border-color: #85a028;
}

.tab-content .tab-data.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.no-result {
	text-align: center;
	padding: 150px 20px 200px;
	display: block;
	text-align: center;
	color: #444;
	font-size: 24px;
	line-height: 30px;
}

.no-result h3 {
	color: #444;
	margin: 0;
}

.post-list {
	font-size: 0;
	line-height: 0;
	margin: 0 -12px;
}

.post-list li {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 22px;
	padding: 0 12px;
	margin: 0 0 74px;
}

.post-list .img-holder {
	overflow: hidden;
}

.post-list .img-holder a {
	display: block;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
}

.post-list .img-holder a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.post-list .img-holder img {
	/*width: 100%; 5443*/
	max-width: none;
}

.post-list .text-holder {
	padding: 14px 0 0;
}

.post-list .link {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 25px;
}

.post-list .link a {
	color: #85a028;
}

.post-list .link a:hover {
	text-decoration: underline;
}

.post-list h3 {
	color: #444;
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	max-width: 460px;
	font-weight: 700;
	/*text-transform: capitalize;*/
}

.post-list h3 a {
	color: inherit;
}

.post-list h3 a:hover {
	text-decoration: underline;
}

.post-list .time {
	font-size: 20px;
	line-height: 30px;
	color: #6d6d6d;
	display: block;
}

.colored-bg-block {
	background: #dbe1dc;
	padding: 81px 0;
}

.colored-bg-block.gray-bg {
	background: #474647;
}

.colored-bg-block .holder {
	max-width: 1256px;
}

.colored-info-box {
	background: #3a5a40;
	color: #fff;
	position: relative;
	padding-left: 49%;
	font-size: 20px;
	line-height: 24px;
	min-height: 450px;
}

.colored-info-box .img {
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 49%;
	bottom: 0;
	overflow: hidden;
}

.colored-info-box .text {
	padding: 56px 65px 44px 59px;
}

.colored-info-box .title {
	text-transform: uppercase;
	display: block;
	margin: 0 0 27px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
}

.colored-info-box .name {
	display: block;
	margin: 0 0 21px;
	font-weight: 700;
	font-size: 34px;
	line-height: 38px;
	text-transform: capitalize;
}

.colored-info-box p {
	margin: 0 0 24px;
}

.colored-info-box .italic {
	font-style: italic;
}

.btn-list {
	font-size: 0;
	line-height: 0;
	padding: 10px 0 0;
}

.btn-list .btn {
	margin: 0 20px 10px 0;
	padding: 19px 31px 17px;
}

.carousel-block {
	background: #2e282a;
	padding: 70px 0 80px;
	color: #fff;
}

.carousel-block .holder {
	position: relative;
}

.carousel-block h2 {
	color: #fff;
	margin: 0;
	padding: 0 120px 0 0;
	text-transform: capitalize;
}

.test-slider, .home-slider {
	padding: 60px 0 0;
}

.test-slider .slick-arrow, .home-slider .slick-arrow {
	position: absolute;
	z-index: 10;
	top: -40px;
	right: 2px;
	border: none;
	display: block;
	background: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	padding: 0;
	margin: 0;
	-webkit-transition: background .3s linear, border-color .3s linear;
	transition: background .3s linear, border-color .3s linear;
}

.test-slider .slick-arrow:before, .home-slider .slick-arrow:before {
	content: "\e902";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	font-size: 22px;
	text-indent: 0;
	font-weight: 400;
}

.test-slider .slick-arrow:hover, .home-slider .slick-arrow:hover {
	background: #85a028;
	border-color: #85a028;
}

.test-slider .slick-arrow:focus, .home-slider .slick-arrow:focus {
	outline: 1px dotted #fff;
}

.test-slider .slick-arrow.slick-prev, .home-slider .slick-arrow.slick-prev {
	right: 62px;
}

.test-slider .slick-arrow.slick-prev:before, .home-slider .slick-arrow.slick-prev:before  {
	content: "\e903";
}

.img-text-wrap {
	max-width: 1176px;
	margin: 0 auto;
}

.img-text-wrap .img-holder {
	width: 49.8%;
	float: left;
	margin: 6px 0 0;
}

.img-text-wrap .img-holder img {
	width: 100%;
	max-width: none;
}

.img-text-wrap .text-holder {
	font-size: 20px;
	line-height: 24px;
	padding: 0 24px 0 44px;
	overflow: hidden;
}

.img-text-wrap h3 {
	margin: 0 0 21px;
	font-size: 34px;
	line-height: 40px;
	color: #fff;
	text-transform: capitalize;
}

.img-text-wrap p {
	margin: 0 0 38px;
}

.img-text-wrap .btn {
	padding: 18px 30px;
}

.banner {
	min-height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-position: center;
}

.banner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .35);
	z-index: 1;
}

.banner:before {
	content: "";
	font-size: 0;
	line-height: 0;
	display: block;
	min-height: inherit;
}

.banner .overlay {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.banner .holder {
	position: relative;
	z-index: 2;
}

.banner .banner-wrap {
	width: 100%;
	padding: 100px 0 30px;
}

.banner .time {
	display: block;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	word-spacing: 4px;
	margin: 0 0 10px;
}

.banner h2 {
	font-size: 90px;
	line-height: 94px;
	margin: 0 0 48px;
	color: #fff;
	font-weight: 400;
	/*text-transform: capitalize;*/
}

.news-block {
	padding: 71px 0 49px;
}

.news-block .heading-holder .btn {
	margin-top: 9px;
}

.news-list {
	margin: 0 -28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 16px 0 0;
}

.news-list li {
	width: 25%;
	padding: 0 28px 38px;
	font-size: 18px;
	line-height: 22px;
	color: #777;
	margin: 0 0 30px;
	position: relative;
}

.news-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #ccc;
	width: 1px;
	content: "";
}

.news-list h3 {
	font-weight: 500;
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 28px;
	color: #444;
	text-transform: capitalize;
}

.news-list h3 a {
	color: inherit;
}

.news-list h3 a:hover {
	text-decoration: underline;
}

.news-list p {
	margin: 0 20px 27px 0;
}

.more {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	color: #444;
	font-weight: 700;
}

.more:after {
	content: "\e902";
	font-family: "icomoon";
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	font-size: 20px;
	color: #999;
	font-weight: 300;
}

.more:hover {
	text-decoration: underline;
}

.decor-slider-block {
	padding: 40px 0 80px;
}

.decor-slider-block.style-2 {
	padding: 120px 0 80px;
}

.slope-block {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.slope-block .text-col {
	width: 341px;
	position: relative;
	z-index: 1;
	padding: 80px 47px 80px 38px;
	background: #2e282a;
	min-height: 815px;
}

.slope-block .text-col:before {
	content: "";
	position: absolute;
	top: -21px;
	left: 0;
	right: 0;
	height: 60px;
	background: #2e282a;
	-webkit-transform: skewY(7deg);
	-ms-transform: skewY(7deg);
	transform: skewY(7deg);
	z-index: -1;
}

.slope-block .text-col.alt-2 .title {
	margin: 0 0 39px 0;
}

.slope-block .text-col .title {
	display: block;
	letter-spacing: 5px;
	font-size: 16px;
	line-height: 19px;
	color: #8a8a8a;
	margin: 0 0 32px;
	font-weight: 500;
	text-transform: uppercase;
}

.slope-block .text-col h2 {
	color: #c0df85;
	margin: 0 0 23px;
	font-size: 40px;
	line-height: 40px;
	/*text-transform: capitalize;*/
}

.slope-block .text-col h2.blue {
	color: #59bdef;
}

.slope-block .text-col p {
	margin: 0 0 23px;
}

.slope-block .text-col .btn-holder .btn {
	display: block;
	width: 100%;
	min-width: 0;
	padding: 18px 30px;
}

.decor-slider {
	width: calc(100% - 341px);
}

.decor-slider .slide {
	position: relative;
}

.decor-slider .slide.slick-active .slide-text {
	opacity: 1;
}

.decor-slider .img-bg {
	height: 0;
	padding-top: 74.2%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	z-index: -1;
	position: relative;
}

.decor-slider .img-bg:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 302px;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.decor-slider .slide-wrap {
	width: 100%;
	padding: 0 79px 52px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.decor-slider .slide-text {
	position: relative;
	z-index: 10;
	text-align: right;
	width: 625px;
	margin: 0 0 0 auto;
	font-size: 12px;
	line-height: 19px;
	max-height: 100px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 1s linear .5s;
	transition: opacity 1s linear .5s;
}

.decor-slider .slide-text p {
	margin: 0;
}

.decor-slider .slick-arrow {
	position: absolute;
	z-index: 10;
	bottom: 141px;
	right: 81px;
	border: none;
	display: block;
	background: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	padding: 0;
	margin: 0;
	-webkit-transition: background .3s linear, border-color .3s linear;
	transition: background .3s linear, border-color .3s linear;
}

.decor-slider .slick-arrow:before {
	content: "\e902";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	font-size: 22px;
	text-indent: 0;
	font-weight: 400;
}

.decor-slider .slick-arrow:hover {
	background: #85a028;
	border-color: #85a028;
}

.decor-slider .slick-arrow:focus {
	outline: 1px dotted #fff;
}

.decor-slider .slick-arrow.slick-prev {
	right: 141px;
}

.decor-slider .slick-arrow.slick-prev:before {
	content: "\e903";
}

.aside-info {
	background: #837569;
	color: #fff;
	/*padding: 40px 0 24px;*/
	font-size: 24px;
	line-height: 32px;
}

.aside-info .aside-wrap {
	padding: 28px 0 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.aside-info .text {
	padding: 0 42px 0 122px;
	width: calc(100% - 450px);
}

.aside-info .text p {
	margin: 0;
}

.aside-info .btn-list {
	padding: 0;
	width: 450px;
	text-align: right;
}

.aside-info .btn-list .btn {
	margin: 5px 0 5px 20px;
}

.aside-info .aside-box {
	padding: 42px 0 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.aside-info .aside-box:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 122px;
	right: 0;
	height: 1px;
	background: #60564d;
	z-index: 1;
}

.aside-info .aside-box .text {
	width: calc(100% - 484px);
}

.aside-info .form-box {
	padding: 0;
	width: 484px;
	text-align: right;
}

.aside-info .form-box .subscribe-form {
	width: 100%;
}

.aside-info .form-box .subscribe-form .form-control {
	background: #fff;
	color: #aaa;
}

.aside-info .form-box .subscribe-form .form-control::-webkit-input-placeholder {
	color: #aaa;
}

.aside-info .form-box .subscribe-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #aaa;
}

.aside-info .form-box .subscribe-form .form-control:-moz-placeholder {
	color: #aaa;
}

.aside-info .form-box .subscribe-form .form-control:-ms-input-placeholder {
	color: #aaa;
}

.aside-info .form-box .subscribe-form .form-control.placeholder {
	color: #aaa;
}

.aside-info .form-box .subscribe-form .wrap {
	padding: 0;
}
.alert-block {
	background: #f5bb00;
	padding: 26px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #483519;
}

.alert-block strong {
	font-weight: 900;
}

.alert-block .holder {
	max-width: 1256px;
	text-align:center;
}

.alert-block a {
	color: #483519 !important;
	text-decoration: underline;
}

.alert-block a:hover {
	text-decoration: none;
}

.heading-block {
	padding: 69px 0 76px;
}

.highlight-block {
	background: #2e282a;
	color: #fff;
	padding: 0 0 80px;
}

.highlight-block .holder {
	max-width: 1255px;
}

.highlight-block h2 {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	margin: 0 0 40px;
	background: #85a028; /*#8d5d29;*/
	padding: 22px 37px 20px;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 26px;
	font-weight: 900;
}

.highlight-post .img-holder {
	float: left;
	width: 464px;
	margin: 0 78px 0 0;
}

.highlight-post .img-holder img {
	width: 100%;
	max-width: none;
}

.highlight-post .text-holder {
	overflow: hidden;
	padding: 35px 0 10px;
}

.highlight-post h3 {
	font-weight: 700;
	margin: 0;
	color: #fff;
	font-size: 32px;
	line-height: 38px;
	text-transform: capitalize;
}

.highlight-post .time {
	font-size: 22px;
	line-height: 34px;
	margin: 0 0 37px;
	display: block;
}

.highlight-post .btn {
	padding: 18px 32px 18px;
}

.about-block {
	background: #f5f5f5;
	padding: 70px 0 39px;
	color: #444;
	font-size: 22px;
	line-height: 1.54;
}

.box-grid {
	/*background: #cdf37c;*/
	min-height: 380px;
}

.box-grid img {width:100%;height:auto;}

.text-block {
	max-width: 1200px;
	margin: 0 auto 75px;
	width: 100%;
}

.text-block h2 {margin-bottom:38px;}

.text-block .cols {
	/*padding-top: 40px;*/
}

.text-block .cols .col, .text-block .cols .col2 {
	margin: 0 0 30px;
}

.text-block .big-text {
	font-size: 32px;
	display: block;
	margin: 0 0 48px;
	line-height: 1.4;
}

.text-block p {
	margin: 0 0 38px;
}

.text-block p a , .text-block ul a, .text-block ol a, .cols a{
	-webkit-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
	text-decoration: underline;
	color: #85a028;
}

.text-block p a:hover,  .cols a:hover, .text-block ul a:hover, .text-block ol a:hover {
	text-decoration: none;
}

.text-block ul li, .text-block ol li {margin-bottom: 26px;}
.text-block ul ul, .text-block ol ul {margin-top: 26px;}

.details-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.details-list li {
	width: 33.33%;
	padding: 0 12px;
	margin: 0 0 40px;
}

.details-list li a {
	background: #fff;
	display: block;
	color: #444;
	overflow: hidden;
}

.details-list li a:hover .text {
	color: #85a028;
}

.details-list li a:hover .text:after {
	color: #85a028;
}

.details-list li a:hover .img-wrap {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.details-list .img-wrap {
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	position: relative;
	z-index: 1;
}

.details-list .text {
	-webkit-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
	padding: 40px 81px 27px 39px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	position: relative;
	text-transform: capitalize;
	z-index: 10;
	background: #fff;
}

.details-list .text:after {
	-webkit-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
	content: "\e914";
	position: absolute;
	top: 39px;
	color: #444;
	right: 40px;
	font-size: 20px;
	font-family: icomoon;
}

.membership-block {
	background: #f5f5f5;
	color: #444;
}

.membership-block .banner-image {
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
}

.membership-block h2 {
	margin: 0 0 22px;
	font-size: 74px;
	line-height: 93px;
	font-weight: 500;
	text-transform: capitalize;
}

.membership-block .two-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
}

.membership-block .two-blocks .white-block {
	width: 48%;
	background: #fff;
	margin-top: -100px;
	position: relative;
	z-index: 1;
}

.membership-block .two-blocks .white-block:after {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	right: -17px;
	bottom: 0;
	background: #fff;
	z-index: -1;
}

.membership-block .two-blocks .gray-block {
	width: 52%;
}

.membership-block .two-blocks .text-hold {
	padding: 34px 100px 108px 90px;
}

.membership-block .two-blocks .text-hold p {
	margin: 0 0 43px;
}

.membership-block .two-blocks .title {
	color: #85a028;
	text-transform: uppercase;
}

.membership-block .two-blocks .btn {
	font-size: 18px;
}

.membership-block .two-blocks blockquote {
	width: calc(100% - 220px);
	margin: 0;
	padding: 0 30px 0 0;
}

.membership-block .two-blocks blockquote q {
	display: block;
	font-style: italic;
	margin: 0 0 29px;
}

.membership-block .two-blocks blockquote cite {
	font-style: normal;
	line-height: 1.3;
	text-transform: capitalize;
}

.membership-block .two-blocks blockquote cite .name {
	display: block;
}

.membership-block .two-blocks blockquote cite .designation {
	display: block;
}

.membership-block .two-blocks .quote-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.membership-block .two-blocks .thumbnail {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	overflow: hidden;
	background-position: 50% 0;
}

.membership-block .two-blocks .heading {
	font-size: 30px;
	font-weight: 700;
	display: block;
	margin: 0 0 32px;
}

.event-block {
	padding: 42px 0;
	color: #444;
	background: #f5f5f5;
}

.event-block .header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 3px solid #ccc;
	padding: 25px 0 60px;
}

.event-block .header-wrap .event-detail {
	width: calc(100% - 740px); /*orig 475*/
	font-size: 24px;
	font-weight: 400;
	line-height: 1.15;
}

.event-block .header-wrap .links-wrap {
	width: 740px; /*orig 475*/
	padding: 0 11px;
}

.event-block .header-wrap .links-wrap .btn-list {
	margin: 0 -31px;
	text-align: right;
	padding: 0;
}

.event-block .header-wrap time {
	font-weight: 700;
	font-size: 40px;
	margin: 0 0 7px;
	display: block;
}

.event-block .header-wrap time .time {
	display: block;
	font-size: 26px;
	font-weight: 400;
}

.event-block .header-wrap .location {
	display: block;
	margin: 0 0 24px;
	/*text-transform: capitalize;*/
}

.event-block .header-wrap dl {
	margin: 0 0 8px;
	padding: 0;
}

.event-block .header-wrap dl dt {
	margin: 0;
	font-weight: 700;
	display: inline;
}

.event-block .header-wrap dl dd {
	margin: 0;
	padding: 0 7px;
	display: inline;
}

.event-block .links-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 29px 0 0;
	margin: 0 -19px;
}

.event-block .links-list li {
	padding: 0 10px;
	margin: 0 0 10px;
}

.event-block .links-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #444;
	font-size: 20px;
	font-weight: 700;
}

.event-block .links-list li a .icon-wrap {
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid #bbb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #999;
	font-size: 25px;
}

.event-block .links-list li a .text {
	width: calc(100% - 60px);
}

.event-block .links-list li a:hover {
	color: #85a028;
}

.event-block .links-list li a:hover .icon-wrap {
	background: #85a028;
	color: #fff;
	border-color: #85a028;
}

.event-block .event-list > li {
	padding: 73px 0 22px;
	border-bottom: 1px solid #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 22px;
}

.event-block .event-list > li:last-child {
	border-bottom: 3px solid #ccc;
}

.event-block .event-list > li .title-wrap {
	width: 370px;
	font-size: 28px;
	font-weight: 800;
	line-height: normal; /*1.35*/
}

.event-block .event-list > li .text-wrap {
	width: calc(100% - 370px);
	padding: 2px 0 0 116px;
	line-height: 1.50; /* 1.35 */
}

.event-block .event-list > li .text-wrap .link {
	-webkit-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
	color: #444;
	text-decoration: none;
}

.event-block .event-list > li .text-wrap .link:hover {
	opacity: .5;
}

.event-block .event-list > li p {
	margin: 0 0 31px;
}

.event-block .accordion-inner {
	max-width: 826px;
	width: 100%;
	padding: 9px 0 0;
	margin: 0 0 40px;
}

.event-block .accordion-inner > li {
	border-bottom: 1px solid #ccc;
}

.event-block .accordion-inner > li:first-child {
	border-top: 1px solid #ccc;
}

.event-block .accordion-inner > li a {
	font-weight: 700;
	color: #444;
	padding: 23px 100px 25px 30px;
	display: block;
	position: relative;
}

.event-block .accordion-inner > li a span {
	text-transform: uppercase;
	display: block;
	font-weight: 400;
	font-size: 18px;
	margin: 0 0 7px;
}

.event-block .accordion-inner > li a:after {
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	content: "\e912";
	font-family: icomoon;
	position: absolute;
	top: 26px;
	/*font-size: 39px;*/
	right: 50px;
	color: #6b7d25;
}

.event-block .accordion-inner > li.accordion-active a:after {
	content: "\e911";
}

.event-block .accordion-inner.style2 > li a {
	padding: 36px 30px;
}

.event-block .accordion-inner.style2 > li a:after {
	top: 23px;
}

.event-block .accordion-inner .slide {
	padding: 15px 30px;
}

.event-block .two-columns, .text-block .two-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	gap:100px;
}

.event-block .two-columns .col, .text-block .two-columns .col  {
	width: 50%;
	padding: 0 10px;
	margin: 0 0 40px;
}

.event-block .two-columns .heading, .text-block .two-columns .heading {
	color: #222;
	display: block;
	margin: 0 0 30px;
}

.event-block .two-columns p, .text-block .two-columns p {
	margin: 0 0 32px;
}

.event-block .two-columns .image-wrap img, .text-block .two-columns .image-wrap img {
	width: 100%;
}

.event-block .two-columns .video-wrap {
	display: block;
	position: relative;
}

.event-block .two-columns .video-wrap img {
	width: 100%;
}

.event-block .two-columns .video-wrap .btn-play {
	position: absolute;
	top: 43%;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	font-size: 50px;
	color: #fff;
	line-height: 1;
}

.event-block .two-columns .video-wrap .btn-play:hover {
	color: #85a028;
}



@media (max-width: 768px) {

			.text-block .two-columns {
				flex-direction: column;
			}


			.text-block .two-columns .col {
			    width: 100%;
			    padding: 0 10px;
			    margin: 0 0 40px;
			}
}







p a {
	text-decoration: underline;
	color: #85a028;
}

p a:hover {
	text-decoration: none;
}

#footer {
	background: #2e282a;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	padding: 80px 0 185px;
}

#footer .holder {
	max-width: 1254px;
}

.address {
	font-style: normal;
	display: block;
	max-width: 410px;
	margin: 0 0 21px;
}

.footer-logo {
	margin: 0 0 34px -99px;
	width: 311px;
}

.footer-area {
	margin: 0 0 35px;
}

.footer-area .col {
	float: left;
	width: 43%;
	padding-left: 99px;
}

.footer-area .col.col-2 {
	width: 57%;
	padding-top: 99px;
}

.footer-area a {
	color: #85a028;
	text-decoration: underline;
}

.footer-area a:hover {
	text-decoration: none;
}

.footer-area p {
	margin: 0 0 22px;
}

.footer-title {
	display: block;
	margin: 0 0 15px;
	font-size: 20px;
	line-height: 22px;
	color: #999;
	font-weight: 900;
}

.timing-info ul li .title {
	float: left;
	margin: 0 5px 0 0;
}

.timing-info ul li .data {
	display: block;
	overflow: hidden;
}

.footer-block {
	padding-left: 99px;
}

.footer-block p {
	margin: 0;
}

.footer-block a {
	color: #85a028;
	text-decoration: underline;
}

.footer-block a:hover {
	text-decoration: none;
}

.social {
	font-size: 0;
	line-height: 0;
	padding: 6px 0 0 0;
	margin: 0 0 21px;
}

.social li {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 1;
	margin: 0 20px 10px 0;
}

.social a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
	background: #fff;
	color: #2e282a;
}

.social a:focus {
	outline: 1px dotted #fff;
}

.social a:hover {
	background: #85a028;
	color: #fff;
}

.social .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-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;
}

/* custom select styles */

.jcf-select {
	display: block !important;
	position: relative;
	border: 2px solid #ccc;
	background: #fff;
	margin: 0 0 50px;
	width: 100%;
	height: 60px;
	font-weight: 700;
	color: #999;
	-webkit-transition: border-color .3s linear, color .3s linear;
	transition: border-color .3s linear, color .3s linear;
}

.jcf-select.jcf-drop-active {
	border-color: #85a028;
	color: #85a028;
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
	color: #85a028;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
}

.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: 22px;
	margin: 0;
	padding: 17px 50px 17px 19px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 50px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	content: "\e910";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	font-size: 20px;
	color: #999;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

body > .jcf-select-drop {
	position: absolute;
	margin: 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;
}

/* 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: 22px;
	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: 17px 19px;
	color: #999;
	height: 1%;
	border: none;
	font-weight: 700;
	-webkit-transition: border-color .3s linear, color .3s linear, background .3s linear;
	transition: border-color .3s linear, color .3s linear, background .3s linear;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #85a028;
	color: #fff;
}

.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;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.wrapper-hold {
	position: relative;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.holder {
	max-width: 1500px;
	padding: 0 30px;
	margin: 0 auto;
}

.holder.sm {
	max-width: 1250px;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.js-alert {
	width: 100%;
	padding: 30px;
	text-align: center;
	background: #f00;
	color: #000;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
}

@media (min-width: 768px) {
	img.img-mobile {
		display: none !important;
	}

	.text-block .cols {
		/*padding-top: 50px;*/
		margin: 0 -15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.text-block .cols .col, .text-block .cols .col2 {
		width: 50%;
		padding: 0 15px;
	}
}

@media (min-width: 769px) {
	.intro-block.bg-video-holder.with-bg .bg-wrap {
		display: none;
	}

	.intro-block.with-bg {
		min-height: 400px;
	}

	.intro-block.with-bg .intro-wrap {
		padding-top: 200px !important;
	}

	.intro-block .bg-wrap {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 0;
	}
}

@media (min-width: 1024px) {
	.intro-block.with-bg {
		min-height: 500px;
	}

	.view-mobile {
		display: none !important;
	}

	.tab-select {
		display: none !important;
	}

	.tabset.centered a {
		min-width: 135px;
	}

	.text-block .cols .col {
		width: 33.33%;
	}

		.text-block .cols .col2 {
		width: 50%;
	}

	.membership-block .two-blocks .white-block .text-hold {
		padding-left: 0;
	}

	.membership-block .two-blocks .gray-block .text-hold {
		padding-right: 0;
		padding-top: 75px;
	}

	.event-block .header-wrap dl {
		font-size: 22px;
	}

	.jcf-select {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.intro-block.bg-video-holder.with-bg .intro-wrap {
		padding-top: 300px !important;
	}

	.intro-block.with-bg {
		min-height: 600px;
	}

	.news-list li:first-child:before,
	.news-list li:nth-child(4n+1):before {
		display: none;
	}
}

@media (max-width: 1449px) {
	.logo {
		width: 340px;
	}

	.header-area {
		width: calc(100% - 340px);
		padding: 20px 0 0;
	}

	.header-area > * {
		font-size: 18px;
		line-height: 22px;
	}

	.header-area .btn-holder {
		margin: 0 0 0 20px;
		width: 110px;
	}

	.header-area .btn-holder .btn {
		font-size: 18px;
		line-height: 20px;
		padding: 11px 30px;
	}

	.nav-opener {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 0 20px;
		min-width: 82px;
	}

	.navigation li {
		margin: 0 0 0 20px;
	}

	.nav-drop .title {
		font-size: 20px;
		line-height: 24px;
	}

	.d-logo {
		width: 132px;
	}

	.accordion {
		margin: 0 -15px;
	}

	.accordion .accordion-row {
		padding: 0 15px;
		font-size: 16px;
		line-height: 20px;
	}

	.accordion .a-opener-text {
		font-size: 20px;
		line-height: 24px;
	}

	.drop-link-list li {
		font-size: 18px;
		line-height: 22px;
	}

	.drop-footer > * {
		margin: 0 20px;
	}

	.drop-footer .timing-info {
		width: 255px;
	}

	.social-box {
		width: 300px;
	}

	.social-box .social {
		margin: 0;
	}

	.social-box .social li {
		margin: 0 10px 10px 0;
	}

	.subscribe-form {
		width: 450px;
	}

	.subscribe-form .form-control {
		font-size: 16px;
		line-height: 20px;
	}

	.subscribe-form input[type=submit] {
		font-size: 18px;
		line-height: 22px;
	}

	.search-form {
		width: 745px;
	}

	.search-form .form-control {
		font-size: 16px;
		line-height: 20px;
	}

	.search-form input[type=submit] {
		font-size: 18px;
		line-height: 22px;
	}

	.intro-block {
		font-size: 26px;
		line-height: 30px;
	}

	.intro-block.bg-video-holder .intro-wrap {
		padding: 160px 0;
	}

	.intro-block.bg-video-holder.style-2 {
		height: 715px;
	}

	.intro-block.bg-video-holder h1 {
		font-size: 70px;
		line-height: 74px;
	}

	.intro-block h1 {
		font-size: 70px;
		line-height: 74px;
	}

	.banner h2 {
		font-size: 70px;
		line-height: 74px;
	}

	.slope-block .text-col {
		width: 301px;
	}

	.decor-slider {
		width: calc(100% - 301px);
	}

	.aside-info .text {
		padding: 0 20px 0 0;
	}

	.aside-info .aside-box:before {
		left: 0;
	}	

	.highlight-post .img-holder {
		margin: 0 50px 0 0;
	}

	.text-block .big-text {
		font-size: 28px;
	}

	.details-list .img-wrap {
		height: 250px;
	}

	.details-list .text {
		padding: 20px 81px 20px 20px;
		font-size: 20px;
	}

	.details-list .text:after {
		right: 20px;
		top: 21px;
	}

	.membership-block .banner-image {
		height: 510px;
	}

	.membership-block h2 {
		font-size: 70px;
		line-height: 78px;
	}

	.membership-block .two-blocks .text-hold {
		padding: 34px 85px 85px;
	}

	.membership-block .two-blocks blockquote {
		width: calc(100% - 180px);
	}

	.membership-block .two-blocks .thumbnail {
		width: 180px;
		height: 180px;
	}

	.event-block .event-list > li .title-wrap {
		width: 300px;
		font-size: 28px;
	}

	.event-block .event-list > li .text-wrap {
		width: calc(100% - 300px);
		padding: 2px 0 0 50px;
	}

	.event-block .accordion-inner > li a:after {
		font-size: 25px;
		top: 30px;
	}

	.event-block .accordion-inner.style2 > li a {
		padding: 20px 30px;
	}

	.event-block .accordion-inner.style2 > li a:after {
		top: 16px;
	}
}

@media (max-width: 1199px) {
	.logo {
		width: 325px;
	}

	.header-area {
		width: calc(100% - 325px);
		padding: 25px 0 0;
	}

	.header-area .btn-holder {
		display: none;
	}

	.btn {
		font-size: 18px;
		line-height: 22px;
		padding: 14px 30px;
	}

	.nav-opener {
		min-width: 0;
		max-width: none;
		margin: 0 0 0 15px;
	}

	.navigation li {
		margin: 0 0 0 15px;
	}

	.nav-drop .nav-opener {
		width: 30px;
		height: 30px;
		top: 15px;
	}

	.nav-drop .nav-opener:before,
	.nav-drop .nav-opener:after {
		height: 20px;
	}

	.nav-drop .title {
		margin: 0 0 15px;
	}

	.drop-header .btn-holder {
		display: block;
	}

	.d-logo {
		width: 126px;
		margin: 0 0 8px;
	}

	.drop-footer > * {
		margin: 0 0 50px;
	}

	.drop-footer .timing-info {
		width: 50%;
	}

	.social-box {
		width: 50%;
	}

	.subscribe-form {
		width: 100%;
	}

	.subscribe-form .form-control {
		height: 50px;
	}

	.subscribe-form input[type=submit] {
		height: 50px;
	}

	.search-form {
		width: 500px;
		top: 60px;
	}

	.search-form .form-control {
		height: 50px;
	}

	.search-form input[type=submit] {
		height: 50px;
	}

	.intro-block {
		font-size: 22px;
		line-height: 26px;
	}

	.intro-block.bg-video-holder.style-2 {
		height: 600px;
	}

	.intro-block.bg-video-holder h1 {
		font-size: 60px;
		line-height: 64px;
	}

	.intro-block .logo-box {
		margin: 0 auto 10px;
	}

	.intro-block h1 {
		font-size: 60px;
		line-height: 64px;
	}

	.heading-holder .btn {
		padding: 14px 30px;
	}

	h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.tabset {
		margin: 0 0 30px;
	}

	.tabset.centered {
		margin: 0 0 30px;
	}

	.tabset li {
		margin: 0 10px 10px 0;
	}

	.tabset a {
		padding: 10px 20px;
	}

	.post-list {
		margin: 0 -10px;
	}

	.post-list li {
		padding: 0 10px;
		font-size: 16px;
		line-height: 20px;
	}

	.post-list .link {
		margin: 0 0 20px;
	}

	.post-list h3 {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 5px;
	}

	.post-list .time {
		font-size: 18px;
		line-height: 22px;
	}

	.colored-info-box {
		font-size: 18px;
		line-height: 22px;
	}

	.colored-info-box .text {
		padding: 35px 35px 25px;
	}

	.colored-info-box .title {
		font-size: 16px;
		line-height: 20px;
	}

	.colored-info-box .name {
		font-size: 32px;
		line-height: 36px;
	}

	.btn-list .btn {
		margin: 0 15px 10px 0;
		padding: 14px 30px;
	}

	.img-text-wrap .text-holder {
		padding: 0 10px 0 30px;
		font-size: 18px;
		line-height: 22px;
	}

	.img-text-wrap h3 {
		font-size: 32px;
		line-height: 36px;
	}

	.img-text-wrap .btn {
		padding: 14px 30px;
	}

	.banner {
		min-height: 550px;
	}

	.banner .time {
		font-size: 24px;
		line-height: 28px;
	}

	.banner h2 {
		font-size: 60px;
		line-height: 64px;
	}

	.news-list {
		padding: 0;
		margin: 0 -30px;
	}

	.news-list li {
		width: 50%;
		padding: 0 30px 10px;
		margin: 0 0 50px;
		font-size: 16px;
		line-height: 20px;
	}

	.news-list li:nth-child(2n+1):before {
		display: none;
	}

	.news-list h3 {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 20px;
	}

	.more:after {
		font-size: 18px;
	}

	.slope-block {
		display: block;
		font-size: 16px;
		line-height: 22px;
	}

	.slope-block .text-col {
		padding: 40px 30px;
		width: 100%;
		min-height: 0;
	}

	.slope-block .text-col:before {
		-webkit-transform: skewY(2deg);
		-ms-transform: skewY(2deg);
		transform: skewY(2deg);
	}

	.slope-block .text-col .title {
		margin: 0 0 20px;
	}

	.slope-block .text-col h2 {
		font-size: 35px;
		line-height: 45px;
		margin: 0 0 15px;
	}

	.decor-slider {
		width: 100%;
	}

	.aside-info {
		font-size: 20px;
		line-height: 26px;
	}

	.aside-info .text {
		width: calc(100% - 450px);
	}

	.aside-info .btn-list {
		width: 450px;
	}

	.aside-info .aside-box .text {
		width: calc(100% - 450px);
	}

	.aside-info .form-box {
		width: 450px;
	}

	.highlight-block h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.highlight-post .img-holder {
		margin: 0 30px 0 0;
	}

	.highlight-post h3 {
		font-size: 30px;
		line-height: 36px;
	}

	.highlight-post .btn {
		padding: 14px 30px;
	}

	.box-grid {
		min-height: 310px;
	}

	.details-list .img-wrap {
		height: 200px;
	}

	.details-list .text {
		font-size: 18px;
	}

	.membership-block .banner-image {
		height: 410px;
	}

	.membership-block h2 {
		font-size: 60px;
		line-height: 64px;
	}

	.membership-block .two-blocks {
		font-size: 20px;
	}

	.membership-block .two-blocks .white-block:after {
		right: 0;
	}

	.membership-block .two-blocks .text-hold {
		padding: 40px 25px 85px;
	}

	.membership-block .two-blocks blockquote {
		width: calc(100% - 150px);
		padding: 0 25px 0 0;
	}

	.membership-block .two-blocks blockquote q {
		margin: 0 0 20px;
	}

	.membership-block .two-blocks .thumbnail {
		width: 150px;
		height: 150px;
	}

	.membership-block .two-blocks .heading {
		font-size: 27px;
	}

	#footer {
		padding: 80px 0 120px;
	}
}

@media (max-width: 1023px) {
	#header {
		padding: 20px 0;
	}

	.logo {
		width: 426px;
	}

	.header-area {
		width: calc(100% - 426px);
		padding: 46px 0 0;
	}

	.nav-opener {
		font-size: 20px;
		line-height: 24px;
	}

	.navigation {
		display: none;
	}

	.nav-drop .nav-opener {
		width: 40px;
		height: 40px;
		top: 30px;
		right: 40px;
	}

	.nav-drop .nav-opener:before,
	.nav-drop .nav-opener:after {
		height: 25px;
	}

	.nav-drop .title {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 18px;
	}

	.drop-header {
		padding: 20px 0 43px;
	}

	.drop-header .btn-holder .btn {
		font-size: 20px;
		line-height: 24px;
		padding: 14px 30px 13px;
		min-width: 0;
	}

	.d-logo {
		width: 165px;
		margin: 0 0 21px;
	}

	.accordion {
		margin: 0 0 46px;
	}

	.accordion .accordion-row {
		padding: 0;
		display: block;
		border-bottom: 2px solid #575757;
		width: 100%;
		margin: 0;
		font-size: 18px;
		line-height: 22px;
	}

	.accordion .accordion-row.a-active .a-opener-text:before {
		-webkit-transform: translateY(-50%) rotate(-90deg);
		-ms-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
	}

	.accordion .opener-holder {
		margin: 0;
		border: none;
		padding: 0;
	}

	.accordion .a-opener-text {
		display: block;
		font-size: 24px;
		line-height: 28px;
		padding: 10px 50px 10px 0;
	}

	.accordion .a-opener-text:before {
		-webkit-transform: translateY(-50%) rotate(90deg);
		-ms-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
		right: 18px;
		display: none;
	}

	.accordion .a-opener {
		position: absolute;
		top: 50%;
		right: 18px;
		
		/*-webkit-transform: translateY(-50%) rotate(0deg);
		-ms-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg);*/
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		line-height: 1;
		font-size: 16px;
		
		/*-webkit-transition: color .3s linear, -webkit-transform .3s linear;
		transition: color .3s linear, -webkit-transform .3s linear;
		transition: transform .3s linear, color .3s linear;
		transition: transform .3s linear, color .3s linear, -webkit-transform .3s linear;*/
		-webkit-transition: color .3s linear;
		transition: color .3s linear;
		display: block;
		color: #fff;
		
		width:40px;
		height:40px;
		outline: none;
		box-shadow: none;
		background: none;
 	}
 
	.accordion .a-opener:focus {
		outline: none;
		box-shadow: none;
		background: none;
	}

	.accordion .a-slide {
		border-top: 2px solid #575757;
	}

	.accordion .a-slide ul {
		padding: 20px 20px 0;
	}

	.drop-link-list {
		border: none;
		margin: 0 0 20px;
	}

	.drop-link-list li {
		font-size: 20px;
		line-height: 24px;
		display: block;
		padding: 0;
		margin: 0 0 24px;
	}

	.drop-footer > * {
		margin: 0;
		text-align: center;
		display: block;
		font-size: 18px;
		line-height: 21px;
	}

	.drop-footer .timing-info {
		width: 100%;
		margin: 0 0 56px;
	}

	.social-box {
		width: 100%;
		margin: 0 0 47px;
	}

	.social-box .social {
		text-align: center;
		padding: 9px 0 0;
	}

	.social-box .social li {
		margin: 0 10px 10px;
	}

	.subscribe-form .wrap {
		padding: 9px 0 0;
	}

	.subscribe-form .form-control {
		height: 60px;
		font-size: 18px;
		line-height: 22px;
	}

	.subscribe-form input[type=submit] {
		height: 60px;
		font-size: 20px;
		line-height: 24px;
	}

	.search-form {
		position: static;
		width: 100%;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		margin: 0 0 35px;
	}

	.search-form .wrap {
		padding: 9px 0 0;
	}

	.search-form .input-holder {
		width: calc(100% - 142px);
	}

	.search-form .form-control {
		height: 60px;
		font-size: 18px;
		line-height: 22px;
	}

	.search-form input[type=submit] {
		height: 60px;
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 0 15px;
	}

	.intro-block {
		font-size: 20px;
		line-height: 26px;
		height: 450px;
	}

	.intro-block.bg-video-holder.style-2 {
		height: 500px;
	}

	.intro-block.bg-video-holder.style3 {
		height: 450px;
	}

	.intro-block.bg-video-holder h1 {
		font-size: 50px;
		line-height: 58px;
		margin: 0 0 10px;
	}

	.intro-block .head-info {
		margin: 0 0 10px;
	}

	.intro-block .logo-box {
		width: 250px;
	}

	.intro-block h1 {
		font-size: 56px;
		line-height: 60px;
		margin: 0;
	}

	.intro-wrap {
		padding: 40px 0;
	}

	.intro-bar {
		font-size: 16px;
		line-height: 19px;
		text-align: center;
	}

	.info-section {
		padding: 60px 0 30px;
	}

	.info-section.style-2 {
		padding: 0 0 32px;
	}

	.info-section.style-2 .heading-holder {
		margin: 0 0 50px;
	}

	.heading-holder {
		margin: 0 0 50px;
	}

	.heading-holder h2 {
		overflow: visible;
		text-align: center;
	}

	.view-desktop {
		display: none !important;
	}

	.tabset {
		display: none !important;
	}

	.tabset.centered {
		margin: 0 0 50px;
	}

	.no-result {
		padding: 100px 20px 150px;
	}

	.post-list {
		margin: 0 -12px;
	}

	.post-list li {
		padding: 0 12px;
		width: 50%;
		margin: 0 0 50px;
	}

	.colored-bg-block {
		padding: 70px 0;
	}

	.colored-info-box {
		padding-left: 0;
	}

	.colored-info-box .img {
		position: static;
		width: 100%;
		height: 0;
		padding-top: 74.2%;
	}

	.colored-info-box .text {
		padding: 40px 40px 30px;
	}

	.img-text-wrap .img-holder {
		width: 41%;
		margin: 6px 15px 0 0;
	}

	.img-text-wrap .text-holder {
		padding: 0;
	}

	.img-text-wrap h3 {
		margin: 0 0 15px;
	}

	.img-text-wrap p {
		margin: 0 0 20px;
	}

	.banner h2 {
		font-size: 50px;
		line-height: 54px;
	}

	.decor-slider .img-bg:before {
		height: 50%;
	}

	.decor-slider .slide-wrap {
		padding: 0 40px 30px;
	}

	.decor-slider .slide-text {
		width: 100%;
	}

	.decor-slider .slick-arrow {
		right: 40px;
		bottom: 120px;
	}

	.decor-slider .slick-arrow.slick-prev {
		right: 100px;
	}

	.aside-info .aside-wrap {
		display: block;
	}

	.aside-info .text {
		width: 100%;
		margin: 0 0 20px;
		padding: 0;
	}

	.aside-info .btn-list {
		width: 100%;
		text-align: left;
	}

	.aside-info .btn-list .btn {
		margin: 0 20px 10px 0;
	}

	.aside-info .aside-box {
		display: block;
	}

	.aside-info .aside-box .text {
		width: 100%;
	}

	.aside-info .form-box {
		width: 100%;
		text-align: left;
	}



	.alert-block {
		padding: 20px 0;
		font-size: 18px;
		line-height: 24px;
	}

	.heading-block {
		padding: 40px 0;
		text-align: center;
	}

	.highlight-post .img-holder {
		width: 40%;
		margin: 5px 20px 0 0;
	}

	.highlight-post .text-holder {
		padding: 0;
	}

	.highlight-post h3 {
		font-size: 28px;
		line-height: 36px;
	}

	.highlight-post .time {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 25px;
	}

	.box-grid {
		min-height: 330px;
	}

	.box-grid {
		min-height: 290px;
	}

	.details-list li {
		width: 50%;
	}

	.details-list .text:after {
		top: 18px;
	}

	.membership-block .banner-image {
		background-position: 100% 0;
		height: 300px;
	}

	.membership-block h2 {
		font-size: 56px;
		line-height: 60px;
		margin: 0;
	}

	.membership-block .two-blocks {
		display: block;
	}

	.membership-block .two-blocks .white-block {
		width: 100%;
		margin: 0;
	}

	.membership-block .two-blocks .white-block:after {
		right: -999px;
	}

	.membership-block .two-blocks .gray-block {
		width: 100%;
	}

	.membership-block .two-blocks .text-hold {
		padding: 45px 0;
	}

	.event-block .header-wrap {
		padding: 25px 0;
	}

	.event-block .header-wrap .event-detail {
		width: 100%;
		font-size: 20px;
		margin: 0 0 15px;
	}

	.event-block .header-wrap .links-wrap {
		width: 100%;
	}

	.event-block .header-wrap .links-wrap .btn-list {
		text-align: left;
		margin: 0 -15px;
	}

	.event-block .header-wrap time {
		font-size: 30px;
	}

	.event-block .header-wrap time .time {
		font-size: 20px;
	}

	.event-block .links-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 -15px;
		padding-top: 15px;
	}

	.event-block .links-list li a {
		font-size: 18px;
	}

	.event-block .links-list li a .icon-wrap {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	.event-block .links-list li a .text {
		width: calc(100% - 50px);
	}

	.event-block .event-list > li {
		padding: 35px 0;
		font-size: 20px;
	}

	.event-block .event-list > li .title-wrap {
		width: 100%;
		margin: 0 0 25px;
	}

	.event-block .event-list > li .text-wrap {
		width: 100%;
		padding: 0;
	}

	.event-block .event-list > li p {
		margin: 0 0 15px;
	}

	.address {
		max-width: none;
	}

	.footer-area .col {
		float: none;
		width: 100%;
	}

	.footer-area .col.col-2 {
		width: 100%;
		padding-top: 30px;
	}

	.holder {
		padding: 0 40px;
	}
}

@media (max-width: 768px) {
	.intro-block.bg-video-holder.with-bg {
		min-height: 0;
	}

	.intro-block.bg-video-holder.with-bg video {
		display: none;
	}

	.intro-block.bg-video-holder.with-bg:after {
		display: none;
	}

	.intro-block.bg-video-holder.with-bg .intro-wrap {
		padding: 30px 0;
	}

	.intro-block.with-bg .intro-wrap {
		color: #000;
	}

	.intro-block.with-bg:after {
		display: none;
	}
}

@media (max-width: 767px) {
	#header {
		padding: 32px 0;
	}

	.logo {
		width: 164px;
	}

	img.img-desktop {
		display: none !important;
	}

	.header-area {
		width: calc(100% - 164px);
	}

	.nav-drop .nav-opener {
		right: 100px;
	}

	.drop-header {
		padding: 32px 0;
	}

	.d-logo {
		width: 164px;
	}

	.intro-block {
		height: 400px;
	}

	.intro-block.bg-video-holder .intro-wrap {
		padding: 135px 0;
	}

	.intro-block.bg-video-holder.style-2 {
		height: 480px;
	}

	.intro-block.bg-video-holder.style3 {
		height: 400px;
	}

	.intro-block .head-info {
		font-size: 20px;
		line-height: 28px;
	}

	.intro-block .logo-box {
		width: 200px;
		margin: 0 auto 10px;
	}

	.intro-block h1 {
		font-size: 40px;
		line-height: 48px;
	}

	.bg-video {
		display: none !important;
	}

	.intro-wrap {
		padding: 30px 0;
	}

	h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.post-list {
		margin: 0;
	}

	.post-list li {
		padding: 0;
		width: 100%;
		display: block;
	}

	.carousel-block h2 {
		text-align: center;
		padding: 0;
	}

	.test-slider , .home-slider{
		padding-bottom: 80px;
	}

	.test-slider .slick-arrow, .home-slider .slick-arrow {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		top: auto;
		bottom: 15px;
		margin: 0 0 0 30px;
	}

	.test-slider .slick-arrow.slick-prev, .home-slider .slick-arrow.slick-prev {
		right: auto;
		margin: 0 0 0 -30px;
	}

	.img-text-wrap .img-holder {
		width: 100%;
		float: none;
		margin: 0;
	}

	.img-text-wrap .text-holder {
		overflow: visible;
		padding: 20px 0;
	}

	.banner .time {
		font-size: 20px;
		line-height: 26px;
	}

	.news-list {
		margin: 0;
	}

	.news-list li {
		padding: 0;
		width: 100%;
		display: block;
	}

	.news-list li:before {
		display: none;
	}

	.decor-slider .slide-wrap {
		position: static;
		background: #000;
		padding: 30px 40px 80px;
	}

	.decor-slider .slide-text {
		text-align: left;
		opacity: 1;
		max-width: none;
	}

	.decor-slider .slick-arrow {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 15px;
		margin: 0 0 0 30px;
	}

	.decor-slider .slick-arrow.slick-prev {
		right: auto;
		margin: 0 0 0 -30px;
	}

	.alert-block {
		padding: 15px 0;
		font-size: 16px;
		line-height: 21px;
	}

	.highlight-block h2 {
		font-size: 18px;
		line-height: 22px;
		padding: 16px 30px;
	}

	.highlight-post .img-holder {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}

	.about-block {
		padding: 50px 0;
		font-size: 20px;
	}

	.text-block .big-text {
		font-size: 26px;
	}

	.details-list li {
		width: 100%;
		margin: 0 0 25px;
	}

	.details-list .text {
		padding: 25px 60px 25px 15px;
	}

	.details-list .text:after {
		top: 27px;
		right: 20px;
		font-size: 16px;
	}

	.membership-block .banner-image {
		height: 250px;
	}

	.membership-block .two-blocks .text-hold {
		text-align: center;
	}

	.membership-block .two-blocks blockquote {
		width: 100%;
		padding: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.membership-block .two-blocks .thumbnail {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin: 0 auto 25px;
	}

	.event-block {
		padding: 25px 0;
	}

	.event-block .event-list > li {
		font-size: 18px;
		padding: 20px 0;
	}

	.event-block .event-list > li .title-wrap {
		font-size: 22px;
		margin: 0 0 15px;
	}

	.event-block .accordion-inner {
		margin: 0 0 25px;
	}

	.event-block .accordion-inner > li a {
		padding: 23px 48px 25px 20px;
	}

	.event-block .accordion-inner > li a:after {
		font-size: 20px;
		right: 20px;
		top: 34px;
	}

	.event-block .accordion-inner .slide {
		padding: 15px 20px;
	}

	.event-block .two-columns .col {
		width: 100%;
		margin: 0 0 25px;
	}

	.holder {
		/*padding: 0 100px;*/
	}
}

@media (max-width: 599px) {
	#header {
		padding: 15px 0;
	}

	.nav-drop .nav-opener {
		right: 15px;
	}

	.drop-header {
		padding: 15px 0 43px;
	}

	.drop-header .btn-holder .btn {
		min-width: 90px;
		padding: 10px 10px;
	}

	.subscribe-form .input-holder {
		width: 100%;
		margin: 0 0 10px;
		float: none;
	}

	.subscribe-form input[type=submit] {
		float: none;
		width: 100%;
		margin: 0;
	}

	.search-form .input-holder {
		width: 100%;
		margin: 0 0 10px;
		float: none;
	}

	.search-form input[type=submit] {
		float: none;
		width: 100%;
		margin: 0;
	}

	.intro-block {
		font-size: 18px;
		line-height: 24px;
		height: 220px;
	}

	.intro-block.bg-video-holder.style-2 {
		height: 260px;
	}

	.intro-block.bg-video-holder.style3 {
		height: 220px;
	}

	.intro-block.bg-video-holder h1 {
		font-size: 40px;
		line-height: 48px;
	}

	.intro-block .logo-box {
		margin: 0 auto;
	}

	.intro-block h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.info-section.style-2 .heading-holder {
		margin: 0 0 40px;
	}

	.heading-holder {
		margin: 0 0 40px;
	}

	.colored-info-box {
		font-size: 16px;
		line-height: 22px;
	}

	.colored-info-box .text {
		padding: 30px 20px 20px;
	}

	.colored-info-box .title {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 15px;
	}

	.colored-info-box .name {
		font-size: 28px;
		line-height: 32px;
		margin: 0 0 15px;
	}

	.btn-list .btn {
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}

	.carousel-block {
		padding: 70px 0 40px;
	}

	.img-text-wrap .text-holder {
		font-size: 16px;
		line-height: 22px;
	}

	.img-text-wrap h3 {
		font-size: 28px;
		line-height: 32px;
	}

	.banner .banner-wrap {
		padding: 80px 0 30px;
	}

	.banner .time {
		font-size: 18px;
		line-height: 22px;
	}

	.banner h2 {
		font-size: 40px;
		line-height: 48px;
		margin: 0 0 20px;
	}

	.decor-slider-block {
		padding-bottom: 0;
	}

	.slope-block {
		margin: 0 -15px;
	}

	.slope-block .text-col {
		padding: 40px 15px;
	}

	.slope-block .text-col .title {
		font-size: 14px;
	}

	.slope-block .text-col h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.decor-slider .slide-wrap {
		padding: 30px 15px 80px;
	}

	.aside-info {
		font-size: 18px;
		line-height: 26px;
		margin: -1px 0 0;
	}

	.highlight-block h2 {
		font-size: 16px;
		line-height: 22px;
	}

	.highlight-post h3 {
		font-size: 26px;
		line-height: 36px;
	}

	.highlight-post .time {
		font-size: 18px;
		line-height: 26px;
	}

	.highlight-post .btn {
		padding: 18px 32px 18px;
	}

	.membership-block h2 {
		font-size: 35px;
		line-height: 48px;
	}

	#footer {
		padding: 60px 0;
	}

	.footer-logo {
		width: 280px;
		margin: 0 auto 30px;
	}

	.footer-area {
		text-align: center;
	}

	.footer-area .col {
		padding-left: 0;
	}

	.timing-info ul li {
		margin: 0 0 10px;
	}

	.timing-info ul li .title {
		float: none;
		margin: 0;
		font-weight: 500;
	}

	.footer-block {
		padding-left: 0;
		text-align: center;
	}

	.social li {
		margin: 0 10px 10px;
	}

	.holder {
		padding: 0 15px;
	}
}

@-webkit-keyframes pulse {
	0% {
		opacity: .7;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: .7;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
}

@keyframes pulse {
	0% {
		opacity: .7;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: .7;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
}

@-webkit-keyframes swipe {
	0% {
		top: 0;
		opacity: 1;
	}

	50% {
		top: 12px;
		opacity: .5;
	}

	100% {
		top: 25px;
		opacity: 0;
	}
}

@keyframes swipe {
	0% {
		top: 0;
		opacity: 1;
	}

	50% {
		top: 12px;
		opacity: .5;
	}

	100% {
		top: 25px;
		opacity: 0;
	}
}

.heading-block .holder p {font-size: 22px; line-height: 1.54;margin-top:1em;}

@media (max-width: 441px) {
	.custom-css-fix-1 a {margin-bottom:18px !important;}
}

@media (max-width: 767px) {
	.post-list .img-holder img {
	    width: 100%;
	    max-width: none;
	}

	.heading-block .holder p {font-size: 20px;}
}

/* BEGIN CUSTOM -- BR */
@keyframes fader {
	from { opacity: 0; }
}
@-o-keyframes fader n{
	from { opacity: 0; }
}
@-moz-keyframes fader {
	from { opacity: 0; }
}
@-webkit-keyframes fader {
	from { opacity: 0; }
}

.cancel-sold {color:#DD403A;font-weight:900;text-transform:uppercase;}

.event-block .event-list > li .text-wrap a {
	-webkit-transition: opacity .35s ease-in-out !important;
	transition: opacity .35s ease-in-out !important;
	text-decoration: underline;
	color: #85a028;
}

.event-block .event-list > li .text-wrap a:hover {
	text-decoration: none;
}


.event-block .event-list > li .text-wrap ul {
	list-style-type: disc;
}

.event-block .event-list > li .text-wrap ul li,
.event-block .event-list > li .text-wrap ol li,
.gen-list-spacing li
{
	margin-bottom:38px;
}

.event-block .accordion-inner > li {margin-bottom: 0 !important;}
.event-block .accordion-inner .accordion-opener {text-decoration: none !important;}

.text-block h3 {
	font-weight: 900;
}

.event-list .text-wrap h2 {margin-bottom:31px;font-size:28px;font-weight:800;line-height:normal;}
.event-list li .btn {color:#fff !important;text-decoration:none !important;padding: 19px 31px 17px;}
.video-embed {position:relative;padding:0 0 56.25%;height:0;overflow:hidden;max-width:100%;margin-bottom:40px;}
.video-embed iframe {position:absolute;top:0;left:0;width:100%;height:100%}

.list-table-a {border-collapse:collapse;width: 100%;margin-bottom:31px;}
.list-table-a th, .list-table-a td {text-align:left;padding:10px;}
.list-table-a tr:nth-child(even) {background-color: #ddd;}

.text-block .accordion-inner {list-style:none;padding:0;margin-bottom:38px;}
.text-block .accordion-inner .accordion-opener {color:#85a028;font-weight:700;}
.text-block .accordion-inner .slide {padding-top:15px;}

.floated-img-200 {float:left;margin-right:24px;}
.floated-img-200-r {float:right;margin-left:24px;}
@media (max-width: 425px) { .floated-img-200,.floated-img-200-r {float:none;display:block;margin: 0 auto 38px auto;}.decor-slider .slide-text {font-size: 15px;line-height: 19px;max-height: 150px;} }

@media (max-width: 767px) {.in-page-content-hook-1 .col, .in-page-content-hook-1 .col .info-hold p {margin-bottom:0 !important;} }

.list-less-space li {margin-bottom:0 !important;}
.list-less-space { margin-bottom: 38px; }

.guest-row {display:flex;flex-direction:row;}
.guest {flex:33%;min-height:250px;margin-right:15px;margin-bottom:20px;}
.guest-row .guest:last-child {margin-right:0;}
@media (max-width: 480px) {
  .guest-row {flex-direction: column;}
  .guest {margin-right:0;text-align:center;}
}



/* TPW - chip responsive layouts */
.tpw-two-column-grid, .tpw-three-column-grid {display:block;margin-bottom:45px;}
.tpw-two-column-grid > *, .tpw-three-column-grid > * {padding:0 /*1rem;*/}

.tpw-two-column-grid div:nth-child(odd) { padding-right:20px;}
.tpw-two-column-grid div:nth-child(even) { padding-left:20px;}

.tpw-two-column-grid div audio {display:block;}
.tpw-three-column-grid div {padding-right:40px;}

.player {padding: 20px;background-color:#404143;color:#fff;margin: 0 40px 40px 0;border-radius: 20px;}
.player p {margin-bottom:10px;font-size:16px;}
.player audio {margin-bottom:15px;width:100%}


.tpw-sub-menu {border-top: 1px solid #ccc !important; border-bottom: 1px solid #ccc !important;  }
ul.tpw-sub-menu li {margin-bottom:0;padding: 7px 18px !important; font-size:16px;}

.tpw-mobile-menu {display:none;border-top: 1px solid #ccc !important;border-bottom: 1px solid #ccc !important;text-align: center;}
.tpw-mobile-menu #tpw-mobile-menu-links {display: none;list-style: none;padding:0;margin:0;}
.tpw-mobile-menu a {color: #444;font-size: 16px;display: block;padding: 16px 0;}
.tpw-mobile-menu #tpw-mobile-menu-links li a {padding:0;margin:0 0 10px;}
.tpw-mobile-menu #tpw-mobile-menu-links li {padding:0;margin:0;}
.tpw-mobile-menu #tpw-mobile-menu-links li:last-child {margin: 0 0 17px;}

.tpw-locations {list-style: none;padding: 0;}
.tpw-locations li {margin-bottom: 14px !important;}


@media (max-width:1023px) {
ul.tpw-sub-menu li {margin-bottom:16px !important;padding: 0 !important;}
.tpw-sub-menu {display:none;}
.tpw-mobile-menu {display:block;margin-bottom:32px;font-size:16px;}
}


@media (min-width:768px) {
	.tpw-two-column-grid {display: grid;grid-template-columns: 1fr 1fr;}
	.tpw-three-column-grid {display: grid;grid-auto-rows: 1fr;grid-template-columns: 1fr 1fr 1fr;}
}

@media (max-width:768px) {
	.tpw-two-column-grid div, .tpw-three-column-grid div { padding:0;}
	.tpw-two-column-grid div:nth-child(odd) { padding:0px;}
	.tpw-two-column-grid div:nth-child(even) { padding:0px;}
	.tpw-center-content { text-align:center; }
	.tpw-two-column-grid div.player {padding:20px !important;}
	.intro-bar {font-size: 12px;padding: 12px 0 9px;}
}







/* END CUSTOM -- BR */

