/*
Theme Name: KSPartner
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

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

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on April 18, 2016 */

@font-face {
	font-family: "pf_centro_sans_pro";
	src: url("fonts/pfcentrosanspro-bold-webfont.eot");
	src: url("fonts/pfcentrosanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pfcentrosanspro-bold-webfont.woff2") format("woff2"), url("fonts/pfcentrosanspro-bold-webfont.woff") format("woff"), url("fonts/pfcentrosanspro-bold-webfont.ttf") format("truetype"), url("fonts/pfcentrosanspro-bold-webfont.svg#pf_centro_sans_probold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "pf_centro_sans_pro";
	src: url("fonts/pfcentrosanspro-light-webfont.eot");
	src: url("fonts/pfcentrosanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pfcentrosanspro-light-webfont.woff2") format("woff2"), url("fonts/pfcentrosanspro-light-webfont.woff") format("woff"), url("fonts/pfcentrosanspro-light-webfont.ttf") format("truetype"), url("fonts/pfcentrosanspro-light-webfont.svg#pf_centro_sans_prolight") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "pf_centro_sans_pro";
	src: url("fonts/pfcentrosanspro-medium-webfont.eot");
	src: url("fonts/pfcentrosanspro-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pfcentrosanspro-medium-webfont.woff2") format("woff2"), url("fonts/pfcentrosanspro-medium-webfont.woff") format("woff"), url("fonts/pfcentrosanspro-medium-webfont.ttf") format("truetype"), url("fonts/pfcentrosanspro-medium-webfont.svg#pf_centro_sans_promedium") format("svg");
	font-weight: 500;
	font-style: normal;
}

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

@font-face {
	font-family: "pf_centro_slab_pro";
	src: url("fonts/pfcentroslabpro-light-webfont.eot");
	src: url("fonts/pfcentroslabpro-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pfcentroslabpro-light-webfont.woff2") format("woff2"), url("fonts/pfcentroslabpro-light-webfont.woff") format("woff"), url("fonts/pfcentroslabpro-light-webfont.ttf") format("truetype"), url("fonts/pfcentroslabpro-light-webfont.svg#pf_centro_slab_prolight") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "pf_centro_slab_pro";
	src: url("fonts/pfcentroslabpro-medium-webfont.eot");
	src: url("fonts/pfcentroslabpro-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pfcentroslabpro-medium-webfont.woff2") format("woff2"), url("fonts/pfcentroslabpro-medium-webfont.woff") format("woff"), url("fonts/pfcentroslabpro-medium-webfont.ttf") format("truetype"), url("fonts/pfcentroslabpro-medium-webfont.svg#pf_centro_slab_promedium") format("svg");
	font-weight: 500;
	font-style: normal;
}

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

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

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

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

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

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

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

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

.icon-menu-list:before {
	content: "\e905";
}

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

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

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

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

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

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

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

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

/* custom checkbox styles */

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

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 5px;
	width: 10px;
	top: 50%;
	left: 50%;
	border: 1px solid #fff;
	border-width: 0 0 1px 1px;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.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;
}

.nav-drop .contact,
.nav-drop .info-box ul,
#nav,
#nav > li > .drop,
.menu,
.ajax-drop ul,
.filter ul,
.tools,
.list-info,
#footer .nav ul,
#footer .links,
.footer-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.wpcf7 .row:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.post-password-form:after,
.navigation-single:after,
.container:after,
#twocolumns:after,
.post .slide-holder:after,
.member-box .intro-info:after,
.wpcf7 .wpcf7-form-control-wrap.message + .row .column:first-child: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: #004953;
	background: #fff;
	font: 18px/1.1666 "pf_centro_sans_pro", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

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

blockquote {
	padding: 0;
	margin: 0;
	font-size: 28px;
	line-height: 1.214;
	font-weight: 300;
	font-family: "pf_centro_slab_pro", "Times New Roman", "Times", serif;
}

blockquote cite {
	display: block;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 8px;
	font-size: 14px;
	font-family: "pf_centro_sans_pro", "Arial", "Helvetica", sans-serif;
}

caption {
	font-weight: 500;
}

th,
td {
	border: 1px solid #f2f2f2;
	padding: 7px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	empty-cells: show;
	padding: 4px;
}

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;
}

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

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

iframe {
	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"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: none;
	padding: 9px 15px;
	background: #f2f2f2;
	outline: none;
	height: 59px;
	width: calc(100% - 62px);
	font-size: 18px;
	border-right: 2px solid #fff;
	font-weight: normal;
}

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

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #004953;
	text-align: center;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #004953;
	text-align: center;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #004953;
	text-align: center;
}

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

input::-ms-clear {
	display: none;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	border: none;
	height: 59px;
	min-width: 59px;
	padding: 0 20px;
	outline: none;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	background-color: #ffb81c;
}

button,
input[type="button"],
input[type="submit"] {
	float: right;
	background: #004953 url("images/arrow.png") no-repeat 50% 50%;
	padding: 0;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #ffb81c;
}

.search-field {
	font-weight: 400;
}

.wpcf7 label {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 8px;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
}

.widget {
	margin-bottom: 1.1666em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

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

.comment-form input[type="submit"] {
	display: block;
	float: none;
	color: #fff;
	padding: 0 30px;
	background: #004953;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus {
	background: #ffb81c;
}

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

.search-form {
	max-width: 416px;
	margin: 0 auto 30px;
}

.search-form input:not([type="submit"]) {
	float: left;
	width: calc(100% - 62px);
	font-size: 18px;
	border-right: 2px solid #fff;
}

.search-form input[type="submit"] {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 56px;
}

.post-password-form {
	max-width: 416px;
	margin: 0 auto 30px;
}

.post-password-form input:not([type="submit"]) {
	float: left;
	width: calc(100% - 62px);
	font-size: 18px;
	border-right: 2px solid #fff;
}

.post-password-form input[type="submit"] {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 56px;
}

.comment-form[type="submit"],
.post-password-form[type="submit"],
.search-form[type="submit"] {
	display: inline-block;
	vertical-align: top;
	background: #004953 url("images/arrow.png") no-repeat 50% 50%;
}

.comment-form[type="submit"]:hover,
.post-password-form[type="submit"]:hover,
.search-form[type="submit"]:hover {
	background-color: #ffb81c;
}

.commentlist {
	margin: 0 0 1.1666em;
}

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

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

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

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

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

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

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

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.1666em;
}

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

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 49%;
	background: #004953;
	color: #fff;
	padding: .4em;
	text-decoration: none;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.navigation .next:hover,
.navigation .next:focus,
.navigation .prev:hover,
.navigation .prev:focus,
.navigation-comments .next:hover,
.navigation-comments .next:focus,
.navigation-comments .prev:hover,
.navigation-comments .prev:focus {
	background: #ffb81c;
}

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

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 49%;
	background: #004953;
	color: #fff;
	text-decoration: none;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	margin: 0 0 5px;
}

.navigation-single .next:hover,
.navigation-single .next:focus,
.navigation-single .prev:hover,
.navigation-single .prev:focus {
	background: #ffb81c;
}

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

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

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 2px solid #004953;
	padding: .4em;
	margin-bottom: 1.1666em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

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

div.aligncenter {
	margin: 0 auto 1.1666em;
}

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

.alignleft {
	float: left;
	margin: 0 1.1666em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.1666em;
}

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

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

#wp-calendar th {
	color: #ffb81c;
}

#wp-calendar td a {
	color: #ffb81c;
	text-decoration: none;
	font-weight: 500;
}

#wp-calendar td a:hover,
#wp-calendar td a:focus {
	color: #004953;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "pf_centro_slab_pro", "Times New Roman", "Times", serif;
	font-weight: 300;
	margin: 0 0 .5em;
	color: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h {
	display: block;
}

h1,
.h1 {
	font-size: 48px;
	line-height: 1.21;
	margin: 0 0 25px;
}

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

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

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

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

h6,
.h6 {
	font-size: 14px;
	font-family: "pf_centro_sans_pro", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0;
}

p {
	margin: 0 0 1em;
}

a {
	color: #004953;
}

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

html {
	height: 100%;
}

body {
	background: #fff url("images/main-bg-2.png") 100% 115px;
	height: 100%;
	font-weight: 300;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0;
}

#wrapper {
	overflow: hidden;
	position: relative;
	min-height: 100%;
}

#wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .62);
	z-index: 104;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.nav-active #wrapper:after {
	pointer-events: auto;
	opacity: 1;
}

.container {
	max-width: 980px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 101;
}

#main .container {
	z-index: 103;
}

.decor-element {
	position: absolute;
	top: -1.7%;
	right: 0;
	bottom: 0;
	width: 86%;
	pointer-events: none;
	background-position: 100% 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	z-index: 102;
	opacity: .2;
}

.nav-active .decor-element {
	z-index: 107;
}

#header {
	background: #fff;
	border-bottom: 2px solid #f6f6f6;
	position: relative;
	min-height: 75px;
	padding: 34px 0 0;
	font-family: "pf_centro_slab_pro", "Times New Roman", "Times", serif;
	font-size: 14px;
}

.homepage #header {
	border: none;
}

#header .container {
	position: static;
}

#header:before {
	width: 14.3%;
	height: 100%;
	width: 244px;
	content: "";
	position: absolute;
	right: -4px;
	bottom: 0;
	top: 0;
	z-index: 305;
	background: url("images/header-bg.png") no-repeat;
	background-size: cover;
}

.nav-active #header:before {
	opacity: 0;
	display: none;
}

.logo {
	float: left;
	margin: 0 0 0 4px;
	width: 236px;
	height: 30px;
}

.logo .xs-visible {
	display: none;
}

.nav-opener {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 18px;
	height: 16px;
	position: absolute;
	right: 45px;
	top: 48px;
	z-index: 306;
	text-decoration: none;
}

.nav-active .nav-opener {
	width: 25px;
	height: 24px;
	top: 40px;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #004953;
	border-radius: 20px;
	height: 2px;
	left: 1px;
	position: absolute;
	right: 1px;
	top: 6px;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	-webkit-transition: -webkit-transform .2s linear 0s;
	transition: transform .2s linear 0s;
	top: 0;
}

.nav-opener:after {
	top: 12px;
}

.nav-active .nav-opener span {
	display: none;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	left: 0;
	right: 0;
	top: 13px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 1px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.contact-info {
	float: right;
	padding: 18px 17% 0 0;
}

.contact-info a {
	text-decoration: none;
}

.nav-drop {
	position: absolute;
	width: 342px;
	top: 0;
	right: 0;
	padding: 28px 0 0;
	font-size: 18px;
	line-height: 1.22;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	z-index: 106;
	background: #e5e5e5;
}

.nav-active .nav-drop {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	z-index: 105;
}

.nav-drop:after {
	display: none;
	background: url(../images/decor-element.png) no-repeat;
	background-size: auto 100%;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
}

.nav-drop:before {
	width: 16px;
	height: 11px;
	content: "";
	position: absolute;
	background: url("images/logo-small.svg") no-repeat;
	background-size: 100% 100%;
	top: 19px;
	left: 20px;
	display: none;
}

.nav-drop .contact {
	overflow: hidden;
	padding: 22px 20px 0 36px;
	margin: 0 0 -5px;
}

.nav-drop .contact li {
	padding: 0 0 23px;
}

.nav-drop .contact a {
	text-decoration: none;
	font-size: 19px;
	opacity: .9;
	vertical-align: middle;
}

.nav-drop .contact a[href^="tel"] {
	pointer-events: auto;
	cursor: pointer;
}

.nav-drop .contact a.icon-email {
	font-size: 16px;
}

.nav-drop .contact a.icon-mark {
	font-size: 21px;
}

.nav-drop .contact a:hover .icon img.icon-hover {
	opacity: 1;
}

.nav-drop .contact a:hover .icon img.icon-default {
	opacity: 0;
}

.nav-drop .contact .icon {
	float: left;
	margin: 2px 19px 0 0;
	width: 25px;
	height: auto;
	position: relative;
}

.nav-drop .contact .icon i {
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
}

.nav-drop .contact .icon i.icon-doc {
	font-size: 28px;
	margin-top: -1px;
}

.nav-drop .contact .icon img {
	position: absolute;
	left: 0;
	right: 0;
}

.nav-drop .contact .icon img.icon-hover {
	opacity: 0;
}

.nav-drop .contact .text {
	overflow: hidden;
}

.nav-drop .contact .text strong {
	display: block;
	padding: 0 0 8px;
}

.nav-drop .contact .text a {
	font-weight: bold;
	text-decoration: none;
}

.nav-drop .contact .add-info {
	font-family: "pf_centro_sans_pro", "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.25;
	display: none;
	padding: 0 0 0 44px;
}

.nav-drop .info-box {
	background: #6a6a6a;
	color: #fff;
	padding: 17px 16px 18px 80px;
}

.nav-drop .info-box ul {
	text-align: center;
}

.nav-drop .info-box ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 11px;
	font-weight: 300;
}

.nav-drop .info-box ul li:first-child:before {
	display: none;
}

.nav-drop .info-box ul li:before {
	width: 1px;
	height: 1px;
	content: "";
	background: #004953;
	display: inline-block;
	margin: 0 4px 0 0;
	vertical-align: middle;
}

.nav-drop .info-box ul b {
	font-weight: normal;
}

#nav {
	font-family: "pf_centro_sans_pro", "Arial", "Helvetica", sans-serif;
}

#nav > li {
	font-size: 20px;
}

#nav > li:hover > a,
#nav > li.active > a {
	background: #004953;
	color: #fff;
}

#nav > li:hover > ul {
	visibility: visible;
}

#nav > li.drop-active > a:after {
	display: block;
}

#nav > li > a {
	display: block;
	padding: 14px 20px 14px 79px;
	text-decoration: none;
	position: relative;
}

#nav > li > a:focus,
#nav > li > a:hover {
	background: #004953;
	color: #fff;
}

#nav > li > .drop {
	background: #fff url("images/bg-drop.png") no-repeat;
	background-size: cover;
	padding: 0;
	width: 100%;
	padding: 12px 0;
	position: relative;
}

#nav > li > .drop > li > a:focus,
#nav > li > .drop > li > a:hover,
#nav > li > .drop > .active > a {
	background: #fff;
	color: #ffb81c;
	font-weight: bold;
}

#nav > li > .drop > li > a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 12px 20px 12px 53px;
}

#main {
	padding: 61px 0 30px;
}

.homepage #main {
	padding-bottom: 0;
}

.carousel {
	position: relative;
	margin: -61px 0 0;
	background: #fff;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	text-align: center;
	width: 600px;
	float: left;
	position: relative;
}

.carousel .slide img {
	width: auto;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	max-height: 420px;
}

.carousel .slide .text {
	position: absolute;
	right: 0;
	width: 33%;
	bottom: 0;
	font-size: 28px;
	line-height: 1.214;
	font-weight: 300;
	z-index: 101;
	text-align: center;
	padding: 0 25px 40px;
}

.carousel .slide .text p {
	margin: 0;
}

.carousel .btn-prev,
.carousel .btn-next {
	position: absolute;
	top: 50%;
	left: 15px;
	font-size: 32px;
	line-height: 1;
	text-decoration: none;
	margin: -17px 0 0;
}

.carousel .btn-prev.disabled,
.carousel .btn-next.disabled {
	display: none;
}

.carousel .btn-prev:hover,
.carousel .btn-prev:focus,
.carousel .btn-next:hover,
.carousel .btn-next:focus {
	color: #fff;
}

.carousel .btn-next {
	left: auto;
	right: 15px;
}

.info-block {
	position: relative;
	padding: 0 37px 0 22px;
	background: #fff;
	z-index: 103;
}

.info-block h1 {
	margin: 0 0 29px;
}

.info-block .col {
	position: relative;
	z-index: 101;
	float: left;
	width: 32.5%;
	text-align: left;
	padding: 66px 50px 52px 0;
	background: #e5edee;
}

.info-block .col:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: auto;
	width: 9999px;
	background: #e5edee;
	z-index: -2;
}

.info-block .col:after {
	content: "";
	position: absolute;
	bottom: -74px;
	right: 0;
	width: 160px;
	height: 469px;
	background: url(images/decor-box.png) no-repeat;
	z-index: -1;
}

.info-block .col:first-child {
	padding: 56px 40px 52px 58px;
	text-align: center;
	float: right;
	width: 67.5%;
	background: none;
}

.info-block .col:first-child:before,
.info-block .col:first-child:after {
	display: none;
}

.info-block h3 {
	margin: 0 0 40px;
}

.info-block .text-holder {
	padding: 0 20% 11px;
	text-align: left;
}

.menu {
	font-family: "pf_centro_slab_pro", "Times New Roman", "Times", serif;
}

.menu li {
	padding: 0 0 23px;
}

.menu a {
	display: block;
	position: relative;
	padding: 0 20px 0 0;
	text-decoration: none;
}

.menu a .icon-plus {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #004953;
	font-size: 5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	text-align: center;
	line-height: 13px;
}

.menu a .icon-plus:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
}

.menu a:hover,
.menu a:focus {
	color: #ffb81c;
}

.menu a:hover .icon-plus,
.menu a:focus .icon-plus {
	border-color: #ffb81c;
}

.more {
	display: block;
	position: relative;
	font-size: 14px;
	text-decoration: none;
	font-family: "pf_centro_slab_pro", "Times New Roman", "Times", serif;
}

.more span {
	text-decoration: underline;
}

.more:after {
	font-family: "icomoon";
	font-size: 14px;
	line-height: 1;
	content: "\e908";
	position: absolute;
	right: 1px;
	top: -3px;
}

.more:hover,
.more:focus {
	color: #ffb81c;
	text-decoration: none;
}

.more:hover span,
.more:focus span {
	text-decoration: none;
}

.faq-form {
	max-width: 416px;
	margin: 0 auto 30px;
	text-align: left;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	position: relative;
}

.faq-form input {
	float: left;
}

.faq-form input[type="text"] {
	width: calc(100% - 62px);
	font-size: 18px;
	border-right: 2px solid #fff;
}

.faq-form input[type="submit"] {
	background: #004953 url("images/icon-search.png") no-repeat 50% 50%;
	float: right;
}

.faq-form input[type="submit"]:hover {
	background-color: #ffb81c;
}

.ajax-drop {
	position: absolute;
	z-index: 999;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	background: #f2f2f2;
	margin: 5px 0 0;
	max-height: 500px;
	overflow-y: auto;
}

.ajax-drop ul {
	font-size: 14px;
	line-height: 16px;
}

.ajax-drop ul li {
	border-top: 1px solid #004953;
	white-space: normal;
}

.ajax-drop ul li:first-child {
	border: none;
}

.ajax-drop ul li.selected-line a {
	color: #fff;
	background: #004953;
}

.ajax-drop ul li a {
	display: block;
	padding: 20px;
	text-decoration: none;
}

.ajax-drop ul li a:hover,
.ajax-drop ul li a:focus {
	color: #fff;
	background: #004953;
}

.intro {
	text-align: center;
	padding: 0 6% 6px 29%;
	min-height: 207px;
}

.blog .intro {
	min-height: 107px;
}

.intro .text-holder {
	padding: 0 20% 17px;
}

.intro .search-form {
	margin: 0 0 30px 20.5%;
	max-width: 380px;
}

.intro .search-form input[type="submit"] {
	background: #004953 url("images/arrow.png") no-repeat 50% 50%;
}

#twocolumns {
	padding: 0 0 30px;
}

#sidebar {
	float: left;
	width: 25%;
	padding: 0 10px 0 0;
}

#content {
	width: 100%;
}

#sidebar + #content {
	float: right;
	width: 72%;
}

.filter {
	margin: 0 22px -10px 0;
}

.filter ul li {
	padding: 0 0 23px;
	font-family: "pf_centro_slab_pro", "Times New Roman", "Times", serif;
	word-wrap: break-word;
}

.filter ul li.active a {
	font-weight: 500;
	color: #ffb81c;
}

.filter ul a {
	text-decoration: none;
}

.tools {
	padding: 0 0 28px 1px;
}

.tools li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 6px 0 0;
}

.tools li.active a {
	color: #ffb81c;
}

.tools a {
	display: inline-block;
	font-size: 40px;
	vertical-align: middle;
	line-height: 1;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	text-decoration: none;
}

.tools a.icon-menu-list {
	font-size: 25px;
}

.tools a:hover,
.tools a:focus {
	color: #ffb81c;
}

.posts-holder {
	padding: 6px 0 20px;
	font-size: 0;
	line-height: 0;
	margin: 0 -50px 0 0;
}

.post {
	overflow: hidden;
	padding: 0 0 51px;
	font-size: 18px;
	line-height: 1.17;
	font-weight: 300;
	position: relative;
	word-wrap: break-word;
}

.post.active .opener {
	background: #004953;
	color: #fff;
}

.post.active .opener:focus {
	color: #fff;
}

.post.active > .opener i.icon-plus {
	display: none;
}

.post.active > .opener i.icon-minus {
	display: block;
}

.style-block .post.active > .opener {
	margin-right: -7px;
	right: 0;
	left: auto;
}

.style-block .post.active:nth-child(3n+3) > .opener {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -54%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.post.active .title {
	display: none;
}

.post.active .slide {
	visibility: visible;
}

.post .aligncenter {
	width: 100%;
}

.post .alignright,
.post .alignleft {
	width: 50%;
}

.post .opener {
	text-decoration: none;
}

.post > .opener {
	width: 24px;
	height: 24px;
	float: left;
	margin: 23px 25px 0 8px;
	border: 1px solid #004953;
	text-decoration: none;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	text-align: center;
}

.post > .opener i {
	display: block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-size: 10px;
	line-height: 22px;
}

.post > .opener i.icon-minus {
	display: none;
}

.post > .opener:hover {
	background: #004953;
	color: #fff;
}

.post > .opener:focus {
	color: #487c83;
}

.post .title {
	padding: 0 27% 0 0;
}

.post .holder {
	overflow: hidden;
}

.post .slide {
	visibility: hidden;
	font-weight: 300;
}

.post .slide .opener {
	background: none;
	border: none;
	color: #004953;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: 24px;
	margin: 0 auto;
	float: none;
	padding: 4px 0 0 5px;
	display: block;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: 20px;
	left: 34.9%;
}

.post .slide .opener i {
	font-size: 24px;
}

.post .add-info {
	float: right;
	width: 220px;
	margin: -4px 0 0 20px;
	font-size: 14px;
	line-height: 1.29;
}

.post .add-info .photo {
	display: block;
	margin: 0 0 13px;
}

.post .add-info .photo img {
	vertical-align: top;
}

.post .add-info .info {
	padding: 0 0 0 7px;
}

.post .add-info .info h4 {
	margin: 0 0 16px;
	font-weight: 500;
}

.post .add-info .info h4 a {
	text-decoration: none;
}

.post .add-info p {
	margin: 0 0 7px;
}

.post .add-info .btn {
	display: block;
	margin: 0 0 0 -7px;
	font-size: 18px;
}

.post .main-info {
	overflow: hidden;
}

.post .main-info h2 {
	margin: 0 0 24px;
}

.list-info {
	margin: 0 0 8px;
}

.list-info li {
	padding: 0 0 1px;
	font-size: 14px;
}

.list-info a {
	text-decoration: none;
}

.list-info [class^="icon-"] {
	display: inline-block;
	font-size: 10px;
	min-width: 29px;
	line-height: 1;
	font-size: 12px;
}

.list-info [class^="icon-"].icon-phone {
	font-size: 14px;
}

.btn-publications {
	display: block;
	height: 37px;
	text-decoration: none;
	background: #e5eced;
	font-size: 14px;
	font-weight: 300;
	padding: 9px 20px 5px 35px;
	position: relative;
	margin: 0 0 7px -7px;
}

.btn-publications i {
	width: 15px;
	height: 16px;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -12px;
	font-size: 23px;
}

.btn-publications:focus,
.btn-publications:hover {
	background: #004953;
	color: #fff;
}

.btn {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	background: #004953;
	padding: 9px 15px;
	font-family: "pf_centro_slab_pro", "Times New Roman", "Times", serif;
	text-decoration: none;
	margin: 0 0 20px;
	text-align: center;
}

.btn:focus,
.btn:hover {
	background: #ffb81c;
	color: #fff;
}

.btn.arrow-right {
	position: relative;
	padding: 9px 23px;
}

.btn.arrow-right:after {
	font-family: "icomoon";
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\e901";
	font-size: 15px;
}

.popup-active .btn.open-popup:focus {
	background-color: #004953;
	opacity: .5;
}

.load-more {
	font-size: 24px;
	line-height: 1;
	display: block;
	margin: -34px 0 10px 35.4%;
	width: 24px;
	text-decoration: none;
	position: relative;
	z-index: 99;
}

.style-block .load-more {
	margin: 0 auto;
}

.blue-box {
	background: rgba(229, 237, 238, .9);
	position: relative;
	padding: 26px 20px 64px;
	text-align: center;
	font-size: 14px;
	line-height: 1.29;
	max-width: 220px;
	margin: 0 0 40px;
	min-height: 237px;
}

.blue-box h5 {
	font-size: 18px;
	line-height: 1.17;
	font-weight: 500;
	margin: 0 0 18px;
}

.blue-box .btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 12px 23px;
}

.team-block {
	padding: 0 65px 20px 20px;
	font-size: 0;
	line-height: 0;
	min-height: 1000px;
}

.member-box {
	padding: 0 10px 18px 0;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 18px;
	line-height: 1.22;
	font-weight: 300;
	position: relative;
}

.member-box:nth-child(2n+2) {
	padding: 0 0 18px 10px;
}

.member-box:nth-child(2n+2) .slide {
	left: auto;
	right: 0;
}

.member-box:nth-child(2) .slide,
.member-box:first-child .slide {
	top: 0;
	bottom: auto;
}

.member-box.hover .title {
	opacity: 0;
}

.member-box.hover .hover-box {
	opacity: 1;
}

.member-box.hover .opener {
	color: #fff;
	border-color: #fff;
	z-index: 20;
}

.member-box.hover .opener:hover {
	color: #ffb81c;
	border-color: #ffb81c;
}

.member-box .holder {
	position: relative;
}

.member-box .opener {
	width: 15px;
	height: 15px;
	position: absolute;
	border: 1px solid #fff;
	text-decoration: none;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	text-align: center;
	top: 26px;
	left: 29px;
	z-index:2;
}

.member-box .opener i {
	display: block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-size: 8px;
	color: #fff;
	line-height: 13px;
}

.member-box .opener:hover,
.member-box .opener:focus {
	background: #004953;
	color: #fff;
}

.member-box .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 0 26px 20px;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.member-box h6 {
	margin: 0 0 -2px;
}

.member-box h3 {
	font-weight: 500;
	margin: 0;
}

.member-box img {
	width: 100%;
	display: block;
}

.member-box .list-info {
	margin: 0 0 7px;
}

.member-box .list-info li {
	font-size: 18px;
}

.member-box .hover-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 59px 8px 50px 26px;
	background: rgba(0, 73, 83, .9);
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.member-box .hover-box h3 {
	margin: 0 0 -2px;
}

.member-box .hover-box h6 {
	margin: 0 0 -1px;
}

.member-box .hover-box .list-info {
	position: absolute;
	bottom: 18px;
}

.member-box .hover-box .list-info a {
	color: #fff;
}

.member-box .hover-box .list-info a:hover,
.member-box .hover-box .list-info a:focus {
	color: #ffb81c;
}

.member-box .hover-box .list-info [class^="icon-"] {
	min-width: 22px;
}

.member-box .add-info {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 18px;
}

.member-box .add-info span {
	display: block;
}

.member-box .slide {
	top: 0;
	left: 0;
	width: 200%;
	position: absolute;
	background: #e1e9eb;
	z-index: 25;
	padding: 0 25px 2px 41px;
}

.member-box .slide .opener {
	background: #004953;
	border-color: #fff;
}

.member-box .slide .opener:hover i {
	color: #ffb81c;
}

.member-box .slide .opener i {
	line-height: 14px;
	font-size: 7px;
	color: #fff;
}

.member-box .intro-info {
	padding: 0 0 24px;
}

.member-box .intro-info .photo {
	width: 54%;
	float: left;
	margin: 0 19px 0 -41px;
}

.member-box .intro-info .brief-info {
	overflow: hidden;
	padding: 37px 12px 0;
}

.member-box .intro-info p {
	margin: 0 0 37px;
}

.member-box .btn-publications {
	background: #fff;
	color: #004953;
	padding: 9px 20px 5px 41px;
	margin: 0 -12px;
	font-size: 18px;
}

.member-box .btn-publications:hover,
.member-box .btn-publications:focus {
	background: #ffb81c;
}

.member-box .btn-publications:before {
	width: 18px;
	height: 19px;
	background-position: 0 -21px;
	margin-top: -10px;
}

.member-box .cont-holder {
	position: relative;
}

.member-box .slide-public {
	margin: 0 -25px 0 -41px;
	padding: 0 25px 0 41px;
	background: #e1e9eb;
}

.member-box .slide-public ul {
	padding: 0 0 0 30px;
}

.member-box .slide-public ul li {
	margin: 0 0 15px;
}

.member-box .slide-public ul a {
	text-decoration: none;
}

.member-box .close-public {
	width: 30px;
	display: block;
	margin: 0 0 0 auto;
	text-decoration: none;
	font-size: 26px;
	position: relative;
	text-indent: -9999px;
}

.member-box .close-public:after {
	content: "+";
	clear: both;
	display: block;
	font-size: 50px;
	font-weight: 100;
	line-height: 1;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	margin: -8px 0 0 5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.member-box .active-add .add-open {
	display: none;
}

.member-box .add-open {
	margin: 0 auto 15px;
	width: 30px;
	display: block;
	text-decoration: none;
}

.opened .cont-holder .text-holder {
	display: none;
}

.footer-block {
	background: #336d75;
	color: #fff;
	text-align: center;
	font-size: 0;
	line-height: 0;
	padding: 73px 0 15px;
}

.footer-block .col {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	font-size: 18px;
	line-height: 1.17;
	padding: 0 20px;
}

.footer-block [class^="icon-"] {
	text-decoration: none;
	font-size: 30px;
	display: inline-block;
	vertical-align: top;
	min-height: 35px;
	margin: 0 0 12px;
}

.footer-block .icon-phone {
	font-size: 36px;
}

.footer-block .icon-vimeo {
	font-size: 27px;
}

.footer-block a {
	color: #fff;
	text-decoration: none;
}

.footer-block a:hover,
.footer-block a:focus {
	color: #ffb81c;
}

.footer-block a[href^="tel"] {
	cursor: pointer;
	pointer-events: auto;
}

.footer-block h3 {
	margin: 0 0 32px;
	font-weight: 500;
}

.footer-block h3 span {
	display: block;
}

.footer-block h3 a {
	color: #fff;
	text-decoration: none;
}

address {
	font-style: normal;
	font-weight: 300;
}

address span {
	display: block;
}

#footer {
	background: #004953;
	color: #fff;
	font-weight: 300;
	padding: 24px 0 15px;
	font-size: 14px;
	position: relative;
	z-index: 100;
}

#footer .nav {
	float: left;
	width: 75%;
}

#footer .nav ul li {
	display: inline-block;
	padding: 0 15px 15px 0;
}

#footer .nav ul li.active a {
	color: #ffb81c;
}

#footer .nav ul a {
	color: #fff;
	text-decoration: none;
}

#footer .nav ul a:hover,
#footer .nav ul a:focus {
	color: #ffb81c;
}

#footer .add-block {
	float: right;
	width: 23.6%;
	font-size: 12px;
}

#footer .add-block p {
	margin: 0;
}

#footer .links {
	border-bottom: 1px solid #fff;
	padding: 0 0 3px;
	margin: 0 0 7px;
}

#footer .links li {
	display: inline;
	padding: 0 15px 0 0;
	font-size: 12px;
}

#footer .links a {
	color: #fff;
	text-decoration: none;
}

#footer .links a:hover,
#footer .links a:focus {
	color: #ffb81c;
}

.footer-icons {
	text-align: center;
}

.footer-icons li {
	display: inline-block;
	vertical-align: top;
	padding: 0 17px;
	font-size: 18px;
}

.footer-icons a {
	text-decoration: none;
	color: #004953;
	display: inline-block;
	vertical-align: top;
}

.footer-icons a i.icon-mark {
	font-size: 21px;
}

.footer-icons a i.icon-email {
	font-size: 16px;
}

.mobil-vs {
	display: none;
}

.info-block .col.faq-holder {
	z-index: 222;
}

.title {
	text-align: left;
}

.not-found {
	text-align: center;
}

/* popup (lightbox) styles */

.popup {
	height: 0;
}

.popup-box {
	position: fixed; /* or absolute */
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #1a5b64;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s linear, visibility .25s linear, z-index .25s linear;
	transition: opacity .25s linear, visibility .25s linear, z-index .25s linear;
	z-index: -1;
	font-size: 14px;
	padding: 15px 20px;
	width: 90%;
	max-width: 620px;
}

.main-info .popup-box {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding: 17px 20px 18px;
	font-size: 12px;
	width: 100%;
}

.popup-active .main-info .popup-box {
	opacity: 1;
	visibility: visible;
	z-index: 999;
	position: relative;
}

.popup-box span.wpcf7-list-item {
	margin: 0;
}

.popup-box span.wpcf7-list-item-label {
	display: none;
}

.popup-box h1,
.popup-box .h1,
.popup-box h2,
.popup-box .h2,
.popup-box h3,
.popup-box .h3,
.popup-box h4,
.popup-box .h4 {
	font-family: "pf_centro_sans_pro", "Arial", "Helvetica", sans-serif;
	margin: 0 0 20px;
}

.main-info .popup-box h1,
.main-info .popup-box .h1,
.main-info
    .popup-box h2,
.main-info .popup-box .h2,
.main-info
    .popup-box h3,
.main-info .popup-box .h3,
.main-info
    .popup-box h4,
.main-info .popup-box .h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.style-block .popup-box h1,
.style-block .popup-box .h1,
.style-block
    .popup-box h2,
.style-block .popup-box .h2,
.style-block
    .popup-box h3,
.style-block .popup-box .h3,
.style-block
    .popup-box h4,
.style-block .popup-box .h4 {
	font-size: 18px;
}

.popup-box input,
.popup-box textarea {
	color: #004953;
	width: 100%;
	margin: 0 0 10px;
	text-align: left;
}

.main-info .popup-box input,
.main-info
    .popup-box textarea {
	margin-bottom: 12px;
}

.popup-box input {
	height: 40px;
	padding: 12px 10px 11px;
	border: none;
}

.main-info .popup-box input {
	height: 30px;
	padding: 7px 10px 6px;
}

.main-info .popup-box textarea {
	height: 134px;
	min-height: 134px;
}

.popup-box [type="submit"],
.popup-box button {
	background: none;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	max-width: 220px;
	float: none;
	display: block;
	margin: 0 auto 10px;
	padding: 0 10px;
	line-height: 40px;
}

.popup-box [type="submit"]:hover,
.popup-box button:hover {
	background-color: #fff;
	color: #004953;
}

.main-info .popup-box [type="submit"],
.main-info
    .popup-box button {
	max-width: none;
	height: 40px;
	padding: 0 10px;
	font-size: 14px;
	margin-top: 7px;
}

.popup-box .heading-block {
	padding: 0 45px 0 0;
}

.scrollable {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	overflow: auto;
	padding-right: 25px;
}

/* overlay styles */

.overlay {
	background: rgba(255, 255, 255, .7);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 118;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	visibility: hidden;
}

/* close btn styles */

.close-popup {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 24px;
	height: 24px;
}

.main-info .close-popup {
	width: 22px;
	height: 22px;
	top: 20px;
	right: 21px;
}

.close-popup:before,
.close-popup:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 100%;
	height: 2px;
	background: #fff;
	z-index: 99;
}

.close-popup:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.close-popup:hover {
	opacity: .8;
}

/* fake-anchor */

.fake-anchor {
	position: fixed;
	z-index: -1;
	top: 0;
}

/* action */

.fake-anchor:target ~ .overlay {
	opacity: 1;
	visibility: visible;
}

.fake-anchor:target ~ .popup-box {
	opacity: 1;
	z-index: 999;
	visibility: visible;
}

.fake-anchor:target {
	top: 300px; /* winphone 8 fix */
}

.popup-active .popup-active-hidden {
	display: none;
}

#content + .title {
	text-align: left;
}

.wpcf7 .wpcf7-form-control-wrap.checkbox {
	float: left;
}

.wpcf7 .wpcf7-form-control-wrap.checkbox + p {
	overflow: hidden;
}

.wpcf7 .wpcf7-form-control-wrap.message + .row .column:first-child {
	float: none;
	width: auto;
}

ul.wsp-posts-list {
	list-style: none;
	padding: 0;
}

ul.wsp-posts-list .wsp-category-title {
	display: none;
}

ul.wsp-posts-list ul {
	padding-left: 3em;
	list-style-type: disc;
}

@media only screen and (max-height: 700px) and (min-width: 768px) {
	.popup-box {
		max-height: 95vh;
		overflow-y: auto;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		position: fixed;
	}
}

@media (min-width: 768px) {
	.wpcf7 .row .column {
		float: right;
		width: 48.5%;
	}

	.wpcf7 .row .column:first-child {
		float: left;
	}

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

	.nav-drop {
		min-height: 0 !important;
	}

	#nav > li > .drop {
		position: absolute;
		left: auto !important;
		top: 0 !important;
		width: 342px !important;
		background: #004953;
		top: 0;
		right: 0;
		min-height: 100%;
		padding: 32px 0;
		visibility: hidden;
		right: 100%;
	}

	.style-block .post {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		padding: 0 5px 38px;
		margin: 0 0 42px;
		overflow: visible;
	}

	.style-block .post > .opener {
		position: absolute;
		bottom: 5px;
		left: 50%;
		margin-left: -14px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.style-block .post .title {
		padding: 0;
	}

	.style-block .post .holder {
		overflow: visible;
	}

	.style-block .post .slide {
		position: relative;
		margin: 0 -104% 0 0;
		padding: 0 0 0 6px;
		z-index: 10;
	}

	.style-block .post .slide .opener {
		display: none;
	}

	.style-block .post .add-info {
		width: 50%;
		background: #fff;
	}

	.main-info .popup-box h1,
	.main-info .popup-box .h1,
	.main-info
	.popup-box h2,
	.main-info .popup-box .h2,
	.main-info
	.popup-box h3,
	.main-info .popup-box .h3,
	.main-info
	.popup-box h4,
	.main-info .popup-box .h4 {
		font-size: 24px;
		margin-bottom: 27px;
	}

	.style-block .popup-box h1,
	.style-block .popup-box .h1,
	.style-block
	.popup-box h2,
	.style-block .popup-box .h2,
	.style-block
	.popup-box h3,
	.style-block .popup-box .h3,
	.style-block
	.popup-box h4,
	.style-block .popup-box .h4 {
		font-size: 18px;
	}

	.close-popup {
		width: 26px;
		height: 26px;
		top: 20px;
		right: 20px;
	}
}

@media (min-width: 768px) and (min-width: 1000px) {
	.style-block .post:nth-child(3n+3) .slide {
		margin: 0 0 0 -106%;
		background: #fff;
	}
}

@media (min-width: 768px) and (max-width: 999px) {
	.style-block .post:nth-child(2n) .slide {
		margin: 0 0 0 -106%;
		background: #fff;
	}

	.style-block .post .add-info .photo {
		text-align: center;
	}
}

@media (min-width: 1000px) {
	textarea {
		height: 199px;
		min-height: 199px;
	}

	.style-block .post {
		width: 100%;
	}

	.style-block .post .slide {
		margin: 0 -106% 0 0;
	}

	.popup-box {
		font-size: 18px;
		padding: 24px 30px 12px;
	}

	.popup-box h1,
	.popup-box .h1,
	.popup-box h2,
	.popup-box .h2,
	.popup-box h3,
	.popup-box .h3,
	.popup-box h4,
	.popup-box .h4 {
		margin-bottom: 34px;
	}

	.popup-box input,
	.popup-box textarea {
		margin-bottom: 20px;
	}

	.popup-box input {
		padding: 10px 15px 9px;
	}

	.close-popup {
		top: 30px;
		right: 30px;
	}
}

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

@media (max-width: 1499px) {
	body {
		background-position: 100% 122px;
	}

	#header:before {
		width: 225px;
	}
}

@media (max-width: 1199px) {
	body {
		background-position: 100% 134px;
	}

	.decor-element {
		top: -1.3%;
		width: 64%;
	}

	#header:before {
		width: 187px;
	}
}

@media (max-width: 999px) {
	blockquote {
		font-size: 24px;
	}

	.main-info .wpcf7 .row .column {
		float: none;
	}

	.search-form input:not([type="submit"]) {
		font-size: 14px;
	}

	.post-password-form input:not([type="submit"]) {
		font-size: 14px;
	}

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

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

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

	body {
		font-size: 14px;
		background-position: 100% 141px;
	}

	.decor-element {
		width: 84%;
	}

	#header:before {
		width: 164px;
	}

	#main {
		padding: 42px 0 10px;
	}

	.carousel {
		margin: -42px 0 0;
	}

	.carousel .slide .text {
		width: 44%;
	}

	.info-block {
		padding: 0 22px;
	}

	.info-block .col {
		padding: 46px 37px 42px 0;
		width: 35%;
	}

	.info-block .col:first-child {
		padding: 36px 20px 32px 58px;
		width: 65%;
	}

	.faq-form input[type="text"] {
		font-size: 14px;
	}

	.blog .intro {
		min-height: 1px;
	}

	.intro {
		padding: 0 12% 6px;
		min-height: 0;
	}

	.intro h1 br {
		display: none;
	}

	.intro .search-form {
		margin: 0 auto 30px;
	}

	.posts-holder {
		margin: 0;
	}

	.post {
		font-size: 14px;
	}

	.style-block .post.active:nth-child(2n) > .opener {
		position: absolute;
		bottom: 5px;
		left: 50%;
		margin-left: -58%;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.team-block {
		padding: 0 0 20px;
	}

	.member-box {
		font-size: 14px;
	}

	.member-box .intro-info p {
		margin: 0 0 10px;
	}

	.footer-block {
		padding: 35px 0 15px;
	}

	.footer-block .col {
		font-size: 14px;
	}

	.footer-block h3 {
		font-size: 19px;
	}

	#footer .links li {
		padding: 0 7px 0 0;
	}
}

@media (max-width: 767px) {
	blockquote {
		font-size: 15px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		height: 38px;
		padding: 4px 10px;
		font-size: 11px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		height: 38px;
		min-width: 37px;
		padding: 0;
	}

	button,
	input[type="button"],
	input[type="submit"] {
		background-size: 16px 23px;
	}

	.search-form input:not([type="submit"]) {
		font-size: 11px;
		width: calc(100% - 37px);
	}

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

	.post-password-form input:not([type="submit"]) {
		font-size: 11px;
		width: calc(100% - 37px);
	}

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

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 .2em;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em .4em;
	}

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

	h1,
	.h1 {
		font-size: 18px;
		margin: 0 0 14px;
	}

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

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

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

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

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

	body {
		font-size: 12px;
		line-height: 1.272;
		background-position: 100% 162px;
	}

	#wrapper {
		padding: 0 0 42px;
	}

	.decor-element {
		display: none;
	}

	#header {
		padding: 13px 0 0;
		min-height: 36px;
		background: #fffbf4;
	}

	#header:before {
		width: 88px;
	}

	.logo {
		width: 140px;
		height: 12px;
		margin: 0 0 0 -1px;
	}

	.logo .xs-hidden {
		display: none;
	}

	.logo .xs-visible {
		display: block;
	}

	.nav-opener {
		right: 13px;
		top: 15px;
	}

	.nav-active .nav-opener {
		top: 12px;
		right: 9px;
		width: 15px;
	}

	.nav-opener span,
	.nav-opener:before,
	.nav-opener:after {
		right: 9px;
		top: 8px;
		height: 1px;
	}

	.nav-opener:before,
	.nav-opener:after {
		top: 5px;
	}

	.nav-opener:after {
		top: 11px;
	}

	.contact-info {
		display: none;
	}

	.nav-drop {
		width: 100%;
		padding: 75px 0 80px;
	}

	.nav-drop:after {
		display: block;
	}

	.nav-drop:before {
		display: block;
	}

	.nav-drop .drop-info {
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10px 20px 9px;
	}

	.nav-drop .contact li {
		display: inline-block;
		vertical-align: top;
		padding: 0 9px 18px;
	}

	.nav-drop .contact a {
		display: inline-block;
	}

	.nav-drop .contact .icon {
		display: none;
	}

	.nav-drop .contact .text {
		display: none;
	}

	.nav-drop .info-box {
		background: none;
		padding: 0 10px;
		color: #004953;
	}

	#nav {
		text-align: center;
	}

	#nav > li {
		position: relative;
		font-size: 14px;
	}

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

	#nav > li > a {
		padding: 8px 10px;
	}

	#nav > li > a:after {
		font-family: "icomoon";
		content: "\e906";
		color: #fff;
		position: absolute;
		right: 23px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 10px;
		opacity: .9;
		display: none;
	}

	#nav > li > .drop > li > a:focus,
	#nav > li > .drop > li > a:hover,
	#nav > li > .drop > .active > a {
		background: none;
	}

	#nav > li > .drop > li > a {
		background: none;
		color: #004953;
		font-size: 11px;
		padding: 7px 20px;
	}

	#main {
		padding: 36px 0 10px;
	}

	.carousel {
		display: none;
	}

	.info-block {
		background: none;
	}

	.info-block h1 {
		margin: 0 0 14px;
	}

	.info-block .col:before {
		display: none;
	}

	.info-block .col:after {
		display: none;
	}

	.info-block .col:first-child {
		float: none;
		width: 100%;
		padding: 0;
		background: none;
		padding: 56px 40px 52px 58px;
	}

	.info-block .col {
		float: none;
		width: 100%;
		background: rgba(229, 237, 238, .9);
		padding: 27px 10%;
	}

	.info-block h3 {
		text-align: center;
		margin: 0 0 31px;
	}

	.info-block .text-holder {
		padding: 0 10%;
	}

	.info-block .text-holder p {
		margin: 0 0 6px;
	}

	.menu {
		padding: 0 22px 0 14px;
	}

	.menu li {
		padding: 0 0 13px;
	}

	.more {
		margin: 0 20px 0 14px;
	}

	.more:after {
		font-size: 11px;
		top: 1px;
		right: 4px;
	}

	.faq-form {
		max-width: none;
		margin-bottom: 24px;
	}

	.faq-form input[type="text"] {
		font-size: 11px;
		width: calc(100% - 37px);
	}

	.faq-form input[type="submit"] {
		background-size: 15px 15px;
	}

	.intro {
		padding: 0 1% 6px;
	}

	.intro .text-holder {
		padding: 0 0 17px;
	}

	.intro .search-form {
		margin: 0 0 2px;
		max-width: none;
	}

	.intro .search-form input[type="submit"] {
		background-size: 14px 21px;
	}

	#sidebar {
		float: none;
		width: 100%;
		text-align: center;
		padding: 0;
	}

	#content {
		float: none;
		width: 100%;
	}

	#sidebar + #content {
		float: none;
		width: 100%;
	}

	.filter {
		margin: 0 0 30px;
	}

	.filter ul li {
		display: inline-block;
		vertical-align: top;
		text-transform: uppercase;
		font-size: 10px;
		padding: 0 2px 5px;
		font-family: "pf_centro_sans_pro", "Arial", "Helvetica", sans-serif;
		width: 91px;
	}

	.filter ul li.mobil-hdn {
		display: none;
	}

	.filter ul li.active a {
		background: #004953;
		color: #fff;
	}

	.filter ul a {
		display: block;
		padding: 2px 5px;
		background: #f2f2f2;
	}

	.filter ul a:hover,
	.filter ul a:focus {
		background: #004953;
		color: #fff;
	}

	.tools {
		display: none;
	}

	.post {
		font-size: 14px;
		line-height: 1.29;
	}

	.post .alignright,
	.post .alignleft {
		width: 100%;
	}

	.post .title {
		padding: 0;
	}

	.post .slide .opener {
		padding: 8px 49px 0 0;
		left: 50%;
		bottom: 10px;
	}

	.post .add-info {
		width: 100%;
		float: none;
		margin: 0 0 20px;
		font-size: 12px;
	}

	.load-more {
		margin: 0 auto;
	}

	.blue-box {
		margin: 0 auto 30px;
	}

	.member-box {
		display: block;
		width: 100%;
		max-width: 366px;
		margin: 0 auto;
		padding: 0 0 20px;
	}

	.member-box:nth-child(2n+2) {
		padding: 0 0 20px;
	}

	.member-box .list-info li {
		font-size: 14px;
	}

	.member-box .slide {
		width: 100%;
		min-height: 400px;
		padding: 10px 10px 20px;
	}

	.member-box .intro-info .photo {
		float: none;
		width: 100%;
		margin: 0 0 20px;
		max-width: 300px;
	}

	.member-box .intro-info .brief-info {
		padding: 20px 20px 0;
	}

	.member-box .text-holder {
		padding: 0 20px;
	}

	.member-box .slide-public {
		margin: 0 -10px;
		padding: 0 10px;
	}

	.footer-block {
		display: none;
	}

	#footer {
		padding: 6px 20px;
		background: #f2f2f2;
		color: #004953;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mobil-hdn {
		display: none;
	}

	.mobil-vs {
		display: block;
	}

	.popup-box {
		max-height: 95vh;
		overflow-y: auto;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		position: fixed;
	}

	.popup-box input {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	html.popup-opened {
		overflow: hidden;
	}
}

@media only screen and (max-height: 580px) and (max-width: 767px) {
	.popup-box {
		/* position: absolute;
    top: -5px;
    transform: translate(-50%, 0);
    margin: 0 0 10px; */
	}
}

@media (max-width: 479px) {
	.comment-form textarea,
	.comment-form input[type="text"] {
		width: 100%;
	}

	body {
		background-position: 100% 168px;
	}

	#header:before {
		width: 66px;
	}
}
