/*
Theme Name: AI 4 All
Author: ReliablePSD
Description: Designed by ReliablePSD.
Version: 1.4.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: am
Tags: custom-menu, theme-options
Author URI: https://www.reliablepsd.com/
Theme URI: https://www.reliablepsd.com/psd-to-wordpress/
*/
/*! 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;
}

ul:not([class]),
.nav-menu,
.nav-menu>li ul,
.programs-list,
.press-list,
.accordion-list,
.team-list,
.sponsorship-list,
.donate-list,
.interviews-list,
.pressa-list,
.advice-list,
.reality-list,
.making-list,
.program-list,
.description-list,
.change-list,
.boxes-list,
.images-list,
.footer-nav,
.social-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.post-password-form:after,
#search_block:after,
.search-form p:after,
#search_block p:after,
.navigation-single:after,
.commentlist .comment-author:after,
.container:after,
.main-container: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: #2e2b2a;
	background: #fff;
	font: 17px/1.55 "Roboto", 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;
}

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

blockquote {
	border-left: 4px solid #2e2b2a;
	padding-left: .5em;
	margin-left: 1.55em;
}

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

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

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

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

ul {
	list-style-type: disc;
}

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

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #b9bab7;
	padding: .68em 10px;
	border-radius: 3px;
	width: 100%;
}

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

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,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #2e2b2a;
}

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,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #2e2b2a;
}

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,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #2e2b2a;
}

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,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #2e2b2a;
}

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

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

textarea {
	resize: vertical;
	vertical-align: top;
	height: 120px;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.contact-form .wFormContainer .wForm .secondaryAction,
.contact-form .wFormContainer .wForm .primaryAction,
.contact-form .wFormContainer .wForm .wfPageNextButton,
.contact-form .wFormContainer .wForm .wfPagePreviousButton {
	color: #fff;
	padding: .68em 1.5em;
	background: #f68923;
	border-radius: 3px;
	border: 2px solid #f68923;
	font-size: 15px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	text-transform: uppercase;
	display: inline-block;
	outline: none;
	letter-spacing: 1px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover {
	text-decoration: none;
	opacity: .9;
}

button.btn-bold,
input[type="button"].btn-bold,
input[type="reset"].btn-bold,
input[type="submit"].btn-bold,
.btn.btn-bold {
	font-weight: bold;
}

button.btn-lg,
input[type="button"].btn-lg,
input[type="reset"].btn-lg,
input[type="submit"].btn-lg,
.btn.btn-lg {
	padding: .8em 1.5em;
}

button.btn-l-gray,
input[type="button"].btn-l-gray,
input[type="reset"].btn-l-gray,
input[type="submit"].btn-l-gray,
.btn.btn-l-gray {
	background: #919090;
	border-color: #919090;
	color: #232121;
}

button.btn-d-green,
input[type="button"].btn-d-green,
input[type="reset"].btn-d-green,
input[type="submit"].btn-d-green,
.btn.btn-d-green {
	background: #145e59;
	border-color: #145e59;
	color: #232121;
}

button.btn-red,
input[type="button"].btn-red,
input[type="reset"].btn-red,
input[type="submit"].btn-red,
.btn.btn-red {
	border-color: #ef5757;
	background: #ef5757;
	color: #fff;
}

button.btn-purple,
input[type="button"].btn-purple,
input[type="reset"].btn-purple,
input[type="submit"].btn-purple,
.btn.btn-purple {
	border-color: #26bdc4;
	background: #26bdc4;
	color: #fff;
}

button.btn-outline,
input[type="button"].btn-outline,
input[type="reset"].btn-outline,
input[type="submit"].btn-outline,
.btn.btn-outline,
.contact-form .wFormContainer .wForm .secondaryAction,
.contact-form .wFormContainer .wForm .primaryAction,
.contact-form .wFormContainer .wForm .wfPageNextButton,
.contact-form .wFormContainer .wForm .wfPagePreviousButton {
	background: none;
	color: #f68923;
}

button.btn-outline:hover,
input[type="button"].btn-outline:hover,
input[type="reset"].btn-outline:hover,
input[type="submit"].btn-outline:hover,
.btn.btn-outline:hover,
.contact-form .wFormContainer .wForm .secondaryAction:hover,
.contact-form .wFormContainer .wForm .primaryAction:hover,
.contact-form .wFormContainer .wForm .wfPageNextButton:hover,
.contact-form .wFormContainer .wForm .wfPagePreviousButton:hover {
	background: #f68923;
	color: #fff;
	opacity: 1;
}

button.btn-outline.btn-l-gray,
input[type="button"].btn-outline.btn-l-gray,
input[type="reset"].btn-outline.btn-l-gray,
input[type="submit"].btn-outline.btn-l-gray,
.btn.btn-outline.btn-l-gray {
	border-color: #919090;
	color: #919090;
}

button.btn-outline.btn-l-gray:hover,
input[type="button"].btn-outline.btn-l-gray:hover,
input[type="reset"].btn-outline.btn-l-gray:hover,
input[type="submit"].btn-outline.btn-l-gray:hover,
.btn.btn-outline.btn-l-gray:hover {
	background: #919090;
	color: #232121;
}

button.btn-outline.btn-red,
input[type="button"].btn-outline.btn-red,
input[type="reset"].btn-outline.btn-red,
input[type="submit"].btn-outline.btn-red,
.btn.btn-outline.btn-red {
	border-color: #ef5757;
	color: #ef5757;
}

button.btn-outline.btn-red:hover,
input[type="button"].btn-outline.btn-red:hover,
input[type="reset"].btn-outline.btn-red:hover,
input[type="submit"].btn-outline.btn-red:hover,
.btn.btn-outline.btn-red:hover {
	background: #ef5757;
	color: #fff;
}

button.btn-outline.btn-d-green,
input[type="button"].btn-outline.btn-d-green,
input[type="reset"].btn-outline.btn-d-green,
input[type="submit"].btn-outline.btn-d-green,
.btn.btn-outline.btn-d-green {
	border-color: #145e59;
	color: #000;
}

button.btn-outline.btn-d-green:hover,
input[type="button"].btn-outline.btn-d-green:hover,
input[type="reset"].btn-outline.btn-d-green:hover,
input[type="submit"].btn-outline.btn-d-green:hover,
.btn.btn-outline.btn-d-green:hover {
	background: #145e59;
	color: #fff;
}

button.btn-outline.btn-d-green02,
input[type="button"].btn-outline.btn-d-green02,
input[type="reset"].btn-outline.btn-d-green02,
input[type="submit"].btn-outline.btn-d-green02,
.btn.btn-outline.btn-d-green02 {
	border-color: #145e5c;
	color: rgba(0, 0, 0, .7);
}

button.btn-outline.btn-d-green02:hover,
input[type="button"].btn-outline.btn-d-green02:hover,
input[type="reset"].btn-outline.btn-d-green02:hover,
input[type="submit"].btn-outline.btn-d-green02:hover,
.btn.btn-outline.btn-d-green02:hover {
	background: #145e5c;
	color: #fff;
}

button.btn-outline.btn-purple,
input[type="button"].btn-outline.btn-purple,
input[type="reset"].btn-outline.btn-purple,
input[type="submit"].btn-outline.btn-purple,
.btn.btn-outline.btn-purple {
	border-color: #26bdc4;
	color: #26bdc4;
}

button.btn-outline.btn-purple:hover,
input[type="button"].btn-outline.btn-purple:hover,
input[type="reset"].btn-outline.btn-purple:hover,
input[type="submit"].btn-outline.btn-purple:hover,
.btn.btn-outline.btn-purple:hover {
	background: #26bdc4;
	color: #fff;
}

button.btn-outline.btn-white,
input[type="button"].btn-outline.btn-white,
input[type="reset"].btn-outline.btn-white,
input[type="submit"].btn-outline.btn-white,
.btn.btn-outline.btn-white {
	border-color: #fff;
	color: #000;
}

button.btn-outline.btn-white:hover,
input[type="button"].btn-outline.btn-white:hover,
input[type="reset"].btn-outline.btn-white:hover,
input[type="submit"].btn-outline.btn-white:hover,
.btn.btn-outline.btn-white:hover {
	background: #fff;
	color: #000;
}

label {
	display: block;
	color: #2e2b2a;
	font-size: 17px;
	padding: 0 0 5px;
}

.oneField {
	margin-bottom: 15px;
}

.widget {
	margin-bottom: 1.55em;
}

.widget select {
	min-width: inherit;
	width: 100%;
}

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

.widget a:hover {
	color: #f68923;
}

/* Calendar */
#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td {
	background: transparent;
}

/* Typography */
ul ul,
ul ol {
	margin: 0;
}

ul>ul>li {
	list-style-type: circle;
}

ol ol,
ol ul {
	margin: 0;
}

ol>ol>li {
	list-style-type: lower-alpha;
}

ul:not([class]) {
	padding-bottom: 20px;
}

ul:not([class]) li {
	list-style-type: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 13px;
}

ul:not([class]) li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	background: #ef5857;
	width: 12px;
	height: 6px;
	border-radius: 5px;
}

a:not([class]) {
	border-bottom: 2px solid #f68923;
	color: #2e2b2a;
}

a:not([class]):hover {
	color: #f68923;
	text-decoration: none;
}

.comment-form .comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
	margin: 3px 5px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	padding: 0;
}

.comment-form p {
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

.comment-form label {
	display: block;
	padding: 0 0 5px;
}

.comment-form input[type="text"],
.comment-form input[type="tel"],
.comment-form input[type="email"],
.comment-form input[type="search"],
.comment-form input[type="password"],
.comment-form input[type="url"],
.comment-form textarea {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form textarea {
	width: 100%;
	margin: 0;
}

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

.post-password-form label {
	display: block;
}

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

.search-form input {
	float: left;
}

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

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

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

.comment-form button,
.comment-form input[type="submit"],
.post-password-form button,
.post-password-form input[type="submit"],
.search-form button,
.search-form input[type="submit"],
#search_block button,
#search_block input[type="submit"] {
	height: 40px;
	padding: 0 10px;
}

.search-form,
.post-password-form,
#search_block {
	margin-bottom: 15px;
}

.search-form input,
.post-password-form input,
#search_block input {
	float: left;
	height: 40px;
}

.search-form input[type="search"],
.search-form input[type="text"],
.post-password-form input[type="search"],
.post-password-form input[type="text"],
#search_block input[type="search"],
#search_block input[type="text"] {
	margin: 0 4px 0 0;
	width: 150px;
}

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

.search-form input[type="submit"],
.search-form button,
.post-password-form input[type="submit"],
.post-password-form button,
#search_block input[type="submit"],
#search_block button {
	height: 40px;
}

.commentlist {
	margin: 0 0 1.55em;
}

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

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

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

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

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

.widget_calendar #prev {
	padding-left: 5px;
	text-align: left;
}

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

.navigation,
.navigation-comments,
.pagination {
	position: relative;
	vertical-align: middle;
	padding: 10px 0 20px 0;
	width: 100%;
	overflow: hidden;
	text-transform: uppercase;
}

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

.navigation .current,
.navigation-comments .current,
.pagination .current {
	color: #ccc;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 3px;
}

.navigation .page-numbers.current:hover,
.navigation-comments .page-numbers.current:hover,
.pagination .page-numbers.current:hover {
	background: none;
	color: #ccc;
}

.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover,
.pagination .page-numbers:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation .next,
.navigation .prev,
.navigation .al,
.navigation .ar,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .next,
.pagination .prev,
.pagination .al,
.pagination .ar {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #f68923;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}

.navigation .next.disabled,
.navigation .prev.disabled,
.navigation .al.disabled,
.navigation .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled {
	background: #b3b3b3;
	border-color: #b3b3b3;
	pointer-events: none;
}

.navigation .next a,
.navigation .prev a,
.navigation .al a,
.navigation .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .next a,
.pagination .prev a,
.pagination .al a,
.pagination .ar a {
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
	border: none;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
}

.navigation .next a:hover,
.navigation .prev a:hover,
.navigation .al a:hover,
.navigation .ar a:hover,
.navigation-comments .next a:hover,
.navigation-comments .prev a:hover,
.navigation-comments .al a:hover,
.navigation-comments .ar a:hover,
.pagination .next a:hover,
.pagination .prev a:hover,
.pagination .al a:hover,
.pagination .ar a:hover {
	background: #000;
	color: #fff;
}

.navigation a,
.navigation-comments a,
.pagination a {
	color: inherit;
}

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

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

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

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

/* Begin Images */
img.border {
	padding: 5px;
	border: 1px solid #ccc;
}

.wp-caption {
	clear: both;
	border: 1px solid #2e2b2a;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	width: auto;
	max-width: 98.5%;
}

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

div.aligncenter,
figure.aligncenter {
	margin: 0 auto 1.55em;
	text-align: center;
}

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

.aligncenter {
	margin: 5px auto 20px auto;
}

.alignleft {
	float: left;
	margin: 0 1.55em 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 1.55em;
}

.alignnone {
	margin: 0;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* can use for responsive iframe*/
.fluid-iframe {
	display: block;
	position: relative;
	padding-bottom: 60%;
}

.fluid-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

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

.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
}

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

.al,
.navigation .next {
	float: left;
}

.ar,
.navigation .prev {
	float: right;
}

.posts-list .entry p {
	margin: 0;
}

.posts-list .post {
	margin: 0 0 60px;
}

.title {
	margin-bottom: 1.2em;
	text-transform: uppercase;
}

.title h1 {
	margin: 0;
}

.post .title {
	margin-bottom: 10px;
}

.post .title a {
	border: none;
}

.post .postmetadata {
	margin-bottom: 10px;
}

.textwidget p {
	padding: 0 0 10px 0;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

code br {
	display: none;
}

pre,
code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}

/* Various Tags & Classes */
acronym,
abbr,
span.caps {
	cursor: help;
}

acronym,
abbr {
	border-bottom: 1px dashed #dfcfba;
}

blockquote {
	margin: 0 0 1.2em;
}

blockquote cite {
	display: block;
	padding-top: 5px;
}

blockquote p:before,
q:before {
	content: open-quote;
}

blockquote p:after,
q:after {
	content: close-quote;
}

blockquote q+p:before,
blockquote p+p:before,
blockquote q+p:after,
blockquote p+p:after {
	display: none;
}

sup {
	position: relative;
	top: -5px;
}

sub {
	position: relative;
	top: 5px;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.page-link {
	padding: 0 0 15px;
}

/* Respond */
.comments {
	clear: both;
}

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

/* Comments*/
#comments,
#reply-title {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

.commentlist {
	margin-left: -2em;
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.commentlist .comment {
	padding: 0 0 0 2em;
}

.commentlist .comment,
.commentlist+.comment {
	padding-top: 1.2em;
}

.commentlist .commentlist {
	padding: 0;
}

.commentlist .comment-author {
	margin-bottom: .5em;
}

.commentlist .comment-metadata {
	margin-bottom: .5em;
}

.commentlist .comment-author img {
	float: left;
	margin: 0 1.2em 4px 0;
}

.comment .comment-respond {
	margin-left: 20px;
}

.comment-body {
	margin: 0 0 20px;
}

.comment-body .reply {
	padding-bottom: 15px;
}

.parent.comment .comment {
	margin-left: 30px;
}

.comment-author.vcard {
	margin-bottom: 10px;
}

.breadcrumb {
	padding-bottom: 20px;
}

.post .title h3 {
	margin-bottom: 1em;
}

.divider {
	height: 80px;
}

.wpcf7-not-valid-tip {
	display: block;
	padding-top: 5px;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	color: #d93c3c;
}

.error input:not([type="submit"]) {
	border-color: red !important;
}

.wpcf7-form-control.wpcf7-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding-right: 20px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item:last-child {
	padding-right: 0;
}

.wpcf7-form-control.wpcf7-radio input[type="radio"] {
	margin-right: 5px;
}

/* Gallery */
.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1em;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	max-width: 50%;
	margin: 0;
	padding: 0 1em 2em;
	text-align: left;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	box-shadow: none;
	background: none;
	border: none;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	filter: opacity(60%);
}

.gallery-item img {
	-webkit-transition: filter .25s ease-in;
	transition: filter .25s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

.gallery-columns-1 .gallery-item {
	width: 100%;
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* Gallery widget */
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #f68923;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .25s ease, background .25s ease, opacity .25s ease, border-color .25s ease;
	transition: color .25s ease, background .25s ease, opacity .25s ease, border-color .25s ease;
}

a:hover {
	text-decoration: underline;
}

.column-group {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

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

.column-group img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.column-group p {
	margin: 0;
	padding: 15px;
}

.column-group>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* columns indents compensation */
	margin: -10px;
}

.column-group>*>* {
	/* columns indents */
	padding: 10px;
}

.column-group.stretch-columns>*>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.column-group.stretch-columns>*>*>* {
	width: 100%;
}

.column-group.align-center>* {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.column-group.columns-2>* {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column-group.columns-2>*>* {
	width: 50%;
}

.column-group.columns-3>* {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column-group.columns-3>*>* {
	width: 33.3333%;
}

.column-group.columns-3.ratio-2-1>*>*:first-child {
	width: 66.6667%;
}

.column-group.columns-3.ratio-1-2>*>*:last-child {
	width: 66.6667%;
}

.column-group.columns-4>* {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column-group.columns-4>*>* {
	width: 25%;
}

.column-group.columns-4.ratio-2-1-1>*>*:first-child {
	width: 50%;
}

.column-group.columns-4.ratio-1-2-1>*>*:nth-child(2) {
	width: 50%;
}

.column-group.columns-4.ratio-1-1-2>*>*:last-child {
	width: 50%;
}

.column-group.columns-4.ratio-3-1>*>*:first-child {
	width: 75%;
}

.column-group.columns-4.ratio-1-3>*>*:last-child {
	width: 75%;
}

.column-group.columns-5>* {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column-group.columns-5>*>* {
	width: 20%;
}

.column-group.columns-5.ratio-2-1-1-1>*>*:first-child {
	width: 40%;
}

.column-group.columns-5.ratio-1-2-1-1>*>*:nth-child(2) {
	width: 40%;
}

.column-group.columns-5.ratio-1-1-2-1>*>*:nth-child(3) {
	width: 40%;
}

.column-group.columns-5.ratio-1-1-1-2>*>*:last-child {
	width: 40%;
}

.column-group.columns-5.ratio-3-1-1>*>*:first-child {
	width: 60%;
}

.column-group.columns-5.ratio-1-3-1>*>*:nth-child(2) {
	width: 60%;
}

.column-group.columns-5.ratio-1-1-3>*>*:last-child {
	width: 60%;
}

.column-group.columns-5.ratio-4-1>*>*:first-child {
	width: 80%;
}

.column-group.columns-5.ratio-1-4>*>*:last-child {
	width: 80%;
}

.column-group.columns-5.ratio-1-2-2>*>* {
	width: 40%;
}

.column-group.columns-5.ratio-1-2-2>*>*:first-child {
	width: 20%;
}

.column-group.columns-5.ratio-2-2-1>*>* {
	width: 40%;
}

.column-group.columns-5.ratio-2-2-1>*>*:last-child {
	width: 20%;
}

.column-group.columns-5.ratio-3-2>*>* {
	width: 40%;
}

.column-group.columns-5.ratio-3-2>*>*:first-child {
	width: 60%;
}

.column-group.columns-5.ratio-2-3>*>* {
	width: 60%;
}

.column-group.columns-5.ratio-2-3>*>*:first-child {
	width: 40%;
}

/* Slider */
.slick-gallery {
	display: none;
}

.slick-gallery.slick-initialized {
	display: block;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-list:after {
	content: "";
	display: block;
	clear: both;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	outline: none;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	margin: 0;
	list-style: none;
	font-size: 0;
	text-align: center;
	padding: 20px 0 0;
}

.slick-dots li {
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
}

.slick-dots button {
	width: 30px;
	height: 5px;
	border-radius: 5px;
	font-size: 0;
	padding: 0;
	text-indent: -9999px;
	border: none;
	-webkit-transition: none;
	transition: none;
	background-color: #f58823;
	opacity: .25;
	box-shadow: none;
	margin: 0;
	outline: none;
}

.slick-dots .slick-active button {
	opacity: 1;
}

.slick-arrow {
	width: 42px;
	height: 80px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	background: none;
	border: none;
	text-indent: -9999px;
	z-index: 50;
	opacity: .3;
	padding: 0;
	background: url(assets/images/btn-slick.png) no-repeat;
}

.slick-arrow:hover {
	opacity: 1;
}

.slick-arrow.slick-next {
	right: 0;
}

.slick-arrow.slick-prev {
	left: 0;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* radio */
.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #b9bab7;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
	min-width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background: #000;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* checkbox */
.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #b9bab7;
	margin: 0 5px 0 0;
	height: 20px;
	width: 20px;
	min-width: 20px;
	border-radius: 5px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 6px;
	width: 12px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 2px solid #000;
	border-width: 0 0 2px 2px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -6px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* select */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #b9bab7;
	background: #fff;
	border-radius: 4px;
	height: 50px;
	min-width: 180px;
	color: #2e2b2a;
}

.jcf-select-drop .jcf-list .jcf-option-hideme {
	display: none;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
	font-size: 17px;
	padding: 0 10px;
	line-height: 1.3;
}

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

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 35px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	content: "";
	width: 12px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -4px -6px 0 0;
	background: url(assets/images/ico-arrow-bottom.svg) no-repeat;
}

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

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

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

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

.jcf-select.jcf-compact-multiple {
	max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: inline-block;
	padding-top: 2px;
	content: "...";
}

.jcf-select-drop .jcf-select-drop-content {
	box-shadow: 0 10px 16px rgba(0, 0, 0, .1);
	padding: 1px 0 0;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display: inline-block;
	content: "";
	height: 4px;
	width: 8px;
	margin: -7px 5px 0 -3px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 1.4;
	font-size: 15px;
	width: 100%;
	border-radius: 5px;
}

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

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
	padding: 0 10px;
	margin: 0;
}

.jcf-list ul li:before {
	display: none;
}

.jcf-list ul li:last-child .jcf-option {
	border: none;
}

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

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 5px;
	color: #656565;
	min-height: 14px;
	height: 1%;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

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

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

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

.jcf-focus {
	outline: 0;
}

html {
	height: 100%;
}

body {
	width: 100%;
	margin: 0;
	height: 100%;
	min-height: 100%;
}

img {
	vertical-align: top;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.w1 {
	display: table;
	overflow: hidden;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

#wrapper {
	position: relative;
	display: table-cell;
	overflow: hidden;
}

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

.container-sm {
	max-width: 960px;
	margin: 0 auto;
}

.container-sm.container-sm2 {
	max-width: 900px;
}

.main {
	width: 100%;
}

.main-holder {
	padding: 80px 0;
}

.main-holder.add {
	padding-bottom: 0;
}

.main-container {
	width: 100%;
	padding: 60px 0;
}

.main-container #content {
	width: 100%;
	float: left;
}

.main-container .content-holder {
	padding-right: 50px;
	margin: 0 300px 0 0;
}

.main-container #sidebar {
	width: 300px;
	float: right;
	margin: 0 0 0 -100%;
}

#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

#header .header-holder {
	padding: 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
}

#header .header-holder:before {
	content: "";
	width: 100%;
	height: 4px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 3px;
}

#header .container {
	max-width: 1190px;
}

#header .logo {
	position: relative;
	z-index: 10;
}

.logo {
	display: block;
}

.logo a {
	display: block;
	border: none;
}

.promo {
	padding: 115px 0 0;
	position: relative;
}

.promo .container {
	max-width: 935px;
}

.promo .promo-holder {
	position: relative;
	z-index: 10;
	padding: 55px 0;
	color: #fff;
	text-align: center;
}

.promo:before {
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(315deg, rgba(245, 136, 35, .8) 0%, rgba(239, 87, 87, .8) 100%);
	background: linear-gradient(135deg, rgba(245, 136, 35, .8) 0%, rgba(239, 87, 87, .8) 100%);
}

.promo.promo-visual-green:before {
	background: -webkit-linear-gradient(315deg, rgba(45, 183, 141, .8) 0%, rgba(38, 188, 196, .8) 100%);
	background: linear-gradient(135deg, rgba(45, 183, 141, .8) 0%, rgba(38, 188, 196, .8) 100%);
}

.promo.promo-green:before {
	background: -webkit-linear-gradient(315deg, #2db78d 0%, #26bcc4 100%);
	background: linear-gradient(135deg, #2db78d 0%, #26bcc4 100%);
}

.promo.promo-orange:before {
	background: -webkit-linear-gradient(315deg, #f58823 0%, #ef5757 100%);
	background: linear-gradient(135deg, #f58823 0%, #ef5757 100%);
}

.promo .promo-info {
	max-width: 820px;
	margin: 0 auto;
	padding: 0 20px 70px;
	font-size: 24px;
}

.promo h1 {
	font-size: 60px;
}

.promo.promo-home {
	height: 100vh;
	min-height: 650px;
}

.promo.promo-home .promo-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.promo .btn-outline.btn-white {
	color: #fff;
	min-width: 220px;
}

.inner-page .promo-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 470px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inner-page .promo-holder .title-main h1 {
	margin-bottom: 20px;
}

.title-main {
	font-size: 24px;
}

.title-main h1 {
	margin: 0;
	line-height: 1.4;
	position: relative;
}

.title-main sup {
	font-size: 11px;
	line-height: 1;
	color: #269c97;
	background: #fff;
	border-radius: 5px;
	padding: 2px 3px;
	position: absolute;
	top: 0;
}

.sub-ttl {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.active-menu .nav-bar {
	display: block;
}

.active-menu .button-container {
	position: fixed;
	top: 37px;
}

.nav-menu {
	padding: 20px 0;
}

.nav-menu>li {
	display: inline-block;
	padding: 0 18px;
	position: relative;
}

.nav-menu>li:hover ul {
	display: block;
}

.nav-menu>li:hover .drop-opener:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	padding-right: 5px;
	padding-left: 0;
}

.nav-menu>li a {
	color: #fff;
	font-size: 18px;
	padding: 5px 0;
	line-height: 1.2;
	font-weight: 500;
	display: inline-block;
	position: relative;
	border: none;
}

.nav-menu>li a:hover {
	text-decoration: none;
	opacity: .8;
	color: #fff;
}

.nav-menu>li ul {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	border-radius: 3px;
	padding: 15px 20px;
	text-align: right;
	min-width: 120px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .25);
	display: none;
}

.nav-menu>li ul li {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	padding: 3px 0;
	margin: 0;
}

.nav-menu>li ul li:before {
	display: none;
}

.nav-menu>li ul li:last-child {
	padding: 0;
}

.nav-menu>li ul a {
	color: #413f3f;
	font-size: 16px;
	font-weight: 500;
}

.nav-menu>li ul a:hover {
	opacity: .8;
	color: #413f3f;
}

.nav-menu>li.actives .drop-opener:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	padding-right: 5px;
	padding-left: 0;
}

.drop-opener {
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 16px;
}

.drop-opener:after {
	font-family: FontAwesome;
	content: "\f107";
	display: inline-block;
	padding-left: 5px;
	vertical-align: middle;
	color: #fff;
}

/* button mobile */
.button-container {
	cursor: pointer;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	z-index: 121;
	display: none;
	position: absolute;
	right: 15px;
	top: 40px;
	width: 35px;
	height: 24px;
	margin-top: -12px;
	cursor: pointer;
}

.button-container.active .top {
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
	-ms-transform: translateY(10px) translateX(0) rotate(45deg);
	transform: translateY(10px) translateX(0) rotate(45deg);
}

.button-container.active .middle {
	opacity: 0;
	background: #fff;
}

.button-container.active .bottom {
	-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
	transform: translateY(-10px) translateX(0) rotate(-45deg);
}

.button-container span {
	background: #fff;
	border: none;
	height: 4px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	cursor: pointer;
}

.button-container span:nth-of-type(2) {
	top: 10px;
}

.button-container span:nth-of-type(3) {
	top: 20px;
}

/* end button mobile */
.bottom-arrow {
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
	text-align: center;
}

.bottom-arrow a {
	width: 80px;
	height: 42px;
	margin: 0 auto;
	display: block;
	font-size: 0;
	background: url(assets/images/bottom-arrow.png) no-repeat;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
}

.bottom-arrow a:hover {
	opacity: .8;
}

.heading {
	text-align: center;
	font-size: 20px;
	color: #969594;
	max-width: 740px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.heading h2 {
	font-size: 32px;
	color: #2e2b2a;
}

.heading p {
	margin: 0;
}

.heading.heading-white {
	color: #000;
}

.heading.heading-white h2 {
	color: #fff;
}

.heading.heading-orange {
	color: #000;
}

.heading.heading-orange h3 {
	color: #f68923;
}

.heading.heading-add {
	padding: 0 0 40px;
}

.titles h2 {
	font-size: 32px;
}

.section-intro {
	padding: 80px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.col-img.first .one {
	padding: 0 0 0 85px;
}

.col-img.first .one .spot {
	width: 70px;
	top: -10px;
	left: -25px;
}

.col-img.first .two {
	margin: -70px 0 0;
}

.col-img.first .two .spot {
	width: 180px;
	left: inherit;
	right: -70px;
	bottom: -10px;
}

.col-img.last .one .spot {
	width: 100px;
	top: -10px;
	left: 20px;
}

.col-img.last .two {
	margin: -70px 0 0 45px;
}

.col-img.last .two .spot {
	width: 100px;
	top: inherit;
	left: inherit;
	right: -45px;
	bottom: -10px;
}

.col-img img {
	border-radius: 3px;
}

.col-img .img .hold {
	display: inline-block;
	position: relative;
}

.intro {
	max-width: 630px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	color: #969594;
}

.intro h2 {
	font-size: 48px;
	line-height: 1.2;
	color: #2e2b2a;
}

.intro .btn-holder {
	padding: 20px 0;
}

.btn-frame {
	text-align: center;
	padding: 20px 0;
}

.btn-frame.btn-frame-add {
	padding: 40px 0 20px;
}

.section-what {
	padding: 70px 0;
	color: #000;
	text-align: center;
	background: -webkit-linear-gradient(left, #f58723 0%, #ef5855 100%);
	background: linear-gradient(to right, #f58723 0%, #ef5855 100%);
}

.section-what h2 {
	color: #fff;
	font-size: 32px;
}

.section-what a {
	border-color: #fff;
	color: #000;
}

.section-what a:hover {
	color: #fff;
}

.what-block {
	max-width: 740px;
	margin: 0 auto;
}

.section-programs {
	background: #f2f2f1;
	padding: 70px 0 0;
}

.section-programs .programs-list {
	margin-bottom: -90px;
}

.section-post {
	padding: 60px 0;
}

.programs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	position: relative;
	z-index: 100;
}

.programs-list>li {
	width: 50%;
	padding: 0 10px 25px;
}

.box {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	font-size: 18px;
	height: 100%;
}

.box .description {
	padding: 30px 45px;
}

.box .description p {
	margin: 0;
	padding: 0 0 15px;
}

.box .description .text {
	padding: 0 0 10px;
}

.box .img {
	position: relative;
}

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

.box.box-products .img-holder {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 45px;
}

.box.box-products .img-holder h3 {
	font-size: 32px;
	margin: 0;
	color: #fff;
}

.box.box-products .img-holder .spot {
	bottom: -10px;
	left: 45px;
}

.box.box-products .description h3 {
	font-size: 24px;
}

.box.gray {
	background: #f2f2f1;
}

.mask-img {
	position: relative;
}

.mask-img:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(left, rgba(245, 135, 35, .25) 0%, rgba(239, 88, 85, .25) 100%);
	background: linear-gradient(to right, rgba(245, 135, 35, .25) 0%, rgba(239, 88, 85, .25) 100%);
}

.mask-img.mask-green:before {
	background: -webkit-linear-gradient(315deg, rgba(45, 183, 141, .25) 0%, rgba(38, 188, 196, .25) 100%);
	background: linear-gradient(135deg, rgba(45, 183, 141, .25) 0%, rgba(38, 188, 196, .25) 100%);
}

.spot-block {
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
}

.spot-block.md {
	max-width: 840px;
}

.spot-block.sm {
	max-width: 675px;
}

.spot {
	width: 100px;
	height: 20px;
	background: -webkit-linear-gradient(left, #f58823 0%, #ef5857 100%);
	background: linear-gradient(to right, #f58823 0%, #ef5857 100%);
	border-radius: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.spot.g-green {
	background: -webkit-linear-gradient(left, #26bdc4 0%, #2db88d 100%);
	background: linear-gradient(to right, #26bdc4 0%, #2db88d 100%);
}

.spot.spot-container-l {
	width: 255px;
	bottom: inherit;
	top: -10px;
}

.spot.spot-container-r {
	left: inherit;
	right: 0;
	top: -10px;
}

.spot.spot-top {
	top: -10px;
	bottom: inherit;
}

.spot.spot-bottom {
	top: inherit;
	left: inherit;
	bottom: -10px;
}

.spot.spot-right {
	right: 30px;
	left: inherit;
}

.spot.spot-left {
	left: -35px;
	right: inherit;
}

.spot-v {
	height: 135px;
	width: 20px;
	position: absolute;
	top: 0;
	left: -10px;
	background: -webkit-linear-gradient(top, #ef5857 0%, #f58625 100%);
	background: linear-gradient(to bottom, #ef5857 0%, #f58625 100%);
	border-radius: 15px;
}

.spot-v.spot-v-small {
	height: 75px;
}

.link-more {
	display: block;
}

.link-more a {
	display: inline-block;
	text-transform: uppercase;
	border: 0;
	font: bold 15px/1.2 "Rubik", sans-serif;
	letter-spacing: 1.5px;
	padding: 6px 10px 6px;
	cursor: pointer;
	line-height: 1.2;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

.link-more a:hover {
	text-decoration: none;
	border-radius: 3px;
}

.link-more.link-more-white a {
	color: #fff;
	box-shadow: inset 0 -4px 0 0 #f8ab65;
}

.link-more.link-more-white a:hover {
	box-shadow: inset 0 -4em 0 0 #f8ab65;
}

.link-more.link-more-red a {
	color: #2e2b2a;
	box-shadow: inset 0 -4px 0 0 #ef5757;
}

.link-more.link-more-red a:hover {
	box-shadow: inset 0 -4em 0 0 #ef5757;
	color: #fff;
}

.link-more.link-more-green a {
	color: #2e2b2a;
	box-shadow: inset 0 -4px 0 0 #26bdc3;
}

.link-more.link-more-green a:hover {
	box-shadow: inset 0 -4em 0 0 #26bdc3;
	color: #fff;
}

.toggle-block.active .opener:after {
	padding: 0 5px 0 0;
	margin: 0 0 3px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.link-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.link-holder .link-more {
	margin: 0 30px 0 0;
}

.link-all {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.active .link-all a:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	padding: 3px 5px 0 0;
}

.link-all a {
	color: #f68923;
	border: none;
}

.link-all a:after {
	font-family: FontAwesome;
	content: "\f107";
	display: inline-block;
	padding: 0 0 0 5px;
	vertical-align: middle;
	font-size: 18px;
}

.link-all a.active:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	padding: 3px 5px 0 0;
}

.link-all a:hover {
	text-decoration: none;
}

.link-all.red a {
	color: #ef5757;
}

.section-testimonials {
	padding: 100px 0;
	color: #fff;
	background: -webkit-linear-gradient(left, #26bdc4 0%, #2db88d 100%);
	background: linear-gradient(to right, #26bdc4 0%, #2db88d 100%);
}

.section-testimonials .slick-dots {
	padding: 40px 0 0;
}

.section-testimonials .slick-dots button {
	background: #fff;
}

.section-testimonials.add-indent {
	padding-top: 160px;
}

.blockquote {
	max-width: 905px;
	margin: 0 auto;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blockquote blockquote {
	padding: 0;
	margin: 0 0 35px;
	border: none;
	font-size: 20px;
}

.blockquote blockquote cite {
	font-size: 18px;
	font-style: normal;
}

.blockquote blockquote cite em {
	font-size: 15px;
	font-weight: normal;
}

.blockquote blockquote cite span {
	font: 500 18px/1.2 "Rubik", sans-serif;
}

.blockquote .top-head {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #3b3938;
	margin-bottom: 40px;
}

.blockquote .img {
	padding: 0 20px 0 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.blockquote .img img {
	border-radius: 50%;
	display: inline-block;
	border: 5px solid #1c8888;
}

.gallery.slick-slider {
	opacity: 1;
	margin: 0;
}

.section-press {
	background: #f2f2f1;
}

.section-press .container {
	max-width: 100%;
}

.column-press {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
}

.column-press .col {
	width: 50%;
	padding: 80px 30px;
	border-left: 2px solid #fff;
}

.column-press .col:first-child {
	border: none;
}

.column-press.column-post .col {
	padding: 80px;
	max-width: 760px;
}

.press-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.press-list>li {
	width: 33.3%;
	padding: 30px 15px;
}

.press-list>li img {
	display: inline-block;
}

.accordion-block {
	max-width: 780px;
	margin: 0 auto;
}

.accordion-list {
	border-bottom: 1px solid #b9bab7;
	font-size: 17px;
}

.accordion-list>li {
	border-top: 1px solid #b9bab7;
}

.accordion-list>li.active .opener {
	color: #2e2b2a;
}

.accordion-list>li.active .opener:hover {
	text-decoration: none;
}

.accordion-list .opener {
	padding: 20px;
	display: block;
	color: #7d7d7c;
	font-size: 20px;
	font-weight: 500;
}

.accordion-list .opener:hover {
	color: #f68923;
}

.accordion-list .slide {
	padding: 0 20px 20px;
}

.accordion-list .slide a {
	color: #2e2b2a;
	border-bottom: 2px solid #f68923;
}

.accordion-list .slide a:hover {
	text-decoration: none;
	color: #f68923;
}

.section-team {
	padding: 60px 0;
}

.section.change {
	background: #f2f2f1;
	border-width: 2px 0;
	border-style: solid;
	border-color: #f68923;
}

.section.change-white {
	background: #fff;
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #f68923;
}

.section.section-gray {
	background: #f2f2f1;
}

.section-success {
	padding: 70px 0;
}

.team-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px;
	font-size: 15px;
	padding: 0 0 20px;
	color: #7d7d7c;
}

.team-list>li {
	width: 25%;
	padding: 0 10px 15px;
}

.team-list .team h5 {
	margin: 0;
}

.team-list .team h5 a {
	color: #2e2b2a;
	border: none;
}

.team-list .team h5 a:hover {
	color: #f68923;
	text-decoration: none;
}

.team-list .team .img a {
	display: block;
	position: relative;
	border: none;
}

.team-list .team .img a:hover span {
	border-color: #f68923;
}

.team-list .team .img a img {
	border-radius: 50%;
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.team-list .team .img span {
	border-radius: 50%;
	border: 10px solid #fff;
	position: relative;
	z-index: 10;
	display: block;
	width: 220px;
	height: 220px;
	margin: 0 auto 20px;
	background: #e2e1df;
}

.team-list .team .img span:before {
	content: "";
	width: 120px;
	height: 120px;
	background: url(assets/images/logo.svg) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -60px;
}

.team-list.add .team .img span {
	border-radius: 50%;
	border-color: #f2f2f1;
}

.section-sponsorship {
	padding: 80px 0;
}

.sponsorship-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 10px;
}

.sponsorship-list>li {
	padding: 10px;
	width: 25%;
}

.sponsorship-list .img {
	border: 1px solid #e2e1df;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
	min-height: 160px;
}

.section-send {
	padding: 70px 0;
	background: #f58823;
	margin-bottom: 2px;
}

.donate-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px 10px;
}

.donate-list>li {
	padding: 10px;
	width: 33.3%;
}

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

.donate-list .donate h6 {
	font-size: 12px;
	text-transform: uppercase;
	color: #161616;
	font-weight: bold;
}

.donate-list .donate .sum {
	font-size: 56px;
	line-height: 1;
	margin: 0 0 10px;
	color: #fff;
}

.donate-list .donate .link-more a {
	color: #fff;
}

.section-featured {
	padding: 80px 0;
}

.column-featured {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.column-featured .aside {
	width: 355px;
	margin: 0 0 0 auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.column-featured .content-holder {
	width: 100%;
	padding: 0 50px 0 0;
}

.column-contact .aside {
	width: 450px;
}

.box-outline {
	border: 1px solid #f68923;
	padding: 30px 30px 20px;
	border-radius: 5px;
}

.box-outline.red {
	border-color: #ef5757;
}

.box-outline .titles {
	color: #f68923;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
}

.box-outline ul {
	padding: 0;
}

.interviews-list {
	font-size: 17px;
}

.interviews-list>li {
	padding: 0 0 15px;
}

.interviews-list>li:last-child {
	padding: 0;
}

.interviews-list>li h4 {
	color: #f68923;
}

.interviews-list a {
	border-bottom: 2px solid #f68923;
	color: #2e2b2a;
}

.interviews-list a:hover {
	text-decoration: none;
	color: #f68923;
}

.press-block {
	font-size: 17px;
	font-weight: bold;
	padding: 10px 0;
}

.press-block img {
	margin-bottom: 10px;
}

.press-block a {
	border: none;
}

.press-block p a {
	color: #2e2b2a;
	border-bottom: 2px solid transparent;
}

.press-block p a:hover {
	text-decoration: none;
	border-color: #f68923;
	color: #2e2b2a;
}

.section-selected {
	padding: 60px 0;
	background: #f2f2f1;
	border-top: 2px solid #f68923;
}

.pressa-list {
	margin-bottom: 10px;
}

.pressa-list>li {
	padding: 5px 0;
}

.pressa-list header {
	font-style: italic;
	font-size: 14px;
	text-transform: uppercase;
}

.pressa-list p {
	font-weight: bold;
}

.pressa-list a {
	color: #2e2b2a;
	border-bottom: 2px solid transparent;
}

.pressa-list a:hover {
	text-decoration: none;
	border-color: #f68923;
	color: #2e2b2a;
}

.advice-list>li {
	padding-bottom: 100px;
}

.advice-list>li:nth-child(even) .description {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 0 0 0 115px;
}

.advice-list.advice-list-add li:last-child {
	padding-bottom: 0;
}

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

.advices .images {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 357px;
	position: relative;
}

.advices .images img {
	border-radius: 5px;
}

.advices .description {
	padding: 0 115px 0 0;
}

.advices h2 {
	font-size: 32px;
}

.reality-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -30px;
}

.reality-list>li {
	width: 33.3%;
	padding: 15px 30px;
	text-align: center;
}

.reality-list h3 {
	font-size: 24px;
	color: #26bdc1;
}

.reality-list .ico {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	min-height: 74px;
	margin-bottom: 20px;
}

.reality-list.reality-list-orange h3 {
	color: #f68923;
}

.num {
	color: #f68923;
	font: 500 24px/1.2 "Rubik", sans-serif;
}

.section-making {
	padding: 80px 0;
}

.making-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -25px;
}

.making-list>li {
	width: 33.3%;
	padding: 0 25px 15px;
}

.making-list .ttl-precent {
	display: block;
	color: #f68923;
	font: 500 56px/1.2 "Rubik", sans-serif;
}

.making-list .toolbar {
	width: 100%;
	height: 20px;
	background: #e2e1df;
	border-radius: 7px;
	margin: 0 0 15px;
	overflow: hidden;
}

.making-list .toolbar .scale {
	height: 100%;
	background: -webkit-linear-gradient(left, #f58823 0%, #ef5758 100%);
	background: linear-gradient(to right, #f58823 0%, #ef5758 100%);
	border-radius: 7px;
}

.contact-form .wFormContainer {
	max-width: 100%;
	margin: 0;
	padding-top: 27px;
}

.contact-form .wFormContainer .wForm {
	padding: 0;
	background: none;
	font-family: inherit;
}

.contact-form .wForm .actions {
	border: 0;
	padding: 15px 0;
}

.contact-form .wForm .actions input[type="submit"] {
	margin: 0;
}

.contact-form .wFormContainer .wFormTitle,
.contact-form .wFormContainer .wFormHeader,
.contact-form .wForm .oneField br,
.contact-form .wFormFooter,
.contact-form .wFormContainer .supportInfo {
	display: none;
}

.contact-form .wForm .preField,
.contact-form .wForm .inputWrapper {
	display: block;
	max-width: 100%;
}

.contact-form .wForm .oneField {
	border: 0;
	padding: 0;
	margin: 0 0 15px;
}

.contact-form .wFormContainer .oneField input:not([type="file"]),
.contact-form .wFormContainer .inputWrapper textarea {
	width: 100%;
	height: 35px;
	padding: .68em 10px;
	border-color: #b9bab7 !important;
}

.contact-form .wFormContainer .inputWrapper textarea {
	height: 120px;
	min-height: 120px;
}

.contact-form .jcf-select {
	width: 100%;
	min-width: 100%;
	height: 35px;
}

.contact-form .jcf-select .jcf-select-text {
	line-height: 33px;
}

.errMsg {
	color: red;
	padding: 5px 0 0;
	font-size: 14px;
	outline: none;
}

.wFormTitle {
	font-size: 32px;
	opacity: 0;
}

.errFld .jcf-select,
.errFld input {
	border-color: red;
}

.actions {
	padding: 15px 0;
}

.entry-sub .h {
	color: #7d7d7c;
}

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

.post-block p {
	margin-bottom: 1.2em;
}

.section-program {
	padding: 80px 0;
	background: #f2f2f1;
}

.program-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.program-list>li {
	width: 33.3%;
	padding: 10px;
}

.program-box {
	background: #fff;
	border-radius: 7px;
	padding: 30px;
	overflow: hidden;
}

.program-box .image {
	height: 60px;
	margin: 10px 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.program-box h5 {
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	margin: 0 0 8px;
}

.program-box .program-holder {
	padding-bottom: 10px;
}

.description-list {
	margin-bottom: 5px;
	border-top: 1px solid #cacac9;
}

.slide .description-list {
	border: 0;
	margin-top: -5px;
}

.description-list li {
	padding: 6px 0;
	border-bottom: 1px solid #cacac9;
}

.more-block {
	margin: 0 -30px -30px;
}

.more-block .learn-more {
	display: block;
	background: -webkit-linear-gradient(left, #f58823 0%, #f58823 100%);
	background: linear-gradient(to right, #f58823 0%, #f58823 100%);
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

.more-block .learn-more:hover {
	text-decoration: none;
	background: -webkit-linear-gradient(left, #f58823 0%, #ef5756 100%);
	background: linear-gradient(to right, #f58823 0%, #ef5756 100%);
}

.more-block .learn-more span {
	display: inline-block;
	position: relative;
	padding: 0 20px;
}

.more-block .learn-more span:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 10px;
	margin: -5px 0 0;
	background: url(assets/images/ico-more.svg) no-repeat;
}

.more-block .coming-more {
	display: block;
	background: #a19f9f;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	pointer-events: none;
	cursor: default;
}

.more-block .coming-more:hover {
	text-decoration: none;
}

.more-block.coming-soon .learn-more {
	display: none;
}

.one-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -30px 0;
}

.one-post .description {
	padding: 70px 0;
}

.one-post .images {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0 0 0 100px;
}

.one-post .images img {
	border-radius: 5px;
}

.one-post .images .hold {
	position: relative;
}

.one-post .images .hold:nth-child(2) {
	margin: -60px 0 0 -40px;
}

.one-post .images .spot-one {
	top: -10px;
	left: 20px;
}

.one-post .images .spot-two {
	right: -40px;
	top: inherit;
	left: inherit;
	bottom: -10px;
	width: 120px;
}

.one-post .btn-holder {
	padding: 5px 0;
}

.one-post h2 {
	font-size: 32px;
}

.fancybox-bg {
	background: #f58823;
	opacity: .5;
}

.fancybox-slide--html {
	padding: 15px;
}

.fancybox-slide--html .fancybox-close-small {
	padding: 7px;
	color: #b0b0af;
}

.popup-block {
	display: none;
	padding: 30px;
	border-radius: 5px;
	overflow: visible;
	max-width: 930px;
}

.popup-block .ttl h2 {
	font: 500 24px/1.4 "Roboto", sans-serif;
	color: #f68923;
}

.popup-block .spot {
	width: 135px;
}

.popup-block .spot.left {
	left: 185px;
	bottom: inherit;
	top: -10px;
}

.popup-block .spot.right {
	bottom: -10px;
	right: 95px;
	left: inherit;
}

.popup-block .spot.spot-small {
	width: 75px;
}

.popup-block.popup-subscribe {
	min-width: 550px;
	padding: 30px;
}

.popup-block.popup-subscribe .holder {
	max-width: 450px;
	margin: 0 auto;
}

.popup-block.popup-subscribe .spot-v.left {
	top: 45px;
}

.popup-block.popup-subscribe .spot-v.right {
	top: inherit;
	left: inherit;
	right: -10px;
	bottom: 60px;
}

.bio-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
}

.bio-block .img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.bio-block .img img {
	border-radius: 50%;
}

.bio-block .top-head {
	padding: 0 0 15px;
}

.bio-block .top-head h2 {
	font-size: 32px;
	line-height: 1.6;
	margin: 0;
}

.bio-block .top-head h4 {
	color: #969594;
	font-weight: normal;
	font: 500 20px/1.4 "Roboto", sans-serif;
}

.bio-block .description {
	padding: 30px 45px;
}

.row-holder {
	padding: 0 0 15px;
}

.row-holder .row {
	margin: 0 0 10px;
}

.form .btn-holder {
	margin: 0 0 15px;
}

.txt-field {
	font-size: 14px;
	color: #2e2b2a;
}

.form-text {
	height: 30px;
}

.section-change {
	padding: 80px 0;
}

.section-change .heading {
	padding-bottom: 50px;
}

.change-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px;
}

.change-list>li {
	width: 33.3%;
	padding: 0 10px;
}

.change-list>li:last-child {
	margin-bottom: 0;
}

.change-list a {
	border: none;
}

.change-list.red a {
	color: #ef5757;
}

.change-list.red a:hover {
	color: #f68923;
}

.change-list.red .images a:before {
	background-color: rgba(239, 87, 87, .6);
}

.change-list.green a {
	color: #26bdc1;
}

.change-list.green a:hover {
	color: #f68923;
}

.change-list.green .images a:before {
	background-color: #26bdc1;
}

.change-list .images {
	margin-bottom: 10px;
}

.change-list .images a {
	display: block;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.change-list .images img {
	width: 100%;
}

.img-hover {
	position: relative;
}

.img-hover a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #f68923;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.img-hover a:hover:before {
	opacity: .25;
}

.img-hover.red a:before {
	background-color: #ef5757;
}

.img-hover.green a:before {
	background-color: #26bdc1;
}

.section-title {
	padding: 150px 0 150px;
	margin: -225px 0 0;
	background: #f2f2f1;
}

.title-holder {
	text-align: center;
	max-width: 740px;
	margin: 0 auto;
	padding: 35px 0 0;
}

.title-holder h2 {
	font-size: 32px;
}

.title-sub {
	text-align: center;
	max-width: 740px;
	margin: 0 auto;
	padding: 20px 0 0;
	font-size: 20px;
}

.title-sub+.title-holder {
	padding: 0;
}

.section-boxes {
	padding: 60px 0;
}

.boxes-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px;
}

.boxes-list>li {
	width: 33.3%;
	padding: 0 10px 20px;
}

.boxes-list>li.lg {
	width: 66.6%;
}

.boxes-list .box-outline {
	height: 100%;
}

.boxes-list .column-group {
	overflow: visible;
}

.boxes-list .column-group .group-holder {
	margin: 0 -30px;
}

.boxes-list .column-group>*>* {
	padding: 5px 30px;
}

.boxes-list .column-group p {
	padding: 0;
	margin-bottom: 1em;
}

.boxes-list .link-more {
	margin-bottom: 5px;
}

.images-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 80px;
	margin-top: -135px;
	position: relative;
}

.images-list>li {
	padding: 0 0 10px;
	position: relative;
}

.images-list>li:nth-child(odd) {
	padding: 100px 0 0;
}

.images-list>li:nth-child(1) {
	margin-right: -10px;
	position: relative;
}

.images-list>li:nth-child(1) .spot {
	left: 50%;
	bottom: inherit;
	margin-left: -30px;
}

.images-list>li:nth-child(3) {
	padding: 130px 0 0;
	margin-left: -35px;
}

.images-list>li:nth-child(3) .spot {
	left: -75px;
}

.images-list>li:nth-child(4) {
	margin-left: -20px;
}

.images-list>li:nth-child(4) .spot.top {
	right: -35px;
	left: inherit;
}

.images-list>li:nth-child(4) .spot.bottom {
	left: 55px;
}

.images-list>li:nth-child(5) {
	padding: 160px 0 0;
	margin-left: -55px;
}

.images-list>li:nth-child(5) .spot {
	right: -10px;
	left: inherit;
}

.images-list img {
	border-radius: 5px;
}

.images-list .img {
	display: inline-block;
	position: relative;
}

.images-list .spot {
	width: 120px;
}

.images-list .spot.sm {
	width: 70px;
}

.images-list .spot.lg {
	width: 180px;
}

.images-list .spot.top {
	top: -10px;
}

.images-list .spot.bottom {
	bottom: -10px;
}

.images-list.images-list-add {
	margin: 0;
	padding-top: 60px;
}

.images-list.images-list-add:before {
	content: "";
	width: 100%;
	height: 150px;
	background: #f2f2f1;
	position: absolute;
	bottom: 0;
	left: 0;
}

.section-content {
	padding: 70px 0;
}

.v-space {
	height: 50px;
}

.section-pre-intro {
	padding: 60px 0 0;
}

.section-serve {
	padding: 60px 0;
}

.chart-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -50px;
}

.chart-column .col {
	padding: 0 50px;
}

.chart-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0 0;
}

.chart-block .chart-img {
	width: 150px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.chart-block .description {
	padding: 15px 0 0 20px;
}

.chart-block ul {
	padding: 0;
}

.chart-block ul li {
	margin-bottom: 6px;
	position: relative;
}

.chart-block ul li:before {
	display: none;
}

.chart-block ul .bullet {
	width: 12px;
	height: 6px;
	border-radius: 3px;
	display: inline-block;
	background-color: #ef5857;
	position: absolute;
	top: 10px;
	left: 0;
}

#footer {
	width: 100%;
	overflow: hidden;
	display: table-footer-group;
	background: #232121;
	color: rgba(255, 255, 255, .5);
	font-size: 15px;
}

#footer .footer-holder {
	padding: 65px 0 20px;
	text-align: center;
}

#footer .footer-frame {
	padding: 0 0 55px;
}

#footer a {
	color: rgba(255, 255, 255, .5);
}

#footer a:hover {
	color: white;
	text-decoration: none;
}

#footer .btn {
	font-size: 13px;
	padding: .9em 1.5em;
}

#footer .btn:hover {
	color: #232121;
}

#footer .btn-holder {
	padding: 20px 0;
}

.footer-nav {
	padding: 20px 0;
}

.footer-nav li {
	display: inline-block;
	padding: 0 20px;
}

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

.copy {
	font-size: 12px;
}

.copy span {
	padding: 0 5px;
}

.copy a {
	border: none;
}

.social-nav {
	font-size: 0;
	padding: 10px 0;
	margin: 0 -15px;
}

.social-nav li {
	display: inline-block;
	padding: 0 15px;
}

.social-nav a {
	font-size: 24px;
	color: #2e2b2a;
	border: none;
}

.social-nav a:hover {
	color: #7d7d7c;
}

.animation-hidden {
	opacity: 0;
}

.animation-visible {
	opacity: 1;
}

/* Begin Mailchimp Signup Form */
#mc_embed_signup {
	background: #fff;
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
}

#mc-embedded-subscribe-form input[type=checkbox] {
	display: inline;
	width: auto;
	margin-right: 10px;
}

#mergeRow-gdpr {
	margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
	font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
	border: none;
	min-height: 0;
	padding-bottom: 0;
}

#mc_embed_signup h2 {
	font: 500 24px/1.4 "Roboto", sans-serif;
	color: #f68923;
	margin: 0 0 .5em;
}

#mc_embed_signup form {
	padding: 0;
}

#mc_embed_signup .btn {
	border: 2px solid #f68923;
	margin: 0;
}

#mc_embed_signup .btn:focus {
	border-color: #f68923;
}

#mc_embed_signup .mc-field-group.input-group ul li:before {
	display: none;
}

#mc_embed_signup .mc-field-group.input-group ul label {
	margin: 0;
	padding: 0;
}

#mc_embed_signup .mc-field-group .subfield {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	padding: 5px 0;
	margin: 0;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border-width: 1px;
}

#mc_embed_signup .gdprRequired {
	padding: 5px 0 10px;
}

#mergeRow-gdpr {
	margin: 0;
}

#mc_embed_signup input:focus {
	border-color: #b9bab7;
}

@media (min-width: 30em) {
	.gallery {
		margin: 0 -.5em;
	}

	.gallery-item {
		padding: 0 .5em 1.8em;
	}

	/* Gallery Columns */
	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.333%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media (min-width: 48em) {

	/* Gallery Columns */
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

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

@media (max-width: 1259px) {
	.column-press.column-post .col {
		padding: 50px 30px;
	}
}

@media (max-width: 1099px) {
	.box-outline br {
		display: none;
	}
}

@media (max-width: 1023px) {

	.navigation,
	.navigation-comments,
	.pagination {
		font-size: 14px;
	}

	img.alignleft,
	img.alignright {
		max-width: 50%;
	}

	.divider {
		height: 40px;
	}

	body {
		font-size: 16px;
	}

	.main-holder {
		padding: 50px 0;
	}

	.main-container .content-holder {
		margin: 0;
		padding: 0;
	}

	.main-container #sidebar {
		width: 100%;
		margin: 0;
		float: none;
	}

	#header .header-holder:before {
		height: 2px;
	}

	#header .logo {
		width: 65px;
	}

	.promo {
		padding: 75px 0 0;
	}

	.promo h1 {
		font-size: 40px;
	}

	.inner-page .promo-holder {
		min-height: auto;
	}

	.inner-page .promo-holder .title-main h1 {
		margin-bottom: 10px;
	}

	.nav-bar {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: #f68923;
		text-align: center;
		overflow-x: auto;
		padding: 100px 0;
	}

	.nav-menu>li {
		width: 100%;
		padding: 3px 30px;
	}

	.nav-menu>li:hover ul {
		display: none;
	}

	.nav-menu>li:hover .drop-opener:after {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		padding-left: 5px;
		padding-right: 0;
	}

	.nav-menu>li ul {
		position: relative;
		text-align: center;
		margin: 15px auto;
		right: 0;
		max-width: 280px;
		min-width: inherit;
	}

	.drop-opener {
		right: 20px;
		font-size: 24px;
	}

	.button-container {
		display: block;
	}

	.bottom-arrow {
		bottom: 20px;
	}

	.section-intro {
		padding: 50px 0;
	}

	.col-img {
		display: none;
	}

	.intro h2 {
		font-size: 32px;
	}

	.section-programs {
		padding: 50px 0;
	}

	.section-programs .programs-list {
		margin-bottom: 0;
	}

	.box .description {
		padding: 30px 15px;
	}

	.box.box-products .img-holder {
		padding: 20px 15px;
	}

	.box.box-products .img-holder h3 {
		font-size: 24px;
	}

	.box.box-products .img-holder .spot {
		left: 15px;
	}

	.box.box-products .img-holder .spot {
		bottom: -5px;
	}

	.spot-block {
		display: none;
	}

	.spot {
		height: 10px;
	}

	.spot.spot-container-l {
		top: -5px;
	}

	.spot.spot-container-r {
		top: -5px;
	}

	.spot.spot-top {
		top: -5px;
	}

	.spot.spot-bottom {
		bottom: -5px;
	}

	.link-more a {
		font-size: 13px;
	}

	.section-testimonials {
		padding: 50px 0;
	}

	.section-testimonials.add-indent {
		padding-top: 50px;
	}

	.column-press .col {
		padding: 50px 30px;
	}

	.section-success {
		padding: 50px 0;
	}

	.team-list>li {
		width: 33.3%;
	}

	.team-list .team .img span {
		margin-bottom: 10px;
		border-width: 5px;
		width: 180px;
		height: 180px;
	}

	.team-list.add .team .img span {
		border-width: 5px;
	}

	.section-sponsorship {
		padding: 50px 0;
	}

	.section-send {
		padding: 50px 0;
	}

	.donate-list .donate .sum {
		font-size: 36px;
	}

	.section-featured {
		padding: 50px 0;
	}

	.column-featured {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.column-featured .aside {
		width: 100%;
	}

	.column-featured .content-holder {
		padding: 0 0 20px;
	}

	.column-contact .aside {
		width: 100%;
	}

	.advice-list>li {
		padding-bottom: 50px;
	}

	.advice-list>li:nth-child(even) .description {
		padding: 0 0 0 30px;
	}

	.advices .description {
		padding: 0 30px 0 0;
	}

	.advices h2 {
		font-size: 24px;
	}

	.reality-list h3 {
		font-size: 18px;
	}

	.section-making {
		padding: 50px 0;
	}

	.making-list .ttl-precent {
		font-size: 38px;
	}

	.making-list .toolbar {
		height: 10px;
	}

	.section-program {
		padding: 50px 0;
	}

	.program-list>li {
		width: 50%;
	}

	.section-one-post {
		padding: 20px 0;
	}

	.one-post {
		margin: 0;
	}

	.one-post .description {
		padding: 30px 0;
	}

	.one-post .images .spot-one {
		top: -5px;
	}

	.one-post .images .spot-two {
		bottom: -5px;
		right: 20px;
	}

	.popup-block .spot.left {
		top: -5px;
		left: 30px;
	}

	.popup-block .spot.right {
		bottom: -5px;
		right: 30px;
	}

	.popup-block br {
		display: none;
	}

	.section-change {
		padding: 50px 0;
	}

	.section-change .heading {
		padding-bottom: 20px;
	}

	.section-title {
		padding: 50px 0;
		margin: 0;
	}

	.title-holder {
		padding: 0;
	}

	.boxes-list>li {
		width: 50%;
	}

	.images-list {
		display: none;
	}

	.section-pre-intro {
		padding: 50px 0;
	}

	.chart-column {
		margin: 0 -15px;
	}

	.chart-column .col {
		padding: 0 15px;
		width: 50%;
	}

	.chart-block .chart-img {
		width: 100px;
	}

	.chart-block ul {
		font-size: 14px;
	}

	.chart-block ul .bullet {
		top: 7px;
	}

	.social-nav {
		margin: 0 -10px;
	}

	.social-nav li {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1023px) {
	.column-group.columns-5>*>* {
		width: 33.3333% !important;
	}

	.column-group.columns-4>*>* {
		width: 50% !important;
	}
}

@media (max-width: 767px) {

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.btn {
		font-size: 13px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 10px 8px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 8px;
	}

	.navigation .next a,
	.navigation .prev a,
	.navigation .al a,
	.navigation .ar a,
	.navigation-comments .next a,
	.navigation-comments .prev a,
	.navigation-comments .al a,
	.navigation-comments .ar a,
	.pagination .next a,
	.pagination .prev a,
	.pagination .al a,
	.pagination .ar a {
		padding: 10px;
	}

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

	.posts-list .post {
		margin: 0 0 20px;
	}

	.commentlist {
		margin-left: 0;
	}

	.commentlist .comment {
		padding: 0;
	}

	.divider {
		display: none;
	}

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

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

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

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

	.promo .promo-info {
		font-size: 20px;
	}

	.promo h1 {
		font-size: 32px;
	}

	.promo.promo-home {
		min-height: inherit;
	}

	.promo .btn-outline.btn-white {
		min-width: auto;
	}

	.title-main {
		font-size: 20px;
	}

	.title-main br {
		display: none;
	}

	.bottom-arrow a {
		width: 40px;
		height: 20px;
		background-size: 40px 20px;
	}

	.heading h2 {
		font-size: 24px;
	}

	.titles h2 {
		font-size: 24px;
	}

	.programs-list>li {
		width: 100%;
	}

	.programs-list>li:last-child {
		padding-bottom: 0;
	}

	.box .description .text {
		height: auto !important;
	}

	.box.box-products .img-holder h3 {
		font-size: 20px;
	}

	.blockquote {
		display: block;
		padding: 0 15px;
	}

	.blockquote blockquote {
		font-size: 18px;
	}

	.blockquote blockquote cite span {
		font-size: 16px;
	}

	.blockquote .top-head {
		text-align: center;
		margin-bottom: 20px;
	}

	.blockquote .img {
		text-align: center;
		padding: 0 0 20px;
		max-width: 150px;
		margin: 0 auto;
	}

	.column-press .col {
		width: 100%;
		border: 2px solid #fff;
		border-width: 2px 0 0;
	}

	.accordion-list .opener {
		font-size: 18px;
	}

	.reality-list>li {
		width: 50%;
	}

	.num {
		font-size: 20px;
	}

	.making-list>li {
		width: 50%;
	}

	.contact-form .wFormContainer {
		padding: 0;
	}

	.contact-form .wFormContainer .wForm .wFormTitle {
		display: block;
		opacity: 1;
		font-size: 24px;
		font-weight: 500;
		padding: 0;
		margin: 0 0 .5em;
		border: 0;
		color: #2e2b2a;
	}

	.one-post {
		display: block;
	}

	.one-post .images {
		padding: 0;
		text-align: center;
	}

	.one-post .images .hold {
		margin: 0 0 15px !important;
		display: inline-block;
	}

	.one-post h2 {
		font-size: 24px;
	}

	.bio-block {
		display: block;
	}

	.bio-block .img {
		text-align: center;
	}

	.bio-block .top-head h2 {
		font-size: 26px;
	}

	.bio-block .top-head h4 {
		font-size: 18px;
	}

	.bio-block .description {
		padding: 30px 0;
	}

	.change-list>li {
		width: 50%;
		margin-bottom: 30px;
	}

	.title-holder h2 {
		font-size: 24px;
	}

	.boxes-list>li {
		width: 100%;
	}

	.boxes-list>li.lg {
		width: 100%;
	}

	#footer .footer-holder {
		padding: 50px 0 20px;
	}

	.footer-nav li {
		padding: 0 5px;
	}
}

@media only screen and (max-width: 767px) {

	.column-group.columns-3>*>*,
	.column-group.columns-5>*>* {
		width: 50% !important;
	}
}

@media (max-width: 666px) {
	.team-list>li {
		width: 50%;
	}

	.team-list .team .img span {
		width: 150px;
		height: 150px;
	}

	.team-list .team .img span:before {
		width: 90px;
		height: 90px;
		margin: -45px 0 0 -45px;
	}

	.sponsorship-list>li {
		width: 33.3%;
	}

	.advice-list>li:nth-child(even) .description {
		padding: 0 0 10px;
	}

	.advice-list img {
		width: 100%;
	}

	.advices {
		display: block;
	}

	.advices .images {
		max-width: 100%;
	}

	.advices .description {
		padding: 0 0 10px;
	}

	.reality-list>li {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}

	.making-list>li {
		width: 100%;
	}

	.program-list>li {
		width: 100%;
	}

	.popup-block.popup-subscribe {
		min-width: 100%;
	}

	.change-list>li {
		width: 100%;
	}

	.chart-column .col {
		width: 100%;
	}

	.reality-list .ico {
		display: block;
		min-height: inherit;
	}
}

@media (max-width: 567px) {
	.sponsorship-list>li {
		width: 50%;
	}

	.donate-list>li {
		width: 50%;
	}
}

@media (max-width: 479px) {
	#wp-calendar {
		width: 100%;
	}

	.comment-form input[type="text"],
	.comment-form input[type="tel"],
	.comment-form input[type="email"],
	.comment-form input[type="search"],
	.comment-form input[type="password"],
	.comment-form input[type="url"],
	.comment-form textarea {
		width: 100%;
	}

	.parent.comment .comment {
		margin-left: 5%;
	}
}

@media only screen and (max-width: 479px) {
	.column-group {
		display: block;
	}

	.column-group[class^="columns-"]>*>*,
	.column-group[class*=" columns-"]>*>* {
		width: 100% !important;
	}
}

@media (max-width: 374px) {
	.team-list .team .img span {
		width: 130px;
		height: 130px;
	}
}

@media (max-width: 319px) {

	.navigation,
	.navigation-comments,
	.pagination {
		font-size: 12px;
	}
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

/* new page*/
.section-testimonials.section-testimonials_gray {
	background: #f2f2f1;
	color: #2e2b2a;
}

.section-testimonials_gray h2 {
	text-align: center;
	margin-bottom: 70px;
}

.section-testimonials_gray .blockquote blockquote {
	margin-bottom: 0;
}

.section-testimonials_gray .blockquote .img img {
	border-color: #886bae;
}

.section-testimonials_gray .blockquote blockquote p {
	margin-bottom: 8px;
}

.accordion-block.accordion-block_v2 {
	margin-bottom: 100px;
}

.accordion-block_v2 .accordion-list .opener {
	font-family: "Rubik";
	font-size: 32px;
	font-weight: 500;
	line-height: 28px;
	padding: 20px 61px;
	position: relative;
}

.accordion-block_v2 .accordion-list .opener:before {
	content: "";
	position: absolute;
	top: 20px;
	top: calc(18px + 0.5em);
	transform: translateY(-50%);
	left: 22px;
	width: 23px;
	height: 23px;
	background-image: url("assets/images/ico-plus.png");
	background-size: contain;
}

.accordion-block_v2 .accordion-list li.active .opener:before {
	background-image: url("assets/images/ico-minus.png");
	background-size: contain;
}

.accordion-block_v2 .accordion-list .slide {
	padding: 8px 0px 20px 88px;
}

.accordion-block_v2 .accordion-list .slide ul {
	font-size: 20px;
	font-family: "Rubik";
}

.accordion-block_v2 .accordion-list .slide ul li {
	margin-bottom: 8px;
	color: #000000;
}

.accordion-block_v2 .accordion-list .slide ul li:last-child {
	margin-bottom: 0;
}

.accordion-block_v2 .accordion-list .slide ul ul {
	padding-top: 10px;
	padding-left: 15px;
	padding: 10px 0 2px 15px;
}

.accordion-block_v2 .accordion-list .slide ul ul li:before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.accordion-block_v2 .accordion-list .slide ul strong {
	font-weight: 500;
}

.accordion-block_v2 .locked:after {
	content: "locked";
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1.5px;
	padding-left: 15px;
	margin: 10px;
	background-image: url("assets/images/ico-lock.png");
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

.section-success h4 {
	font-family: "Roboto"
}

@media (max-width: 768px) {
	.accordion-block_v2 .accordion-list .opener {
		padding: 15px 0px 15px 30px;
		font-size: 25px;
	}

	.accordion-block_v2 .accordion-list .opener:before {
		left: 0px;
		width: 15px;
		height: 15px;
		top: calc(15px + 0.5em);
	}

	.accordion-block_v2 .accordion-list .slide {
		padding: 5px 0px 5px 35px;
	}

	.accordion-block_v2 .accordion-list .slide ul ul {
		padding-left: 0px;
	}

	.accordion-block.accordion-block_v2 {
		margin-bottom: 50px;
	}

	.accordion-block_v2 .accordion-list .slide ul {
		font-size: 18px;
	}
}

@media (max-width: 468px) {
	.accordion-block_v2 .accordion-list .opener {
		font-size: 20px;
	}

	.accordion-block_v2 .accordion-list .opener:before {
		top: calc(19px + 0.5em);
	}

	.accordion-block_v2 .accordion-list .slide {
		padding: 5px 0px 5px 1px;
	}
}

/*
Theme Name: AI 4 All
Author: ReliablePSD
Description: Designed by ReliablePSD.
Version: 1.4.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: am
Tags: custom-menu, theme-options
Author URI: https://www.reliablepsd.com/
Theme URI: https://www.reliablepsd.com/psd-to-wordpress/
*/
/*! 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;
}

ul:not([class]),
.nav-menu,
.nav-menu>li ul,
.programs-list,
.press-list,
.accordion-list,
.team-list,
.sponsorship-list,
.donate-list,
.interviews-list,
.pressa-list,
.advice-list,
.reality-list,
.making-list,
.program-list,
.description-list,
.change-list,
.boxes-list,
.images-list,
.footer-nav,
.social-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.post-password-form:after,
#search_block:after,
.search-form p:after,
#search_block p:after,
.navigation-single:after,
.commentlist .comment-author:after,
.container:after,
.main-container: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: #2e2b2a;
	background: #fff;
	font: 17px/1.55 "Roboto", 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;
}

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

blockquote {
	border-left: 4px solid #2e2b2a;
	padding-left: .5em;
	margin-left: 1.55em;
}

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

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

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

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

ul {
	list-style-type: disc;
}

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

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #b9bab7;
	padding: .68em 10px;
	border-radius: 3px;
	width: 100%;
}

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

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,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #2e2b2a;
}

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,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #2e2b2a;
}

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,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #2e2b2a;
}

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,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #2e2b2a;
}

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

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

textarea {
	resize: vertical;
	vertical-align: top;
	height: 120px;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.contact-form .wFormContainer .wForm .secondaryAction,
.contact-form .wFormContainer .wForm .primaryAction,
.contact-form .wFormContainer .wForm .wfPageNextButton,
.contact-form .wFormContainer .wForm .wfPagePreviousButton {
	color: #fff;
	padding: .68em 1.5em;
	background: #f68923;
	border-radius: 3px;
	border: 2px solid #f68923;
	font-size: 15px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	text-transform: uppercase;
	display: inline-block;
	outline: none;
	letter-spacing: 1px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover {
	text-decoration: none;
	opacity: .9;
}

button.btn-bold,
input[type="button"].btn-bold,
input[type="reset"].btn-bold,
input[type="submit"].btn-bold,
.btn.btn-bold {
	font-weight: bold;
}

button.btn-lg,
input[type="button"].btn-lg,
input[type="reset"].btn-lg,
input[type="submit"].btn-lg,
.btn.btn-lg {
	padding: .8em 1.5em;
}

button.btn-l-gray,
input[type="button"].btn-l-gray,
input[type="reset"].btn-l-gray,
input[type="submit"].btn-l-gray,
.btn.btn-l-gray {
	background: #919090;
	border-color: #919090;
	color: #232121;
}

button.btn-d-green,
input[type="button"].btn-d-green,
input[type="reset"].btn-d-green,
input[type="submit"].btn-d-green,
.btn.btn-d-green {
	background: #145e59;
	border-color: #145e59;
	color: #232121;
}

button.btn-red,
input[type="button"].btn-red,
input[type="reset"].btn-red,
input[type="submit"].btn-red,
.btn.btn-red {
	border-color: #ef5757;
	background: #ef5757;
	color: #fff;
}

button.btn-purple,
input[type="button"].btn-purple,
input[type="reset"].btn-purple,
input[type="submit"].btn-purple,
.btn.btn-purple {
	border-color: #26bdc4;
	background: #26bdc4;
	color: #fff;
}

button.btn-outline,
input[type="button"].btn-outline,
input[type="reset"].btn-outline,
input[type="submit"].btn-outline,
.btn.btn-outline,
.contact-form .wFormContainer .wForm .secondaryAction,
.contact-form .wFormContainer .wForm .primaryAction,
.contact-form .wFormContainer .wForm .wfPageNextButton,
.contact-form .wFormContainer .wForm .wfPagePreviousButton {
	background: none;
	color: #f68923;
}

button.btn-outline:hover,
input[type="button"].btn-outline:hover,
input[type="reset"].btn-outline:hover,
input[type="submit"].btn-outline:hover,
.btn.btn-outline:hover,
.contact-form .wFormContainer .wForm .secondaryAction:hover,
.contact-form .wFormContainer .wForm .primaryAction:hover,
.contact-form .wFormContainer .wForm .wfPageNextButton:hover,
.contact-form .wFormContainer .wForm .wfPagePreviousButton:hover {
	background: #f68923;
	color: #fff;
	opacity: 1;
}

button.btn-outline.btn-l-gray,
input[type="button"].btn-outline.btn-l-gray,
input[type="reset"].btn-outline.btn-l-gray,
input[type="submit"].btn-outline.btn-l-gray,
.btn.btn-outline.btn-l-gray {
	border-color: #919090;
	color: #919090;
}

button.btn-outline.btn-l-gray:hover,
input[type="button"].btn-outline.btn-l-gray:hover,
input[type="reset"].btn-outline.btn-l-gray:hover,
input[type="submit"].btn-outline.btn-l-gray:hover,
.btn.btn-outline.btn-l-gray:hover {
	background: #919090;
	color: #232121;
}

button.btn-outline.btn-red,
input[type="button"].btn-outline.btn-red,
input[type="reset"].btn-outline.btn-red,
input[type="submit"].btn-outline.btn-red,
.btn.btn-outline.btn-red {
	border-color: #ef5757;
	color: #ef5757;
}

button.btn-outline.btn-red:hover,
input[type="button"].btn-outline.btn-red:hover,
input[type="reset"].btn-outline.btn-red:hover,
input[type="submit"].btn-outline.btn-red:hover,
.btn.btn-outline.btn-red:hover {
	background: #ef5757;
	color: #fff;
}

button.btn-outline.btn-d-green,
input[type="button"].btn-outline.btn-d-green,
input[type="reset"].btn-outline.btn-d-green,
input[type="submit"].btn-outline.btn-d-green,
.btn.btn-outline.btn-d-green {
	border-color: #145e59;
	color: #000;
}

button.btn-outline.btn-d-green:hover,
input[type="button"].btn-outline.btn-d-green:hover,
input[type="reset"].btn-outline.btn-d-green:hover,
input[type="submit"].btn-outline.btn-d-green:hover,
.btn.btn-outline.btn-d-green:hover {
	background: #145e59;
	color: #fff;
}

button.btn-outline.btn-d-green02,
input[type="button"].btn-outline.btn-d-green02,
input[type="reset"].btn-outline.btn-d-green02,
input[type="submit"].btn-outline.btn-d-green02,
.btn.btn-outline.btn-d-green02 {
	border-color: #145e5c;
	color: rgba(0, 0, 0, .7);
}

button.btn-outline.btn-d-green02:hover,
input[type="button"].btn-outline.btn-d-green02:hover,
input[type="reset"].btn-outline.btn-d-green02:hover,
input[type="submit"].btn-outline.btn-d-green02:hover,
.btn.btn-outline.btn-d-green02:hover {
	background: #145e5c;
	color: #fff;
}

button.btn-outline.btn-purple,
input[type="button"].btn-outline.btn-purple,
input[type="reset"].btn-outline.btn-purple,
input[type="submit"].btn-outline.btn-purple,
.btn.btn-outline.btn-purple {
	border-color: #26bdc4;
	color: #26bdc4;
}

button.btn-outline.btn-purple:hover,
input[type="button"].btn-outline.btn-purple:hover,
input[type="reset"].btn-outline.btn-purple:hover,
input[type="submit"].btn-outline.btn-purple:hover,
.btn.btn-outline.btn-purple:hover {
	background: #26bdc4;
	color: #fff;
}

button.btn-outline.btn-white,
input[type="button"].btn-outline.btn-white,
input[type="reset"].btn-outline.btn-white,
input[type="submit"].btn-outline.btn-white,
.btn.btn-outline.btn-white {
	border-color: #fff;
	color: #000;
}

button.btn-outline.btn-white:hover,
input[type="button"].btn-outline.btn-white:hover,
input[type="reset"].btn-outline.btn-white:hover,
input[type="submit"].btn-outline.btn-white:hover,
.btn.btn-outline.btn-white:hover {
	background: #fff;
	color: #000;
}

label {
	display: block;
	color: #2e2b2a;
	font-size: 17px;
	padding: 0 0 5px;
}

.oneField {
	margin-bottom: 15px;
}

.widget {
	margin-bottom: 1.55em;
}

.widget select {
	min-width: inherit;
	width: 100%;
}

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

.widget a:hover {
	color: #f68923;
}

/* Calendar */
#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td {
	background: transparent;
}

/* Typography */
ul ul,
ul ol {
	margin: 0;
}

ul>ul>li {
	list-style-type: circle;
}

ol ol,
ol ul {
	margin: 0;
}

ol>ol>li {
	list-style-type: lower-alpha;
}

ul:not([class]) {
	padding-bottom: 20px;
}

ul:not([class]) li {
	list-style-type: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 13px;
}

ul:not([class]) li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	background: #ef5857;
	width: 12px;
	height: 6px;
	border-radius: 5px;
}

a:not([class]) {
	border-bottom: 2px solid #f68923;
	color: #2e2b2a;
}

a:not([class]):hover {
	color: #f68923;
	text-decoration: none;
}

.comment-form .comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
	margin: 3px 5px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	padding: 0;
}

.comment-form p {
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

.comment-form label {
	display: block;
	padding: 0 0 5px;
}

.comment-form input[type="text"],
.comment-form input[type="tel"],
.comment-form input[type="email"],
.comment-form input[type="search"],
.comment-form input[type="password"],
.comment-form input[type="url"],
.comment-form textarea {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form textarea {
	width: 100%;
	margin: 0;
}

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

.post-password-form label {
	display: block;
}

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

.search-form input {
	float: left;
}

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

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

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

.comment-form button,
.comment-form input[type="submit"],
.post-password-form button,
.post-password-form input[type="submit"],
.search-form button,
.search-form input[type="submit"],
#search_block button,
#search_block input[type="submit"] {
	height: 40px;
	padding: 0 10px;
}

.search-form,
.post-password-form,
#search_block {
	margin-bottom: 15px;
}

.search-form input,
.post-password-form input,
#search_block input {
	float: left;
	height: 40px;
}

.search-form input[type="search"],
.search-form input[type="text"],
.post-password-form input[type="search"],
.post-password-form input[type="text"],
#search_block input[type="search"],
#search_block input[type="text"] {
	margin: 0 4px 0 0;
	width: 150px;
}

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

.search-form input[type="submit"],
.search-form button,
.post-password-form input[type="submit"],
.post-password-form button,
#search_block input[type="submit"],
#search_block button {
	height: 40px;
}

.commentlist {
	margin: 0 0 1.55em;
}

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

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

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

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

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

.widget_calendar #prev {
	padding-left: 5px;
	text-align: left;
}

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

.navigation,
.navigation-comments,
.pagination {
	position: relative;
	vertical-align: middle;
	padding: 10px 0 20px 0;
	width: 100%;
	overflow: hidden;
	text-transform: uppercase;
}

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

.navigation .current,
.navigation-comments .current,
.pagination .current {
	color: #ccc;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 3px;
}

.navigation .page-numbers.current:hover,
.navigation-comments .page-numbers.current:hover,
.pagination .page-numbers.current:hover {
	background: none;
	color: #ccc;
}

.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover,
.pagination .page-numbers:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation .next,
.navigation .prev,
.navigation .al,
.navigation .ar,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .next,
.pagination .prev,
.pagination .al,
.pagination .ar {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #f68923;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}

.navigation .next.disabled,
.navigation .prev.disabled,
.navigation .al.disabled,
.navigation .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled {
	background: #b3b3b3;
	border-color: #b3b3b3;
	pointer-events: none;
}

.navigation .next a,
.navigation .prev a,
.navigation .al a,
.navigation .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .next a,
.pagination .prev a,
.pagination .al a,
.pagination .ar a {
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
	border: none;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
}

.navigation .next a:hover,
.navigation .prev a:hover,
.navigation .al a:hover,
.navigation .ar a:hover,
.navigation-comments .next a:hover,
.navigation-comments .prev a:hover,
.navigation-comments .al a:hover,
.navigation-comments .ar a:hover,
.pagination .next a:hover,
.pagination .prev a:hover,
.pagination .al a:hover,
.pagination .ar a:hover {
	background: #000;
	color: #fff;
}

.navigation a,
.navigation-comments a,
.pagination a {
	color: inherit;
}

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

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

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

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

/* Begin Images */
img.border {
	padding: 5px;
	border: 1px solid #ccc;
}

.wp-caption {
	clear: both;
	border: 1px solid #2e2b2a;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	width: auto;
	max-width: 98.5%;
}

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

div.aligncenter,
figure.aligncenter {
	margin: 0 auto 1.55em;
	text-align: center;
}

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

.aligncenter {
	margin: 5px auto 20px auto;
}

.alignleft {
	float: left;
	margin: 0 1.55em 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 1.55em;
}

.alignnone {
	margin: 0;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* can use for responsive iframe*/
.fluid-iframe {
	display: block;
	position: relative;
	padding-bottom: 60%;
}

.fluid-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

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

.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
}

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

.al,
.navigation .next {
	float: left;
}

.ar,
.navigation .prev {
	float: right;
}

.posts-list .entry p {
	margin: 0;
}

.posts-list .post {
	margin: 0 0 60px;
}

.title {
	margin-bottom: 1.2em;
	text-transform: uppercase;
}

.title h1 {
	margin: 0;
}

.post .title {
	margin-bottom: 10px;
}

.post .title a {
	border: none;
}

.post .postmetadata {
	margin-bottom: 10px;
}

.textwidget p {
	padding: 0 0 10px 0;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

code br {
	display: none;
}

pre,
code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}

/* Various Tags & Classes */
acronym,
abbr,
span.caps {
	cursor: help;
}

acronym,
abbr {
	border-bottom: 1px dashed #dfcfba;
}

blockquote {
	margin: 0 0 1.2em;
}

blockquote cite {
	display: block;
	padding-top: 5px;
}

blockquote p:before,
q:before {
	content: open-quote;
}

blockquote p:after,
q:after {
	content: close-quote;
}

blockquote q+p:before,
blockquote p+p:before,
blockquote q+p:after,
blockquote p+p:after {
	display: none;
}

sup {
	position: relative;
	top: -5px;
}

sub {
	position: relative;
	top: 5px;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.page-link {
	padding: 0 0 15px;
}

/* Respond */
.comments {
	clear: both;
}

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

/* Comments*/
#comments,
#reply-title {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

.commentlist {
	margin-left: -2em;
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.commentlist .comment {
	padding: 0 0 0 2em;
}

.commentlist .comment,
.commentlist+.comment {
	padding-top: 1.2em;
}

.commentlist .commentlist {
	padding: 0;
}

.commentlist .comment-author {
	margin-bottom: .5em;
}

.commentlist .comment-metadata {
	margin-bottom: .5em;
}

.commentlist .comment-author img {
	float: left;
	margin: 0 1.2em 4px 0;
}

.comment .comment-respond {
	margin-left: 20px;
}

.comment-body {
	margin: 0 0 20px;
}

.comment-body .reply {
	padding-bottom: 15px;
}

.parent.comment .comment {
	margin-left: 30px;
}

.comment-author.vcard {
	margin-bottom: 10px;
}

.breadcrumb {
	padding-bottom: 20px;
}

.post .title h3 {
	margin-bottom: 1em;
}

.divider {
	height: 80px;
}

.wpcf7-not-valid-tip {
	display: block;
	padding-top: 5px;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	color: #d93c3c;
}

.error input:not([type="submit"]) {
	border-color: red !important;
}

.wpcf7-form-control.wpcf7-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding-right: 20px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item:last-child {
	padding-right: 0;
}

.wpcf7-form-control.wpcf7-radio input[type="radio"] {
	margin-right: 5px;
}

/* Gallery */
.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1em;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	max-width: 50%;
	margin: 0;
	padding: 0 1em 2em;
	text-align: left;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	box-shadow: none;
	background: none;
	border: none;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	filter: opacity(60%);
}

.gallery-item img {
	-webkit-transition: filter .25s ease-in;
	transition: filter .25s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

.gallery-columns-1 .gallery-item {
	width: 100%;
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* Gallery widget */
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #f68923;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .25s ease, background .25s ease, opacity .25s ease, border-color .25s ease;
	transition: color .25s ease, background .25s ease, opacity .25s ease, border-color .25s ease;
}

a:hover {
	text-decoration: underline;
}

.column-group {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

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

.column-group img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.column-group p {
	margin: 0;
	padding: 15px;
}

.column-group>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* columns indents compensation */
	margin: -10px;
}

.column-group>*>* {
	/* columns indents */
	padding: 10px;
}

.column-group.stretch-columns>*>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.column-group.stretch-columns>*>*>* {
	width: 100%;
}

.column-group.align-center>* {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.column-group.columns-2>* {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column-group.columns-2>*>* {
	width: 50%;
}

.column-group.columns-3>* {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column-group.columns-3>*>* {
	width: 33.3333%;
}

.column-group.columns-3.ratio-2-1>*>*:first-child {
	width: 66.6667%;
}

.column-group.columns-3.ratio-1-2>*>*:last-child {
	width: 66.6667%;
}

.column-group.columns-4>* {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column-group.columns-4>*>* {
	width: 25%;
}

.column-group.columns-4.ratio-2-1-1>*>*:first-child {
	width: 50%;
}

.column-group.columns-4.ratio-1-2-1>*>*:nth-child(2) {
	width: 50%;
}

.column-group.columns-4.ratio-1-1-2>*>*:last-child {
	width: 50%;
}

.column-group.columns-4.ratio-3-1>*>*:first-child {
	width: 75%;
}

.column-group.columns-4.ratio-1-3>*>*:last-child {
	width: 75%;
}

.column-group.columns-5>* {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column-group.columns-5>*>* {
	width: 20%;
}

.column-group.columns-5.ratio-2-1-1-1>*>*:first-child {
	width: 40%;
}

.column-group.columns-5.ratio-1-2-1-1>*>*:nth-child(2) {
	width: 40%;
}

.column-group.columns-5.ratio-1-1-2-1>*>*:nth-child(3) {
	width: 40%;
}

.column-group.columns-5.ratio-1-1-1-2>*>*:last-child {
	width: 40%;
}

.column-group.columns-5.ratio-3-1-1>*>*:first-child {
	width: 60%;
}

.column-group.columns-5.ratio-1-3-1>*>*:nth-child(2) {
	width: 60%;
}

.column-group.columns-5.ratio-1-1-3>*>*:last-child {
	width: 60%;
}

.column-group.columns-5.ratio-4-1>*>*:first-child {
	width: 80%;
}

.column-group.columns-5.ratio-1-4>*>*:last-child {
	width: 80%;
}

.column-group.columns-5.ratio-1-2-2>*>* {
	width: 40%;
}

.column-group.columns-5.ratio-1-2-2>*>*:first-child {
	width: 20%;
}

.column-group.columns-5.ratio-2-2-1>*>* {
	width: 40%;
}

.column-group.columns-5.ratio-2-2-1>*>*:last-child {
	width: 20%;
}

.column-group.columns-5.ratio-3-2>*>* {
	width: 40%;
}

.column-group.columns-5.ratio-3-2>*>*:first-child {
	width: 60%;
}

.column-group.columns-5.ratio-2-3>*>* {
	width: 60%;
}

.column-group.columns-5.ratio-2-3>*>*:first-child {
	width: 40%;
}

/* Slider */
.slick-gallery {
	display: none;
}

.slick-gallery.slick-initialized {
	display: block;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-list:after {
	content: "";
	display: block;
	clear: both;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	outline: none;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	margin: 0;
	list-style: none;
	font-size: 0;
	text-align: center;
	padding: 20px 0 0;
}

.slick-dots li {
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
}

.slick-dots button {
	width: 30px;
	height: 5px;
	border-radius: 5px;
	font-size: 0;
	padding: 0;
	text-indent: -9999px;
	border: none;
	-webkit-transition: none;
	transition: none;
	background-color: #f58823;
	opacity: .25;
	box-shadow: none;
	margin: 0;
	outline: none;
}

.slick-dots .slick-active button {
	opacity: 1;
}

.slick-arrow {
	width: 42px;
	height: 80px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	background: none;
	border: none;
	text-indent: -9999px;
	z-index: 50;
	opacity: .3;
	padding: 0;
	background: url(assets/images/btn-slick.png) no-repeat;
}

.slick-arrow:hover {
	opacity: 1;
}

.slick-arrow.slick-next {
	right: 0;
}

.slick-arrow.slick-prev {
	left: 0;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* radio */
.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #b9bab7;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
	min-width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background: #000;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* checkbox */
.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #b9bab7;
	margin: 0 5px 0 0;
	height: 20px;
	width: 20px;
	min-width: 20px;
	border-radius: 5px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 6px;
	width: 12px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 2px solid #000;
	border-width: 0 0 2px 2px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -6px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* select */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #b9bab7;
	background: #fff;
	border-radius: 4px;
	height: 50px;
	min-width: 180px;
	color: #2e2b2a;
}

.jcf-select-drop .jcf-list .jcf-option-hideme {
	display: none;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
	font-size: 17px;
	padding: 0 10px;
	line-height: 1.3;
}

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

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 35px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	content: "";
	width: 12px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -4px -6px 0 0;
	background: url(assets/images/ico-arrow-bottom.svg) no-repeat;
}

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

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

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

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

.jcf-select.jcf-compact-multiple {
	max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: inline-block;
	padding-top: 2px;
	content: "...";
}

.jcf-select-drop .jcf-select-drop-content {
	box-shadow: 0 10px 16px rgba(0, 0, 0, .1);
	padding: 1px 0 0;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display: inline-block;
	content: "";
	height: 4px;
	width: 8px;
	margin: -7px 5px 0 -3px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 1.4;
	font-size: 15px;
	width: 100%;
	border-radius: 5px;
}

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

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
	padding: 0 10px;
	margin: 0;
}

.jcf-list ul li:before {
	display: none;
}

.jcf-list ul li:last-child .jcf-option {
	border: none;
}

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

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 5px;
	color: #656565;
	min-height: 14px;
	height: 1%;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

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

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

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

.jcf-focus {
	outline: 0;
}

html {
	height: 100%;
}

body {
	width: 100%;
	margin: 0;
	height: 100%;
	min-height: 100%;
}

img {
	vertical-align: top;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.w1 {
	display: table;
	overflow: hidden;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

#wrapper {
	position: relative;
	display: table-cell;
	overflow: hidden;
}

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

.container-sm {
	max-width: 960px;
	margin: 0 auto;
}

.container-sm.container-sm2 {
	max-width: 900px;
}

.main {
	width: 100%;
}

.main-holder {
	padding: 80px 0;
}

.main-holder.add {
	padding-bottom: 0;
}

.main-container {
	width: 100%;
	padding: 60px 0;
}

.main-container #content {
	width: 100%;
	float: left;
}

.main-container .content-holder {
	padding-right: 50px;
	margin: 0 300px 0 0;
}

.main-container #sidebar {
	width: 300px;
	float: right;
	margin: 0 0 0 -100%;
}

#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

#header .header-holder {
	padding: 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
}

#header .header-holder:before {
	content: "";
	width: 100%;
	height: 4px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 3px;
}

#header .container {
	max-width: 1190px;
}

#header .logo {
	position: relative;
	z-index: 10;
}

.logo {
	display: block;
}

.logo a {
	display: block;
	border: none;
}

.promo {
	padding: 115px 0 0;
	position: relative;
}

.promo .container {
	max-width: 935px;
}

.promo .promo-holder {
	position: relative;
	z-index: 10;
	padding: 55px 0;
	color: #fff;
	text-align: center;
}

.promo:before {
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(315deg, rgba(245, 136, 35, .8) 0%, rgba(239, 87, 87, .8) 100%);
	background: linear-gradient(135deg, rgba(245, 136, 35, .8) 0%, rgba(239, 87, 87, .8) 100%);
}

.promo.promo-visual-green:before {
	background: -webkit-linear-gradient(315deg, rgba(45, 183, 141, .8) 0%, rgba(38, 188, 196, .8) 100%);
	background: linear-gradient(135deg, rgba(45, 183, 141, .8) 0%, rgba(38, 188, 196, .8) 100%);
}

.promo.promo-green:before {
	background: -webkit-linear-gradient(315deg, #2db78d 0%, #26bcc4 100%);
	background: linear-gradient(135deg, #2db78d 0%, #26bcc4 100%);
}

.promo.promo-orange:before {
	background: -webkit-linear-gradient(315deg, #f58823 0%, #ef5757 100%);
	background: linear-gradient(135deg, #f58823 0%, #ef5757 100%);
}

.promo .promo-info {
	max-width: 820px;
	margin: 0 auto;
	padding: 0 20px 70px;
	font-size: 24px;
}

.promo h1 {
	font-size: 60px;
}

.promo.promo-home {
	height: 100vh;
	min-height: 650px;
}

.promo.promo-home .promo-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.promo .btn-outline.btn-white {
	color: #fff;
	min-width: 220px;
}

.inner-page .promo-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 470px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inner-page .promo-holder .title-main h1 {
	margin-bottom: 20px;
}

.title-main {
	font-size: 24px;
}

.title-main h1 {
	margin: 0;
	line-height: 1.4;
	position: relative;
}

.title-main sup {
	font-size: 11px;
	line-height: 1;
	color: #269c97;
	background: #fff;
	border-radius: 5px;
	padding: 2px 3px;
	position: absolute;
	top: 0;
}

.sub-ttl {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.active-menu .nav-bar {
	display: block;
}

.active-menu .button-container {
	position: fixed;
	top: 37px;
}

.nav-menu {
	padding: 20px 0;
}

.nav-menu>li {
	display: inline-block;
	padding: 0 18px;
	position: relative;
}

.nav-menu>li:hover ul {
	display: block;
}

.nav-menu>li:hover .drop-opener:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	padding-right: 5px;
	padding-left: 0;
}

.nav-menu>li a {
	color: #fff;
	font-size: 18px;
	padding: 5px 0;
	line-height: 1.2;
	font-weight: 500;
	display: inline-block;
	position: relative;
	border: none;
}

.nav-menu>li a:hover {
	text-decoration: none;
	opacity: .8;
	color: #fff;
}

.nav-menu>li ul {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	border-radius: 3px;
	padding: 15px 20px;
	text-align: right;
	min-width: 120px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .25);
	display: none;
}

.nav-menu>li ul li {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	padding: 3px 0;
	margin: 0;
}

.nav-menu>li ul li:before {
	display: none;
}

.nav-menu>li ul li:last-child {
	padding: 0;
}

.nav-menu>li ul a {
	color: #413f3f;
	font-size: 16px;
	font-weight: 500;
}

.nav-menu>li ul a:hover {
	opacity: .8;
	color: #413f3f;
}

.nav-menu>li.actives .drop-opener:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	padding-right: 5px;
	padding-left: 0;
}

.drop-opener {
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 16px;
}

.drop-opener:after {
	font-family: FontAwesome;
	content: "\f107";
	display: inline-block;
	padding-left: 5px;
	vertical-align: middle;
	color: #fff;
}

/* button mobile */
.button-container {
	cursor: pointer;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	z-index: 121;
	display: none;
	position: absolute;
	right: 15px;
	top: 40px;
	width: 35px;
	height: 24px;
	margin-top: -12px;
	cursor: pointer;
}

.button-container.active .top {
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
	-ms-transform: translateY(10px) translateX(0) rotate(45deg);
	transform: translateY(10px) translateX(0) rotate(45deg);
}

.button-container.active .middle {
	opacity: 0;
	background: #fff;
}

.button-container.active .bottom {
	-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
	transform: translateY(-10px) translateX(0) rotate(-45deg);
}

.button-container span {
	background: #fff;
	border: none;
	height: 4px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	cursor: pointer;
}

.button-container span:nth-of-type(2) {
	top: 10px;
}

.button-container span:nth-of-type(3) {
	top: 20px;
}

/* end button mobile */
.bottom-arrow {
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
	text-align: center;
}

.bottom-arrow a {
	width: 80px;
	height: 42px;
	margin: 0 auto;
	display: block;
	font-size: 0;
	background: url(assets/images/bottom-arrow.png) no-repeat;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
}

.bottom-arrow a:hover {
	opacity: .8;
}

.heading {
	text-align: center;
	font-size: 20px;
	color: #969594;
	max-width: 740px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.heading h2 {
	font-size: 32px;
	color: #2e2b2a;
}

.heading p {
	margin: 0;
}

.heading.heading-white {
	color: #000;
}

.heading.heading-white h2 {
	color: #fff;
}

.heading.heading-orange {
	color: #000;
}

.heading.heading-orange h3 {
	color: #f68923;
}

.heading.heading-add {
	padding: 0 0 40px;
}

.titles h2 {
	font-size: 32px;
}

.section-intro {
	padding: 80px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.col-img.first .one {
	padding: 0 0 0 85px;
}

.col-img.first .one .spot {
	width: 70px;
	top: -10px;
	left: -25px;
}

.col-img.first .two {
	margin: -70px 0 0;
}

.col-img.first .two .spot {
	width: 180px;
	left: inherit;
	right: -70px;
	bottom: -10px;
}

.col-img.last .one .spot {
	width: 100px;
	top: -10px;
	left: 20px;
}

.col-img.last .two {
	margin: -70px 0 0 45px;
}

.col-img.last .two .spot {
	width: 100px;
	top: inherit;
	left: inherit;
	right: -45px;
	bottom: -10px;
}

.col-img img {
	border-radius: 3px;
}

.col-img .img .hold {
	display: inline-block;
	position: relative;
}

.intro {
	max-width: 630px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	color: #969594;
}

.intro h2 {
	font-size: 48px;
	line-height: 1.2;
	color: #2e2b2a;
}

.intro .btn-holder {
	padding: 20px 0;
}

.btn-frame {
	text-align: center;
	padding: 20px 0;
}

.btn-frame.btn-frame-add {
	padding: 40px 0 20px;
}

.section-what {
	padding: 70px 0;
	color: #000;
	text-align: center;
	background: -webkit-linear-gradient(left, #f58723 0%, #ef5855 100%);
	background: linear-gradient(to right, #f58723 0%, #ef5855 100%);
}

.section-what h2 {
	color: #fff;
	font-size: 32px;
}

.section-what a {
	border-color: #fff;
	color: #000;
}

.section-what a:hover {
	color: #fff;
}

.what-block {
	max-width: 740px;
	margin: 0 auto;
}

.section-programs {
	background: #f2f2f1;
	padding: 70px 0 0;
}

.section-programs .programs-list {
	margin-bottom: -90px;
}

.section-post {
	padding: 60px 0;
}

.programs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	position: relative;
	z-index: 100;
}

.programs-list>li {
	width: 50%;
	padding: 0 10px 25px;
}

.box {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	font-size: 18px;
	height: 100%;
}

.box .description {
	padding: 30px 45px;
}

.box .description p {
	margin: 0;
	padding: 0 0 15px;
}

.box .description .text {
	padding: 0 0 10px;
}

.box .img {
	position: relative;
}

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

.box.box-products .img-holder {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 45px;
}

.box.box-products .img-holder h3 {
	font-size: 32px;
	margin: 0;
	color: #fff;
}

.box.box-products .img-holder .spot {
	bottom: -10px;
	left: 45px;
}

.box.box-products .description h3 {
	font-size: 24px;
}

.box.gray {
	background: #f2f2f1;
}

.mask-img {
	position: relative;
}

.mask-img:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(left, rgba(245, 135, 35, .25) 0%, rgba(239, 88, 85, .25) 100%);
	background: linear-gradient(to right, rgba(245, 135, 35, .25) 0%, rgba(239, 88, 85, .25) 100%);
}

.mask-img.mask-green:before {
	background: -webkit-linear-gradient(315deg, rgba(45, 183, 141, .25) 0%, rgba(38, 188, 196, .25) 100%);
	background: linear-gradient(135deg, rgba(45, 183, 141, .25) 0%, rgba(38, 188, 196, .25) 100%);
}

.spot-block {
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
}

.spot-block.md {
	max-width: 840px;
}

.spot-block.sm {
	max-width: 675px;
}

.spot {
	width: 100px;
	height: 20px;
	background: -webkit-linear-gradient(left, #f58823 0%, #ef5857 100%);
	background: linear-gradient(to right, #f58823 0%, #ef5857 100%);
	border-radius: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.spot.g-green {
	background: -webkit-linear-gradient(left, #26bdc4 0%, #2db88d 100%);
	background: linear-gradient(to right, #26bdc4 0%, #2db88d 100%);
}

.spot.spot-container-l {
	width: 255px;
	bottom: inherit;
	top: -10px;
}

.spot.spot-container-r {
	left: inherit;
	right: 0;
	top: -10px;
}

.spot.spot-top {
	top: -10px;
	bottom: inherit;
}

.spot.spot-bottom {
	top: inherit;
	left: inherit;
	bottom: -10px;
}

.spot.spot-right {
	right: 30px;
	left: inherit;
}

.spot.spot-left {
	left: -35px;
	right: inherit;
}

.spot-v {
	height: 135px;
	width: 20px;
	position: absolute;
	top: 0;
	left: -10px;
	background: -webkit-linear-gradient(top, #ef5857 0%, #f58625 100%);
	background: linear-gradient(to bottom, #ef5857 0%, #f58625 100%);
	border-radius: 15px;
}

.spot-v.spot-v-small {
	height: 75px;
}

.link-more {
	display: block;
}

.link-more a {
	display: inline-block;
	text-transform: uppercase;
	border: 0;
	font: bold 15px/1.2 "Rubik", sans-serif;
	letter-spacing: 1.5px;
	padding: 6px 10px 6px;
	cursor: pointer;
	line-height: 1.2;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

.link-more a:hover {
	text-decoration: none;
	border-radius: 3px;
}

.link-more.link-more-white a {
	color: #fff;
	box-shadow: inset 0 -4px 0 0 #f8ab65;
}

.link-more.link-more-white a:hover {
	box-shadow: inset 0 -4em 0 0 #f8ab65;
}

.link-more.link-more-red a {
	color: #2e2b2a;
	box-shadow: inset 0 -4px 0 0 #ef5757;
}

.link-more.link-more-red a:hover {
	box-shadow: inset 0 -4em 0 0 #ef5757;
	color: #fff;
}

.link-more.link-more-green a {
	color: #2e2b2a;
	box-shadow: inset 0 -4px 0 0 #26bdc3;
}

.link-more.link-more-green a:hover {
	box-shadow: inset 0 -4em 0 0 #26bdc3;
	color: #fff;
}

.toggle-block.active .opener:after {
	padding: 0 5px 0 0;
	margin: 0 0 3px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.link-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.link-holder .link-more {
	margin: 0 30px 0 0;
}

.link-all {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.active .link-all a:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	padding: 3px 5px 0 0;
}

.link-all a {
	color: #f68923;
	border: none;
}

.link-all a:after {
	font-family: FontAwesome;
	content: "\f107";
	display: inline-block;
	padding: 0 0 0 5px;
	vertical-align: middle;
	font-size: 18px;
}

.link-all a.active:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	padding: 3px 5px 0 0;
}

.link-all a:hover {
	text-decoration: none;
}

.link-all.red a {
	color: #ef5757;
}

.section-testimonials {
	padding: 100px 0;
	color: #fff;
	background: -webkit-linear-gradient(left, #26bdc4 0%, #2db88d 100%);
	background: linear-gradient(to right, #26bdc4 0%, #2db88d 100%);
}

.section-testimonials .slick-dots {
	padding: 40px 0 0;
}

.section-testimonials .slick-dots button {
	background: #fff;
}

.section-testimonials.add-indent {
	padding-top: 160px;
}

.blockquote {
	max-width: 905px;
	margin: 0 auto;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blockquote blockquote {
	padding: 0;
	margin: 0 0 35px;
	border: none;
	font-size: 20px;
}

.blockquote blockquote cite {
	font-size: 18px;
	font-style: normal;
}

.blockquote blockquote cite em {
	font-size: 15px;
	font-weight: normal;
}

.blockquote blockquote cite span {
	font: 500 18px/1.2 "Rubik", sans-serif;
}

.blockquote .top-head {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #3b3938;
	margin-bottom: 40px;
}

.blockquote .img {
	padding: 0 20px 0 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.blockquote .img img {
	border-radius: 50%;
	display: inline-block;
	border: 5px solid #1c8888;
}

.gallery.slick-slider {
	opacity: 1;
	margin: 0;
}

.section-press {
	background: #f2f2f1;
}

.section-press .container {
	max-width: 100%;
}

.column-press {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
}

.column-press .col {
	width: 50%;
	padding: 80px 30px;
	border-left: 2px solid #fff;
}

.column-press .col:first-child {
	border: none;
}

.column-press.column-post .col {
	padding: 80px;
	max-width: 760px;
}

.press-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.press-list>li {
	width: 33.3%;
	padding: 30px 15px;
}

.press-list>li img {
	display: inline-block;
}

.accordion-block {
	max-width: 780px;
	margin: 0 auto;
}

.accordion-list {
	border-bottom: 1px solid #b9bab7;
	font-size: 17px;
}

.accordion-list>li {
	border-top: 1px solid #b9bab7;
}

.accordion-list>li.active .opener {
	color: #2e2b2a;
}

.accordion-list>li.active .opener:hover {
	text-decoration: none;
}

.accordion-list .opener {
	padding: 20px;
	display: block;
	color: #7d7d7c;
	font-size: 20px;
	font-weight: 500;
}

.accordion-list .opener:hover {
	color: #f68923;
}

.accordion-list .slide {
	padding: 0 20px 20px;
}

.accordion-list .slide a {
	color: #2e2b2a;
	border-bottom: 2px solid #f68923;
}

.accordion-list .slide a:hover {
	text-decoration: none;
	color: #f68923;
}

.section-team {
	padding: 60px 0;
}

.section.change {
	background: #f2f2f1;
	border-width: 2px 0;
	border-style: solid;
	border-color: #f68923;
}

.section.change-white {
	background: #fff;
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #f68923;
}

.section.section-gray {
	background: #f2f2f1;
}

.section-success {
	padding: 70px 0;
}

.team-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px;
	font-size: 15px;
	padding: 0 0 20px;
	color: #7d7d7c;
}

.team-list>li {
	width: 25%;
	padding: 0 10px 15px;
}

.team-list .team h5 {
	margin: 0;
}

.team-list .team h5 a {
	color: #2e2b2a;
	border: none;
}

.team-list .team h5 a:hover {
	color: #f68923;
	text-decoration: none;
}

.team-list .team .img a {
	display: block;
	position: relative;
	border: none;
}

.team-list .team .img a:hover span {
	border-color: #f68923;
}

.team-list .team .img a img {
	border-radius: 50%;
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.team-list .team .img span {
	border-radius: 50%;
	border: 10px solid #fff;
	position: relative;
	z-index: 10;
	display: block;
	width: 220px;
	height: 220px;
	margin: 0 auto 20px;
	background: #e2e1df;
}

.team-list .team .img span:before {
	content: "";
	width: 120px;
	height: 120px;
	background: url(assets/images/logo.svg) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -60px;
}

.team-list.add .team .img span {
	border-radius: 50%;
	border-color: #f2f2f1;
}

.section-sponsorship {
	padding: 80px 0;
}

.sponsorship-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 10px;
}

.sponsorship-list>li {
	padding: 10px;
	width: 25%;
}

.sponsorship-list .img {
	border: 1px solid #e2e1df;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
	min-height: 160px;
}

.section-send {
	padding: 70px 0;
	background: #f58823;
	margin-bottom: 2px;
}

.donate-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px 10px;
}

.donate-list>li {
	padding: 10px;
	width: 33.3%;
}

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

.donate-list .donate h6 {
	font-size: 12px;
	text-transform: uppercase;
	color: #161616;
	font-weight: bold;
}

.donate-list .donate .sum {
	font-size: 56px;
	line-height: 1;
	margin: 0 0 10px;
	color: #fff;
}

.donate-list .donate .link-more a {
	color: #fff;
}

.section-featured {
	padding: 80px 0;
}

.column-featured {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.column-featured .aside {
	width: 355px;
	margin: 0 0 0 auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.column-featured .content-holder {
	width: 100%;
	padding: 0 50px 0 0;
}

.column-contact .aside {
	width: 450px;
}

.box-outline {
	border: 1px solid #f68923;
	padding: 30px 30px 20px;
	border-radius: 5px;
}

.box-outline.red {
	border-color: #ef5757;
}

.box-outline .titles {
	color: #f68923;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
}

.box-outline ul {
	padding: 0;
}

.interviews-list {
	font-size: 17px;
}

.interviews-list>li {
	padding: 0 0 15px;
}

.interviews-list>li:last-child {
	padding: 0;
}

.interviews-list>li h4 {
	color: #f68923;
}

.interviews-list a {
	border-bottom: 2px solid #f68923;
	color: #2e2b2a;
}

.interviews-list a:hover {
	text-decoration: none;
	color: #f68923;
}

.press-block {
	font-size: 17px;
	font-weight: bold;
	padding: 10px 0;
}

.press-block img {
	margin-bottom: 10px;
}

.press-block a {
	border: none;
}

.press-block p a {
	color: #2e2b2a;
	border-bottom: 2px solid transparent;
}

.press-block p a:hover {
	text-decoration: none;
	border-color: #f68923;
	color: #2e2b2a;
}

.section-selected {
	padding: 60px 0;
	background: #f2f2f1;
	border-top: 2px solid #f68923;
}

.pressa-list {
	margin-bottom: 10px;
}

.pressa-list>li {
	padding: 5px 0;
}

.pressa-list header {
	font-style: italic;
	font-size: 14px;
	text-transform: uppercase;
}

.pressa-list p {
	font-weight: bold;
}

.pressa-list a {
	color: #2e2b2a;
	border-bottom: 2px solid transparent;
}

.pressa-list a:hover {
	text-decoration: none;
	border-color: #f68923;
	color: #2e2b2a;
}

.advice-list>li {
	padding-bottom: 100px;
}

.advice-list>li:nth-child(even) .description {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 0 0 0 115px;
}

.advice-list.advice-list-add li:last-child {
	padding-bottom: 0;
}

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

.advices .images {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 357px;
	position: relative;
}

.advices .images img {
	border-radius: 5px;
}

.advices .description {
	padding: 0 115px 0 0;
}

.advices h2 {
	font-size: 32px;
}

.reality-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -30px;
}

.reality-list>li {
	width: 33.3%;
	padding: 15px 30px;
	text-align: center;
}

.reality-list h3 {
	font-size: 24px;
	color: #26bdc1;
}

.reality-list .ico {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	min-height: 74px;
	margin-bottom: 20px;
}

.reality-list.reality-list-orange h3 {
	color: #f68923;
}

.num {
	color: #f68923;
	font: 500 24px/1.2 "Rubik", sans-serif;
}

.section-making {
	padding: 80px 0;
}

.making-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -25px;
}

.making-list>li {
	width: 33.3%;
	padding: 0 25px 15px;
}

.making-list .ttl-precent {
	display: block;
	color: #f68923;
	font: 500 56px/1.2 "Rubik", sans-serif;
}

.making-list .toolbar {
	width: 100%;
	height: 20px;
	background: #e2e1df;
	border-radius: 7px;
	margin: 0 0 15px;
	overflow: hidden;
}

.making-list .toolbar .scale {
	height: 100%;
	background: -webkit-linear-gradient(left, #f58823 0%, #ef5758 100%);
	background: linear-gradient(to right, #f58823 0%, #ef5758 100%);
	border-radius: 7px;
}

.contact-form .wFormContainer {
	max-width: 100%;
	margin: 0;
	padding-top: 27px;
}

.contact-form .wFormContainer .wForm {
	padding: 0;
	background: none;
	font-family: inherit;
}

.contact-form .wForm .actions {
	border: 0;
	padding: 15px 0;
}

.contact-form .wForm .actions input[type="submit"] {
	margin: 0;
}

.contact-form .wFormContainer .wFormTitle,
.contact-form .wFormContainer .wFormHeader,
.contact-form .wForm .oneField br,
.contact-form .wFormFooter,
.contact-form .wFormContainer .supportInfo {
	display: none;
}

.contact-form .wForm .preField,
.contact-form .wForm .inputWrapper {
	display: block;
	max-width: 100%;
}

.contact-form .wForm .oneField {
	border: 0;
	padding: 0;
	margin: 0 0 15px;
}

.contact-form .wFormContainer .oneField input:not([type="file"]),
.contact-form .wFormContainer .inputWrapper textarea {
	width: 100%;
	height: 35px;
	padding: .68em 10px;
	border-color: #b9bab7 !important;
}

.contact-form .wFormContainer .inputWrapper textarea {
	height: 120px;
	min-height: 120px;
}

.contact-form .jcf-select {
	width: 100%;
	min-width: 100%;
	height: 35px;
}

.contact-form .jcf-select .jcf-select-text {
	line-height: 33px;
}

.errMsg {
	color: red;
	padding: 5px 0 0;
	font-size: 14px;
	outline: none;
}

.wFormTitle {
	font-size: 32px;
	opacity: 0;
}

.errFld .jcf-select,
.errFld input {
	border-color: red;
}

.actions {
	padding: 15px 0;
}

.entry-sub .h {
	color: #7d7d7c;
}

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

.post-block p {
	margin-bottom: 1.2em;
}

.section-program {
	padding: 80px 0;
	background: #f2f2f1;
}

.program-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.program-list>li {
	width: 33.3%;
	padding: 10px;
}

.program-box {
	background: #fff;
	border-radius: 7px;
	padding: 30px;
	overflow: hidden;
}

.program-box .image {
	height: 60px;
	margin: 10px 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.program-box h5 {
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	margin: 0 0 8px;
}

.program-box .program-holder {
	padding-bottom: 10px;
}

.description-list {
	margin-bottom: 5px;
	border-top: 1px solid #cacac9;
}

.slide .description-list {
	border: 0;
	margin-top: -5px;
}

.description-list li {
	padding: 6px 0;
	border-bottom: 1px solid #cacac9;
}

.more-block {
	margin: 0 -30px -30px;
}

.more-block .learn-more {
	display: block;
	background: -webkit-linear-gradient(left, #f58823 0%, #f58823 100%);
	background: linear-gradient(to right, #f58823 0%, #f58823 100%);
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

.more-block .learn-more:hover {
	text-decoration: none;
	background: -webkit-linear-gradient(left, #f58823 0%, #ef5756 100%);
	background: linear-gradient(to right, #f58823 0%, #ef5756 100%);
}

.more-block .learn-more span {
	display: inline-block;
	position: relative;
	padding: 0 20px;
}

.more-block .learn-more span:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 10px;
	margin: -5px 0 0;
	background: url(assets/images/ico-more.svg) no-repeat;
}

.more-block .coming-more {
	display: block;
	background: #a19f9f;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	pointer-events: none;
	cursor: default;
}

.more-block .coming-more:hover {
	text-decoration: none;
}

.more-block.coming-soon .learn-more {
	display: none;
}

.one-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -30px 0;
}

.one-post .description {
	padding: 70px 0;
}

.one-post .images {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0 0 0 100px;
}

.one-post .images img {
	border-radius: 5px;
}

.one-post .images .hold {
	position: relative;
}

.one-post .images .hold:nth-child(2) {
	margin: -60px 0 0 -40px;
}

.one-post .images .spot-one {
	top: -10px;
	left: 20px;
}

.one-post .images .spot-two {
	right: -40px;
	top: inherit;
	left: inherit;
	bottom: -10px;
	width: 120px;
}

.one-post .btn-holder {
	padding: 5px 0;
}

.one-post h2 {
	font-size: 32px;
}

.fancybox-bg {
	background: #f58823;
	opacity: .5;
}

.fancybox-slide--html {
	padding: 15px;
}

.fancybox-slide--html .fancybox-close-small {
	padding: 7px;
	color: #b0b0af;
}

.popup-block {
	display: none;
	padding: 30px;
	border-radius: 5px;
	overflow: visible;
	max-width: 930px;
}

.popup-block .ttl h2 {
	font: 500 24px/1.4 "Roboto", sans-serif;
	color: #f68923;
}

.popup-block .spot {
	width: 135px;
}

.popup-block .spot.left {
	left: 185px;
	bottom: inherit;
	top: -10px;
}

.popup-block .spot.right {
	bottom: -10px;
	right: 95px;
	left: inherit;
}

.popup-block .spot.spot-small {
	width: 75px;
}

.popup-block.popup-subscribe {
	min-width: 550px;
	padding: 30px;
}

.popup-block.popup-subscribe .holder {
	max-width: 450px;
	margin: 0 auto;
}

.popup-block.popup-subscribe .spot-v.left {
	top: 45px;
}

.popup-block.popup-subscribe .spot-v.right {
	top: inherit;
	left: inherit;
	right: -10px;
	bottom: 60px;
}

.bio-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
}

.bio-block .img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.bio-block .img img {
	border-radius: 50%;
}

.bio-block .top-head {
	padding: 0 0 15px;
}

.bio-block .top-head h2 {
	font-size: 32px;
	line-height: 1.6;
	margin: 0;
}

.bio-block .top-head h4 {
	color: #969594;
	font-weight: normal;
	font: 500 20px/1.4 "Roboto", sans-serif;
}

.bio-block .description {
	padding: 30px 45px;
}

.row-holder {
	padding: 0 0 15px;
}

.row-holder .row {
	margin: 0 0 10px;
}

.form .btn-holder {
	margin: 0 0 15px;
}

.txt-field {
	font-size: 14px;
	color: #2e2b2a;
}

.form-text {
	height: 30px;
}

.section-change {
	padding: 80px 0;
}

.section-change .heading {
	padding-bottom: 50px;
}

.change-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px;
}

.change-list>li {
	width: 33.3%;
	padding: 0 10px;
}

.change-list>li:last-child {
	margin-bottom: 0;
}

.change-list a {
	border: none;
}

.change-list.red a {
	color: #ef5757;
}

.change-list.red a:hover {
	color: #f68923;
}

.change-list.red .images a:before {
	background-color: rgba(239, 87, 87, .6);
}

.change-list.green a {
	color: #26bdc1;
}

.change-list.green a:hover {
	color: #f68923;
}

.change-list.green .images a:before {
	background-color: #26bdc1;
}

.change-list .images {
	margin-bottom: 10px;
}

.change-list .images a {
	display: block;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.change-list .images img {
	width: 100%;
}

.img-hover {
	position: relative;
}

.img-hover a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #f68923;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.img-hover a:hover:before {
	opacity: .25;
}

.img-hover.red a:before {
	background-color: #ef5757;
}

.img-hover.green a:before {
	background-color: #26bdc1;
}

.section-title {
	padding: 150px 0 150px;
	margin: -225px 0 0;
	background: #f2f2f1;
}

.title-holder {
	text-align: center;
	max-width: 740px;
	margin: 0 auto;
	padding: 35px 0 0;
}

.title-holder h2 {
	font-size: 32px;
}

.title-sub {
	text-align: center;
	max-width: 740px;
	margin: 0 auto;
	padding: 20px 0 0;
	font-size: 20px;
}

.title-sub+.title-holder {
	padding: 0;
}

.section-boxes {
	padding: 60px 0;
}

.boxes-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px;
}

.boxes-list>li {
	width: 33.3%;
	padding: 0 10px 20px;
}

.boxes-list>li.lg {
	width: 66.6%;
}

.boxes-list .box-outline {
	height: 100%;
}

.boxes-list .column-group {
	overflow: visible;
}

.boxes-list .column-group .group-holder {
	margin: 0 -30px;
}

.boxes-list .column-group>*>* {
	padding: 5px 30px;
}

.boxes-list .column-group p {
	padding: 0;
	margin-bottom: 1em;
}

.boxes-list .link-more {
	margin-bottom: 5px;
}

.images-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 80px;
	margin-top: -135px;
	position: relative;
}

.images-list>li {
	padding: 0 0 10px;
	position: relative;
}

.images-list>li:nth-child(odd) {
	padding: 100px 0 0;
}

.images-list>li:nth-child(1) {
	margin-right: -10px;
	position: relative;
}

.images-list>li:nth-child(1) .spot {
	left: 50%;
	bottom: inherit;
	margin-left: -30px;
}

.images-list>li:nth-child(3) {
	padding: 130px 0 0;
	margin-left: -35px;
}

.images-list>li:nth-child(3) .spot {
	left: -75px;
}

.images-list>li:nth-child(4) {
	margin-left: -20px;
}

.images-list>li:nth-child(4) .spot.top {
	right: -35px;
	left: inherit;
}

.images-list>li:nth-child(4) .spot.bottom {
	left: 55px;
}

.images-list>li:nth-child(5) {
	padding: 160px 0 0;
	margin-left: -55px;
}

.images-list>li:nth-child(5) .spot {
	right: -10px;
	left: inherit;
}

.images-list img {
	border-radius: 5px;
}

.images-list .img {
	display: inline-block;
	position: relative;
}

.images-list .spot {
	width: 120px;
}

.images-list .spot.sm {
	width: 70px;
}

.images-list .spot.lg {
	width: 180px;
}

.images-list .spot.top {
	top: -10px;
}

.images-list .spot.bottom {
	bottom: -10px;
}

.images-list.images-list-add {
	margin: 0;
	padding-top: 60px;
}

.images-list.images-list-add:before {
	content: "";
	width: 100%;
	height: 150px;
	background: #f2f2f1;
	position: absolute;
	bottom: 0;
	left: 0;
}

.section-content {
	padding: 70px 0;
}

.v-space {
	height: 50px;
}

.section-pre-intro {
	padding: 60px 0 0;
}

.section-serve {
	padding: 60px 0;
}

.chart-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -50px;
}

.chart-column .col {
	padding: 0 50px;
}

.chart-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0 0;
}

.chart-block .chart-img {
	width: 150px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.chart-block .description {
	padding: 15px 0 0 20px;
}

.chart-block ul {
	padding: 0;
}

.chart-block ul li {
	margin-bottom: 6px;
	position: relative;
}

.chart-block ul li:before {
	display: none;
}

.chart-block ul .bullet {
	width: 12px;
	height: 6px;
	border-radius: 3px;
	display: inline-block;
	background-color: #ef5857;
	position: absolute;
	top: 10px;
	left: 0;
}

#footer {
	width: 100%;
	overflow: hidden;
	display: table-footer-group;
	background: #232121;
	color: rgba(255, 255, 255, .5);
	font-size: 15px;
}

#footer .footer-holder {
	padding: 65px 0 20px;
	text-align: center;
}

#footer .footer-frame {
	padding: 0 0 55px;
}

#footer a {
	color: rgba(255, 255, 255, .5);
}

#footer a:hover {
	color: white;
	text-decoration: none;
}

#footer .btn {
	font-size: 13px;
	padding: .9em 1.5em;
}

#footer .btn:hover {
	color: #232121;
}

#footer .btn-holder {
	padding: 20px 0;
}

.footer-nav {
	padding: 20px 0;
}

.footer-nav li {
	display: inline-block;
	padding: 0 20px;
}

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

.copy {
	font-size: 12px;
}

.copy span {
	padding: 0 5px;
}

.copy a {
	border: none;
}

.social-nav {
	font-size: 0;
	padding: 10px 0;
	margin: 0 -15px;
}

.social-nav li {
	display: inline-block;
	padding: 0 15px;
}

.social-nav a {
	font-size: 24px;
	color: #2e2b2a;
	border: none;
}

.social-nav a:hover {
	color: #7d7d7c;
}

.animation-hidden {
	opacity: 0;
}

.animation-visible {
	opacity: 1;
}

/* Begin Mailchimp Signup Form */
#mc_embed_signup {
	background: #fff;
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
}

#mc-embedded-subscribe-form input[type=checkbox] {
	display: inline;
	width: auto;
	margin-right: 10px;
}

#mergeRow-gdpr {
	margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
	font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
	border: none;
	min-height: 0;
	padding-bottom: 0;
}

#mc_embed_signup h2 {
	font: 500 24px/1.4 "Roboto", sans-serif;
	color: #f68923;
	margin: 0 0 .5em;
}

#mc_embed_signup form {
	padding: 0;
}

#mc_embed_signup .btn {
	border: 2px solid #f68923;
	margin: 0;
}

#mc_embed_signup .btn:focus {
	border-color: #f68923;
}

#mc_embed_signup .mc-field-group.input-group ul li:before {
	display: none;
}

#mc_embed_signup .mc-field-group.input-group ul label {
	margin: 0;
	padding: 0;
}

#mc_embed_signup .mc-field-group .subfield {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	padding: 5px 0;
	margin: 0;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border-width: 1px;
}

#mc_embed_signup .gdprRequired {
	padding: 5px 0 10px;
}

#mergeRow-gdpr {
	margin: 0;
}

#mc_embed_signup input:focus {
	border-color: #b9bab7;
}

@media (min-width: 30em) {
	.gallery {
		margin: 0 -.5em;
	}

	.gallery-item {
		padding: 0 .5em 1.8em;
	}

	/* Gallery Columns */
	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.333%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media (min-width: 48em) {

	/* Gallery Columns */
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

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

@media (max-width: 1259px) {
	.column-press.column-post .col {
		padding: 50px 30px;
	}
}

@media (max-width: 1099px) {
	.box-outline br {
		display: none;
	}
}

@media (max-width: 1023px) {

	.navigation,
	.navigation-comments,
	.pagination {
		font-size: 14px;
	}

	img.alignleft,
	img.alignright {
		max-width: 50%;
	}

	.divider {
		height: 40px;
	}

	body {
		font-size: 16px;
	}

	.main-holder {
		padding: 50px 0;
	}

	.main-container .content-holder {
		margin: 0;
		padding: 0;
	}

	.main-container #sidebar {
		width: 100%;
		margin: 0;
		float: none;
	}

	#header .header-holder:before {
		height: 2px;
	}

	#header .logo {
		width: 65px;
	}

	.promo {
		padding: 75px 0 0;
	}

	.promo h1 {
		font-size: 40px;
	}

	.inner-page .promo-holder {
		min-height: auto;
	}

	.inner-page .promo-holder .title-main h1 {
		margin-bottom: 10px;
	}

	.nav-bar {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: #f68923;
		text-align: center;
		overflow-x: auto;
		padding: 100px 0;
	}

	.nav-menu>li {
		width: 100%;
		padding: 3px 30px;
	}

	.nav-menu>li:hover ul {
		display: none;
	}

	.nav-menu>li:hover .drop-opener:after {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		padding-left: 5px;
		padding-right: 0;
	}

	.nav-menu>li ul {
		position: relative;
		text-align: center;
		margin: 15px auto;
		right: 0;
		max-width: 280px;
		min-width: inherit;
	}

	.drop-opener {
		right: 20px;
		font-size: 24px;
	}

	.button-container {
		display: block;
	}

	.bottom-arrow {
		bottom: 20px;
	}

	.section-intro {
		padding: 50px 0;
	}

	.col-img {
		display: none;
	}

	.intro h2 {
		font-size: 32px;
	}

	.section-programs {
		padding: 50px 0;
	}

	.section-programs .programs-list {
		margin-bottom: 0;
	}

	.box .description {
		padding: 30px 15px;
	}

	.box.box-products .img-holder {
		padding: 20px 15px;
	}

	.box.box-products .img-holder h3 {
		font-size: 24px;
	}

	.box.box-products .img-holder .spot {
		left: 15px;
	}

	.box.box-products .img-holder .spot {
		bottom: -5px;
	}

	.spot-block {
		display: none;
	}

	.spot {
		height: 10px;
	}

	.spot.spot-container-l {
		top: -5px;
	}

	.spot.spot-container-r {
		top: -5px;
	}

	.spot.spot-top {
		top: -5px;
	}

	.spot.spot-bottom {
		bottom: -5px;
	}

	.link-more a {
		font-size: 13px;
	}

	.section-testimonials {
		padding: 50px 0;
	}

	.section-testimonials.add-indent {
		padding-top: 50px;
	}

	.column-press .col {
		padding: 50px 30px;
	}

	.section-success {
		padding: 50px 0;
	}

	.team-list>li {
		width: 33.3%;
	}

	.team-list .team .img span {
		margin-bottom: 10px;
		border-width: 5px;
		width: 180px;
		height: 180px;
	}

	.team-list.add .team .img span {
		border-width: 5px;
	}

	.section-sponsorship {
		padding: 50px 0;
	}

	.section-send {
		padding: 50px 0;
	}

	.donate-list .donate .sum {
		font-size: 36px;
	}

	.section-featured {
		padding: 50px 0;
	}

	.column-featured {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.column-featured .aside {
		width: 100%;
	}

	.column-featured .content-holder {
		padding: 0 0 20px;
	}

	.column-contact .aside {
		width: 100%;
	}

	.advice-list>li {
		padding-bottom: 50px;
	}

	.advice-list>li:nth-child(even) .description {
		padding: 0 0 0 30px;
	}

	.advices .description {
		padding: 0 30px 0 0;
	}

	.advices h2 {
		font-size: 24px;
	}

	.reality-list h3 {
		font-size: 18px;
	}

	.section-making {
		padding: 50px 0;
	}

	.making-list .ttl-precent {
		font-size: 38px;
	}

	.making-list .toolbar {
		height: 10px;
	}

	.section-program {
		padding: 50px 0;
	}

	.program-list>li {
		width: 50%;
	}

	.section-one-post {
		padding: 20px 0;
	}

	.one-post {
		margin: 0;
	}

	.one-post .description {
		padding: 30px 0;
	}

	.one-post .images .spot-one {
		top: -5px;
	}

	.one-post .images .spot-two {
		bottom: -5px;
		right: 20px;
	}

	.popup-block .spot.left {
		top: -5px;
		left: 30px;
	}

	.popup-block .spot.right {
		bottom: -5px;
		right: 30px;
	}

	.popup-block br {
		display: none;
	}

	.section-change {
		padding: 50px 0;
	}

	.section-change .heading {
		padding-bottom: 20px;
	}

	.section-title {
		padding: 50px 0;
		margin: 0;
	}

	.title-holder {
		padding: 0;
	}

	.boxes-list>li {
		width: 50%;
	}

	.images-list {
		display: none;
	}

	.section-pre-intro {
		padding: 50px 0;
	}

	.chart-column {
		margin: 0 -15px;
	}

	.chart-column .col {
		padding: 0 15px;
		width: 50%;
	}

	.chart-block .chart-img {
		width: 100px;
	}

	.chart-block ul {
		font-size: 14px;
	}

	.chart-block ul .bullet {
		top: 7px;
	}

	.social-nav {
		margin: 0 -10px;
	}

	.social-nav li {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1023px) {
	.column-group.columns-5>*>* {
		width: 33.3333% !important;
	}

	.column-group.columns-4>*>* {
		width: 50% !important;
	}
}

@media (max-width: 767px) {

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.btn {
		font-size: 13px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 10px 8px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 8px;
	}

	.navigation .next a,
	.navigation .prev a,
	.navigation .al a,
	.navigation .ar a,
	.navigation-comments .next a,
	.navigation-comments .prev a,
	.navigation-comments .al a,
	.navigation-comments .ar a,
	.pagination .next a,
	.pagination .prev a,
	.pagination .al a,
	.pagination .ar a {
		padding: 10px;
	}

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

	.posts-list .post {
		margin: 0 0 20px;
	}

	.commentlist {
		margin-left: 0;
	}

	.commentlist .comment {
		padding: 0;
	}

	.divider {
		display: none;
	}

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

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

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

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

	.promo .promo-info {
		font-size: 20px;
	}

	.promo h1 {
		font-size: 32px;
	}

	.promo.promo-home {
		min-height: inherit;
	}

	.promo .btn-outline.btn-white {
		min-width: auto;
	}

	.title-main {
		font-size: 20px;
	}

	.title-main br {
		display: none;
	}

	.bottom-arrow a {
		width: 40px;
		height: 20px;
		background-size: 40px 20px;
	}

	.heading h2 {
		font-size: 24px;
	}

	.titles h2 {
		font-size: 24px;
	}

	.programs-list>li {
		width: 100%;
	}

	.programs-list>li:last-child {
		padding-bottom: 0;
	}

	.box .description .text {
		height: auto !important;
	}

	.box.box-products .img-holder h3 {
		font-size: 20px;
	}

	.blockquote {
		display: block;
		padding: 0 15px;
	}

	.blockquote blockquote {
		font-size: 18px;
	}

	.blockquote blockquote cite span {
		font-size: 16px;
	}

	.blockquote .top-head {
		text-align: center;
		margin-bottom: 20px;
	}

	.blockquote .img {
		text-align: center;
		padding: 0 0 20px;
		max-width: 150px;
		margin: 0 auto;
	}

	.column-press .col {
		width: 100%;
		border: 2px solid #fff;
		border-width: 2px 0 0;
	}

	.accordion-list .opener {
		font-size: 18px;
	}

	.reality-list>li {
		width: 50%;
	}

	.num {
		font-size: 20px;
	}

	.making-list>li {
		width: 50%;
	}

	.contact-form .wFormContainer {
		padding: 0;
	}

	.contact-form .wFormContainer .wForm .wFormTitle {
		display: block;
		opacity: 1;
		font-size: 24px;
		font-weight: 500;
		padding: 0;
		margin: 0 0 .5em;
		border: 0;
		color: #2e2b2a;
	}

	.one-post {
		display: block;
	}

	.one-post .images {
		padding: 0;
		text-align: center;
	}

	.one-post .images .hold {
		margin: 0 0 15px !important;
		display: inline-block;
	}

	.one-post h2 {
		font-size: 24px;
	}

	.bio-block {
		display: block;
	}

	.bio-block .img {
		text-align: center;
	}

	.bio-block .top-head h2 {
		font-size: 26px;
	}

	.bio-block .top-head h4 {
		font-size: 18px;
	}

	.bio-block .description {
		padding: 30px 0;
	}

	.change-list>li {
		width: 50%;
		margin-bottom: 30px;
	}

	.title-holder h2 {
		font-size: 24px;
	}

	.boxes-list>li {
		width: 100%;
	}

	.boxes-list>li.lg {
		width: 100%;
	}

	#footer .footer-holder {
		padding: 50px 0 20px;
	}

	.footer-nav li {
		padding: 0 5px;
	}
}

@media only screen and (max-width: 767px) {

	.column-group.columns-3>*>*,
	.column-group.columns-5>*>* {
		width: 50% !important;
	}
}

@media (max-width: 666px) {
	.team-list>li {
		width: 50%;
	}

	.team-list .team .img span {
		width: 150px;
		height: 150px;
	}

	.team-list .team .img span:before {
		width: 90px;
		height: 90px;
		margin: -45px 0 0 -45px;
	}

	.sponsorship-list>li {
		width: 33.3%;
	}

	.advice-list>li:nth-child(even) .description {
		padding: 0 0 10px;
	}

	.advice-list img {
		width: 100%;
	}

	.advices {
		display: block;
	}

	.advices .images {
		max-width: 100%;
	}

	.advices .description {
		padding: 0 0 10px;
	}

	.reality-list>li {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}

	.making-list>li {
		width: 100%;
	}

	.program-list>li {
		width: 100%;
	}

	.popup-block.popup-subscribe {
		min-width: 100%;
	}

	.change-list>li {
		width: 100%;
	}

	.chart-column .col {
		width: 100%;
	}

	.reality-list .ico {
		display: block;
		min-height: inherit;
	}
}

@media (max-width: 567px) {
	.sponsorship-list>li {
		width: 50%;
	}

	.donate-list>li {
		width: 50%;
	}
}

@media (max-width: 479px) {
	#wp-calendar {
		width: 100%;
	}

	.comment-form input[type="text"],
	.comment-form input[type="tel"],
	.comment-form input[type="email"],
	.comment-form input[type="search"],
	.comment-form input[type="password"],
	.comment-form input[type="url"],
	.comment-form textarea {
		width: 100%;
	}

	.parent.comment .comment {
		margin-left: 5%;
	}
}

@media only screen and (max-width: 479px) {
	.column-group {
		display: block;
	}

	.column-group[class^="columns-"]>*>*,
	.column-group[class*=" columns-"]>*>* {
		width: 100% !important;
	}
}

@media (max-width: 374px) {
	.team-list .team .img span {
		width: 130px;
		height: 130px;
	}
}

@media (max-width: 319px) {

	.navigation,
	.navigation-comments,
	.pagination {
		font-size: 12px;
	}
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

/* new page*/
.section-success_v2 .heading p>a {
	display: inline-block;
	color: inherit;
}

.section-success_v2 .heading p>a:hover {
	color: #f68923;
}

.section-testimonials.section-testimonials_gray {
	background: #f2f2f1;
	color: #2e2b2a;
	padding-top: 82px;
}

.section-testimonials_gray h2 {
	text-align: center;
	margin-bottom: 70px;
}

.section-testimonials_gray .blockquote blockquote {
	margin-bottom: 0;
}

.section-testimonials_gray .blockquote .img img {
	border-color: #886bae;
}

.section-testimonials_gray .blockquote blockquote p {
	margin-bottom: 8px;
}

.section-testimonials_gray.section-testimonials .slick-dots button {
	background: #886bae;
}

.accordion-block.accordion-block_v2 {
	margin-bottom: 100px;
}

.accordion-block_v2 .accordion-list .opener {
	font-family: "Rubik";
	font-size: 32px;
	font-weight: 500;
	line-height: 28px;
	padding: 20px 61px;
	position: relative;
	color: #000;
}

.accordion-block_v2 .accordion-list .opener:hover {
	color: #f68923;
}

.accordion-block_v2 .accordion-list .opener:before {
	content: "";
	position: absolute;
	top: 20px;
	top: calc(18px + 0.5em);
	transform: translateY(-50%);
	left: 22px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url("assets/images/ico-plus.svg");
	background-size: contain;
}

.accordion-block_v2 .accordion-list .opener:hover:before {
	background-image: url("assets/images/ico-plus-orange.svg");
	background-size: contain;
}

.accordion-block_v2 .accordion-list li.active .opener:before {
	background-image: url("assets/images/ico-minus.svg");
	background-size: contain;
}

.accordion-block_v2 .accordion-list li.active .opener:hover:before {
	background-image: url("assets/images/ico-minus-orange.svg");
	background-size: contain;
}

.accordion-block_v2 .accordion-list .slide {
	padding: 8px 0px 20px 88px;
}

.accordion-block_v2 .accordion-list .slide a {
	color: #000;
}

.accordion-block_v2 .accordion-list .slide a:hover {
	color: #f68923;
}

.accordion-block_v2 .accordion-list .slide ul {
	font-size: 20px;
	font-family: "Rubik";
}

.accordion-block_v2 .accordion-list .slide ul li {
	margin-bottom: 8px;
	color: #000000;
}

.accordion-block_v2 .accordion-list .slide ul li:last-child {
	margin-bottom: 0;
}

.accordion-block_v2 .accordion-list .slide ul ul {
	padding-top: 10px;
	padding-left: 15px;
	padding: 10px 0 2px 15px;
}

.accordion-block_v2 .accordion-list .slide ul ul li:before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.accordion-block_v2 .accordion-list .slide ul strong {
	font-weight: 500;
}

.accordion-block_v2 .locked:after {
	content: "locked";
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1.5px;
	padding-left: 15px;
	margin: 10px;
	background-image: url("assets/images/ico-lock.svg");
	background-size: 11px 13px;
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

.section-success h4 {
	font-family: "Roboto"
}

.btn.btn-lg_v2 {
	font-weight: 700;
	letter-spacing: 1.5px;
	padding: .8em 1.7em;
}

.spot-block-small-left-to-left .spot-container-l {
	left: -80px;
}

.spot-block-small-right-to-right .spot-container-r {
	right: 280px;
}
.section-title-v2 + .section-boxes .images-list {
	margin-top: 2px;
}

@media (max-width: 768px) {
	.accordion-block_v2 .accordion-list .opener {
		padding: 15px 0px 15px 30px;
		font-size: 25px;
	}

	.section-testimonials.section-testimonials_gray {
		padding-top: 50px;
	}

	.accordion-block_v2 .accordion-list .opener:before {
		left: 0px;
		width: 16px;
		height: 16px;
		top: calc(15px + 0.5em);
	}

	.accordion-block_v2 .accordion-list .slide {
		padding: 5px 0px 5px 35px;
	}

	.accordion-block_v2 .accordion-list .slide ul ul {
		padding-left: 0px;
	}

	.accordion-block.accordion-block_v2 {
		margin-bottom: 50px;
	}

	.accordion-block_v2 .accordion-list .slide ul {
		font-size: 18px;
	}
}

@media (max-width: 468px) {
	.accordion-block_v2 .accordion-list .opener {
		font-size: 20px;
	}

	.accordion-block_v2 .accordion-list .opener:before {
		top: calc(19px + 0.5em);
	}

	.accordion-block_v2 .accordion-list .slide {
		padding: 5px 0px 5px 1px;
	}
}