/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.header-section:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

* {
	max-height: 1000000px;
}

body {
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #6c8a06;
}

a:hover {
	text-decoration: underline;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 3px solid #a9a9a9;
	padding: 7px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #a9a9a9;
}

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;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

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;
}

* {
	outline: none;
}

a {
	-webkit-transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear;
	transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear;
}

input[type="submit"] {
	-webkit-transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear;
	transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear;
}

input[type="submit"]:hover {
	background: #8da30f;
}

.sbToggle {
	-webkit-transition: none;
	transition: none;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.video-wrapper {
	position: relative;
	display: block;
	padding-top: 56.25%;
}

.video-wrapper iframe {
	border-style: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.search-form input[type="submit"] {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.nav-opener {
	display: none;
}

.nav-opener:hover {
	background: #698705;
}

.nav-opener .opener {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	float: right;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nav-opener .opener:before,
.nav-opener .opener:after,
.nav-opener .opener span {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 1px;
	background: #fff;
	height: 2px;
	margin: -1px 0 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener .opener:before,
.nav-opener .opener:after {
	content: "";
	top: 50%;
}

.nav-opener .opener:after {
	top: auto;
	bottom: 0;
}

.nav-active .nav-opener .opener span {
	opacity: 0;
}

.nav-active .nav-opener .opener:before,
.nav-active .nav-opener .opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 49%;
}

.nav-active .nav-opener .opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.intro-holder .carousel .mask .slide.left a {
	background-position: 0 50%;
}

.intro-holder .carousel .mask .slide.center a {
	background-position: 50% 50%;
}

.intro-holder .carousel .mask .slide.right a {
	background-position: 100% 50%;
}

.intro-holder .carousel .mask .slide a {
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 100%;
	background-image: none !important;
}

.intro-holder .member-block {
	height: auto;
	padding: 25px 0 15px;
}

.slide-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	background: none;
	padding: 0;
}

.slide-block .carousel {
	height: 400px;
}

.slide-block .carousel .mask .slide a {
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 400px;
}

.slide-block .carousel .mask .slide a img {
	display: none;
}

.slide-block .slide-description {
	height: auto;
	padding-left: 27px;
	padding-right: 20px;
	background: #e5e5e5;
	margin: 0 0 0 -1px;
}

.carousel .slide-nav a:hover {
	opacity: .8;
}

.member-block .select-form .sbSelector {
	width: calc(100% - 30px);
}

.post-holder .post-block .text-holder {
	overflow: visible;
}

aside.events-block h3 {
	text-transform: capitalize;
}

aside.events-block .description {
	overflow: hidden;
}

.social-networks li a {
	-webkit-transition: none;
	transition: none;
}

.newsletter-form input[type="submit"] {
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.newsletter-form input[type="submit"]:hover {
	background: #8da30f;
}

#content h1 {
	text-transform: capitalize;
}

#content ul {
	padding: 0 0 17px;
}

#content ul li {
	position: relative;
	padding: 0 0 0 40px;
}

#content ul li:before {
	content: "";
	position: absolute;
	left: 22px;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	overflow: hidden;
	background: #333;
}

#content ul.btn-holder li {
	padding: 0;
}

#content ul.btn-holder li:before {
	display: none;
}

.side-block #subpagenav li.active a {
	font-weight: bold;
}

.calendar li.event {
	padding: 0;
}

.calendar li.event a {
	display: block;
	padding: 8px 5px 3px;
	background: #7d970a;
}

.contact-info address a[href^="tel"],
.footer-holder .text-block a[href^="tel"] {
	color: inherit;
}

.brand-list li a:hover,
.icon-list li a:hover {
	opacity: .8;
}

@media (min-width: 768px) {
	.slide-block .carousel .mask {
		height: 100% !important;
	}

	.slide-block .carousel .mask .slide {
		height: 100%;
	}
}

@media (min-width: 1010px) {
	.calendar li.event {
		width: auto;
		height: auto;
	}

	.calendar li.event a {
		width: 26px;
		height: 22px;
		padding-bottom: 6px;
	}
}

@media (max-width: 1009px) {
	html {
		box-sizing: border-box;
	}

	*,
	*:before,
	*:after {
		box-sizing: inherit;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		box-sizing: border-box;
	}

	body {
		font-size: 15px;
	}

	img {
		vertical-align: top;
	}

	.GlobalTable input[type="text"],
	.GlobalTable input[type="tel"],
	.GlobalTable input[type="password"],
	.GlobalTable input[type="email"],
	.GlobalTable input[type="search"] {
		height: 41px;
	}

	.GlobalTable select {
		height: 41px;
	}

	.GlobalTable td.f-title {
		width: 130px !important;
	}

	.GlobalTable td {
		width: calc(100% - 130px) !important;
	}

	.header-section {
		max-width: 978px;
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	.header-section .time-info {
		font-size: 12px;
		width: 200px;
		padding-left: 36px;
	}

	.header-section .time-info p {
		margin-top: 12px !important;
	}

	.header-frame {
		max-width: 978px;
		padding: 15px 10px 24px;
		width: auto;
	}

	.header-frame .date-block {
		margin: 0 10px 14px;
	}

	.logo {
		position: static;
		margin: 0;
		width: 240px;
		height: 72px;
		background-size: 240px 72px;
	}

	#search-query {
		width: 100%;
		padding: 0 10px;
	}

	#search-container {
		width: 560px;
	}

	.search-form {
		width: 100%;
	}

	.search-form input[type="text"] {
		width: calc(100% - 130px);
	}

	.nav-frame {
		width: calc(100% - 200px);
	}

	.nav-frame .search-link {
		width: 60px;
		height: 60px;
		margin-left: 0;
	}

	.nav-frame .search-link a {
		width: 100%;
		height: 100%;
	}

	.header-nav {
		max-width: calc(100% - 60px);
		padding: 10px 10px 0;
	}

	.header-nav ul {
		font-size: 12px;
	}

	.header-nav ul li.active a,
	.header-nav ul li a:hover {
		color: #8da30f;
	}

	.nav-holder {
		width: calc(100% - 240px);
		padding: 0 0 0 10px;
	}

	#nav {
		width: auto;
	}

	#nav ul {
		margin: 0 10px;
		font-size: 16px;
		line-height: 1.2;
	}

	.breadcrumbs ul {
		width: auto;
	}

	.w1 {
		width: auto;
		float: none;
		left: auto;
	}

	.w2 {
		width: auto;
		max-width: 1415px;
		float: none;
		left: auto;
		margin: 0 auto;
	}

	.intro-holder {
		width: auto;
		padding: 0 10px;
	}

	.intro-holder .carousel {
		width: calc(100% - 306px);
	}

	.intro-holder .carousel .mask .slide {
		width: calc(100% - 306px);
	}

	.intro-holder .carousel .mask .slide a img {
		display: block;
		width: 100%;
	}

	.intro-holder .member-block {
		width: 306px;
		padding: 15px 0;
	}

	.slide-block {
		width: auto;
		padding: 0 10px;
	}

	.slide-block .carousel {
		width: calc(100% - 250px);
	}

	.slide-block .carousel .mask .slide {
		width: calc(100% - 250px);
	}

	.slide-block .slide-description {
		width: 250px;
		padding-left: 10px;
	}

	.slide-block .slide-description h1 {
		font-size: 22px;
		line-height: 1.2;
	}

	.slide-block .slide-description .meta-block {
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 15px;
	}

	.member-block {
		font-size: 14px;
		line-height: 1.2;
	}

	.member-block h1 {
		margin: 0 10px 15px;
		font-size: 14px;
		line-height: 1.2;
	}

	.member-block .select-form {
		padding: 0 10px 15px;
	}

	.member-block .select-form .sbHolder {
		width: 100%;
	}

	.member-block .select-form .sbOptions {
		width: auto;
		right: -1px;
	}

	.member-block .text-block {
		padding: 0 10px;
	}

	.post-holder {
		width: auto;
		padding: 0 10px;
	}

	.post-holder .post-block {
		margin: 0 -15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		font-size: 14px;
		line-height: 1.2;
	}

	.post-holder .post-block .image-holder {
		margin-right: 15px;
	}

	.post-holder .post-block h2 {
		font-size: 15px;
	}

	.post-holder .post-block section {
		width: 50%;
		margin: 0;
		padding: 0 15px 15px;
	}

	aside.events-block {
		width: auto;
	}

	aside.events-block .heading {
		padding: 20px 10px 13px;
	}

	aside.events-block .title {
		margin-bottom: 5px;
	}

	aside.events-block h3 {
		width: calc(100% - 260px);
		font-size: 20px;
		line-height: 1.2;
	}

	aside.events-block .link-holder {
		width: 260px;
	}

	aside.events-block .col {
		width: 33.333%;
	}

	aside.events-block .col.col-big {
		width: 66.667%;
	}

	aside.events-block .col.col-big .title {
		font-size: 14px !important;
		line-height: 1.2 !important;
	}

	aside.events-block .col.col-big .cell {
		width: 50%;
		margin: 0;
		padding: 0 4px 4px 0;
	}

	aside.events-block .col.col-big .description {
		width: auto;
		height: auto;
		right: 4px;
		bottom: 4px;
	}

	aside.events-block .col.col-big .date-holder {
		margin: 0 0 10px;
	}

	aside.events-block .col .cell {
		margin: 0;
		padding: 0 0 4px;
	}

	aside.events-block .col .cell > p {
		width: 100% !important;
		background-position: 50% 50% !important;
	}

	aside.events-block .col-small .description {
		width: auto;
		height: auto;
		right: 0;
		bottom: 4px;
	}

	aside.events-block .description {
		width: auto;
		height: auto;
		right: 0;
		bottom: 4px;
	}

	.social-holder {
		width: auto;
		padding: 25px 10px;
	}

	.social-holder h3 {
		font-size: 16px;
		line-height: 1.2;
	}

	.social-media {
		width: 370px;
	}

	.social-networks li {
		margin-right: 10px;
	}

	.newsletter-block {
		width: calc(100% - 370px);
		padding: 0 0 0 10px;
	}

	.newsletter-form input[type="email"],
	.newsletter-form input[type="text"] {
		height: 52px;
		width: calc(100% - 130px);
	}

	.newsletter-form input[type="submit"] {
		height: 52px;
	}

	.main-holder {
		width: auto;
	}

	#two-columns {
		width: auto;
		margin-top: 0;
		padding: 0 10px;
	}

	#content {
		width: calc(100% - 250px);
		padding: 0 20px 0 0;
	}

	#content h1 {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	#sidebar {
		width: 250px;
	}

	#sidebar .calendar-block {
		width: auto;
		padding: 10px;
	}

	.side-block #subpagenav li a {
		width: auto;
	}

	.calendar li {
		height: auto;
		padding-bottom: 2px;
		width: 14.286%;
	}

	.exhibit {
		width: 100%;
	}

	.exhibit p {
		width: 100% !important;
		background-size: cover !important;
		background-position: 50% 50% !important;
	}

	.exhibit .description {
		width: 100%;
		height: 100%;
	}

	.footer-holder {
		width: auto;
		padding: 0 10px;
	}

	.footer-nav {
		font-size: 16px;
		line-height: 1.2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-nav li + li {
		margin-left: 10px;
	}

	.contact-info address {
		width: calc(100% - 174px - 255px);
	}

	.contact-info address .title br {
		display: none;
	}

	.contact-info .direction {
		margin-right: 0;
		width: 174px;
	}

	.contact-info .schedule-block {
		width: 255px;
	}

	.footer-frame {
		padding-bottom: 60px;
	}

	.footer-frame .brand-list {
		max-width: calc(100% - 100px);
	}

	.brand-list li {
		margin: 0 20px 10px 0;
	}
}

@media (max-width: 767px) {
	.GlobalTable {
		display: block;
	}

	.GlobalTable tbody,
	.GlobalTable tr,
	.GlobalTable td {
		display: block;
	}

	.GlobalTable input[type="text"],
	.GlobalTable input[type="tel"],
	.GlobalTable input[type="password"],
	.GlobalTable input[type="email"],
	.GlobalTable input[type="search"] {
		width: 100% !important;
	}

	.GlobalTable input[type="submit"] {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.GlobalTable #City {
		width: calc(100% - 145px) !important;
	}

	.GlobalTable #State {
		width: 70px;
	}

	.GlobalTable #Zip {
		width: 50px !important;
	}

	.GlobalTable #P1 {
		width: 50px !important;
	}

	.GlobalTable #P2 {
		width: 50px !important;
	}

	.GlobalTable #P3 {
		width: 60px !important;
	}

	.GlobalTable td.f-title {
		width: 100% !important;
		padding: 0 0 5px;
	}

	.GlobalTable td {
		width: 100% !important;
	}

	.header-section {
		position: relative;
		overflow: visible;
	}

	.header-section .time-info {
		width: calc(100% - 121px);
		padding-right: 10px;
		white-space: nowrap;
	}

	.header-section .time-info:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		min-height: 32px;
	}

	.header-section .time-info p {
		margin-top: 0 !important;
		display: inline-block;
		vertical-align: middle;
		white-space: normal;
	}

	.header-frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding-bottom: 10px;
	}

	.header-frame .date-block {
		margin: 0;
	}

	.logo {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: -15px 0 0;
	}

	#search-query {
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 4;
	}

	#search-container {
		width: 100%;
		margin: 0;
	}

	.search-form input[type="text"] {
		width: calc(100% - 80px);
		font-size: 14px;
		padding-left: 10px;
	}

	.search-form input[type="submit"] {
		width: 80px;
		font-size: 14px;
	}

	.nav-frame {
		width: 121px;
		margin: -12px 0 -10px;
	}

	.nav-frame .search-link {
		margin: 0 0 0 1px;
	}

	.nav-opener {
		display: block;
		width: 60px;
		height: 60px;
		background: #8da30f;
		position: relative;
		float: right;
	}

	.nav-active .header-nav {
		max-height: calc(100vh - 60px);
		overflow: auto;
	}

	.header-nav {
		max-width: none;
		float: none;
		padding: 0;
		position: absolute;
		z-index: 5;
		left: 0;
		right: 0;
		top: 60px;
		background: #8da30f;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .3s linear;
		transition: max-height .3s linear;
		box-shadow: none;
	}

	.header-nav ul {
		font-size: 16px;
		padding-top: 10px;
	}

	.header-nav ul li {
		float: none;
		margin: 0;
	}

	.header-nav ul li.active a,
	.header-nav ul li a:hover {
		background: #698705;
		color: #fff;
	}

	.header-nav ul li a {
		padding: 10px;
		display: block;
	}

	.nav-holder {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		padding: 0;
	}

	#nav ul {
		float: none;
		margin: 0;
		font-weight: 400;
		padding-bottom: 10px;
	}

	#nav ul li {
		float: none;
		margin: 0;
	}

	#nav ul li a {
		color: #fff !important;
	}

	.intro-holder .carousel {
		width: 100%;
		float: none;
	}

	.intro-holder .member-block {
		width: 100%;
		float: none;
	}

	.slide-block {
		display: block;
	}

	.slide-block .carousel {
		width: 100%;
		float: none;
		height: auto;
	}

	.slide-block .slide-description {
		width: 100%;
		float: none;
		margin: 0;
	}

	.carousel .slide-nav {
		bottom: 10px;
	}

	.post-holder .post-block {
		display: block;
		margin: 0;
	}

	.post-holder .post-block section {
		width: 100%;
		padding: 0 0 15px;
	}

	aside.events-block .event-holder {
		max-width: 474px;
		margin: 0 auto;
	}

	aside.events-block .heading {
		text-align: center;
	}

	aside.events-block h3 {
		width: 100%;
	}

	aside.events-block .link-holder {
		width: 100%;
		padding: 0;
	}

	aside.events-block .link-holder li {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	aside.events-block .col {
		width: 100%;
		float: none;
		margin: 0;
	}

	aside.events-block .col.col-big {
		width: auto;
		float: none;
		margin: 0 -4px 0 0;
		overflow: hidden;
	}

	aside.events-block .col.col-big .description {
		padding: 10px;
	}

	.social-media {
		width: auto;
		float: none;
		margin: 0 0 20px;
	}

	.social-networks {
		margin-right: -1px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.social-networks li {
		margin-right: 1px;
	}

	.newsletter-block {
		width: auto;
		padding: 0;
		float: none;
		text-align: left;
	}

	.newsletter-form {
		float: none;
	}

	.newsletter-form input[type="email"],
	.newsletter-form input[type="text"] {
		font-size: 16px;
	}

	#content {
		width: auto;
		padding: 0;
	}

	#content h1 + p img {
		width: 100%;
	}

	#content .event-section h2 {
		font-size: 18px;
		line-height: 1.2;
	}

	#content p {
		margin-bottom: 16px;
	}

	#content ul li {
		padding-left: 30px;
	}

	#content ul li:before {
		left: 12px;
	}

	#sidebar {
		width: auto;
	}

	.event-section .image-holder {
		margin: 0 10px 0 0;
	}

	.header-nav ul li a:hover {
		text-decoration: none;
	}

	#content {
		float: none;
	}

	.exhibit .description {
		padding: 20px;
	}

	.footer-nav {
		font-size: 14px;
		margin: 0 -5px 30px;
	}

	.footer-nav li:first-child {
		margin: 0 5px 5px;
	}

	.footer-nav li + li {
		margin-left: 5px;
	}

	.footer-nav li {
		margin: 0 5px 5px;
	}

	.contact-info address {
		width: auto;
		float: none;
		padding: 0;
		margin: 0 0 15px;
	}

	.contact-info address .title {
		margin: 0;
	}

	.contact-info .schedule-block {
		width: calc(100% - 174px);
	}

	.brand-list li {
		margin: 0 10px 10px 0;
	}
}

@media (max-width: 479px) {
	.contact-info .direction {
		float: none;
		margin: 0;
	}

	.contact-info .schedule-block {
		float: none;
		width: auto;
		padding: 0;
		margin: 0 0 15px;
	}
}
