.container:after,
.event-block .events-holder:after,
.heading-block:after,
.branch-block .holder:after,
.event-article .title-block:after,
.filter-form:after,
.result-block .heading-section:after,
.searched-article:after,
.searched-article .title-block:after {
	content: " ";
	display: block;
	clear: both;
}

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

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

}

[data-icon]:before {
  font-family: "nopl" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nopl-icon {
  font-family: "nopl" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-archive:before {
  content: "\61";
}
.icon-books:before {
  content: "\62";
}
.icon-events:before {
  content: "\63";
}
.icon-music:before {
  content: "\64";
}
.icon-news:before {
  content: "\65";
}
.icon-watch:before {
  content: "\66";
}
.icon-comment:before {
  content: "\67";
}
.icon-camera:before {
  content: "\68";
}
.icon-check:before {
  content: "\69";
}
.icon-bookmark:before {
  content: "\6a";
}
.icon-foundation:before {
  content: "\6b";
}
.icon-info:before {
  content: "\6c";
}
.icon-lock:before {
  content: "\6d";
}
.icon-graph-bar:before {
  content: "\6e";
}
.icon-graph-pie:before {
  content: "\6f";
}
.icon-hearing-aid:before {
  content: "\70";
}
.icon-guide-dog:before {
  content: "\71";
}
.icon-heart:before {
  content: "\72";
}
.icon-home:before {
  content: "\73";
}
.icon-price-tag:before {
  content: "\74";
}
.icon-zoom-in:before {
  content: "\75";
}
.icon-zoom-out:before {
  content: "\76";
}
.icon-torso:before {
  content: "\77";
}
.icon-social-youtube:before {
  content: "\78";
}
.icon-telephone:before {
  content: "\79";
}
.icon-trash:before {
  content: "\7a";
}
.icon-wheelchair:before {
  content: "\41";
}
.icon-social-facebook:before {
  content: "\42";
}
.icon-social-google-plus:before {
  content: "\43";
}
.icon-social-pinterest:before {
  content: "\44";
}
.icon-social-twitter:before {
  content: "\45";
}
.icon-social-vimeo:before {
  content: "\46";
}

.icon-moon {
	font-family: "icomoon";
	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-arrow6:before {
	content: "\e612";
}

.icon-arrow-right:before {
	content: "\e611";
}

.icon-arrow2:before {
	content: "\e601";
}

.icon-arrow4:before {
	content: "\e602";
}

.icon-arrow5:before {
	content: "\e603";
}

.icon-arrow-down:before {
	content: "\e604";
}

.icon-arrow-up:before {
	content: "\e605";
}

.icon-book:before {
	content: "\e606";
}

.icon-tick:before {
	content: "\e60e";
}

.icon-arrow1:before {
	content: "\e600";
}

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

.icon-glass:before {
	content: "\e609";
}

/*
.icon-instagram:before {
	content: "";
}
*/



.icon-pinterest:before {
	content: "\e60c";
}

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

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

.icon-link:before {
	content: "\e607";
}

.icon-question:before {
	content: "\e610";
}

html {
	box-sizing: border-box;
	background: #fff;
}

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

body {
	margin: 0;
	color: #000;
	background: #f5f5f5;
	font: 14px/22px 'Helvetica', 'Arial', serif;
	min-width: 300px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #00b0d8;
}

a:hover {
	color: #0086a5;
}

input,
textarea,
select {
	font: 100% "Times New Roman", Times, serif;
	color: #abaaaa;
	vertical-align: middle;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #d2d2d2;
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
	font-family: 'Helvetica', 'Arial';
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

.container {
	width: 1070px;
	margin: 0 auto;
	padding: 0 10px;
}

#header {
	box-shadow: 0 2px 5px rgba(1, 1, 1, .28);
	position: relative;
	z-index: 5;
}

#header .social-networks {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: solid 2px rgba(170, 170, 170, .23);
	position: absolute;
	bottom: -28px;
	right: -135px;
	width: 60px;
	overflow: hidden;
}

#header .social-networks li {
	float: left;
	width: 30px;
	border: solid #3a3838;
	border-width: 1px 1px 0 0;
}

#header .social-networks li:nth-child(2n) {
	border-width: 1px 0 0;
}

#header .social-networks a {
	color: #fff;
	font-size: 0;
	line-height: 0;
	display: block;
	text-align: center;
	background: #2d2b2b;
	-webkit-transition: color linear .2s;
	transition: color linear .2s;
	height: 31px;
}

#header .social-networks a.icon-twitter:before {
	font-size: 10px;
}

#header .social-networks a:before {
	font-size: 13px;
	line-height: 29px;
}

#header .social-networks a:hover {
	color: #00b0d8;
}

.header-holder {
	background: #2e2c2c url("/images/pattern1.png");
	border-top: solid 3px #ed1c24;
}

.header-holder .container {
	padding-right: 55px;
}

.header-holder .holder {
	float: right;
	width: 796px;
	padding: 11px 0;
	position: relative;
}

.header-holder .caption {
	float: left;
	font: 8px/12px 'Idlewild A', 'Idlewild B', Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #abaaaa;
	letter-spacing: 4px;
	padding: 9px 0 0;
}

.header-holder .btn-list {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-holder .btn-list li {
	float: left;
	margin: 0 0 3px 10px;
}

.btn {
	font: 7px/12px 'Idlewild A', 'Idlewild B', Tahoma, Geneva, sans-serif;
	display: block;
	min-width: 120px;
	text-transform: uppercase;
	color: #fff;
	background: #00b0d8;
	padding: 10px 17px;
	text-align: center;
	letter-spacing: 2px;
	box-shadow: 0 1px 3px rgba(1, 1, 1, .55);
	font-weight: 600;
}

.btn.green-style {
	background: #11897d;
	color: #fff;
}

.btn.green-style:hover {
	background: #015e55;
}

.btn.orange-style {
	background: #f15a22;
}

.btn.orange-style:hover {
	background: #d23d06;
}

.btn:hover {
	background: #01809d;
	color: #fff;
}

.logo {
	width: 133px;
	float: left;
	margin: -30px 0 0;
	padding: 0 0 18px;
	border-bottom: solid 3px #2d2b2b;
}

.logo img {
	display: block;
}

.header-frame {
	border-bottom: solid 1px #e5e5e5;
	background: #fff;
}

.header-frame .container {
	padding-right: 36px;
}

.header-block {
	float: right;
	width: 850px;
	padding: 19px 0 10px 20px;
}

.header-block .btn-list {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-block .btn-list li {
	float: left;
	margin: 0 0 0 5px;
}

.header-block .btn-list a {
	color: #fff;
	font-size: 0;
	line-height: 0;
	display: block;
	text-align: center;
	background: #2d2b2b;
	-webkit-transition: color linear .2s;
	transition: color linear .2s;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.header-block .btn-list a:before {
	font-size: 10px;
	line-height: 30px;
}

.header-block .btn-list a:hover {
	color: #00b0d8;
}

#nav {
	font: 12px/16px 'Gotham A', 'Gotham B', Verdana, Geneva, sans-serif;
	width: 755px;
	float: left;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	display: table;
	width: 100%;
}

#nav li {
	padding: 7px 0px;
	position: relative;
	display: table-cell;
}

#nav li:after {
	content: "";
	width: 1px;
	background: #d7d7d7;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

#nav .drop-holder {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#nav .drop-holder:hover > a {
	color: #00b0d8;
}

#nav .drop-holder:hover .drop {
	display: block;
}

#nav .drop {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -135px;
	padding-top: 23px;
	width: 270px;
	z-index: 20;
	font-size: 16px;
	line-height: 20px;
	display: none;
}

#nav .drop ul {
	background: #00b0d8 url("/images/pattern4.png");
	display: block;
	box-shadow: 0 2px 5px rgba(128, 128, 128, .32);
	border-radius: 5px;
	text-align: left;
	position: relative;
	padding: 4px 0 6px;
}

#nav .drop ul:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 14px 13px;
	border-color: transparent transparent #00b0d8;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -13px;
}

#nav .drop li {
	display: block;
	padding: 9px 24px 10px;
	border-top: solid 1px #32bedd;
}

#nav .drop li:after {
	display: none;
}

#nav .drop li:first-child {
	border-top: 0;
}

#nav .drop li:hover a {
	color: #fff;
}

#nav .drop li:hover a:hover {
	color: #2b2b2b;
}

#nav .drop a {
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 18px;
	padding: 5px 0;
}

#nav .drop a:hover {
	color: #2b2b2b;
}

#nav a {
	display: inline-block;
	vertical-align: top;
	color: #2d2b2b;
	-webkit-transition: color linear .2s;
	transition: color linear .2s;
}

#nav a:hover {
	color: #00b0d8;
}

.search-block {
	background: #fff;
	padding: 36px 0 38px;
}

.search-form {
	padding: 0 45px;
}

.search-form .search-frame {
	background: #a0e0f7 url("/images/pattern2.png");
	border-radius: 5px;
	overflow: hidden;
}

.search-form .icon-book {
	float: left;
	width: 66px;
	font-size: 0;
	line-height: 0;
	background: #a0e0f7 url("/images/pattern3.png");
	border-right: solid 1px #fff;
	color: #231f20;
	text-align: center;
	padding: 5px 0;
	position: relative;
}

.search-form .icon-book:before {
	font-size: 44px;
	line-height: 66px;
	margin-left: 5px;
}

.search-form .icon-book:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #fff transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -9px;
}

.search-form .form-holder {
	overflow: hidden;
	padding: 14px 16px 14px 0;
}

.search-form .input-holder {
	float: left;
	box-shadow: 0 1px 2px rgba(1, 1, 1, .27);
	width: 718px;
	background: #fff;
}

.search-form .text {
	overflow: hidden;
}

.search-form .radio-holder {
	float: right;
	width: 291px;
	font-size: 14px;
	line-height: 20px;
	padding: 13px 0 15px;
	margin-left: 10px;
	color: #777;
}

.search-form .radio-holder label {
	float: left;
	margin: 1px 12px 0px 11px;
	color: #444;
	font-family: 'Helvetica', 'Arial';
	font-size: 14px;
	line-height: 20px;
}

.search-form .radio-frame {
	float: left;
	padding: 0 0 0 5px;
}

.search-form .radio-frame:first-child {
	padding: 0;
}

.search-form input[type="radio"] {
	float: left;
	width: 16px;
	height: 16px;
	margin: 4px 0 0;
}

.search-form input[type="search"],
.search-form input[type="text"] {
	width: 100%;
	float: left;
	border: 0;
	margin: 0;
	height: 48px;
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
	padding: 10px 15px;
	background: #fff;
	font-family: 'Sentinel A', 'Sentinel B';
	font-weight: 400;
	font-size: 21px;
}

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

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

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

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

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

.search-form button[type="submit"] {
	float: right;
	width: 150px;
	height: 48px;
	font: 12px/20px 'Idlewild A', 'Idlewild B', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #2d2b2b;
	padding: 14px 17px;
	margin: 0;
	letter-spacing: 2px;
	text-align: left;
	box-shadow: 0 1px 2px rgba(1, 1, 1, .5);
	border: 0;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.search-form button[type="submit"]:before {
	font-family: "icomoon";
	font-size: 23px;
	line-height: 23px;
	margin: 0 9px -2px 13px;
	display: inline-block;
	vertical-align: top;
}

.search-form button[type="submit"]:hover {
	color: #a0e0f7;
}

.search-form .search-section {
	padding: 20px 30px 0;
	margin-bottom: -22px;
}

.search-form .select-holder {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	padding: 0 50px 0 0;
	width: 340px;
}

.search-form .select-holder label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 0;
}

.search-form .link-more {
	font: 14px/20px Tahoma, Geneva, sans-serif;
	display: inline-block;
	vertical-align: middle;
	margin: 6px 0 0 64px;
}

.search-form select {
	width: 200px;
	height: 32px;
	border: 0;
	font: 12px/16px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #2d2b2b;
	padding: 8px 17px;
	letter-spacing: 2px;
	margin: 0 5px 0 4px;
	box-shadow: 0 1px 3px rgba(1, 1, 1, .55);
	background: #fff;
	display: inline-block;
	vertical-align: middle;
}

.info-block {
	background: #ed1c24;
	box-shadow: 0 1px 2px rgba(1, 1, 1, .27);
	font: 14px/16px Verdana, Geneva, sans-serif;
	color: #fff;
	padding: 14px 0;
	margin: 0 0 31px;
}

.info-block .container {
	width: 880px;
	padding: 0 18px;
}

.info-block .image-holder {
	float: left;
	width: 135px;
	margin: 0 15px 0 0;
}

.info-block .image-holder img {
	vertical-align: top;
}

.info-block .text-holder {
	float: left;
	width: 100%;
	padding: 16px 0 0;
}

.info-block .text-holder p {
	margin: 0 0 2px;
	font-family: 'Gotham Narrow A', 'Gotham Narrow B';
	font-weight: 400;
}

.info-block .text-holder strong {
	display: block;
	background: none;
	color: #ffc60b;
	font-weight: 700;
	font-size: 15px;
	line-height: 30px;
}

.event-block {
	padding-bottom: 74px;
}

.event-block .content-block {
	width: 808px;
	float: left;
}

.event-block .events-holder {
	margin: 0 -16px 0 0;
}

.event-block .events-holder .box {
	box-shadow: 0 1px 3px rgba(1, 1, 1, .28);
	padding-bottom: 50px;
	position: relative;
	margin: 0 16px 16px 0;
	float: left;
	width: 260px;
	min-height: 240px;
}

.event-block .events-holder .box img {
	vertical-align: top;
}

.event-block .events-holder .box h2 {
	margin: 0;
	font: bold 16px/20px 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
}

.event-block .events-holder .box h2 a {
	color: #2d2b2b;
}

.event-block .events-holder .box h2 a:hover {
	color: #00b0d8;
}

.event-block .events-holder .box .text-holder {
	padding: 20px 23px 10px;
	font-size: 12px;
	line-height: 18px;
}

.event-block .events-holder .box p {
	margin: 0;
	font-size: 13px;
	font-family: 'Helvetica', 'Arial';
	font-weight: 400;
}

.event-block .events-holder .box .meta {
	position: absolute;
	bottom: 13px;
	left: 12px;
	right: 12px;
	text-align: right;
	font: 11px/14px 'Gotham A', 'Gotham B', sans-serif;
}

.event-block .events-holder .box .meta .time {
	display: block;
	color: #f15a22;
	width: auto;
}

.event-block .events-holder .box.high-box {
	text-align: center;
	min-height: 554px;
	width: 240px;
}

.event-block .events-holder .box.high-box .text-holder {
	padding: 15px 20px;
}

.event-block .events-holder .box.high-box h2 {
	margin: 0 0 18px;
}

.event-block .events-holder .box.high-box .meta {
	right: 20px;
	left: 20px;
}

.event-block .events-holder .box.wide-box {
	padding-bottom: 0;
	margin-bottom: 15px;
	width: 536px;
}

.event-block .events-holder .box.wide-box .text-holder {
	overflow: hidden;
	padding: 25px 12px 11px 22px;
	position: relative;
}

.event-block .events-holder .box.wide-box .heading {
	float: left;
	width: 491px;
	font: normal 14px/18px Verdana, Geneva, sans-serif;
}

.event-block .events-holder .box.wide-box .heading h2 {
	margin-bottom: 7px;
	width: 280px;
}

.event-block .events-holder .box.wide-box .meta {
	position: absolute;
	top: 15px;
	right: 18px;
	width: 210px;
	left: auto;
	height: 20px;
}

.event-block .events-holder .box.wide-box .meta .date {
	display: block;
}

.event-block .events-holder .box.image-box {
	padding: 0;
}

.event-block .events-holder .box.image-box a {
	color: #fff;
}

.event-block .events-holder .box.image-box a:hover {
	opacity: .8;
}

.event-block .events-holder .box.image-box .text-holder {
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	font: 11px/16px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	z-index: 5;
}

.event-block .events-holder .box.image-box h2 {
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
}

.event-block .events-holder .box.image-box .image-holder {
	position: relative;
	overflow: hidden;
}

.event-block .events-holder .box.image-box .image-holder:after {
	content: "";
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .32);
	position: absolute;
	bottom: -75px;
	left: -75px;
	z-index: 1;
	box-shadow: 0 0 100px 100px rgba(0, 0, 0, .5);
}

.event-block .cycle-gallery {
	position: relative;
}

.event-block .cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 240px;
	margin-bottom: 7px;
}

.event-block .cycle-gallery .slideset {
	width: 99999px;
	float: left;
}

.event-block .cycle-gallery .slide {
	width: 240px;
	float: left;
}

.event-block .cycle-gallery .slide.active {
	z-index: 1;
}

.event-block .cycle-gallery .slide img {
	vertical-align: top;
}

.event-block .cycle-gallery .pagination {
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.event-block .cycle-gallery .pagination ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0;
}

.event-block .cycle-gallery .pagination li {
	float: left;
	margin: 0 3px;
}

.event-block .cycle-gallery .pagination li.active a {
	background: #2d2b2b;
}

.event-block .cycle-gallery .pagination a {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #eae9e9;
	text-indent: -9999px;
	overflow: hidden;
}

.event-block .cycle-gallery .pagination a:hover {
	background: #2d2b2b;
}

.event-block .aside {
	width: 270px;
	float: right;
	margin: 0 -30px 0 0;
	padding: 55px 0 0;
}

.event-block .spotlight-block {
	background: #2e2c2c url("/images/pattern1.png");
	height: 496px;
}

.event-block .spotlight-block .heading {
	padding: 24px 20px 16px 77px;
	background: #b2d235;
	position: relative;
	z-index: 1;
}

.event-block .spotlight-block .heading:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: -5px;
	z-index: 2;
	background: url("/images/bg-spotlight.png") no-repeat;
	background-size: 100% 100%;
}

.event-block .spotlight-block .heading:before {
	content: "";
	position: absolute;
	left: 11px;
	bottom: -8px;
	z-index: 3;
	background: url("/images/ico-lamp.png") no-repeat;
	width: 68px;
	height: 61px;
}

.event-block .spotlight-block h2 {
	font: 17px/20px Verdana, Geneva, sans-serif;
	letter-spacing: 3px;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 5;
}

.event-block .spotlight-block .event-list {
	padding: 24px 10px 41px;
	margin: 0;
	list-style: none;
	color: #abaaaa;
	font-size: 12px;
	line-height: 16px;
	border-bottom: solid 1px rgba(245, 245, 245, .3);
	height: 378px;
}

.event-block .spotlight-block .event-list li {
	border-top: solid 1px rgba(17, 137, 125, .7);
	padding: 14px 10px 5px;
}

.event-block .spotlight-block .event-list li:first-child {
	border: none;
}

.event-block .spotlight-block .event-list .title-text {
	display: block;
	font: bold 18px/16px 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
	letter-spacing: 0;
	margin-bottom: 5px;
	line-height: 20px;
}

.event-block .spotlight-block .event-list .title-text a {
	color: #11897d;
}

.event-block .spotlight-block .event-list .title-text a:hover {
	color: #275d58;
}

.event-block .spotlight-block .event-list time {
	display: block;
	margin: 0 0 5px;
}

.event-block .spotlight-block .pagination {
	padding: 8px 16px 17px;
	overflow: hidden;
}

.event-block .spotlight-block .pagination ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}

.event-block .spotlight-block .pagination li {
	float: left;
	letter-spacing: 0;
	font: 16px/18px Tahoma, Geneva, sans-serif;
	text-align: center;
	margin: 0 0 0 5px;
	position: relative;
}

.event-block .spotlight-block .pagination li:hover a {
	color: #1c8e82;
}

.event-block .spotlight-block .pagination a {
	color: #abaaaa;
	padding: 6px 2px;
	display: block;
	height: 33px;
	width: 30px;
}

.event-block .spotlight-block .pagination strong {
	border: solid 2px #1c8e82;
	padding: 4px 2px;
	color: #1c8e82;
	font-weight: normal;
	height: 33px;
	width: 30px;
	display: block;
}

.event-block .spotlight-block .pagination strong:after {
	content: "";
	width: 30px;
	top: 30px;
	left: 0;
	height: 20px;
	border: solid #1c8e82;
	border-width: 0 2px;
	position: absolute;
}

.event-block .spotlight-block .pagination strong:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #fff;
	position: absolute;
	left: 50%;
	top: 42px;
	margin-left: -7px;
}

.newsletter-box {
	margin-bottom: 10px;
}

.newsletter-box .heading {
	padding: 7px 77px 7px 13px;
	background: #ffc60b;
	position: relative;
}

.newsletter-box .heading:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 5px;
	background: url("/images/ico-newsletter.png") no-repeat;
	width: 71px;
	height: 44px;
}

.newsletter-box .title {
	display: block;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	color: #2d2b2b;
	font-weight: 200;
}

.newsletter-box .btn-signup {
	display: block;
	box-shadow: 0 1px 2px rgba(1, 1, 1, .27);
	background: #fff;
	color: #abaaaa;
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	position: relative;
	padding: 14px 50px 10px 16px;
	font-family: 'Helvetica', 'Arial';
}

.newsletter-box .btn-signup:hover {
	color: #2d2b2b;
}

.newsletter-box .btn-signup:after {
	content: "\e600";
	font-size: 10px;
	line-height: 10px;
	color: #2d2b2b;
	position: absolute;
	right: 21px;
	top: 18px;
	font-family: "icomoon";
	font-style: normal;
}

.filter-block {
	margin: 0 0 15px;
}

.filter-block .title {
	font: 10px/14px 'Gotham A', 'Gotham B', Verdana, Geneva, sans-serif;
	color: #2d2b2b;
	display: block;
	margin-bottom: 10px;
	margin-top: 12px;
}

.filter-block .filter-list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.filter-block .filter-list li {
	display: inline-block;
	vertical-align: top;
	font: 10px/12px 'Gotham A', 'Gotham B', Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
	margin-right: 0;
	width: auto;
	border-right: 1px solid #888;
}

.filter-block .filter-list select {
	width: 107px;
	text-transform: uppercase;
	color: #fff;
	background: #2d2b2b;
	text-align: center;
	border: 0;
	padding: 5px 10px;
	height: 32px;
	font: 10px/16px Tahoma, Geneva, sans-serif;
	box-shadow: 0 1px 3px rgba(1, 1, 1, .55);
}

.gallery-block {
	background: #9bdff9;
	padding: 37px 0 41px;
}

.gallery-block .heading {
	text-align: center;
	padding: 0 0 18px;
}

.gallery-block h1 {
	font: bold 24px/28px Tahoma, Geneva, sans-serif;
	color: #00b0d8;
	margin-bottom: 19px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.gallery-block .carousel {
	position: relative;
	padding: 0 15px;
}

.gallery-block .mask {
	position: relative;
	overflow: hidden;
	width: 1020px;
}

.gallery-block .slideset {
	width: 1030px;
	float: left;
	display: inline;
}

.gallery-block .slide {
	width: 171px;
	float: left;
	padding: 5px 18px;
	height: 380px;
	white-space: normal;
}

.gallery-block .slide.slide2 {
	width: 155px;
}

.gallery-block .btn-prev,
.gallery-block .btn-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: -45px;
	margin-top: -55px;
	color: #00b0d8;
}

.gallery-block .btn-prev:before,
.gallery-block .btn-next:before {
	content: "\e611";
	font-size: 20px;
	line-height: 20px;
	font-family: "icomoon";
}

.gallery-block .btn-prev:hover,
.gallery-block .btn-next:hover {
	color: #2d2b2b;
}

.gallery-block .btn-next {
	left: auto;
	right: -40px;
}

.gallery-block .btn-next:before {
	content: "\e600";
	font-size: 20px;
	line-height: 20px;
}

.gallery-block .image-holder {
	min-height: 223px;
	white-space: nowrap;
	text-align: center;
	margin: 0 0 14px;
}

.gallery-block .image-holder:after {
	content: "";
	display: inline-block;
	height: 223px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: bottom;
}

.gallery-block .image-holder img {
	display: inline-block;
	vertical-align: bottom;
	white-space: normal;
	box-shadow: 0 2px 3px rgba(1, 1, 1, .33);
}

.gallery-block .meta {
	font: 10px/14px Verdana, Geneva, sans-serif;
	text-align: center;
	margin: 0 -14px;
	color: #2d2b2b;
}

.gallery-block .meta .title {
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 6px;
}

.gallery-block .meta .title a {
	color: #2d2b2b;
}

.gallery-block .meta .title a:hover {
	color: #00b0d8;
}

.gallery-block .meta .by,
.gallery-block .meta .genre a {
	color: #2d2b2b;
}

.gallery-block .meta .by:hover,
.gallery-block .meta .genre a:hover {
	color: #00b0d8;
}

.gallery-block.grey-style {
	background: #abaaaa;
	padding: 51px 0 47px;
}

.gallery-block.grey-style h1 {
	color: #d5d5d5;
	margin-bottom: 10px;
}

.gallery-block.grey-style .btn-prev,
.gallery-block.grey-style .btn-next {
	color: #d5d5d5;
}

.gallery-block.grey-style .btn-prev:hover,
.gallery-block.grey-style .btn-next:hover {
	color: #2d2b2b;
}

.gallery-block.grey-style .slide {
	width: 204px;
	padding: 0 27px;
}

.gallery-block.grey-style .meta {
	margin: 0;
	padding: 0 10px;
}

.gallery-block.grey-style .title a:hover,
.gallery-block.grey-style .genre a:hover {
	color: #11897d;
}

#footer {
	background: #fff;
	padding: 57px 0 77px 0;
	position: relative;
}

.footer-holder {
	float: left;
	width: 600px;
	font: 13px/16px 'Gotham A', 'Gotham B', sans-serif;
}

.footer-holder address {
	font-style: normal;
	display: block;
	color: #abaaaa;
	margin-bottom: 30px;
}
.footer-holder address strong {
	margin-right: 0 !important;
}

.footer-holder address .location,
.footer-holder address .org-name,
.footer-holder address .tel {
	display: inline-block;
	vertical-align: top;
	margin-right: 14px;
}

.footer-holder .social-networks {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: bold;
}

.footer-holder .social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 0 0;
}

.footer-frame {
	float: right;
	font-size: 11px;
	line-height: 18px;
	max-width: 400px;
}

.footer-frame p {
	margin: 0 0 28px;
}

.footer-frame a {
	color: #000;
}

.footer-frame a:hover {
	color: #00b0d8;
}

.footer-frame .logo {
	float: right;
	padding: 0;
	width: 80px;
	margin: 0;
	border-bottom: none;
}

h1 {
	font: 39px/46px 'Gotham Cond A', 'Gotham Cond B', sans-serif;
	margin: 0 0 17px;
}

.history-block .tab-block {
	padding: 0 45px;
	border-bottom: solid 1px #838383;
	float: left;
	width: 100%;
}

.history-block .tabset {
	padding: 28px 90px 31px;
	border-bottom: solid 1px #838383;
	margin: 0 -45px 50px;
	list-style: none;
	font: 12px/16px 'Gotham A', 'Gotham B', Verdana, Geneva, sans-serif;
	overflow: hidden;
}

.history-block .tabset li {
	float: left;
	padding: 7px 14px 7px 0;
	margin: 0 29px 0 0;
	position: relative;
}

.history-block .tabset li:after {
	content: "\2022";
	width: 1px;
	/* background: #d7d7d7; */
	position: absolute;
	top: 0;
	bottom: 0;
	right: -6px;
	line-height: 30px;
}

.history-block .tabset a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.history-block .tabset a:hover,
.history-block .tabset a:active,
.history-block .tabset a:focus {
	color: #19cdbb;
	text-decoration: none;
}

.history-block .tab-content {
	padding: 0 45px 80px 45px;
	width: 875px;
	float: left;
	/* width: 100%; */
	clear: both;
}

.history-block .tab-content h2, .text-holder h2 {
	font: 39px/46px 'Gotham Cond A', 'Gotham Cond B', Tahoma, Geneva, sans-serif;
	margin: 0 0 20px;
	font-weight: 500;
}

.history-block .tab-content .title {
	display: block;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 3px;
}

.history-block .tab-content p, .text-holder p {
	margin: 0 0 19px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 24px;
}

.history-block .tab-content p i {
	color: #828181;
}

.history-block .tab-content .people-info {
	padding: 48px 0 39px;
	margin: 0;
	list-style: none;
}

.history-block .tab-content .people-info li {
	padding: 43px 0 0;
}

.history-block .tab-content .people-info li:first-child {
	padding: 0;
}

.history-block .tab-content .people-info .image-holder {
	display: inline-block;
	vertical-align: middle;
	width: 180px;
	margin-right: 55px;
}

.history-block .tab-content .people-info img {
	vertical-align: top;
}

.history-block .tab-content .people-info .description {
	display: inline-block;
	vertical-align: middle;
	width: 500px;
}

.history-block .tab-content .people-info .name {
	display: block;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 28px;
}

.history-block .tab-content .people-info p {
	margin: 0 0 5px;
}

.heading-block {
	padding: 53px 0 31px 44px;
	border-bottom: solid 1px #838383;
}

.heading-block .text-block {
	width: 575px;
	float: left;
}

.heading-block .text-block .title {
	font-size: 18px;
	line-height: 22px;
	display: block;
	margin: 0 0 25px;
	font-weight: normal;
	font-style: italic;
}

.heading-block .text-block p {
	margin-bottom: 10px;
}

.heading-block .text-holder {
	color: #939292;
}

.heading-block .newsletter-box {
	float: right;
	width: 270px;
	padding: 7px 0 0;
}

.about-block .heading-block {
	padding: 51px 0 23px 46px;
}

.about-block h3 {
	font: 24px/28px 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
	margin: 0 0 13px;
}

.about-block h3 a {
	display: inline-block;
	vertical-align: top;
}

.about-block h3 a:after {
	content: "\e612";
	font-family: "icomoon";
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	color: #000;
	margin: 7px 0 0 34px;
}

.about-block .content-block {
	padding: 37px 45px 26px;
}

.about-block .content-box {
	width: 420px;
	display: inline-block;
	vertical-align: top;
	margin: 0 26px 16px 0;
	background: #fff;
	border: solid 1px #d5d5d5;
	color: #abaaaa;
	padding: 18px 23px;
}

.about-block .content-box p {
	margin-bottom: 27px;
}

.questions-block {
	padding: 0 60px;
	margin-bottom: 63px;
}

.questions-block.container {
	width: 1050px;
	margin-bottom: 50px;
	margin-top: 30px;
}

.questions-block .title {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
	font-weight: normal;
}

.questions-block .title:before {
	content: "\e609";
	display: inline-block;
	vertical-align: top;
	font-family: "icomoon";
	font-style: normal;
	color: #f15a22;
	font-size: 16px;
	line-height: 28px;
	margin: 0 10px 0 0;
}

.questions-block .questions-list {
	padding: 0 0 0 35px;
	margin: 0;
	list-style: none;
	font: bold 12px/24px Verdana, Geneva, sans-serif;
	display: inline-block;
	vertical-align: bottom;
	max-width: 700px;
}

.questions-block .questions-list li {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 35px;
}

.questions-block .questions-list li:before {
	content: "\e612";
	font-family: "icomoon";
	font-size: 10px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	color: #2d2b2b;
	margin: 1px 10px 0 0;
}

.questions-block .questions-list a {
	color: #2d2b2b;
}

.questions-block .questions-list a:hover {
	color: #00b0d8;
}

.book-main {
	padding: 30px 0 0;
}

.books-block {
	background: #fff;
	padding: 30px 45px 35px;
	margin-bottom: 35px;
	overflow: hidden;
}

.books-block .side-block {
	float: left;
	width: 240px;
	padding: 15px 15px 0;
}

.books-block .side-block .image-holder {
	padding: 15px;
	background: #eee;
	margin-bottom: 27px;
}

.books-block .side-block .image-holder img {
	vertical-align: top;
}

.books-block .content-holder {
	width: 685px;
	float: right;
	padding: 0 8px;
}

.books-block h1 {
	font: 32px/40px Tahoma, Geneva, sans-serif;
	margin: 0 0 33px;
}

.books-block .scrollable-area {
	height: 360px;
	overflow-y: auto;
}

.books-block .bookinfo-list {
	width: 600px;
	font: 12px/18px Tahoma, Geneva, sans-serif;
	margin: 0 0 15px;
	overflow: hidden;
}

.books-block .bookinfo-list dt {
	width: 146px;
	float: left;
	padding: 0 10px 0 0;
}

.books-block .bookinfo-list dd {
	width: 450px;
	overflow: hidden;
	padding: 0 0 9px 2px;
	margin: 0;
}

.books-block .bookinfo-list .title {
	display: block;
	font: 16px/22px Verdana, Geneva, sans-serif;
	color: #abaaaa;
}

.books-block .bookinfo-list .subject-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.books-block .bookinfo-list p {
	margin: 0;
}

.books-block .bookinfo-list p i {
	font: italic 12px/18px "Times New Roman", Times, serif;
}

.btn-request {
	background: #ffc60b;
	color: #fff;
	box-shadow: 0 2px 5px rgba(12, 12, 13, .21);
	font-size: 14px;
	line-height: 18px;
	padding: 22px 10px;
	margin-bottom: 30px;
}

.btn-request:hover {
	background: #d4a304;
}

.btn-add {
	display: inline-block;
	vertical-align: top;
	padding: 28px 0 0 80px;
}

.link-add {
	display: inline-block;
	vertical-align: top;
	font: 14px/18px Tahoma, Geneva, sans-serif;
	position: relative;
}

.link-add:hover:before {
	opacity: .8;
}

.link-add:before {
	content: "";
	background: url("/images/ico-add.png") no-repeat;
	width: 64px;
	height: 53px;
	position: absolute;
	left: -72px;
	bottom: -6px;
}

.book-info {
	padding: 0 0 98px;
}

.book-info .link-list {
	font: 16px/20px Tahoma, Geneva, sans-serif;
	padding: 0 45px 17px;
	margin: 0;
	list-style: none;
	text-align: right;
}

.book-info .link-list li {
	display: inline-block;
	vertical-align: top;
}

.book-info .link-list li:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 16px;
	background: #abaaaa;
	margin: 2px 4px 0 0;
}

.book-info .link-list li:first-child:before {
	display: none;
}

.book-info .accordion {
	padding: 0;
	margin: 0;
	list-style: none;
}

.book-info .accordion li {
	border: solid #00b0d8;
	border-width: 2px 0;
	margin: 0 0 7px;
}

.book-info .accordion li.active .slide {
	display: block;
}

.book-info .accordion li.active .opener:before {
	content: "\e604";
	font-size: 18px;
	left: 40px;
}

.book-info .accordion .opener {
	display: block;
	background: #99dff9;
	padding: 18px 92px;
	font: 20px/22px Tahoma, Geneva, sans-serif;
	color: #2d2b2b;
	position: relative;
}

.book-info .accordion .opener:before {
	content: "\e612";
	font-family: "icomoon";
	position: absolute;
	top: 12px;
	left: 45px;
	font-size: 30px;
	line-height: 30px;
	color: #00b0d8;
}

.book-info .accordion .opener:hover {
	color: #555;
}

.book-info .accordion .slide {
	background: #fcfcfc;
	display: none;
}

.book-info .accordion .holder {
	width: 920px;
	padding: 38px 119px;
}

.book-info .accordion h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

.book-info .accordion p {
	margin-bottom: 6px;
}

.branch-block {
	padding: 60px 0 0;
	position: relative;
	z-index: 2;
}

.branch-block .description-content {
	padding: 35px 0 21px;
}

.branch-block .container {
	border: solid 1px #d8d7d7;
	width: 1170px;
	background: #fff;
	padding: 0 103px;
}

.branch-block h1 {
	margin-bottom: 23px;
}

.branch-block h2 {
	font: 18px/22px 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
	margin-bottom: 21px;
	color: #2d2b2b;
}

.branch-block .text-holder {
	float: left;
	width: 675px;
	font-size: 14px;
	line-height: 20px;
	color: #7d7c7c;
}

.branch-block .side-block {
	float: right;
	width: 270px;
	margin: 0 -58px 0 0;
	font-family: 'Gotham Narrow A', 'Gotham Narrow B';
}

.branch-block .side-box {
	border: solid 1px #d8d7d7;
	padding: 19px 40px 30px;
	margin-bottom: 21px;
}

.branch-block .side-box h2 {
	margin-bottom: 14px;
}

.branch-block .side-nav {
	padding: 19px 45px 30px;
	font: 14px/18px Tahoma, Geneva, sans-serif;
}

.branch-block .side-nav h2 {
	margin-bottom: 12px;
}

.branch-block .side-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.branch-block .side-nav li {
	margin-bottom: 12px;
	color: #11897d;
	font-size: 12px;
}

.branch-block .side-nav a {
	color: #11897d;
}

.branch-block .side-nav a:hover,
.branch-block .side-nav a:active,
.branch-block .side-nav a:focus {
	color: #19cdbb;
	text-decoration: none;
}

.branch-block .top-content {
	overflow: hidden;
	margin: 0 0 41px;
}

.branch-block .top-content .image-holder {
	background: #eee;
	padding: 1px;
	width: 436px;
	float: left;
	margin: 0 58px 0 0;
}

.branch-block .top-content .image-holder img {
	vertical-align: top;
}

.branch-block address {
	width: 180px;
	float: left;
	font-style: normal;
	font-size: 18px;
	line-height: 20px;
	color: #2d2b2b;
	padding-top: 25px;
	font-family: 'Helvetica', 'Arial';
}

.branch-block address .tel {
	font: 20px/24px 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
	display: block;
	padding: 12px 0 31px;
}

.branch-block address .btn {
	font-size: 9px;
	min-width: 150px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	margin: 0 0 9px 0;
}

.opening-info {
	margin: 0;
	font: 13px/24px 'Gotham A', 'Gotham B', sans-serif;
	padding: 0 5px;
	overflow: hidden;
}

.opening-info dt {
	float: left;
	width: 45px;
	margin: 0 5px 0 0;
}

.opening-info dd {
	margin: 0;
	font-weight: bold;
}

.opening-info dd.closed {
	color: #f15a22;
}

.upcoming-events .heading {
	padding: 15px 103px;
	margin: 0 -103px;
	border-top: solid 1px #d8d7d7;
}

.upcoming-events .heading h2 {
	margin: 0 0 2px;
}

.event-article {
	border-top: solid 1px #d8d7d7;
	padding: 49px 120px 41px 103px;
	margin: 0 -103px;
	font-size: 13px;
	line-height: 18px;
}

.event-article .title-block {
	margin: 0 0 48px;
}

.event-article .title-block time {
	font-size: 28px;
	line-height: 32px;
	overflow: hidden;
	margin-bottom: 5px;
	display: block;
}

.event-article .holder {
	overflow: hidden;
}

.event-article .event-info {
	float: left;
	width: 520px;
}

.event-article .info-text {
	float: right;
	width: 418px;
}

.event-article .time {
	float: left;
	font: 16px/20px Tahoma, Geneva, sans-serif;
	color: #f15a22;
	width: 110px;
	margin: 0 55px 0 0;
}

.event-article .info {
	float: left;
	width: 300px;
}

.event-article .name {
	display: block;
	font: 20px/24px 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
	margin-bottom: 5px;
}

.event-article .branch {
	display: block;
	font: 14px/18px 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
	color: #abaaaa;
}

.button {
	float: right;
	border-radius: 5px;
	font: 14px/18px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	min-width: 100px;
	color: #2d2b2b;
	background: #fff;
	border: solid 3px #d5d5d5;
	text-align: center;
	padding: 5px 10px;
	margin: 0 0 0 20px;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.button:hover {
	color: #fff;
	background: #2d2b2b;
}

.journal-block {
	padding: 71px 0 78px;
	background: #ebebeb;
	margin: -16px 0 0;
}

.journal-block .container {
	width: 894px;
}

.journal-block h2 {
	font: 18px/22px Tahoma, Geneva, sans-serif;
	margin-bottom: 32px;
}

.journal-block .holder {
	margin: 0 -17px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.journal-block .thumbnail {
	display: inline-block;
	vertical-align: top;
	width: 268px;
	margin: 0 17px 20px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0;
	min-height: 318px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(1, 1, 1, .28);
}

.journal-block div.image-holder {
	min-height: 210px;
	white-space: nowrap;
	text-align: center;
	background: #2d2b2b;
}

.journal-block div.image-holder:after {
	content: "";
	display: inline-block;
	height: 210px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.journal-block img {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.journal-block .caption {
	padding: 14px 24px 10px;
}

.journal-block .caption p {
	margin: 0;
}

.journal-block h3 {
	font: 18px/22px Tahoma, Geneva, sans-serif;
	margin-bottom: 16px;
}

.journal-block h3 a {
	color: #000;
}

.journal-block h3 a:hover {
	color: #00b0d8;
}

.branch-section {
	padding: 52px 0 110px;
}

.branch-section .container {
	padding: 0 10px 0 55px;
}

.branch-section .tabset {
	padding: 0;
	margin: 0 0 62px;
	list-style: none;
}

.branch-section .tabset li {
	display: inline-block;
	vertical-align: top;
	margin: 0 11px 0 0;
}

.branch-section .tabset li.active .btn {
	background: #2d2b2b;
	color: #fff;
}

.branch-section .tabset .btn {
	font-size: 10px;
	min-width: 150px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	background: #d5d5d5;
	color: #2d2b2b;
	box-shadow: none;
}

.branch-section .tabset .btn:hover {
	background: #2d2b2b;
	color: #fff;
}

.branch-section .tab-content {
	overflow: hidden;
}

.branch-section .side-block {
	font: 15px/20px Tahoma, Geneva, sans-serif;
	width: 250px;
	float: left;
	padding: 0 10px 0 0;
}

.branch-section .side-block .link-list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 'Gotham Narrow A', 'Gotham Narrow B';
}

.branch-section .side-block .link-list li {
	margin: 0 0 8px;
}

.branch-section .side-block .link-list li.active {
	margin-bottom: 9px;
}

.branch-section .side-block .link-list li.active a {
	color: #000;
	font-weight: bold;
}

.branch-section .side-block .link-list a {
	color: #7e7d7d;
	font-size: 12px;
	display: block;
}

.branch-section .side-block .link-list a:hover {
	color: #2d2b2b;
}

.branch-section .content-holder {
	width: 750px;
	float: right;
	background: #fff;
	border: solid 1px #d5d5d5;
}

.branch-section .content-holder .holder {
	padding: 27px 58px 34px 45px;
	border-top: solid 1px #d5d5d5;
}

.branch-section .content-holder .holder:first-child {
	border-top: 0;
}

.branch-section .content-holder .holder.odd {
	padding: 27px 58px 68px 60px;
}

.branch-section .content-holder .holder.odd .text-holder {
	padding: 0;
	width: 510px;
}

.branch-section .content-holder h2 {
	font: 28px/32px 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
	margin-bottom: 17px;
	font-weight: 700;
}

.branch-section .content-holder .text-holder {
	color: #7d7c7c;
	width: 540px;
	padding: 0 16px;
	font-size: 14px;
	line-height: 20px;
}

.branch-section .content-holder p {
	margin-bottom: 10px;
}

.branch-section .branch-links {
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
	font: 16px/22px Verdana, Geneva, sans-serif;
}

.branch-section .branch-links li {
	display: inline-block;
	vertical-align: top;
	margin: 0 35px 0 0;
}

.branch-section .branch-links a {
	font-family: Verdana, Geneva, sans-serif;
}

.branch-section .branch-links a:after {
	content: "\e603";
	font-family: "icomoon";
	margin-left: 6px;
	color: #2d2b2b;
	font-size: 10px;
}

.branch-section .branch-links a:before {
	font-size: 14px;
	margin: 0 10px 0 0;
	font-family: "icomoon";
	color: #2d2b2b;
}

.branch-section .branch-links a:hover:before {
	color: #0086a5;
}

.branch-section .top-content {
	overflow: hidden;
	margin-bottom: 36px;
}

.branch-section .top-content .address-holder {
	width: 218px;
	float: left;
	padding: 0 10px 0 0;
}

.branch-section .top-content address {
	font-style: normal;
	color: #2d2b2b;
	font-size: 14px;
	line-height: 18px;
	display: block;
	padding: 7px 16px 37px 16px;
}

.branch-section .top-content address .tel {
	font: 16px/20px Tahoma, Geneva, sans-serif;
	display: block;
	padding: 13px 0 0;
}

.branch-section .top-content .buttons {
	padding: 0;
	margin: 0;
	list-style: none;
}

.branch-section .top-content .buttons li {
	margin: 0 0 8px 1px;
}

.branch-section .top-content .buttons .btn {
	font-size: 8px;
	min-width: 150px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.branch-section .top-content .buttons .btn.lightgreen-style {
	background: #b2d235;
}

.branch-section .top-content .buttons .btn.lightgreen-style:hover {
	background: #9cc400;
}

.branch-section .top-content .opening-info {
	float: left;
	width: 180px;
	margin: 0 6px 0 0;
}

.branch-section .top-content .image-holder {
	float: left;
	width: 240px;
	border: solid 1px #2d2b2b;
	margin: 9px 0 0;
}

.branch-section .top-content .image-holder img {
	vertical-align: top;
}

.branch-section .top-content h3 {
	font: 20px/24px 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
	margin: 0 0 7px;
	font-weight: 600;
}

.branch-section .top-content .branch {
	display: block;
	font: 16px/20px Verdana, Geneva, sans-serif;
}

.branch-section .top-content .branch-info {
	float: left;
	width: 450px;
}

.branch-section .top-content .phone {
	float: right;
	font: 16px/20px Tahoma, Geneva, sans-serif;
	padding-top: 15px;
}

.event-section .heading-block {
	border: 0;
	padding-bottom: 28px;
}

.filter-section {
	padding: 21px 45px 46px;
	margin-bottom: 16px;
	position: relative;
	z-index: 10;
}

.filter-section:before {
	content: "";
	background: #eee;
	position: absolute;
	right: -9999px;
	left: -9999px;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.filter-section .title {
	display: block;
	font: 10px/16px Tahoma, Geneva, sans-serif;
	color: #00b0d8;
	margin: 0 0 10px 11px;
}

.filter-form .holder {
	float: left;
	padding: 8px 6px;
	box-shadow: 0 1px 2px rgba(1, 1, 1, .27);
}

.filter-form select {
	width: 200px;
	height: 32px;
	float: left;
	border: 0;
	font: 10px/16px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 17px;
	letter-spacing: 2px;
	margin: 0 5px 0 4px;
	box-shadow: 0 1px 3px rgba(1, 1, 1, .55);
	background: #2d2b2b;
}

.filter-form input[type="submit"] {
	width: 150px;
	float: left;
	margin: 0 0 0 20px;
	height: 46px;
	border: 0;
	padding: 14px 0;
	box-shadow: 0 1px 2px rgba(1, 1, 1, .55);
	background: #00b0d8;
	font: 14px/18px Tahoma, Geneva, sans-serif;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.filter-form input[type="submit"]:hover {
	background: #288ca3;
}

.events-holder {
	margin-bottom: 56px;
}

.events-holder .event-article {
	border-top: 0;
	border-bottom: solid 1px #dcdcdc;
	margin: 0 -75px;
	padding: 49px 137px 41px 122px;
}

.events-holder .title-block {
	position: relative;
}

.events-holder .icon-link {
	position: absolute;
	top: 4px;
	right: -56px;
	font-size: 0;
	line-height: 0;
}

.events-holder .icon-link:hover:before {
	color: #00b0d8;
}

.events-holder .icon-link:before {
	font-size: 20px;
	line-height: 20px;
	color: #2d2b2b;
}

.feature-block {
	overflow: hidden;
	padding: 0 45px 60px;
}

.feature-block .feature-holder {
	margin-bottom: 18px;
}

.feature-block .col {
	float: left;
	width: 260px;
	margin: 0 30px 0 0;
}

.feature-block h2 {
	font: 20px/26px Tahoma, Geneva, sans-serif;
	margin: 0 0 17px 11px;
	color: #f15a22;
}

.feature-block h3 {
	font: 20px/26px Tahoma, Geneva, sans-serif;
	margin-bottom: 0;
	padding: 4px 15px 6px 10px;
}

.feature-block h3 a {
	color: #2d2b2b;
	position: relative;
	display: block;
	padding: 0 20px 0 0;
}

.feature-block h3 a:before {
	content: "\e612";
	font-size: 12px;
	line-height: 20px;
	font-family: "icomoon";
	position: absolute;
	top: 6px;
	right: 0;
}

.feature-block h3 a:hover {
	color: #00b0d8;
}

.feature-list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 13px;
	line-height: 18px;
	color: #abaaaa;
}

.feature-list li {
	border-top: solid 1px #e4e3e3;
}

.feature-list .text-holder {
	padding: 10px;
	border-top: solid 1px #e4e3e3;
}

.feature-list .text-holder p {
	margin-bottom: 11px;
}

.feature-list .slide {
	display: none;
}

.feature-list .slide.active {
	display: block;
}

.result-block {
	padding: 0 0 106px 45px;
}

.result-block .result-heading {
	position: relative;
	z-index: 1;
	padding: 33px 23px 45px;
}

.result-block .result-heading:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	background: #d7d7d7;
}

.result-block .result-heading .result-numbers {
	margin-bottom: 24px;
	display: block;
	font: 42px/46px Tahoma, Geneva, sans-serif;
}

.result-block .filter-search {
	width: 700px;
	float: left;
	font-size: 16px;
	line-height: 20px;
}

.result-block .filter-search .holder {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 95px;
}

.result-block .filter-search .holder:first-child {
	padding: 0;
}

.result-block .filter-search .holder .info {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 0 3px;
	color: #7d7c7c;
}

.result-block .filter-search label {
	display: inline-block;
	vertical-align: top;
	margin: 5px 19px 0 0;
}

.result-block .filter-search .input-number {
	width: 98px;
	box-shadow: 0 1px 2px rgba(1, 1, 1, .55);
	background: #abaaaa;
	display: inline-block;
	vertical-align: top;
}

.result-block .filter-search .input-number .arrows {
	float: right;
	vertical-align: top;
	width: 28px;
	height: 32px;
	position: relative;
}

.result-block .filter-search .input-number .up,
.result-block .filter-search .input-number .down {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 0;
	line-height: 0;
}

.result-block .filter-search .input-number .up:before,
.result-block .filter-search .input-number .down:before {
	content: "\e605";
	font-family: "icomoon";
	font-size: 5px;
	line-height: 6px;
	color: #fff;
}

.result-block .filter-search .input-number .down {
	bottom: 10px;
	top: auto;
}

.result-block .filter-search .input-number .down:before {
	content: "\e604";
}

.result-block .filter-search input[type="text"] {
	width: 60px;
	height: 32px;
	float: left;
	border: 0;
	background: none;
	margin: 0;
	padding: 6px 10px 8px;
	font: 12px/16px Tahoma, Geneva, sans-serif;
	color: #fff;
	text-align: center;
}

.result-block .filter-search input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}

.result-block .filter-search input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.result-block .filter-search input[type="text"]:-moz-placeholder {
	color: #fff;
}

.result-block .filter-search input[type="text"]:-ms-input-placeholder {
	color: #fff;
}

.result-block .filter-search input[type="text"].placeholder {
	color: #fff;
}

.result-block .filter-search select {
	width: 200px;
	border: 0;
	font: 12px/18px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 6px 17px 8px;
	height: 32px;
	letter-spacing: 2px;
	margin: 0 5px 0 4px;
	box-shadow: 0 1px 3px rgba(1, 1, 1, .55);
	background: #abaaaa;
}

.result-block .heading-section {
	padding: 0 13px 0 7px;
}

.result-block .paging {
	width: 205px;
	float: right;
}

.result-block .paging .title {
	display: inline-block;
	vertical-align: top;
	margin: 7px 11px 0 0;
}

.result-block .paging strong {
	color: #2d2b2b;
	font-weight: normal;
}

.result-block .paging ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

.result-block .paging ul a:hover {
	color: #2d2b2b;
}

.result-block .paging li {
	display: inline-block;
	vertical-align: middle;
}

.result-block .paging .next a {
	font-size: 0;
	line-height: 0;
	background: #fff;
	height: 32px;
	width: 32px;
	display: block;
	border-radius: 50%;
	text-align: center;
	margin: 0 0 0 12px;
}

.result-block .paging .next a:before {
	content: "\e601";
	font-size: 10px;
	line-height: 32px;
	color: #00b0d8;
	font-family: "icomoon";
}

.result-block .paging .next a:hover:before {
	color: #2d2b2b;
}

.result-frame {
	overflow: hidden;
	padding: 30px 0 0;
}

.result-frame .sideblock {
	float: left;
	width: 250px;
	padding: 12px 0 0;
}

.result-frame .sideblock h2 {
	font: 18px/22px Tahoma, Geneva, sans-serif;
	margin-bottom: 30px;
}

.result-frame .check-list {
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
	font: 12px/16px Tahoma, Geneva, sans-serif;
	color: #00b0d8;
}

.result-frame .check-list li {
	overflow: hidden;
	margin-bottom: 12px;
}

.result-frame .filtersearch {
	padding: 0 7px 46px;
}

.result-frame .filtersearch .title {
	font: 14px/16px Tahoma, Geneva, sans-serif;
	display: block;
	margin: 0 0 13px;
}

.result-frame .filtersearch .title a {
	color: #000;
}

.result-frame .filtersearch .title a:hover {
	color: #00b0d8;
}

.result-frame .filtersearch .title:before {
	content: "\e604";
	font-family: "icomoon";
	font-size: 6px;
	line-height: 16px;
	display: inline-block;
	vertical-align: top;
	margin: 2px 9px 0 4px;
}

.result-frame .filtersearch input[type="checkbox"] {
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 11px 0 0;
}

.result-frame .filtersearch .btn-more {
	font: 12px/12px Tahoma, Geneva, sans-serif;
	display: inline-block;
	vertical-align: top;
	color: #00b0d8;
	border: solid 1px #cdcdcd;
	min-width: 75px;
	padding: 1px 5px 2px;
	margin: 0 0 0 21px;
}

.result-frame .filtersearch .btn-more:hover {
	color: #2d2b2b;
}

.result-frame .filtersearch label {
	float: left;
	max-width: 205px;
}

.result-frame .filtersearch label mark {
	background: none;
	color: #2d2b2b;
}

.result-frame .content-block {
	width: 750px;
	float: right;
	background: #fff;
	border: solid 1px #d5d5d5;
}

.result-frame .pagination-block {
	padding: 52px 32px 52px 52px;
	overflow: hidden;
}

.result-frame .pagination-block .heading {
	float: left;
	font: 20px/24px Tahoma, Geneva, sans-serif;
}

.searched-article {
	padding: 28px 30px 27px 58px;
	border-bottom: solid 1px #d5d5d5;
}

.searched-article .side-widget {
	float: right;
	width: 175px;
}

.searched-article .searched-info {
	float: left;
	width: 460px;
}

.searched-article .title-block {
	padding: 28px 0 38px;
}

.searched-article .title-block .image-holder {
	float: left;
	margin: -28px 30px 0 -31px;
}

.searched-article .title-block img {
	vertical-align: top;
}

.searched-article .title-block .meta {
	float: left;
	width: 250px;
}

.searched-article .title-block h1 {
	font: bold 16px/20px Tahoma, Geneva, sans-serif;
	margin-bottom: 9px;
}

.searched-article .title-block .by {
	display: block;
	font: 14px/18px Tahoma, Geneva, sans-serif;
	padding: 0 22px;
}

.searched-article .title-block .year {
	font: 14px/18px Tahoma, Geneva, sans-serif;
	float: right;
	color: #f15a22;
}

.searched-article .title-frame {
	overflow: hidden;
}

.searched-article .info-list {
	width: 460px;
	font: 12px/18px Tahoma, Geneva, sans-serif;
	margin: 0;
	overflow: hidden;
}

.searched-article .info-list dt {
	width: 120px;
	float: left;
}

.searched-article .info-list dd {
	margin: 0;
	padding: 0 0 10px;
	overflow: hidden;
}

.searched-article .info-list .title {
	font-weight: normal;
	color: #abaaaa;
}

.searched-article .info-list p {
	margin: 0;
}

.searched-article .info-list p i {
	font: italic 12px/16px "Times New Roman", Times, serif;
	margin-bottom: 25px;
	display: block;
}

.searched-article .side-widget .btn {
	margin-bottom: 8px;
}

.searched-article .side-widget .btn.lightblue-style {
	background: #99dff9;
}

.searched-article .side-widget .btn.lightblue-style:hover {
	background: #2ab4e7;
}

.searched-article .side-widget .btn-holder {
	padding-bottom: 34px;
}

.searched-article .side-widget .btn-add {
	font-size: 12px;
	line-height: 16px;
	padding: 12px 0 15px 77px;
}

.searched-article .side-widget .btn-add .link-add:before {
	bottom: -20px;
}

.force-jumper {
	margin: 0 0 30px 47px;
}

@media (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
	.header-holder {
		background-image: url("/images/pattern1@2x.png");
		background-size: 100px 100px;
	}

	#nav .drop ul {
		background-image: url("/images/pattern4@2x.png");
		background-size: 50px 50px;
	}

	.search-form .search-frame {
		background-image: url("/images/pattern2@2x.png");
		background-size: 60px 60px;
	}

	.search-form .icon-book {
		background-image: url("/images/pattern3@2x.png");
		background-size: 72px 74px;
	}

	.event-block .spotlight-block {
		background-image: url("/images/pattern1@2x.png");
		background-size: 100px 100px;
	}

	.event-block .spotlight-block .heading:after {
		background-image: url("/images/bg-spotlight@2x.png");
	}

	.event-block .spotlight-block .heading:before {
		background-image: url("/images/ico-lamp@2x.png");
		background-size: 68px 61px;
	}

	.newsletter-box .heading:after {
		background-image: url("/images/ico-newsletter@2x.png");
		background-size: 71px 44px;
	}

	.link-add:before {
		background-image: url("/images/ico-add@2x.png");
		background-size: 64px 53px;
	}
}



.event-block .events-holder .box .meta a {
    color: #333;
}

.event-block .events-holder .box .meta a:hover {
    text-decoration: underline;
}

.event-block .events-holder .box.image-box.for-article {
    background: #333;
}

.event-block .events-holder .box.image-box.for-article .image-holder {
    opacity: 0.5;
}

#nav .active a {
    font-weight: bold;
}

div#map {
    width: 100%;
    height: 500px;
}

#map img {
    max-width: 9999px;
}

.branch-block.for-event .top-content .image-holder {
    width: 100%;
}

.branch-block.for-event h1 {
    width: 673px;
    font-size: 28px;
    margin: 0;
}

.branch-block.for-event h2 {
    margin: 5px 0 35px 0;
}

.branch-block.for-event .side-block {
    margin: -108px 0 0 0;
    padding: 0;
}

.side-el {
    width: 100%;
    margin: 0px 0 60px 0;
    clear: both;
    box-sizing: border-box;
    padding-left: 70px;
    font-family: Tahoma, Geneva, sans-serif;
}

.side-el h4 {
    margin: 0 0 18px -16px;
    font-family: 'Idlewild A', 'Idlewild B', sans-serif;
    font-size: 11px;
}

.side-el h5 {
    font-size: 14px;
    font-family: Tahoma, Geneva, sans-serif;
    margin: 0;
}

.polaris-container {
    width: 100%;
    overflow: hidden;
}

.polaris-container iframe {
    border: none;
    width: 100%;
}

.container.polaris-wrap {
    width: 1040px;
}

.history-block .tabset li.active {
    text-decoration: none;
    color: #333;
}

.history-block .tabset li.active a {
    color: #11897d;
    text-decoration: none;
}

.w-extra-nav {
    width: 70%;
    float: left;
}

.extra-nav {
    width: 39%;
    float: right;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 23px;
    margin: 0 -98px 0 0;
}

div#tab1 {
    float: left;
    width: 100%;
}

.extra-nav ul {
    list-style-type: none;
    padding: 0;
}

.extra-nav li {
    padding: 0;
    margin: 17px 0px 11px 0;
    line-height: 17px;
}

.crumbs {
    font-size: 12px;
    margin: -23px 0 15px 0;
}

.btn.green-style a {
    color: #fff;
}

.extra-nav li.active {
    font-weight: 700;
    color: #333;
}

.extra-nav li.active > a {
    color: #333;
}

.extra-nav li.depth-1, .extra-nav li.depth-2, .extra-nav li.depth-3, .extra-nav li.depth-4 {
    margin: 0 0 6px 20px;
    list-style-type: circle;
    font-size: 12px;
}
.extra-nav li.depth-2 {
	margin: 0 0 5px 17px;
	line-height: 11px;
	font-size: 11px;
}
.extra-nav li.depth-3 {
	margin: 0 0 5px 17px;
	line-height: 11px;
	font-size: 11px;
}
.extra-nav li.depth-4 {
	margin: 0 0 5px 62px;
	line-height: 11px;
	font-size: 11px;
}

.extra-nav ul ul {
    margin: 0 0 10px 0;
}

.slide-group {
    width: 1024px;
    height: 380px;
    overflow: hidden;
}

.gallery-block .slide:hover .meta a {
    color: #00b0d8;
}

.date-picker {
    float: left;
    background: #000;
    line-height: 29px;
    border-radius: 0;
    border-color: #000 !important;
    color: #fff !important;
    width: 200px;
    font-family: 'Idlewild A', 'Idlewild B';
    font-size: 8px;
    padding: 0 13px !important;
    margin: 0 1px 0 0 !important;
}

article.event-article.a-db {
    background: #CCEDFB;
    margin: 0 10px 2px 10px;
    padding: 30px 60px;
    box-sizing: border-box;
}

.a-db .event-info {
    float: none;
    width: 100%;
    margin: 0 0 14px 0;
}

.a-db.event-article .info {
    float: none;
    width: 100%;
}

.a-db.event-article .info-text {
    width: 100%;
    float: none;
    color: #444;
}

.events-holder > h2 {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B';
    padding: 0 12px;
    margin: 60px 0 30px 0;
}

.a-db.event-article .name, .event-article h3 {
    color: #43BADD;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 200;
}

article.event-article.a-db:hover {
    background: #D6F8FF;
    cursor: pointer;
}

.frame-loader {
    margin: 93px auto 0 auto;
    height: 95px;
    width: 110px;
}

article h3 {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B';
    font-size: 18px;
}
.img-gallery {
	margin: 0 0 20px 0;
}
.content-holder table {
    background: #eee;
    border-collapse: collapse;
}
.content-holder th {
    text-align: left;
    padding: 7px 12px;
    white-space: nowrap;
    font-size: 12px;
}
.content-holder td {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    padding: 3px 12px;
    text-align: left;
    vertical-align: top;
    line-height: 16px;
}



.search-site-wrap {
    width: 985px;
    margin: 39px auto;
}

.search-site-wrap h2 {
    font-family: 'Gotham A', 'Gotham B', Verdana, Geneva, sans-serif;
    font-weight: 200;
    font-size: 22px;
    letter-spacing: 0;
    margin: 0 0 8px 0;
}

.search-site-wrap h3 {
    font-size: 12px;
    font-family: 'Gotham A', 'Gotham B', Verdana, Geneva, sans-serif;
    font-weight: 200;
    margin: 0 0 5px;
}

.search-site-wrap h4 {
    font-family: 'Gotham A', 'Gotham B', Verdana, Geneva, sans-serif;
    font-weight: 200;
    margin: 0 0 40px;
    line-height: 21px;
}

.search-site-wrap h4 .highlight_word {
    background-color: #ffffcc;
}

.text-holder h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
    color: #333;
    line-height: 25px;
}

.text-holder li {
    color: #000;
}

.text-holder h3 {
    font-size: 15px;
    line-height: 17px;
    color: #555;
}
.menu-opener {
    display: none;
}
#mobile-top {
	display: none;
}

@media (max-width: 1024px) {

.info-block .container {
	width: 100%;
}

.header-holder .holder {
    width: 100%;
    float: none;
    padding: 0;
}

.header-holder .btn-list {
    float: none;
    width: 100%;
}

.header-holder .btn-list li {
    margin: 0;
    width: 33.333%;
    box-sizing: border-box;
}
.header-holder {
	border: none;
	height: 125px;
}
.header-holder .container {
    padding: 0;
    width: 100%;
}
.btn {
    box-shadow: none;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
}
.logo {
    float: right;
    border: none;
}
.container {
    width: 100%;
}
.questions-block.container {
	display: none;
}
.menu-opener {
    display: block;
    float: left;
    color: #fff;
    margin: 16px 0 0 29px;
    width: 46px;
    text-align: center;
}
.menu-opener .hamburger {
    font-size: 16px;
    line-height: 40px;
    border: 2px solid #fff;
    width: 44px;
    text-align: center;
    border-radius: 23px;
}
.menu-opener a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Idlewild A', 'Idlewild B';
    font-size: 8px;
}
.header-block {
    position: absolute;
    top: 0;
    left: 30%;
    z-index: 99;
    width: 70%;
    margin: 0;
    padding: 0;
}
#nav {
    margin: 55px 0 0 0;
    width: 75%;
    float: none;
    font-size: 24px;
    line-height: 41px;
    display: none;
    padding: 0;
}
#nav ul {
    display: block;
}
#nav li {
    display: block;
    border-bottom: 1px solid #6C6C6C;
    width: 100%;
}
#nav li a {
    color: #fff;
    display: block;
}
#nav li:after {
    display: none;
}
.header-block .btn-list {
	display: none;
}
.search-block {
	margin: 0;
	padding: 0;
}
.search-block .container {
    margin: 0;
    padding: 0;
}
.search-form {
	margin: 0;
	padding: 0;
}
.search-form .icon-book {
	display: none;
}
.search-form .search-frame {
    padding: 14px;
    border-radius: 0;
}
.search-form .form-holder {
    margin: 0;
    padding: 0;
}
.search-form .input-holder {
    width: 80%;
}
.search-form button[type="submit"] {
    width: 20%;
	
    padding: 0;
    text-align: center;
    box-shadow: none;
}
.search-form button[type="submit"] span {
	display: none;
}
#header {
	box-shadow: none;
}
.search-form .radio-holder {
	display: none;
}
.primary-search {
	font-size: 11px !important;
}
.event-block .content-block {
    width: 100%;
}
.event-block .events-holder {
    width: 296px;
	
    margin: 40px auto;
}
.event-block .events-holder .box {
	margin: 0 0 28px 0;
	width: 100%;
}
.event-block .events-holder .box.high-box {
    min-height: 0;
    width: 100%;
}
.event-block .events-holder .box.wide-box {
	width: 100%
}
.event-block .events-holder .box.wide-box .meta {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}
.event-block .events-holder .box.wide-box .heading {
	width: 100%;
}
.event-block .events-holder .box.wide-box .heading h2 {
	width: 100%;
}
.event-block .aside {
    float: none;
    margin: 0 auto;
    padding: 0;
    clear: both;
}
.gallery-block .btn-prev,
.gallery-block .btn-next {
	top: -6px;
	left: 0px;
}
.gallery-block .btn-next {
	right: 0px;
	left: auto;
}
.footer-frame .logo {
    float: none;
    margin: 0 auto;
    width: 90px;
    text-align: center;
}
.footer-frame .logo a {
}
.footer-frame .logo a img {
    display: inline;
}
.footer-frame p {
	text-align: center;
	
	width: 100%;
	margin: 0 0 20px;
}
.footer-frame {
    float: none;
}
.footer-holder address {
    text-align: center;
    font-size: 18px;
}
.footer-holder {
    float: none;
    text-align: center;
    width: auto;
}
#mobile-top {
	display: block;
	background-color: #444;
	color: #fff;
	text-align: center;
	line-height: 70px;
	font-family: 'Idlewild A', 'Idlewild B';
	font-size: 10px;
	margin: 30px 0 0 0;
}
#footer {
    padding-bottom: 0;
}
.branch-section .tabset {
	display: none;
}
.branch-section .side-block .link-list a {
	font-size: 13px;
}
.branch-section .content-holder {
	display: none;
}
.branch-block {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
.branch-block .container {
	box-sizing: border-box;
	margin: 0;
	padding: 0 10px;
	width: 100%;
}
.branch-block .text-holder {
	width: 100%;
}
.branch-block h1 {
	font-size: 26px;
}
.branch-block .side-block, .branch-block.for-event .side-block {
    float: left;
    margin: 20px 0 0 0;
    width: 100%;
}
.event-article .event-info {
	width: 100%
}
.event-article .info-text {
	width: 100%;
}
.event-article .time {
    width: 100%;
}
.event-article .title-block time {
	font-size: 16px;
}
.event-article .title-block {
	margin: 0;
	line-height: 20px;
}
.branch-block address .btn {
	line-height: 27px;
}
.side-el {
	margin: 0;
	padding: 24px 0 0 20px;
}
main .btn.green-style {
	line-height: 25px;
	font-size: 11px;
	width: 200px;
}
.upcoming-events .heading {
	background: #ccc;
	height: 65px;
}
.about-block .heading-block, .event-section .heading-block, .events-holder .event-article {
    margin: 0;
    padding: 25px 10px;
    box-sizing: border-box;
    border: none;
}
.heading-block .text-block {
	width: 100%
}
.heading-block .newsletter-box {
    float: none;
    clear: both;
    margin: 0 auto 20px auto;
}
.about-block .content-block {
	padding: 0;
	margin: 0;
}
.about-block .content-box {
	width: 100%
}
.filter-section {
	padding: 15px;
}
.filter-form select {
	margin: 15px 0 0 0;
}
.filter-form input[type="submit"] {
	margin: 13px 0 0 0;
}
.history-block .tab-block {
	padding: 0;
}
.history-block .tab-content {
    width: 100%;
    padding: 0 10px;
}
.force-jumper {
	margin: 0;
	width: 100%;
}
.force-jumper select {
	width: 100%;
}
.history-block .tabset {
	padding: 15px;
	width: 100%;
	margin: 0 0 20px 0;
}
.history-block .tabset li {
	float: none;
}
.extra-nav {
	float: none;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0
}
h1 {
	font-size: 25px;
}
.filter-block {
	display: none;
}
.event-block .cycle-gallery .slide, .event-block .cycle-gallery .slideset, .event-block .cycle-gallery .mask {
	width: 100%;
	background-color: #333;
}
.event-block .events-holder .box.image-box.for-article .image-holder {
	text-align: center;
}
}

@media (max-width: 540px) {
.btn {
    height: 47px;
}
.menu-opener {
    margin-top: 8px;
}
}


a.extra-nav-contents-opener {
    font-size: 21px;
    display: block;
    text-align: center;
    line-height: 40px;
}

.text-holder h1 {
    line-height: 34px;
}

.about-block .text-block h3 a:after {
    display: none;
}

.branch-block .side-nav h2 a {
    font-size: 12px;
    float: right;
    cursor: pointer;
}

.an-alert a {
    color: #FFE337;
}

#header .social-networks a .fa {
    font-size: 15px;
    line-height: 29px;
    margin: 0 2px 0 0;
}

.event-article p img {
    float: right;
    width: 100px;
    margin: 0 0 10px 29px;
}

.search-site-wrap h2 span {
    color: #666;
    font-size: 15px;
    margin: 0 0 0 8px;
}

.search-cat-filter {
    float: left;
    width: 100%;
    clear: both;
    margin: 0 0 50px 0;
}

.search-cat-filter span {
    display: block;
    float: left;
    line-height: 51px;
    font-weight: bold;
    font-size: 13px;
}

.search-cat-filter ul {
    float: left;
    margin: 0;
}

.search-cat-filter li {
    float: left;
    display: block;
    list-style-type: none;
    line-height: 48px;
    padding: 0 15px 0 12px;
    cursor: pointer;
    margin: 0 9px 0 0;
}

.search-cat-filter li.active {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
}

.a-hit em.icon {
    float: left;
    font-size: 22px;
    margin: 4px 12px 0 0;
    color: #11897D;
}

.search-cat-filter li em {
    font-size: 28px;
    margin: 12px 7px 0 0;
    display: block;
    float: left;
}

.paginator {
    float: left;
    width: 100%;
    clear: both;
}

.paginator a {
    display: block;
    float: left;
    padding: 10px;
    color: #333;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 5px 0 0;
}

.paginator a.active {
    background: #fff;
    border: 1px solid #aaa;
}

.paginator a:hover {
    background: #333;
    color: #fff;
}

#site-welcomer {
    padding: 0 45px 24px 45px;
    box-sizing: border-box;
}

#site-welcomer h1 {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 20px;
    margin: 0 0 3px 0;
}

.view-more-wrap {
    width: 100%;
    clear: both;
}

a.view-more {
    display: block;
    width: 320px;
    margin: 20px auto 160px auto;
    line-height: 70px;
    height: 70px;
    border: none;
    text-align: center;
    background: #01aed5;
    color: #fff;
    font-size: 23px;
}

a.view-more:hover {
    background: #333;
}

.date-header {
    background: #9ae1f9;
    color: #000;
    text-align: center;
    line-height: 37px;
    margin: 40px 0 0 0;
    font-size: 15px;
}