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

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

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

.icon-checked:before {
	content: "\e90f";
}

.icon-unchecked:before {
	content: "\e910";
}

.icon-house:before {
	content: "\e90e";
}

.icon-left-arrow:before {
	content: "\e90a";
}

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

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

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

.icon-envelope:before {
	content: "\e90b";
}

.icon-mail:before {
	content: "\e90b";
}

.icon-email:before {
	content: "\e90b";
}

.icon-contact:before {
	content: "\e90b";
}

.icon-phone:before {
	content: "\e90c";
}

.icon-telephone:before {
	content: "\e90c";
}

.icon-contact2:before {
	content: "\e90c";
}

.icon-support:before {
	content: "\e90c";
}

.icon-call:before {
	content: "\e90c";
}

.icon-location:before {
	content: "\e90d";
}

.icon-map-marker:before {
	content: "\e90d";
}

.icon-pin:before {
	content: "\e90d";
}

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

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

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

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

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

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

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

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

ul:not([class]) {
	padding: 0 0 0 43px;
	margin: 0 0 23px;
	list-style: none;
}

ul:not([class]) li {
	position: relative;
}

ul:not([class]) li:before {
	content: "";
	position: absolute;
	top: 11px;
	left: -10px;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: #686868;
}

hr {
	height: 3px;
	background: #dcdcdc;
	position: relative;
	border: none;
	margin: 37px 0 43px;
}

hr:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 169px;
	height: 3px;
	background: #64005f;
}

#nav ul,
.social-networks,
.slideshow .bx-viewport ul,
.gallery ul,
.information-listing ul,
.gallery ul:not([class]),
.information-listing ul:not([class]),
.aside .logo-list ul,
[id="sidebar"] .info-list,
.sub-nav ul,
.photo-gallery .thumbnails ul,
.side-column .list,
.custom-list,
.check-list,
.information-list,
.add-nav ul,
.service-info {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.top-bar:after,
.bar:after,
.container:after,
.photo-gallery ul:after,
.add-nav ul:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #686868;
	background: #fff;
	font: 16px/1.63 "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	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: 600;
	margin: 0 0 1.1em;
	color: inherit;
}

h1,
.h1 {
	font-size: 28px;
	color: #7b7b7b;
	font-weight: 500;
	margin-bottom: 31px;
	line-height: 1;
}

h1 span,
.h1 span {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 17px 0;
	position: relative;
}

h1 span:before,
.h1 span:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 3px;
	background: #dcdcdc;
	right: 0;
	height: 3px;
}

h1 span:after,
.h1 span:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 3px;
	width: 72px;
	height: 3px;
	background: #64005f;
}

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

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

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

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

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

p {
	margin: 0 0 1.7em;
}

a {
	color: #b8274c;
	text-decoration: none;
}

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

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #8e8e8e;
	padding: 10px 20px;
}

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

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

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

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

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

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

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

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

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

.search-form {
	position: relative;
	z-index: 0;
	height: 80px;
	margin-top: -80px;
	-webkit-transition: margin .2s linear;
	transition: margin .2s linear;
}

.search-active .search-form {
	margin-top: 0;
}

.search-form:after {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: -1;
}

.search-form .row {
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
}

.search-form input[type="search"] {
	display: block;
	width: 100%;
	background: #fff;
	height: 40px;
	line-height: 24px;
	padding: 3px 10px;
	outline: none;
}

.search-form input[type="submit"] {
	width: 20%;
	background: #fa7701;
	height: 40px;
	border: none;
	display: block;
	color: #fff;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.search-form input[type="submit"]:focus {
	color: #fff;
}

.search-form input[type="submit"]:hover {
	background: #b8274c;
}

.search-form .input-box {
	width: 80%;
	padding-right: 40px;
}

.filter-form {
	padding: 23px 0 19px 23px;
}

.filter-form .row {
	overflow: hidden;
	margin: 0 0 19px;
	max-width: 243px;
}

.filter-form select::-ms-expand {
	display: none;
}

.filter-form select {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	border: 1px solid #e8e8e8;
	padding: 5px 39px 5px 16px;
	position: relative;
	outline: none;
	color: #9e9f9f;
	font-size: 15px;
	line-height: 20px;
	height: 40px;
}

.filter-form .fake-select {
	display: block;
	position: relative;
}

.filter-form .fake-select:before {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 39px;
	border-left: 1px solid  #e8e8e8;
	background: #f7f7f7;
	pointer-events: none;
	z-index: 1;
}

.filter-form .fake-select:after {
	height: 0;
	width: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #d4d2d2;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 14px;
	pointer-events: none;
	z-index: 2;
}

.filter-form button {
	background: #b8274c;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 15px 10px 13px;
	font-size: 17px;
	line-height: 18px;
	border: none;
	border-radius: 5px;
	display: block;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.filter-form button:hover {
	background: #fa7701;
}

.filter-form .icon-house {
	display: inline-block;
	vertical-align: middle;
	padding-right: 12px;
	font-size: 24px;
}

.donation-form {
	padding: 0 6px 0 0;
}

.donation-form fieldset {
	padding: 50px 56px 9px 35px;
	background: #f2f2f2;
	margin: 0 0 50px;
}

.donation-form .form-area {
	margin: 0 0 57px;
}

.donation-form .row {
	overflow: hidden;
	margin: 0 0 18px;
}

.donation-form .col {
	width: 50%;
	float: left;
	padding: 0 30px 0 0;
}

.donation-form .col + .col {
	padding: 0 0 0 30px;
}

.donation-form .radio-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 0 7px;
}

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

.donation-form .fake-input-button {
	display: block;
	position: relative;
	width: 105px;
	height: 79px;
	border: 1px solid #877f81;
	background: #b8274c;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	padding: 10px 5px 5px;
	text-transform: uppercase;
}

.donation-form .fake-input-button:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}

.donation-form [type="radio"]:checked ~ .fake-input-button {
	background: #fa7701;
}

.donation-form h2 {
	color: #fa7701;
	font-size: 24px;
	line-height: 25px;
	margin: 0 0 19px;
	font-weight: 500;
}

.donation-form .req {
	color: #b8274c;
}

.donation-form .symbol-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.donation-form .symbol-row input[type="text"] {
	padding: 10px 14px;
	height: 51px;
	width: 209px;
}

.donation-form .symbol {
	display: block;
	font-size: 31px;
	line-height: 1;
	color: #000;
	font-weight: 600;
	margin-right: 10px;
}

.donation-form input[type="text"],
.donation-form input[type="email"],
.donation-form input[type="password"],
.donation-form input[type="number"] {
	color: #686868;
	display: block;
	outline: none;
	width: 100%;
	height: 38px;
	padding: 5px 15px;
}

.donation-form .radio-box {
	border: 1px solid #8e8e8e;
	padding: 4px 18px;
	background: #fff;
}

.donation-form .radio-box + .radio-box {
	border-top: none;
}

.donation-form .fake-input {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border: 1px solid #b5b5b5;
	background: #fff;
	position: relative;
	margin-right: 13px;
}

.donation-form .fake-label {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	text-overflow: ellipsis;
}

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

.donation-form [type="radio"] + .fake-input:before {
	content: "";
	position: absolute;
	height: 6px;
	width: 6px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 100%;
	opacity: 0;
}

.donation-form [type="radio"]:checked + .fake-input {
	background: #3497ff;
	border: none;
}

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

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

.donation-form [type="checkbox"] + .fake-input {
	width: 29px;
	height: 26px;
	margin-left: 2px;
}

.donation-form [type="checkbox"] + .fake-input:before {
	content: "";
	width: 20px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 3px solid #b8274c;
	border-width: 0 0 3px 3px;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -8px 0 0 -9px;
}

.donation-form select {
	height: 38px;
	width: 100%;
	padding: 5px 38px 5px 18px;
	color: #686868;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 18px;
	outline: none;
	position: relative;
	border: 1px solid #8e8e8e;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #fff;
}

.donation-form select::-ms-expand {
	display: none;
}

.donation-form .fake-select {
	position: relative;
	display: block;
}

.donation-form .fake-select:before {
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 11px solid #b8274c;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 22px;
	z-index: 1;
	pointer-events: none;
}

.donation-form .information h2 {
	margin-bottom: 28px;
}

.donation-form .information .row {
	max-width: 357px;
    margin: 0 auto 29px;
}

.donation-form .information .add {
	margin-bottom: 18px;
}

.donation-form .information .add .col,
.donation-form .information .add .col + .col {
	padding: 0;
}

.donation-form .information .add img {
	display: inline-block;
	vertical-align: top;
}

.donation-form .information .col {
	padding: 0 7px 0 0;
}

.donation-form .information .col + .col {
	padding: 0 0 0 7px;
}

.donation-form .label-hold {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}

.donation-form .submit-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.donation-form .captcha {
	margin-bottom: 20px;
}

.donation-form input[type="submit"] {
	display: block;
	font-size: 36px;
	line-height: 1;
	width: 417px;
	padding: 24px 30px;
	margin: 0 0 20px 10px;
}

input[type="submit"] {
	font-weight: 600;
	background: #b8274c;
	text-transform: uppercase;
	color: #fff;
	border: none;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	font-family: "fira-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	outline: none;
	height: auto;
	padding: 10px 20px;
}

input[type="submit"]:hover {
	background: #fa7701;
}

[id="header"] {
	position: relative;
	background: #64005f;
	z-index: 55;
}

[id="header"]:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 325px;
	background: url(../images/bg-01.png);
	background-position: 50% 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.top-bar {
	position: relative;
	text-align: right;
	z-index: 1;
}

.top-bar .search-opener {
	display: inline-block;
	vertical-align: middle;
	font-size: 34px;
	line-height: 1;
	margin: 0 10px 0 5px;
	color: #fff;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	text-decoration: none;
}

.top-bar .search-opener:hover {
	color: #fa7701;
}

.bar {
	background: #fff;
	padding: 6px 0 0;
	position: relative;
	z-index: 2;
}

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

.bar .link {
	float: right;
	margin: 5px 0 0 15px;
}

.logo {
	float: left;
	margin-left: -5px;
}

#nav {
	font-size: 0;
	line-height: 0;
	position: relative;
	z-index: 2;
	float: right;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline-block;
	vertical-align: top;
	padding: 20px 13px 27px 14px;
	color: #64005f;
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
}

#nav li:first-child {
	padding-left: 5px;
}

#nav li.selected > a,
#nav li a:hover {
	color: #fa7701;
}

#nav li.hover ul {
	opacity: 1;
	visibility: visible;
}

#nav li:before {
	display: none;
}

#nav li ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fa7701;
	padding: 19px 18px 7px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s linear, visibility .2s linear;
	transition: opacity .2s linear, visibility .2s linear;
}

#nav li li {
	display: block;
	color: #fff;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	padding: 0;
	margin-bottom: 19px;
	white-space: nowrap;
}

#nav li li:first-child {
	padding: 0;
}

#nav li li.selected > a,
#nav li li a:hover {
	color: #64005f;
}

#nav a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.nav-opener {
	width: 63px;
	height: 56px;
	position: relative;
	float: right;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	color: #64005f;
	display: none;
	text-align: left;
	margin: 7px 20px 5px 20px;
}

.nav-opener:hover,
.nav-opener:focus {
	color: #64005f;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 8px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	background: #64005f;
}

.nav-opener:before {
	bottom: 47px;
	box-shadow: 0 14px 0 #64005f;
}

.nav-opener:after {
	bottom: 19px;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	bottom: 50%;
}

.nav-active .nav-opener:before {
	-webkit-transform: translateY(50%) rotate(-45deg);
	-ms-transform: translateY(50%) rotate(-45deg);
	transform: translateY(50%) rotate(-45deg);
	box-shadow: none;
}

.nav-active .nav-opener:after {
	-webkit-transform: translateY(50%) rotate(-135deg);
	-ms-transform: translateY(50%) rotate(-135deg);
	transform: translateY(50%) rotate(-135deg);
}

.nav-opener span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	letter-spacing: 1.5px;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	padding-right: 17px;
}

.nav-opener span:after {
	content: "\e908";
	position: absolute;
	right: 0;
	top: 0;
	font-family: icomoon;
	border-radius: 50%;
}

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

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

.container {
	position: relative;
	max-width: 1190px;
	padding: 0 10px;
	margin: 0 auto;
}

#main {
	overflow: hidden;
}

.social-networks {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	padding: 0 1px 1px 0;
}

.social-networks a {
	display: block;
	height: 43px;
	width: 36px;
	background: #fa7701;
	color: #fff;
	font-family: "icomoon";
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	position: relative;
}

.social-networks a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
	line-height: 1;
}

.social-networks a:hover {
	background: #b8274c;
}

.social-networks .twitter a:before {
	content: "\e904";
}

.social-networks .facebook a:before {
	content: "\e903";
}

.social-networks .youtube a:before {
	content: "\e902";
}

.social-networks .pinterest a:before {
	content: "\e901";
}

[id="footer"] .social-networks {
	margin-left: 5px;
}

.slideshow {
	position: relative;
}

.slideshow .bx-viewport ul {
	width: 100%;
	padding: 0;
	height: 100%;
}

.slideshow li:before {
	display: none;
}

.slideshow .holder {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	font-size: 40px;
	line-height: 1.20;
	font-weight: 500;
}

.slideshow .img-block {
	width: 50%;
	background-size: cover;
	background-position: 50% 50%;
}

.slideshow .img-block:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 716px;
}

.slideshow .col {
	width: 50%;
	background-color: #00979b;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 138px 30px 30px;
}

.slideshow .btn {
	background: #b8274c;
	padding: 20px 33px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	line-height: 25px;
	text-decoration: none;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	display: inline-block;
	vertical-align: top;
}

.slideshow .btn:hover {
	background: #fa7701;
}

.slideshow .text {
	max-width: 500px;
	margin: 0 auto;
}

.slideshow .text p {
	margin-bottom: 82px;
}

.slideshow .prev,
.slideshow .next {
	position: absolute;
	top: 50%;
	font-size: 30px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 55;
}

.slideshow .prev:hover,
.slideshow .next:hover {
	color: #fa7701;
}

.slideshow .prev:before,
.slideshow .next:before {
	font-family: icomoon;
}

.slideshow .prev {
	left: 74px;
}

.slideshow .prev:before {
	content: "\e90a";
}

.slideshow .next {
	right: 74px;
}

.slideshow .next:before {
	content: "\e909";
}

.color-panel {
	background: #83981f;
	padding: 20px 0 12px;
	text-align: center;
	line-height: 1;
}

.color-panel img {
	display: inline-block;
	vertical-align: top;
}

.info-wrap {
	padding: 62px 0 27px;
	background: #f15a22;
	background: -webkit-linear-gradient(top, #f15c22 0%, #f15822 15%, #e95424 26%, #eb5224 27%, #e24d25 40%, #dd4626 54%, #d43e2b 68%, #d23c31 74%, #d03933 75%, #ca3737 85%, #c43041 100%);
	background: linear-gradient(to bottom, #f15c22 0%, #f15822 15%, #e95424 26%, #eb5224 27%, #e24d25 40%, #dd4626 54%, #d43e2b 68%, #d23c31 74%, #d03933 75%, #ca3737 85%, #c43041 100%);
}

.info-wrap .box-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -28px;
}

.info-wrap .box {
	width: 25%;
	text-align: center;
	padding: 0 30px 20px;
	color: #fff;
	font-size: 15px;
	line-height: 23px;
}

.info-wrap .img-hold {
	margin: 0 0 20px;
}

.info-wrap .img-hold img {
	display: inline-block;
	vertical-align: top;
}

.info-wrap .title {
	display: block;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
	font-weight: 400;
}

.info-wrap .more {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 17px;
	line-height: 23px;
	text-decoration: none;
}

.info-wrap .more:after {
	content: "\e905";
	font-family: icomoon;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
}

.info-wrap .more:hover {
	text-decoration: underline;
}

.info-wrap p {
	margin-bottom: 18px;
}

.info-container {
	padding: 72px 0 20px;
}

.info-container .col-holder {
	margin: 0 -10px;
	font-size: 0;
	line-height: 0;
}

.info-container .col {
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	width: 36%;
}

.info-container .col.add {
	width: 33%;
}

.info-container .col.social {
	width: 31%;
}

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

.info-container #fb-root {
	display: none;
}

.info-container .f.fb_iframe_widget,
.info-container .fb_iframe_widget span,
.info-container .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

.info-container .img-holder {
	margin-bottom: 20px;
}

.info-container img {
	display: inline-block;
	vertical-align: top;
}

.info-section {
	padding: 22px 0 72px;
}

.info-section .holder {
	background: #671162;
	padding: 59px 40px 53px;
	overflow: hidden;
}

.info-section .col-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -30px;
	color: #fff;
}

.info-section .col {
	width: 46%;
	padding: 0 30px;
	font-size: 18px;
	line-height: 25px;
}

.info-section .col + .col {
	width: 54%;
	text-align: right;
	padding-top: 10px;
	float: right;
}

.info-section h2 {
	color: #f0b500;
	font-size: 28px;
	line-height: 1;
	margin: 0 0 29px;
	font-weight: 400;
}

.info-section p {
	margin: 0 0 25px;
}

.info-section p:last-child {
	margin: 0;
}

.info-section .img-box {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.info-section .img-box img {
	display: inline-block;
	vertical-align: top;
}

.info-section .play-btn {
	height: 87px;
	width: 87px;
	border: 3px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.info-section .play-btn:hover {
	opacity: .7;
}

.info-section .play-btn:before {
	content: "";
	height: 0;
	width: 0;
	border-bottom: 24px solid transparent;
	border-left: 34px solid #fff;
	border-top: 24px solid transparent;
	position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.info-section a {
	color: #fff;
	text-decoration: underline;
}

.info-section a:hover {
	text-decoration: none;
}

.gallery-section {
	padding: 0 0 93px;
}

.gallery .head-block,
.information-listing .head-block {
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 43px;
}

.gallery h1,
.information-listing h1 {
	margin-bottom: 16px;
}

.gallery .mask,
.information-listing .mask {
	width: 100%;
	overflow: hidden;
}

.gallery ul,
.information-listing ul,
.information-listing ul .webappsearchresults,
.gallery ul:not([class]),
.information-listing ul:not([class]) {
	padding: 0;
	overflow: hidden;
}

.gallery li,
.information-listing>ul>li,
.information-listing>ul>.webappsearchresults>li{
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.gallery li:before,
.information-listing li:before {
	display: none;
}

.gallery .img-box,
.information-listing .img-box {
	width: 57%;
	background-size: cover;
	background-position: 50% 50%;
}

.gallery .text-box,
.information-listing .text-box {
	width: 43%;
	background: #f7f7f7;
}

.gallery h2,
.information-listing h2 {
	font-size: 28px;
	line-height: 26px;
	margin: 0 0 31px;
	font-weight: 500;
	color: #525252;
}

.gallery .text,
.information-listing .text {
	padding: 80px 40px 30px;
	border-bottom: 1px solid #ededed;
	color: #9e9f9f;
	font-size: 15px;
	line-height: 23px;
}

.gallery .info,
.information-listing .info {
	padding: 18px 20px 24px 68px;
	font-size: 22px;
	line-height: 25px;
	background-color: #fff;
	background-image: url(../images/decor-01.png);
	background-position: 34px 50%;
	background-repeat: no-repeat;
	color: #616363;
}

.gallery p,
.information-listing p {
	margin: 0;
}

.gallery .btn-holder,
.information-listing .btn-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
}

.gallery .btn-holder a,
.information-listing .btn-holder a,
.gallery .btn-holder span,
.information-listing .btn-holder span {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 25px;
	line-height: 26px;
	width: 50%;
	padding: 30px 10px;
	background: #008f91;
	text-decoration: none;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.gallery .btn-holder a:hover,
.information-listing .btn-holder a:hover {
	background: #fa7701;
}

.gallery .btn-holder .more,
.information-listing .btn-holder .more {
	background: #b8274c;
}

.gallery .paging,
.information-listing .paging {
	padding: 5px 0 5px 5px;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}

.gallery .prev,
.information-listing .prev,
.gallery .next,
.information-listing .next {
	position: relative;
	width: 40px;
	height: 40px;
	color: #fff;
	background: #fa7701;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	margin: 0 2px;
	display: inline-block;
	vertical-align: top;
}

.gallery .prev:before,
.information-listing .prev:before,
.gallery .next:before,
.information-listing .next:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "icomoon";
	font-size: 20px;
}

.gallery .prev:hover,
.information-listing .prev:hover,
.gallery .next:hover,
.information-listing .next:hover {
	background: #b8274c;
}

.gallery .prev:before,
.information-listing .prev:before {
	content: "\e907";
}

.gallery .next:before,
.information-listing .next:before {
	content: "\e906";
}

.aside {
	background: url(../images/pattern-01.png) repeat-x;
	padding: 56px 0 71px;
}

.aside .logo-list {
	position: relative;
}

.aside .logo-list .bx-viewport {
	padding: 0 10px;
}

.aside .logo-list ul {
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}

.aside .logo-list li {
	display: inline-block;
	vertical-align: middle;
	width: 16.66%;
	text-align: center;
}

.aside .logo-list li:before {
	display: none;
}

.aside .logo-list .prev,
.aside .logo-list .next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	color: #fa7701;
}

.aside .logo-list .prev:hover,
.aside .logo-list .next:hover {
	color: #b8274c;
}

.aside .logo-list .prev:before,
.aside .logo-list .next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "icomoon";
}

.aside .logo-list .prev {
	left: -30px;
}

.aside .logo-list .prev:before {
	content: "\e90a";
}

.aside .logo-list .next {
	right: -30px;
}

.aside .logo-list .next:before {
	content: "\e909";
}

.two-columns {
	overflow: hidden;
	margin-bottom: 86px;
}

.two-columns .container {
	padding-top: 140px;
}

[id="sidebar"] {
	float: right;
	width: 355px;
	margin-left: 20px;
	padding: 8px 0 0 40px;
	position: relative;
}

[id="sidebar"]:after {
	content: "";
	position: absolute;
	width: 1px;
	top: -9999px;
	bottom: -355px;
	left: 0;
	background: #e6e6e6;
}

[id="sidebar"] h2 {
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 16px;
	margin: 0 0 13px;
	font-weight: 500;
	position: relative;
}

[id="sidebar"] h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 3px;
	background: #dcdcdc;
	right: 0;
	height: 3px;
}

[id="sidebar"] h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 3px;
	width: 72px;
	height: 3px;
	background: #64005f;
}

[id="sidebar"] address {
	font-style: normal;
	margin: 0 0 24px;
	line-height: 1.50;
}

[id="sidebar"] address span {
	display: block;
}

[id="sidebar"] h3 {
	color: #525252;
	margin-bottom: 23px;
}

[id="sidebar"] .info-list {
	font-size: 16px;
	line-height: 17px;
	color: #525252;
	padding: 27px 0 20px;
}

[id="sidebar"] .info-list li {
	margin: 0 0 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

[id="sidebar"] .info-list .img-box {
	padding-right: 10px;
	min-width: 74px;
}

[id="sidebar"] .info-list .img-box img {
	display: inline-block;
	vertical-align: top;
}

[id="sidebar"] .info-list .title {
	display: block;
	margin: 0 0 7px;
	font-style: italic;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
}

[id="sidebar"] .info-list p {
	margin: 0;
}

[id="content"] {
	overflow: hidden;
}

[id="content"] section {
	padding-bottom: 15px;
}

[id="content"] img {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
}

.side-block {
	margin-bottom: 18px;
}

.side-block .img-holder {
	margin: 0 0 35px -20px;
	text-align: center;
}

.side-block .img-holder img {
	display: inline-block;
	vertical-align: top;
}

.sub-nav ul {
	padding: 0 14px 18px 5px;
}

.sub-nav ul li {
	border-bottom: 1px solid #cacaca;
	box-shadow: 0 1px 0 #f1f1f1;
	padding: 11px 20px 12px;
	letter-spacing: .1em;
}

.sub-nav ul li:before {
	content: "";
	display: none;
}

.sub-nav ul li:first-child {
	padding-top: 4px;
}

.sub-nav ul li.selected a {
	color: #fa7701;
}

.info-table {
	width: 100%;
}

.info-table th {
	background: #fa7701;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	padding: 6px 5px 6px 10px;
}

.info-table th:first-child {
	padding-left: 5px;
}

.info-table td {
	background: #e5e5e5;
	color: #000;
	line-height: 1.38;
	border: 1px solid #fff;
	border-width: 1px 0 0;
	padding: 10px 15px 9px 5px;
	vertical-align: top;
}

.info-table td:first-child {
	padding-left: 10px;
}

.info-table tr:nth-child(even) td {
	background: #cdcdcd;
}

.info-table th[data-label="Title"],
.info-table td[data-label="Title"] {
	width: 24%;
}

.info-table th[data-label="Phone"],
.info-table td[data-label="Phone"] {
	width: 18%;
}

.info-table a[href^=tel] {
	color: inherit;
}

.info-table a[href^=tel]:hover {
	color: #fa7701;
}

.information-listing {
	max-width: 781px;
}

.information-listing .head-block {
	margin-bottom: 52px;
}

.information-listing h1 {
	margin: 0;
}

.information-listing .img-box {
	width: 44%;
}

.information-listing .text-box {
	width: 56%;
}

.information-listing .text {
	font-size: 14px;
	line-height: 18px;
	padding: 49px 30px 17px 30px;
}

.information-listing .info {
	font-size: 14px;
	line-height: 17px;
	background-size: 13px auto;
	padding: 15px 20px 15px 63px;
	background-position: 43px 50%;
}

.information-listing h2 {
	margin-bottom: 18px;
	font-size: 24px;
	line-height: 25px;
}

.information-listing li {
	margin: 0 0 45px;
}

.information-listing li:last-child {
	margin-bottom: 0;
}

.information-listing .btn-holder a,
.information-listing .btn-holder span {
	padding: 20px 10px;
	font-size: 17px;
	line-height: 1;
}

.information-listing .next,
.information-listing .prev {
	width: 33px;
	height: 33px;
}

.information-listing .pagination{
	display: block !important;
	float: left;
    width: 100%;
    line-height: 46px;
    font-weight: bold;
    padding: 0 0 0 2px;
}
.information-listing .pagination li{
	float: left;
    text-align: center;
	border: solid #ddd;
	border-width: 1px;
	width: 44px;
    margin: 0 -1px 0 0;
}
.information-listing .pagination a{
	display: block;
	width: 100%;
	color: #666;
}
.information-listing .pagination .pag-current,
.information-listing .pagination li:hover{
    background: #fa7701;
	border-color: #fa7701;
	color: #fff;
}
.information-listing .pagination li:hover a{
	color: #fff;
}
.information-listing .pagination .pag-prev,
.information-listing .pagination .pag-next{
	border-width: 1px 0 1px 1px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.information-listing .pagination .pag-prev a,
.information-listing .pagination .pag-next a{
	text-indent: -9999px;
}
.information-listing .pagination .pag-prev:after,
.information-listing .pagination .pag-next:after{
	position: absolute;
	content: "\00ab";
	left: 50%;
	top: 50%;
	cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.information-listing .pagination .pag-next{
	border-width: 1px;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.information-listing .pagination .pag-next:after{
	content: "\00bb";
}

.heading {
	font-size: 20px;
	line-height: 25px;
	color: #7b7b7b;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 24px;
	margin-bottom: 29px;
}

.heading:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 3px;
	background: #dcdcdc;
	right: 0;
	height: 3px;
}

.heading:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 3px;
	width: 72px;
	height: 3px;
	background: #64005f;
}

.heading h1 {
	margin: 0 0 12px;
	color: #525252;
}

.heading .text:after {
	content: "|";
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}

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

.heading p {
	margin: 0;
}

.photo-gallery {
	max-width: 770px;
	overflow: hidden;
	position: relative;
	margin: 0 0 64px;
}

.photo-gallery .bx-wrapper {
	padding-bottom: 22px;
}

.photo-gallery ul {
	padding: 0;
	height: 100%;
}

.photo-gallery li {
	float: left;
}

.photo-gallery li:before {
	display: none;
}

.photo-gallery li img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.photo-gallery .thumbnails ul {
	width: 100%;
	margin: 0 -8px;
}

.photo-gallery .thumbnails li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: center;
	padding: 0 8px 16px;
}

.photo-gallery .thumbnails a {
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.photo-gallery .thumbnails a:hover {
	opacity: .8;
}

.description-block {
	overflow: hidden;
	margin: 0 0 55px;
}

.description-block .holder {
	overflow: hidden;
}

.description-block h4 {
	margin: 0 0 2px;
}

.description-block .info-listing {
	margin: 0 0 25px;
	padding: 0;
}

.description-block .info-listing dt {
	float: left;
	margin: 0 12px 0 0;
}

.description-block .info-listing dd {
	overflow: hidden;
	font-weight: 300;
	margin: 0;
}

.side-column {
	float: left;
	width: 260px;
	margin: 5px 40px 0 0;
}

.side-column h3 {
	font-size: 24px;
	line-height: 27px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	background: #008f91;
	padding: 10px 20px 14px;
	text-align: center;
	border-bottom: 1px solid #d6d6d6;
}

.side-column .info-block {
	border: 1px solid #d6d6d6;
}

.side-column .info-block + .info-block {
	border-width: 0 1px 1px;
}

.side-column .list {
	padding: 23px 0 22px;
}

.side-column .list li {
	overflow: hidden;
	margin: 0 0 16px;
	color: #000;
	font-size: 13px;
	line-height: 15px;
}

.side-column .list li:last-child {
	margin-bottom: 0;
}

.side-column .list .title {
	display: block;
	width: 45%;
	padding: 0 21px 0 0;
	color: #008f91;
	font-weight: normal;
	float: left;
	text-align: right;
}

.side-column .list .text {
	display: block;
	overflow: hidden;
}

.side-column .info-list {
	padding: 18px 34px 23px;
	font-size: 15px;
	line-height: 17px;
}

.side-column .info-list dt {
	float: left;
	margin: 0 2px 0 0;
}

.side-column .info-list dd {
	overflow: hidden;
	margin: 0 0 10px;
}

.custom-list {
	padding-left: 26px;
}

.check-list {
	overflow: hidden;
	color: #908f8f;
	font-size: 15px;
	line-height: 17px;
	padding: 22px 0 0 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.check-list li {
	width: 33.33%;
	padding: 0 10px 23px 26px;
	position: relative;
}

.check-list li:before {
	content: "\e910";
	position: absolute;
	left: 0;
	top: 1px;
	color: #fd3e3e;
	font-family: "icomoon";
	font-size: 12px;
	line-height: 17px;
	margin-right: 11px;
}

.check-list li.checked {
	font-weight: 500;
	color: #000;
}

.check-list li.checked:before {
	content: "\e90f";
	color: #39b010;
	font-size: 14px;
}

.map iframe {
	width: 100%;
}

.system-message,
.system-error-message {
	padding: 20px !important;
}

.button {
	background: #b8274c;
	padding: 20px 33px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	line-height: 25px;
	text-decoration: none;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	display: inline-block;
	vertical-align: top;
}

.button:hover {
	background: #fa7701;
	color: #fff;
}

[id="footer"] {
	position: relative;
	background: #691d64;
	background: -webkit-linear-gradient(top, #6d1e67 0%, #651c60 21%, #4b1447 70%, #3e103b 100%);
	background: linear-gradient(to bottom, #6d1e67 0%, #651c60 21%, #4b1447 70%, #3e103b 100%);
	border-top: 36px solid #83981f;
	padding-top: 37px;
}

[id="footer"] .col-holder {
	font-size: 0;
	line-height: 0;
	margin: 0 -24px;
}

[id="footer"] .col {
	display: inline-block;
	vertical-align: top;
	width: 20.2%;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	padding: 0 24px 23px;
}

[id="footer"] .col.add {
	width: 37%;
}

[id="footer"] .col.about {
	width: 22.6%;
}

[id="footer"] h3 {
	font-size: 15px;
	line-height: 21px;
	text-transform: uppercase;
	margin: 0 0 25px;
	font-weight: 600;
	color: #fff;
}
#footer .login-0 .secure{
	display: none;
}
#footer .login-1 .secure{
	display: block;
}
.information-list {
	padding: 0 0 12px;
}

.information-list li {
	position: relative;
	padding: 0 0 10px 27px;
}

.information-list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	font-family: "icomoon";
}

.information-list .address:before {
	content: "\e90d";
}

.information-list .phone {
	padding-bottom: 16px;
}

.information-list .phone:before {
	content: "\e90c";
	font-size: 17px;
	left: 3px;
}

.information-list .email:before {
	content: "\e90b";
	font-size: 17px;
	left: 3px;
}

.information-list span {
	display: inline-block;
	vertical-align: top;
}

.information-list a {
	color: inherit;
	text-decoration: none;
}

.information-list a:hover {
	color: #fa7701;
}

.add-nav ul {
	padding: 0;
}

.add-nav li {
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	float: left;
	width: 50%;
}

.add-nav li:before {
	display: none;
}

.add-nav li ul {
	padding: 30px 0 0;
}

.add-nav li li {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 14px 18px;
	font-weight: 400;
	text-transform: none;
	position: relative;
	float: none;
	width: 100%;
}

.add-nav li li:before {
	height: 0;
	width: 0;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #fff;
	border-top: 4px solid transparent;
	position: absolute;
	left: 0;
	top: 4px;
	background: none;
	display: block;
	border-radius: 0;
}

.add-nav li li a {
	pointer-events: auto;
}

.add-nav li a {
	pointer-events: none;
}

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

.add-nav a:hover {
	color: #fa7701;
}

.bottom-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #957692;
	padding: 23px 0 20px;
	color: #fff;
	font-size: 13px;
	line-height: 23px;
}

.service-info {
	font-size: 0;
	line-height: 0;
}

.service-info li {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 23px;
	padding: 0 5px 0 3px;
	position: relative;
	color: #fff;
}

.service-info li:after {
	content: "/";
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
}

.service-info li:last-child:after {
	display: none;
}

.service-info a {
	color: inherit;
	text-decoration: none;
}

.service-info a:hover {
	color: #fa7701;
}

.contact-form input[type="text"],
.contact-form textarea,
.contact-form .g-recaptcha{
	display: block;
	margin: 0 0 20px;
	width: 100% !important;
	max-width: 300px;
	box-sizing: border-box;
}
.contact-form fieldset{
	padding: 35px;
    background: #f2f2f2;
    margin: 0 0 50px;
	box-sizing: border-box;
}
.loader{
    text-align: center;
    background: #e5eff1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media only screen and (min-width: 1024px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
		text-decoration: none;
		color: inherit;
	}
}

@media (max-width: 1599px) {
	.slideshow .prev {
		left: 10px;
	}

	.slideshow .next {
		right: 10px;
	}
}

@media (max-width: 1189px) {
	.donation-form {
		padding: 0;
	}

	.donation-form fieldset {
		padding: 50px 35px 9px;
	}

	.donation-form .radio-row {
		padding: 0;
	}

	.donation-form .submit-row {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.bar .link {
		width: 170px;
		margin: 5px 0 0 10px;
	}

	#nav li {
		display: 14px;
		padding: 20px 7px 27px;
	}

	.slideshow .holder {
		font-size: 35px;
	}

	.slideshow .img-block:after {
		height: 600px;
	}

	.slideshow .text p {
		margin-bottom: 50px;
	}

	.slideshow .prev,
	.slideshow .next {
		font-size: 27px;
	}

	.info-section .col-holder {
		margin: 0 -15px;
	}

	.info-section .col {
		padding: 0 15px;
		width: 50%;
	}

	.info-section .col + .col {
		width: 50%;
	}

	.gallery .img-box,
	.information-listing .img-box {
		width: 50%;
	}

	.gallery .text-box,
	.information-listing .text-box {
		width: 50%;
	}

	.gallery .text,
	.information-listing .text {
		padding: 40px 30px 20px;
	}

	.aside {
		padding: 40px 0;
	}

	.aside .logo-list .prev {
		left: -15px;
	}

	.aside .logo-list .next {
		right: -15px;
	}

	.two-columns {
		margin-bottom: 50px;
	}

	[id="sidebar"] {
		width: 320px;
		padding-left: 20px;
	}

	.side-block .img-holder {
		margin-left: 0;
	}

	.info-table th[data-label="Title"],
	.info-table td[data-label="Title"] {
		width: auto;
	}

	.info-table th[data-label="Phone"],
	.info-table td[data-label="Phone"] {
		width: auto;
	}

	.information-listing .info {
		padding-left: 40px;
		background-position: 13px 50%;
	}

	.information-listing li {
		margin-bottom: 30px;
	}

	[id="footer"] .col-holder {
		margin: 0 -10px;
	}

	[id="footer"] .col {
		padding: 0 10px 20px;
	}
}

@media (max-width: 1023px) {
	ul:not([class]) {
		padding-left: 20px;
		margin-bottom: 15px;
	}

	hr {
		margin: 20px 0;
	}

	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6,
	.h {
		margin-bottom: .6em;
	}

	h1,
	.h1 {
		margin-bottom: 20px;
	}

	p {
		margin-bottom: 1em;
	}

	.filter-form {
		padding: 20px 0 0;
	}

	.donation-form fieldset {
		padding: 20px 10px;
	}

	.donation-form .form-area {
		margin-bottom: 25px;
	}

	.donation-form .form-area {
		margin-bottom: 20px;
	}

	.donation-form .row {
		margin-bottom: 10px;
	}

	.donation-form .col {
		padding: 0 10px 0 0;
	}

	.donation-form .col + .col {
		padding: 0 0 0 10px;
		margin-bottom: 10px;
	}

	.donation-form .fake-input-button {
		width: 80px;
		height: 60px;
		font-size: 22px;
		line-height: 26px;
	}

	.donation-form h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.donation-form .radio-box {
		padding: 4px 10px;
		white-space: nowrap;
	}

	.donation-form .fake-input {
		margin-right: 8px;
	}

	.donation-form select {
		padding: 5px 26px 5px 10px;
	}

	.donation-form .fake-select:before {
		right: 10px;
	}

	[id="header"]:after {
		height: 267px;
	}

	.bar {
		text-align: center;
	}

	.bar .link {
		overflow: hidden;
		float: none;
		display: inline-block;
		vertical-align: top;
		width: auto;
	}

	#nav {
		position: absolute;
		top: 100%;
		width: 200px;
		right: -10px;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .3s linear;
		transition: max-height .3s linear;
	}

	.nav-active #nav {
		max-height: 4000px;
	}

	#nav ul {
		background: #64005f;
		padding: 10px 20px;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform .3s linear;
		transition: transform .3s linear;
	}

	.nav-active #nav ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#nav ul:before {
		content: "";
		position: absolute;
		left: 0;
		right: -9999px;
		bottom: 0;
		top: 0;
		background: #64005f;
		z-index: -1;
	}

	#nav li:first-child {
		padding: 0;
	}

	#nav li.hover ul {
		display: block;
	}

	#nav li {
		display: block;
		padding: 0;
		margin: 0 0 10px;
		color: #fff;
	}

	#nav li ul {
		position: static;
		display: none;
		opacity: 1;
		visibility: visible;
		padding: 10px 0 0 10px;
		background: none;
	}

	#nav li li {
		margin-bottom: 10px;
		white-space: normal;
	}

	#nav li li.selected > a,
	#nav li li a:hover {
		color: #fa7701;
	}

	#nav li li:last-child {
		margin-bottom: 0;
	}

	.nav-opener {
		display: block;
	}

	body {
		font-size: 15px;
	}

	.slideshow .holder {
		font-size: 25px;
	}

	.slideshow .img-block:after {
		height: 300px;
	}

	.slideshow .col {
		padding-top: 68px;
	}

	.slideshow .btn {
		font-size: 18px;
		line-height: 20px;
		padding: 10px 15px;
	}

	.slideshow .text p {
		margin-bottom: 20px;
	}

	.slideshow .prev,
	.slideshow .next {
		display: none;
	}

	.info-wrap {
		padding: 40px 0 20px;
	}

	.info-wrap .box-holder {
		margin: 0 -10px;
	}

	.info-wrap .box {
		padding: 0 10px 20px;
	}

	.info-wrap .title {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 22px;
	}

	.info-container {
		padding: 40px 0 20px;
	}

	.info-container .col {
		padding: 0 5px;
		width: 52%;
	}

	.info-container .col.add {
		width: 48%;
	}

	.info-container .col.social {
		width: 100%;
	}

	.info-container .img-holder {
		margin-bottom: 15px;
	}

	.info-section {
		padding-bottom: 40px;
	}

	.info-section .holder {
		padding: 20px;
	}

	.info-section .col {
		font-size: 16px;
		line-height: 20px;
	}

	.info-section h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.info-section p {
		margin-bottom: 20px;
	}

	.gallery-section {
		padding-bottom: 40px;
	}

	.gallery .head-block,
	.information-listing .head-block {
		margin-bottom: 20px;
	}

	.gallery h2,
	.information-listing h2 {
		font-size: 23px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.gallery .text,
	.information-listing .text {
		padding: 20px;
	}

	.gallery .info,
	.information-listing .info {
		font-size: 18px;
		line-height: 20px;
		padding: 12px 10px 15px 35px;
		background-position: 10px 50%;
	}

	.gallery .btn-holder a,
	.information-listing .btn-holder a,
	.gallery .btn-holder span,
	.information-listing .btn-holder span {
		padding: 20px 10px;
		font-size: 18px;
		line-height: 22px;
	}

	.two-columns .container {
		padding-top: 100px;
	}

	[id="sidebar"] {
		width: 240px;
		margin-left: 20px;
	}

	[id="sidebar"] h2 {
		margin-bottom: 10px;
	}

	[id="content"] {
		margin-bottom: 20px;
	}

	[id="content"] section {
		padding-bottom: 5px;
	}

	.info-table thead {
		display: none;
	}

	.info-table tbody {
		display: block;
	}

	.info-table tr {
		display: block;
		width: 100%;
	}

	.info-table td {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		padding: 0;
		font-size: 15px;
	}

	.info-table td:before {
		content: attr(data-label);
		padding: 10px 10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		color: #fff !important;
		background: #fa7701;
		width: 90px;
		min-width: 90px;
		position: relative;
		white-space: normal;
		text-transform: uppercase;
	}

	.info-table td:first-child {
		padding: 0;
	}

	.info-table td span {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 5px;
	}

	.information-listing .head-block {
		margin-bottom: 30px;
	}

	.information-listing .text {
		padding: 20px;
	}

	.heading {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 15px;
	}

	.photo-gallery {
		margin-bottom: 30px;
	}

	.description-block {
		margin-bottom: 40px;
	}

	.description-block .info-listing dt {
		float: none;
	}

	.description-block .info-listing dd {
		margin-bottom: 5px;
	}

	.side-column {
		width: 190px;
		margin-right: 20px;
	}

	.side-column h3 {
		font-size: 18px;
		line-height: 20px;
		padding: 10px 10px 14px;
	}

	.side-column .list .title {
		padding-right: 10px;
	}

	.side-column .info-list {
		padding: 18px 10px 23px;
	}

	.custom-list {
		padding-left: 10px;
	}

	.check-list {
		padding: 0 0 0 20px;
	}

	.button {
		font-size: 18px;
		line-height: 20px;
		padding: 10px 15px;
	}

	[id="footer"] .col {
		width: 25%;
	}

	[id="footer"] .col.add {
		width: 50%;
	}

	[id="footer"] .col.about {
		width: 100%;
	}

	.add-nav ul {
		padding: 0;
		margin: 0;
	}
}

@media (max-width: 767px) {
	h1,
	.h1 {
		line-height: 1.2;
		font-size: 22px;
	}

	.search-form {
		height: 50px;
		margin-top: -50px;
	}

	.search-form .row {
		padding: 10px 0;
	}

	.search-form input[type="search"] {
		height: 30px;
	}

	.search-form input[type="submit"] {
		height: 30px;
	}

	.filter-form .row {
		max-width: none;
	}

	.donation-form fieldset {
		margin-bottom: 20px;
	}

	.donation-form .form-area:last-child {
		margin-bottom: 0;
	}

	.donation-form .col {
		width: 100%;
		padding: 0 0 10px;
	}

	.donation-form .col + .col {
		padding: 0;
	}

	.donation-form .radio-row {
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.donation-form .fake-input-button {
		height: 60px;
		font-size: 16px;
		margin: 0 5px 10px;
	}

	.donation-form h2 {
		margin-bottom: 10px;
	}

	.donation-form .information h2 {
		margin-bottom: 10px;
	}

	.donation-form .information .row {
		max-width: 100%;
		margin-bottom: 10px;
	}

	.donation-form .information .add {
		margin-bottom: 10px;
	}

	.donation-form .information .col {
		padding: 0 0 10px;
	}

	.donation-form .information .col + .col {
		padding: 0;
	}

	.donation-form .submit-row {
		display: block;
	}

	.donation-form input[type="submit"] {
		width: 100%;
		font-size: 26px;
		margin: 0;
	}

	[id="header"]:after {
		height: 216px;
	}

	.top-bar {
		text-align: left;
	}

	.top-bar .search-opener {
		float: right;
		margin-top: 5px;
	}

	.bar .link {
		width: 200px;
		margin: 7px 0 0;
	}

	.nav-opener {
		margin: 15px 5px 5px;
		width: 45px;
		height: 40px;
		font-size: 10px;
	}

	.nav-opener:before,
	.nav-opener:after {
		height: 6px;
	}

	.nav-opener:before {
		bottom: 34px;
		box-shadow: 0 9px 0 #64005f;
	}

	.nav-opener:after {
		bottom: 16px;
	}

	.nav-opener span {
		letter-spacing: 0;
	}

	[id="header"] .social-networks {
		margin-left: -10px;
	}

	.slideshow .holder {
		display: block;
		font-size: 18px;
		line-height: 21px;
	}

	.slideshow .img-block {
		min-height: 243px;
		width: 100%;
	}

	.slideshow .img-block:after {
		display: none;
	}

	.slideshow .col {
		width: 100%;
		display: block;
		padding: 24px 30px 23px;
	}

	.slideshow .btn {
		padding: 10px 10px;
		font-size: 13px;
		line-height: 14px;
	}

	.slideshow .text p {
		margin-bottom: 15px;
	}

	.color-panel {
		padding: 17px 0 10px;
	}

	.info-wrap .box-holder {
		margin: 0 -5px;
	}

	.info-wrap .box {
		width: 50%;
		font-size: 13px;
		line-height: 18px;
		padding: 0 5px 20px;
	}

	.info-wrap .title {
		font-size: 17px;
	}

	.info-wrap p {
		margin-bottom: 10px;
	}

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

	.info-container .col.add {
		width: 100%;
	}

	.info-container .col.social {
		display: none;
	}

	.info-container .img-holder {
		text-align: center;
	}

	.info-section {
		padding-bottom: 20px;
	}

	.info-section .holder {
		padding: 20px 10px;
	}

	.info-section .col-holder {
		display: block;
		margin: 0;
	}

	.info-section .col {
		width: 100%;
		padding: 0 0 10px;
	}

	.info-section .col + .col {
		width: 100%;
	}

	.gallery .head-block,
	.information-listing .head-block {
		margin-bottom: 10px;
	}

	.gallery h1,
	.information-listing h1 {
		font-size: 22px;
	}

	.gallery li,
	.information-listing li {
		display: block;
	}

	.gallery .img-box,
	.information-listing .img-box {
		width: 100%;
		height: 200px;
	}

	.gallery .text-box,
	.information-listing .text-box {
		width: 100%;
	}

	.gallery h2,
	.information-listing h2 {
		font-size: 18px;
		line-height: 20px;
	}

	.gallery .text,
	.information-listing .text {
		padding: 15px 10px 10px;
	}

	.gallery .info,
	.information-listing .info {
		font-size: 15px;
		line-height: 18px;
		background-size: 12px auto;
		background-position: 5px 50%;
		padding: 12px 10px 15px 25px;
	}

	.gallery .btn-holder a,
	.information-listing .btn-holder a,
	.gallery .btn-holder span,
	.information-listing .btn-holder span {
		padding: 10px;
	}

	.gallery .prev,
	.information-listing .prev,
	.gallery .next,
	.information-listing .next {
		width: 33px;
		height: 33px;
	}

	.aside {
		padding: 20px 0;
	}

	.aside .logo-list li {
		width: 33.33%;
	}

	.two-columns {
		margin-bottom: 30px;
	}

	.two-columns .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding-bottom: 0;
	}

	[id="sidebar"] {
		width: 100%;
		padding: 0;
		margin: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	[id="sidebar"]:after {
		display: none;
	}

	[id="sidebar"] h2 {
		font-size: 20px;
		line-height: 21px;
		padding-bottom: 10px;
	}

	[id="sidebar"] h3 {
		margin-bottom: 10px;
	}

	[id="sidebar"] .info-list {
		padding-bottom: 0;
	}

	[id="content"]{
		width: 100%;
	}

	.information-listing .img-box {
		width: 100%;
	}

	.information-listing .text-box {
		width: 100%;
	}

	.information-listing .text {
		padding: 15px 10px 10px;
	}

	.information-listing .info {
		padding: 12px 10px 15px 25px;
		background-position: 5px 50%;
	}

	.information-listing h2 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.information-listing li {
		margin-bottom: 20px;
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}

	.information-listing .btn-holder a,
	.information-listing .btn-holder span {
		padding: 10px;
	}

	.heading {
		font-size: 15px;
	}

	.heading h1 {
		margin-bottom: 5px;
	}

	.heading .text:after {
		padding: 0 5px;
	}

	.description-block {
		margin-bottom: 20px;
	}

	.side-column {
		width: 100%;
		margin: 0 auto 20px;
		float: none;
	}

	.side-column .list {
		padding: 15px 0;
	}

	.side-column .info-list {
		padding: 10px;
		max-width: 240px;
		margin: 0 auto;
	}

	.check-list {
		padding: 0;
	}

	.check-list li {
		width: 50%;
		padding: 0 0 10px 26px;
	}

	.button {
		padding: 10px 10px;
		font-size: 13px;
		line-height: 14px;
	}

	[id="footer"] {
		border-width: 25px 0 0;
	}

	[id="footer"] .col-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	[id="footer"] .col {
		width: 100%;
		padding-bottom: 15px;
	}

	[id="footer"] .col.add {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	[id="footer"] h3 {
		margin-bottom: 15px;
	}

	.information-list li {
		padding-bottom: 10px;
	}

	.add-nav li ul {
		padding: 15px 0 0;
	}

	.add-nav li li {
		padding-left: 12px;
	}

	.bottom-bar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		padding: 10px 0;
	}

	.service-info {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 10px;
	}
	.contact-form fieldset{
		padding: 15px;
	}
}

@media (max-width: 479px) {
	[id="header"]:after {
		height: 172px;
	}

	.top-bar .search-opener {
		font-size: 25px;
		margin-top: 1px;
	}

	.bar .link {
		width: 130px;
	}

	.logo {
		width: 90px;
		margin-top: 7px;
	}

	.nav-opener {
		margin-top: 5px;
	}

	[id="header"] .social-networks a {
		height: 30px;
	}
}

@media (max-width: 320px) {
	.contact-form input[type="text"],
	.contact-form textarea,
	.contact-form .g-recaptcha {
	    max-width: 284px;
	}
	.contact-form .g-recaptcha{
		margin: 0 0 20px -16px;
	}
}

