/*
Theme Name: Syklistenes
Author: Anonymous
Author URI:
Version: 1.4.2
Description: Syklistenes theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Syklistenes
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;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?v0ftfm");
	src: url("fonts/icomoon.eot?v0ftfm#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?v0ftfm") format("truetype"), url("fonts/icomoon.woff?v0ftfm") format("woff"), url("fonts/icomoon.svg?v0ftfm#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-facebook:before {
	content: "\e900";
}

.icon-twitter:before {
	content: "\e901";
}

.icon-magnifier2:before {
	content: "\e902";
}

.icon-envelope:before {
	content: "\e904";
}

.icon-close:before {
	content: "\e906";
}

.icon-quote:before {
	content: "\e903";
}

.icon-rating:before {
	content: "\e905";
}

.nav-block #nav,
.nav-block .list-doc,
.slide-submenu ul,
.ui-autocomplete,
.breadcrumbs,
.block-filter ul,
.list-articles ul,
.rating-list,
.footer-holder .col .socialnetworks,
.footer-holder .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-comments:after,
.navigation-single:after,
.nav-block .nav-box:after,
.nav-block #nav:after,
.nav-block .list-doc:after,
.breadcrumbs:after,
.threecolumns:after,
.block-post:after,
.twocolumns:after,
.twocolumns .content-block:after,
.block-filter ul:after,
.block-filter ul li:after,
.list-articles ul:after,
.rating-list:after,
.open-close:after,
.open-close .slide-nav:after,
.block-result:after,
.wpcf7-form .row-txt .wpcf7-form-control-wrap:after,
.wpcf7-form .row-txt .wpcf7-form-control-wrap .wpcf7-list-item:after,
.wpcf7-form .row-txt .checkbox-307:after,
.pagination-holder:after,
.footer-holder:after,
.footer-holder .col .socialnetworks:after,
.footer-holder .col ul:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 14px/1.57 "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.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.57em;
}

blockquote {
	border-left: 4px solid #f7f6f3;
	padding-left: .5em;
	margin-left: 1.57em;
}

th,
td {
	border: 1px solid #f7f6f3;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th a,
td a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	line-height: 16px;
	border-bottom: 1px solid #235B92;
}

th a:hover,
td a:hover {
	border-bottom-color: transparent;
}

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;
}

ol ul ol li:after {
	display: none;
}

ul ol li:after {
	display: none;
}

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%;
}

.text-holder a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	border-bottom: 1px solid #235B92;
}

.text-holder a:hover {
	border-bottom-color: transparent;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
	padding: 5px;
	background: #f2f2f2;
	outline: none;
	width: 100%;
	height: 40px;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #f2f2f2;
}

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: #f7f6f3;
}

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: #f7f6f3;
}

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: #f7f6f3;
}

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: #f7f6f3;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #f7f6f3;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
	width: 100%;
	height: 80px;
	max-height: 80px;
	background: #f2f2f2;
	border-radius: 3px;
	border: 1px solid #f2f2f2;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	outline: none;
	width: 100px;
	height: 25px;
	background: #e3231a;
	border-radius: 2px;
	outline: none;
	color: #fff;
	text-align: center;
	border: none;
	font-size: 12px;
	line-height: normal;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	opacity: .7;
}

#content #searchform {
	width: 100%;
	max-width: none;
	padding: 0 0 15px;
}

#content #searchform input[type="search"] {
	height: 40px;
	background: #eeece8;
	width: 150px;
	display: block;
	padding: 5px 10px;
	border-radius: 3px;
	color: #000;
	float: none;
	margin: 0 0 10px;
	border: 1px solid #f2f2f2;
}

#content #searchform input[type="search"]::-webkit-input-placeholder {
	color: #000;
}

#content #searchform input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #000;
}

#content #searchform input[type="search"]:-moz-placeholder {
	color: #000;
}

#content #searchform input[type="search"]:-ms-input-placeholder {
	color: #000;
}

#content #searchform input[type="search"].placeholder {
	color: #000;
}

.widget {
	margin-bottom: 1.57em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

iframe {
	width: 100%;
}

.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;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 0 10px;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 40px;
}

.search-form input[type="search"] {
	margin: 0 0 10px;
	width: 150px;
}

.post-password-form input {
	display: block;
	height: 40px;
	margin: 0 0 10px;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #e3231a;
	color: #fff;
	height: 25px;
	border-radius: 2px;
	padding: 1px 3px 0;
	font-size: 12px;
	line-height: 14px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.57em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.57em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.57em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	padding: 24px 0 0;
}

.navigation .nav-links {
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
	max-width: 300px;
	margin: 0 auto;
}

.navigation .page-numbers {
	min-width: 25px;
	height: 25px;
	text-align: center;
	padding: 4px 2px 0;
	float: left;
	text-decoration: none;
	margin: 0 10px 10px;
	border-radius: 3px;
	border: 1px solid #eee;
	color: #000;
	display: none;
}

.navigation .page-numbers:hover {
	background: #99d0db;
}

.navigation .page-numbers.dots {
	border: none;
	padding: 8px 2px 0;
	margin: 0 -6px 0 0;
}

.navigation .page-numbers.dots:hover {
	background: none;
}

.navigation .page-numbers.current {
	background: #99d0db;
}

.navigation .page-numbers.next,
.navigation .page-numbers.prev {
	min-width: 75px;
	padding: 4px 5px 0;
	background: #eeece8;
	float: right;
	display: block;
}

.navigation .page-numbers.next:hover,
.navigation .page-numbers.prev:hover {
	background: #99d0db;
}

.navigation .page-numbers.prev {
	float: left;
}

.block-pagination-count {
	position: absolute;
	top: 22px;
	padding: 4px 0 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.navigation {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.57em;
}

.navigation .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation-comments,
.navigation-single {
	margin-bottom: 1.57em;
}

.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: top;
	color: #fff;
	text-decoration: none;
	min-width: 75px;
}

.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-single .next a,
.navigation-single .prev a {
	color: #000;
	text-decoration: none;
	padding: 3px 5px 1px;
	display: block;
	border-radius: 3px;
	border: 1px solid #eee;
	background: #eeece8;
}

.navigation-comments .next a:hover,
.navigation-comments .prev a:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover {
	background: #99d0db;
}

.navigation-comments .next,
.navigation-single .next {
	float: right;
}

.navigation-comments .page-numbers {
	min-width: 20px;
	height: 20px;
	text-align: center;
	padding: 0 2px 0;
	float: left;
	text-decoration: none;
	margin: 0 2px 10px;
	border-radius: 3px;
	border: 1px solid #eee;
	color: #000;
	font-size: 13px;
}

.navigation-comments .page-numbers:hover {
	background: #99d0db;
}

.navigation-comments .page-numbers.current {
	background: #99d0db;
}

.navigation-comments .page-numbers.next,
.navigation-comments .page-numbers.prev {
	min-width: 75px;
	padding: 0 5px;
	background: #eeece8;
	display: block;
	margin: 0 2px 0 0;
}

.navigation-comments .page-numbers.next:hover,
.navigation-comments .page-numbers.prev:hover {
	background: #99d0db;
}

.navigation-comments .page-numbers.next {
	margin: 0 0 0 2px;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #f7f6f3;
	padding: .4em;
	margin-bottom: 1.57em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.57em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.57em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.57em;
}

.mejs-container {
	margin-bottom: 1.57em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #f7f6f3;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 24px;
	font-family: "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
}

h2,
.h2 {
	font-size: 20px;
	font-family: "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
}

h3,
.h3 {
	font-size: 18px;
	font-weight: 300;
}

h4,
.h4 {
	font-size: 15px;
}

h5,
.h5 {
	font-size: 15px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #235B92;
	text-decoration: underline;
	-webkit-transition: color .3s, opacity .3s ease;
	transition: color .3s, opacity .3s ease;
}

a:hover,
a:focus {
	text-decoration: none;
}

#header {
	width: 100%;
	overflow: hidden;
}

.header-holder {
	width: 100%;
	overflow: hidden;
	background: #f7f6f3;
	height: 56px;
	padding: 12px 0 5px;
	position: relative;
	text-align: center;
}

.header-holder .btn {
	height: 25px;
	min-width: 100px;
	border: 1px solid #e3231a;
	background: #e3231a;
	font: 400 12px/14px "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	display: none;
	margin: 5px 0 0;
	padding: 4px 3px 0;
	float: right;
}

.header-panel {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 37px 0 30px;
	position: relative;
}

.header-panel .hold {
	float: right;
}

.opener-panel {
	float: left;
	width: 24px;
	height: 15px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	margin: 9px 0 0;
	text-decoration: none;
}

.opener-panel:before,
.opener-panel:after,
.opener-panel span {
	background: #1b1b1b;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	height: 1px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.opener-panel:before,
.opener-panel:after {
	content: "";
	top: 0;
}

.opener-panel:after {
	top: 14px;
}

.opener-panel.close {
	margin: 20px 10px 3px;
	width: 28px;
	height: 28px;
}

.opener-panel.close:after,
.opener-panel.close:before {
	-webkit-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	transform: rotate(44deg);
	top: 9px;
	left: 0;
	right: 0;
}

.opener-panel.close:after {
	-webkit-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
	transform: rotate(-44deg);
}

.slide-nav {
	overflow: hidden;
	background: #eeede8;
	width: 100%;
	display: none;
}

.slide-nav .container {
	max-width: 976px;
	padding: 0 17px;
	margin: 0 auto;
}

.nav-block {
	width: 100%;
	overflow: hidden;
	padding: 0 23px;
}

.nav-block .col {
	width: 100%;
}

.nav-block .col:first-child {
	border-bottom: 1px solid #003a73;
}

.nav-block .nav-box {
	padding: 0 0 0 54px;
	position: relative;
	width: 100%;
}

.nav-block .nav-box.on #nav {
	display: none;
}

.nav-block .nav-box.on .slide-submenu {
	padding: 0 0 48px;
	z-index: 10;
}

.nav-block #nav {
	font: 700 18px/22px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	padding: 0 0 40px;
	width: 100%;
}

.nav-block #nav li {
	padding: 0 0 14px;
	position: relative;
}

.nav-block #nav li.has-drop-down > a:after {
	content: ">";
}

.nav-block #nav li.has-drop-down > a span {
	padding: 0 6px 0 0;
}

.nav-block #nav li.has-drop-down > a:hover:after {
	color: #0a3c6f;
}

.nav-block #nav li.has-drop-down.active > a:after {
	color: #0a3c6f;
}

.nav-block #nav li.active a {
	color: #e12726;
	font-weight: 700;
}

.nav-block #nav a {
	color: #0a3c6f;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	outline: none;
	position: relative;
	padding: 0 18px 0 0;
}

.nav-block #nav a:hover {
	color: #e12726;
	font-weight: 700;
}

.nav-block #nav a.on {
	color: #e12726;
	font-weight: 700;
}

.nav-block .list-doc {
	letter-spacing: -4px;
	font-size: 0;
	line-height: 0;
	padding: 65px 0 50px;
}

.nav-block .list-doc li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 17px 60px;
	letter-spacing: normal;
	font: 700 12px/14px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
}

.nav-block .list-doc li span {
	display: inline-block;
	vertical-align: top;
	padding: 10px 0 0;
}

.nav-block .list-doc a {
	color: #0e3d6d;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

.nav-block .list-doc a:hover .img-hold {
	opacity: .7;
}

.nav-block .list-doc a:hover span {
	color: #E12726;	
}

.nav-block .list-doc .img-hold {
	width: 32px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0 22px 0 0;
}

.slide-search {
	width: 100%;
	overflow: hidden;
	background: #eeede8;
	display: none;
}

.slide-search .container {
	padding: 0 18px;
}

.opener-search {
	float: left;
	text-decoration: none;
	color: #1b1b1b;
	margin: 5px 0 0;
	width: 20px;
	height: 20px;
}

.opener-search i {
	font-size: 20px;
	line-height: 1;
	color: #1b1b1b;
	display: inline-block;
}

.opener-search.close {
	margin: 22px 0 0 -6px;
	width: 28px;
	height: 28px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	float: right;
}

.opener-search.close:before,
.opener-search.close:after {
	content: "";
	background: #1b1b1b;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	height: 1px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.opener-search.close:after,
.opener-search.close:before {
	-webkit-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	transform: rotate(44deg);
	top: 9px;
	left: 0;
	right: 0;
}

.opener-search.close:after {
	-webkit-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
	transform: rotate(-44deg);
}

.logo-header {
	display: inline-block;
	vertical-align: top;
	width: 116px;
	height: auto;
}

.slide-submenu {
	font: 400 18px/21px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 0;
	display: block !important;
	width: 100%;
}

.slide-submenu.on {
	opacity: 1;
}

.slide-submenu .heading {
	display: block;
	color: #003b71;
	font: 700 18px/21px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	position: relative;
	padding: 0 0 16px;
	cursor: pointer;
}

.slide-submenu .heading:before {
	content: "<";
}

.slide-submenu .heading span {
	padding: 0 0 0 6px;
}

.slide-submenu ul {
	overflow: hidden;
	width: 100%;
}

.slide-submenu ul li {
	overflow: hidden;
	padding: 0 0 14px;
}

.slide-submenu ul a {
	text-decoration: none;
	color: #003a73;
}

.slide-submenu ul a:hover {
	color: #d70e1e;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.form-hold {
	width: 100%;
	overflow: hidden;
	padding: 58px 0 64px;
}

.search-form {
	max-width: 780px;
	margin: 0 auto;
	position: relative;
}

.search-form .hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.search-form input[type="search"] {
	height: 40px;
	border-radius: 3px;
	width: 100%;
	margin: 0;
	font-size: 14px;
	line-height: normal;
	color: #8d8d8d;
	padding: 8px 50px 5px 14px;
	background: #fff;
	border: none;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #8d8d8d;
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #8d8d8d;
}

.search-form input[type="search"]:-moz-placeholder {
	color: #8d8d8d;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #8d8d8d;
}

.search-form input[type="search"].placeholder {
	color: #8d8d8d;
}

.search-form input[type="search"]:focus {
	border-color: #fff;
}

.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #003b71;
	border: none;
	color: #fff;
	border-radius: 0 3px 3px 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.search-form button i {
	position: absolute;
	width: 20px;
	font-size: 20px;
	line-height: 1;
	right: 50%;
	top: 10px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.search-form button:hover {
	opacity: .7;
}

.ui-autocomplete {
	background: #fff;
	border-radius: 3px;
	top: 10px !important;
	font: 14px/23px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	color: #8d8d8d;
	overflow: hidden;
}

.ui-autocomplete li {
	overflow: hidden;
	padding: 10px 14px 7px;
	cursor: pointer;
}

.ui-autocomplete li.ui-state-focus {
	background: #99d0db;
	color: #fff;
}

.ui-autocomplete li.ui-state-focus a {
	color: #fff;
}

.ui-autocomplete li a {
	color: #8d8d8d;
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
}

.ui-autocomplete li a:hover {
	color: #fff;
}

.ui-helper-hidden-accessible {
	display: none;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.filter-active .twocolumns .aside {
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f7f6f3;
	overflow: auto;
	height: 100vh;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	padding: 0 0 50px;
}

.filter-active .twocolumns .filter-hold {
	position: fixed !important;
	top: 0 !important;
	right: 0;
	left: 0 !important;
	z-index: 999;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #efeded;
	border-radius: 2px;
	height: auto;
}

.filter-active .twocolumns .filter-hold.fixed-position .filter-info {
	padding: 21px 39px 21px 44px;
}

.filter-active .twocolumns .filter-info {
	margin: 0;
	padding: 21px 39px 21px 44px;
}

.filter-active .twocolumns .filter-info .link-filter:after {
	top: 7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.filter-active .twocolumns .filter-info .link-filter em {
	display: inline-block;
}

.filter-active .twocolumns .filter-info .link-filter .txt {
	display: none;
}

.filter-active .twocolumns .form-filter {
	padding: 82px 0 0;
}

.filter-active .twocolumns .filter-block {
	overflow: hidden;
	margin: 0;
}

.btn {
	display: inline-block;
	vertical-align: top;
	min-width: 200px;
	height: 50px;
	border-radius: 2px;
	background: #e61f02;
	color: #fff;
	text-decoration: none;
	padding: 16px 5px 5px;
	font: 700 14px/18px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
}

.btn:hover {
	opacity: .7;
}

.container {
	max-width: 1020px;
	padding: 0 40px;
	margin: 0 auto;
}

noscript {
	text-align: center;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

#main {
	width: 100%;
	overflow: hidden;
}

.home #main {
	padding-bottom: 5rem;
}

.breadcrumbs {
	padding: 17px 0;
	display: none;
	font: 12px/14px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	color: #5b5b5b;
}

.breadcrumbs li {
	position: relative;
	float: left;
	padding: 0 6px 0 0;
}

.breadcrumbs li:before {
	float: left;
	content: ">";
	margin: 0 4px 0 0;
}

.breadcrumbs li:first-child:before {
	display: none;
}

.breadcrumbs li.current_item {
	font-weight: 700;
}

.breadcrumbs a {
	color: #5b5b5b;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 1px;
	border-bottom: 1px solid #fff;
}

.breadcrumbs a:hover {
	border-bottom-color: #5b5b5b;
}

.visual {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center center;
	height: 500px;
}

.visual img {
	width: 100%;
}

.visual .text {
	position: absolute;
	max-width: 660px;
	width: 100%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	top: 50%;
	z-index: 10;
	text-align: center;
	color: #fff;
	padding: 0 10px;
}

.visual .text h1, .visual .text h2 {
	font-size: 45px;
	line-height: 51px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	margin: 0 0 40px;
	font-weight: 700;
}

.visual .text h3 {
	font-size: 28px;
	line-height: 35px;
	font-weight: 700;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	margin: 0 0 40px;
}

.visual.only-title {
	/**background-position: 0 0;**/
}

.visual.only-title .text {
	bottom: auto;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.section-content {
	width: 100%;
	overflow: hidden;
	padding: 35px 0 70px;
}

.section-content .block-inf {
	width: 100%;
	overflow: hidden;
	text-align: center;
	letter-spacing: -4px;
	font-size: 0;
	line-height: 0;
	padding: 0 0 45px;
}

.section-content .block-inf a {
	color: #000;
	text-decoration: none;
	max-width: 300px;
	height: 100px;
	letter-spacing: normal;
	float: none;
	display: block;
	margin: 0 auto 20px;
	border-radius: 2px;
	background: #c0e4ec;
	font: 700 14px/18px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	white-space: nowrap;
}

.section-content .block-inf a:after {
	content: "";
	display: inline-block;
	height: 100px;
	width: 1px;
	overflow: hidden;
	vertical-align: middle;
}

.section-content .block-inf a:hover {
	opacity: .7;
}

.section-content .block-inf span {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	position: relative;
	padding: 0 18px 0 0;
}

.section-content .block-inf span:after {
	content: "";
	position: absolute;
	right: 0;
	top: 1px;
	width: 10px;
	height: 17px;
	background: url(images/arrow.png) no-repeat;
}

.section-content .block-ad {
	margin: 0;
}

.threecolumns {
	padding: 0 0 55px;
}

.threecolumns .row {
	overflow: hidden;
}

.threecolumns .col {
	width: 100%;
	text-align: center;
	color: #000;
	padding: 30px 0 0;
}

.threecolumns .col p {
	margin: 0 0 10px;
}

.threecolumns .col p a {
	color: #e61f02;
	text-decoration: none;
	line-height: 18px;
	font-family: "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-weight: 700;
}

.threecolumns .col p a:hover {
	opacity: .7;
}

.threecolumns .col:only-child {
	margin: 0 auto;
	display: block;
}

.threecolumns .img-hold {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #e61f02;
	position: relative;
	margin: 0 auto 20px;
}

.threecolumns .img-hold img {
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.threecolumns .img-hold a {
	display: block;
	height: 100%;
}

.threecolumns h2 {
	font-size: 22px;
	line-height: 30px;
	color: #000;
	margin: 0 0 20px;
}

.block-post {
	border-top: 2px solid #ececec;
	padding: 35px 0 0;
	margin: 0 -40px;
}

.block-post .row {
	overflow: hidden;
}

.block-post h2 {
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 33px;
	color: #000;
	text-align: center;
	font-weight: 400;
}

.block-post .col {
	width: 100%;
	overflow: hidden;
	border-top: 2px solid #ececec;
	padding: 40px 0;
}

.block-post .col:first-child {
	padding: 0 0 40px;
	border-top: 0;
}

.block-post .post {
	width: 100%;
	overflow: hidden;
	padding: 0 40px;
	margin: 0 !important;
	max-width: none;
}

.block-post .post .txt {
	width: 100%;
	overflow: hidden;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 19px;
	text-align: center;
}

.block-post .post .txt span {
	display: block;
}

.block-post .post .box-title {
	width: 100%;
	overflow: hidden;
	font: 12px/23px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	margin: 0 0 20px;
	text-align: center;
}

.block-post .post .box-title span {
	display: block;
}

.block-post .post .box-title h3 {
	font: 14px/23px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	margin: 0;
}

.block-post .post .text {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}

.block-post .post .text p {
	margin: 0 0 20px;
}

.block-post .post .text .txt {
	display: block;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

.block-post .post .hold-link {
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}

.block-post .post .hold-link a {
	color: #245b92;
	display: inline-block;
	position: relative;
	vertical-align: top;
	text-decoration: none;
	padding: 0 0 1px;
	border-bottom: 1px solid #245b92;
}

.block-post .post .hold-link a:hover {
	border-bottom: 1px solid #fff;
}

.block-post .img-hold {
	overflow: hidden;
	margin: 0 0 20px;
	text-align: center;
}

.block-post .img-hold a {
	display: inline-block;
	vertical-align: top;
}

.block-post.modules {
	padding: 30px 40px 0;
	border: none;
}

.block-post.modules h2 {
	font-size: 18px;
	line-height: 28px;
}

.block-post.modules .post {
	overflow: visible;
	border: 1px solid #f1f1f1;
	padding: 0 0 25px;
	margin: 0;
	display: inline-block;
	color: #000;
	text-decoration: none;
}

.block-post.modules .post a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	vertical-align: top;
}

.block-post.modules .post:hover {
	opacity: .7;
}

.block-post.modules .post:hover .hold-link span::after {
	border-bottom: 1px solid #fff;
}

.block-post.modules .post .box-title {
	text-align: center;
	padding: 25px 30px 5px;
	margin: 0;
}

.block-post.modules .post .box-title h3 {
	line-height: 18px;
	font-weight: 700;
}

.block-post.modules .post .text {
	text-align: center;
	padding: 0 20px;
	line-height: 20px;
	overflow: visible;
	font-family: "Helvetica", "Arial", "Helvetica Neue", sans-serif;
}

.block-post.modules .post .text p {
	margin: 20px 0 30px;
}

.block-post.modules .post .text .txt {
	margin: 0 0 13px;
	position: relative;
	overflow: hidden;
}

.block-post.modules .post .hold-link span {
	display: inline-block;
	vertical-align: top;
	color: #245b92;
	position: relative;
	/*padding: 0 0 1px;
	border-bottom: 1px solid #245b92;*/
}

.block-post.modules .post .hold-link span::after {
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	height: 1em;
	width: 100%;
	border-bottom: 1px solid #245b92;
	margin-top: 2px;
}

.block-post.modules .img-hold {
	margin: -1px -1px 0;
	position: relative;
}

.block-post.modules .img-hold .label {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.block-post.modules .img-hold .label em {
	display: inline-block;
	vertical-align: top;
	min-width: 100px;
	font-style: normal;
	border-radius: 2px;
	height: 25px;
	background: #df2726;
	padding: 5px 3px 2px;
}

.block-post.modules .img-hold.icon {
	margin: 0;
	white-space: nowrap;
	min-height: 200px;
}

.block-post.modules .img-hold.icon:after {
	content: "";
	display: inline-block;
	height: 200px;
	width: 1px;
	overflow: hidden;
	vertical-align: middle;
}

.block-post.modules .img-hold.icon img {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
}

.block-post.modules .col {
	max-width: 300px;
	margin: 0 auto;
	border: none;
	padding: 0 0 20px;
}

.block-post.modules .col:first-child {
	padding: 0 0 20px;
}

.block-post.modules h2 {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 65px;
}

.block-post.box-modules {
	padding: 30px 0 0;
	border: none;
}

.block-post.box-modules .col {
	padding: 0 0 20px;
	max-width: 300px;
	margin: 0 auto;
	border: none;
}

.block-post.box-modules .post {
	position: relative;
	border-radius: 2px;
	min-height: 300px;
	text-align: center;
	padding: 65px 20px 0;
}

.block-post.box-modules .post a {
	color: #000;
	text-decoration: none;
	display: block;
}

.block-post.box-modules .post a:hover {
	opacity: .7;
}

.block-post.box-modules .post a:hover .hold-link span {
	border-bottom-color: transparent;
}

.block-post.box-modules .post .box-title {
	text-align: center;
	overflow: hidden;
	margin: 0 0 20px;
}

.block-post.box-modules .post .box-title h3 {
	font-weight: 700;
}

.block-post.box-modules .post .text {
	width: 100%;
	padding: 0 0 10px;
	text-align: center;
	font-family: "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	line-height: 20px;
}

.block-post.box-modules .post .text p {
	margin: 0;
}

.block-post.box-modules h2 {
	font-size: 18px;
	line-height: 28px;
}

.block-post.box-modules .hold-link {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	padding: 0 10px 20px;
}

.block-post.box-modules .hold-link span {
	display: inline-block;
	vertical-align: top;
	color: #245b92;
	padding: 0 0 1px;
	border-bottom: 1px solid #245b92;
}

.block-post.box-modules .img-hold {
	margin: 0 0 20px;
}

.content-info {
	width: 100%;
	overflow: hidden;
	padding: 65px 0 50px;
}

.content-info h1 {
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 48px;
	text-align: center;
	font-weight: 700;
}

.content-info .container {
	max-width: 980px;
	padding: 0 20px;
}

.content-info.result .twocolumns .filter-hold {
	margin: 0 0 40px;
	text-align: center;
}

.content-info.result .content-block:only-child .filter-block {
	margin: 0 auto 40px;
}

.content-info.result .filter-info strong {
	float: none;
}

.twocolumns {
	width: 100%;
}

.twocolumns .aside {
	opacity: 0;
	visibility: hidden;
	height: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.twocolumns .content-block {
	width: 100%;
}

.twocolumns .content-block:only-child {
	width: 100%;
	float: none;
}

.twocolumns .content-block:only-child .filter-block {
	max-width: 620px;
	margin: 0 auto;
}

.twocolumns .content-block:only-child .list-articles {
	max-width: 620px;
	margin: 0 auto;
}

.twocolumns .filter-hold {
	overflow: hidden;
	margin: 0 -40px 40px;
}

.twocolumns .filter-info {
	width: 100%;
	overflow: hidden;
	background: #f7f6f3;
	padding: 21px 64px 21px 62px;
	font: 14px/18px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	border-radius: 2px;
}

.twocolumns .filter-info .link-filter {
	float: left;
	font-weight: 700;
	color: #e02826;
	position: relative;
	padding: 0 10px 0 0;
	text-decoration: none;
}

.twocolumns .filter-info .link-filter:after {
	content: "";
	position: absolute;
	right: -14px;
	top: 2px;
	-webkit-transform: rotate(-226deg);
	-ms-transform: rotate(-226deg);
	transform: rotate(-226deg);
	border: none;
	border-top: 1px solid #e02826;
	border-right: 1px solid #e02826;
	width: 10px;
	height: 10px;
}

.twocolumns .filter-info .link-filter em {
	font-style: normal;
	display: none;
}

.twocolumns .filter-info strong {
	float: right;
}

.twocolumns .filter-info strong span {
	display: none;
}

.twocolumns .filter-block {
	height: 62px;
	margin: 0 0 40px;
}

.twocolumns .fixed-position {
	width: 100%;
	left: 0 !important;
	background: #f7f6f3;
	z-index: 999;
	margin: 0;
}

.twocolumns .fixed-position .filter-info {
	padding: 21px 44px 21px 42px;
}

.block-filter {
	background: #f7f6f3;
	width: 100%;
	overflow: hidden;
	border-radius: 2px;
	padding: 30px 30px 0;
	border-top: 1px solid #eeece8;
	padding: 17px 20px 0 100px;
}

.block-filter:first-child {
	border-top: 0;
	padding: 0 20px 0 100px;
}

.block-filter h2 {
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	margin: 0 0 20px;
}

.block-filter ul {
	font: 700 14px/18px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
}

.block-filter ul li {
	padding: 0 0 22px;
}

.block-filter ul li:first-child .checked-all + label {
	opacity: 1;
}

.block-filter ul ul {
	padding: 20px 0 0 20px;
	margin: 0 0 -20px;
}

.block-filter ul ul li:first-child .checked-all + label {
	opacity: .5;
}

.form-filter {
	width: 100%;
}

.form-filter .hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	height: auto;
}

.form-filter label {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.form-filter input[type="checkbox"] {
	display: none;
}

.form-filter input[type="checkbox"] + label {
	padding: 0 0 0 50px;
}

.form-filter input[type="checkbox"] + label:before {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	background: #f7f6f3;
	border: 1px solid #979797;
	margin: 0 30px 0 0;
	top: -1px;
	left: 0;
}

.form-filter input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	height: 11px;
	width: 13px;
	top: 8px;
	left: 10px;
	margin: -5px 0 0 -6px;
	background: url(images/check.png) no-repeat;
}

.form-filter input[type="checkbox"]:checked + label:before {
	background: #c0e4ec;
}

.form-filter .checked-all + label {
	opacity: .5;
}

.form-filter .checked-all.main-check ~ li label,
.form-filter .checked-all ul li label {
	opacity: .5;
}

.list-articles ul li {
	overflow: hidden;
	margin: 0 0 20px;
}

.list-articles ul li .rating-post {
	font-size: 0;
	line-height: 0;
	width: 100%;
	overflow: hidden;
	letter-spacing: -4px;
	text-align: left;
	padding: 0;
}

.list-articles ul li .rating-post span {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	padding: 0 2px 0 0;
	font-size: 12px;
	line-height: 16px;
}

.list-articles ul li .rating-list {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}

.list-articles ul li .rating-list li {
	color: #b8b8b8;
	float: left;
	padding: 4px 0 0;
	margin: 0 2px;
	width: 16px;
}

.list-articles ul li .rating-list li.active {
	color: #000;
}

.list-articles ul li .rating-list li i {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1;
	height: 18px;
}

.list-articles ul a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	color: #000;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.list-articles ul a:hover {
	opacity: .8;
}

.list-articles ul .img-hold {
	display: none;
}

.list-articles ul .text {
	width: 100%;
	overflow: hidden;
	border: 1px solid #ececec;
	position: relative;
	padding: 20px 35px 18px 20px;
	font-size: 12px;
	line-height: 16px;
	border-radius: 2px;
}

.list-articles ul .text:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border: none;
	border-top: 2px solid #e02826;
	border-right: 2px solid #e02826;
	width: 18px;
	height: 18px;
}

.list-articles ul .text .text-hold {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 68px;
}

.list-articles ul .text .txt {
	display: block;
	font-size: 10px;
	line-height: 12px;
	margin: 0 0 8px;
	height: 14px;
	overflow: hidden;
}

.list-articles ul .text h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	margin: 0 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-articles ul .text p {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rating-post {
	width: 100%;
	overflow: hidden;
	text-align: center;
	letter-spacing: -4px;
	font-size: 0;
	line-height: 0;
	padding: 10px 0 0;
}

.rating-post span {
	letter-spacing: normal;
	display: block;
	font: 11px/16px "Helvetica", "Arial", "Helvetica Neue", sans-serif;
}

.rating-list {
	display: inline-block;
	letter-spacing: normal;
	padding: 8px 0 10px;
}

.rating-list li {
	margin: 0 4px;
	float: left;
	color: #b8b8b8;
	width: 24px;
	padding: 0 0 0 1px;
}

.rating-list li i {
	display: inline-block;
	vertical-align: top;
	font-size: 23px;
	line-height: 1;
}

.rating-list li.active {
	color: #000;
}

.rating-list li:after {
	display: none;
}

.tag-list {
	margin: 0 0 -2px;
	padding: 0;
	list-style: none;
}

.tag-list li {
	display: inline-block;
}

.tag-list li:not(:last-child):after {
	content: "|";
	margin: 0 2px 0 4px;
}

ul.tag-list > li:not(:nth-last-child(3)):after {
	content: "";
	margin: 0 2px 0 4px;
}

.tag-list a {
	text-decoration: none;
	color: inherit;
}

.tag-list a:hover {
	color: #e3231a;
}

.illustration {
	margin: 0 -20px 37px;
	padding: 0;
	text-align: center;
}

.illustration .btn-prev,
.illustration .btn-next {
	display: inline-block;
	position: absolute;
	top: 50.5%;
	left: 9px;
	width: 30px;
	height: 30px;
	padding: 8px 0 0 4px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.illustration .btn-prev img,
.illustration .btn-next img {
	width: 8px;
}

.illustration .btn-prev:hover,
.illustration .btn-next:hover {
	background-color: #e2241b;
}

.illustration .btn-next {
	right: 9px;
	left: auto;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.illustration .picture {
	position: relative;
}

.illustration .picture a {
	color: #000;
}

.illustration .picture img {
	width: 100%;
}

.illustration .picture h1,
.illustration .picture .h1 {
	font-size: 18px;
	line-height: 28px;
}

.illustration .picture .picture-content {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	max-width: 640px;
	min-height: 60px;
	padding: 10px;
	text-align: left;
	background-color: rgba(255, 255, 255, .9);
}

.illustration .media > iframe {
	width: 100% !important;
	margin: 0;
	vertical-align: middle;
	border: none;
	height: 66.4vw;
}

.illustration .media.map + figcaption {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 20px 65px 7px;
}

.illustration .media.map {
	padding: 0 40px;
}

.illustration figcaption {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: -.2px;
	padding: 20px 25px 0;
	font-style: italic;
}

.illustration .carousel {
	position: relative;
}

.illustration .carousel .mask {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.illustration .carousel .slideset {
	width: 99999px;
	float: left;
}

.illustration .carousel .slide {
	float: left;
}

.illustration .box-cur {
	position: absolute;
	max-width: 50px;
	width: 100%;
	right: 50%;
	bottom: 10px;
	text-align: center;
	z-index: 10;
	color: #000;
	font-size: 10px;
	line-height: 12px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	height: 15px;
	border-radius: 2px;
	padding: 1px 2px;
	background-color: rgba(255, 255, 255, .9);
}

.illustration .carousel .slide {
	position: relative;
}

.illustration .carousel .slide .picture-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 60px;
	padding: 10px;
	text-align: left;
	background-color: rgba(255, 255, 255, .9);
	color: #000;
	padding-left: 2rem;
	padding-top: 15px;
}

.open-close {
	margin-bottom: 40px;
}

.open-close .opener-panel {
	display: block;
	overflow: hidden;
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	padding: 14px 0;
	font-family: "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-weight: 700;
	text-align: center;
	text-indent: 0;
	letter-spacing: -.3px;
	color: #000;
	background: #bde4ef;
	cursor: pointer;
	border-radius: 2px;
}

.open-close .opener-panel:before {
	display: none;
}

.open-close .opener-panel:after {
	content: "";
	display: inline-block;
	position: static;
	width: 10px;
	height: 10px;
	margin: 2px 0 0 13px;
	vertical-align: middle;
	border: none;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	background: transparent;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.open-close.active-nav .opener-panel:after {
	-webkit-transform: translateY(0) rotate(-225deg);
	-ms-transform: translateY(0) rotate(-225deg);
	transform: translateY(0) rotate(-225deg);
}

.open-close .slide-nav {
	background: #bde4ef;
}

.open-close .slide-nav .row {
	padding: 20px 20.63% 9px;
	border-top: 2px solid #b0d9e4;
	overflow: hidden;
}

.open-close .slide-nav .title {
	display: block;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 18px;
}

.open-close .slide-nav .btn-wrap {
	padding: 17px 0 18px;
	text-align: center;
	overflow: hidden;
}

.open-close .slide-nav .btn {
	min-width: 100px;
	height: 25px;
	padding: 4px 5px 3px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #000;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.open-close .slide-nav .btn:after {
	display: none;
}

.txt-box {
	max-width: 620px;
	margin: 0 auto 34px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: -.06px;
}

.txt-box h1,
.txt-box .h1,
.txt-box h2,
.txt-box .h2,
.txt-box h3,
.txt-box .h3,
.txt-box h4,
.txt-box .h4,
.txt-box h5,
.txt-box .h5,
.txt-box h6,
.txt-box .h6,
.txt-box .h {
	margin-bottom: 26px;
	text-align: center;
}

.txt-box h1,
.txt-box .h1 {
	font-size: 20px;
}

.txt-box h2,
.txt-box .h2 {
	font-size: 18px;
	margin: 0 0 16px;
}

.txt-box p {
	margin-bottom: 23px;
}

.txt-box h3,
.txt-box .h3 {
	margin: 0 0 20px;
}

#content {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 45px;
}

#content .container {
	padding: 0 20px;
}

#content .post {
	max-width: 640px;
	margin: 0 auto 65px;
	font-family: "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-weight: 400;
	line-height: 1.6428;
	text-align: center;
	border-color: #f1f1f1;
}

#content .post header {
	padding-bottom: 30px;
}

#content .post .slogan {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: 700;
	color: #e3231a;
}

#content .post h1 {
	margin-bottom: 7px;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: -.25px;
}

#content .post p {
	letter-spacing: -.1px;
}

#content .post footer {
	padding: 4px 0 0;
	font-family: "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 12px;
	font-weight: 400;
}

#content .post .meta > span:not(:last-child):after {
	content: "|";
	margin: 0 2px 0 5px;
}

#content .post:hover {
	border-color: #f1f1f1;
}

#content .post.text-info {
	max-width: 618px;
	overflow: hidden;
	text-align: center;
	line-height: 23px;
	margin: 0 auto 64px;
}

#content .post.text-info header {
	margin: 5px 0 0;
	padding-bottom: 0;
}

#content .post.text-info h1 {
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 45px;
}

#content .post.text-info p {
	margin: 0;
}

#content .post.text-info a {
	color: #1c477f;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid #1c477f;
	text-decoration: none;
	line-height: 18px;
}

#content .post.text-info a:hover {
	border-bottom-color: transparent;
}

#content ul:not([id]):not([class]),
#content ol:not([id]):not([class]) {
	margin-bottom: 1.6em;
	padding-left: 3.15em;
}

#content ul:not([id]):not([class]) li,
#content ol:not([id]):not([class]) li {
	position: relative;
	padding-left: .85em;
}

ul {
	list-style-type:none;
}

#content ul:not([id]):not([class]) {
	list-style: none;
	margin: 0 0 18px;
}

#content ul:not([id]):not([class]) li:after {
	content: "";
	position: absolute;
	top: .5em;
	left: -1.05em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: currentColor;
}

#content blockquote {
	margin: 0;
	text-align: center;
	border: none;
	padding: 0;
}

#content blockquote p {
	font-weight: 400;
	line-height: 1.6428;
	letter-spacing: -.2px;
	font-family: "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	margin: 0;
	display: inline-block;
}

#content blockquote p:after,
#content blockquote p:before {
	content: "\e903";
	display: inline-block;
	margin: 0;
	font-family: "icomoon";
	font-size: 1.3571em;
	line-height: 1;
	text-transform: none;
	color: #e93b22;
}

#content blockquote p:before {
	content: "\e903";
	margin-right: 9px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#content blockquote p:after {
	margin-left: 14px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

#content .open-close .slide-nav .row ul {
	padding-left: 26px;
	display: inline-block;
	text-align: left;
}

#content .txt-box a {
	text-decoration: none;
	display: inline-block;
	position:relative;
}

#content .txt-box a::after {
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	height: 1em;
	width: 100%;
	border-bottom: 1px solid #235B92;
	margin-top: 6px;
	
}

#content .txt-box a:hover::after {
	border-bottom: 1px solid #fff;
}

#content .slide-nav a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	line-height: 18px;
	border-bottom: 1px solid #235B92;
}

#content .slide-nav a:hover {
	border-color: transparent;
}

#content .slide-nav .btn-wrap .btn {
	border-color: #e2e2e2;
}

#content .block-ad .img-hold a {
	border-color: #ececec;
	padding: 0;
}

#content .block-ad .img-hold a:hover {
	opacity: .7;
}

.error-block h1 {
	font-size: 22px;
	text-align: center;
}

.error-content {
	text-align: center;
	padding: 31px 0 34px;
}

.error-txt {
	font-family: "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 14px;
	letter-spacing: -.01em;
	margin-bottom: 39px;
	overflow: hidden;
}

.error-txt strong {
	display: inline-block;
	font-weight: 400;
	margin-bottom: 9px;
}

.error-txt .small {
	font-size: 10px;
	margin-bottom: 2.5em;
}

.error-txt a {
	font-weight: 700;
	text-decoration: none;
	color: #df2a2e;
	border: none !important;
}

.error-txt a:hover {
	opacity: .7;
}

.error-txt:only-child {
	width: 100%;
	float: none;
	max-width: none;
}

.error-img {
	position: relative;
	margin: 0 -20px;
	float: none;
}

.error-img img {
	width: 100%;
}

.error-img .error-name {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 144px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #e3231a;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.block-ad {
	width: 100%;
	overflow: hidden;
	letter-spacing: -4px;
	font-size: 0;
	line-height: 0;
	padding: 20px 0 0;
	margin: 0 0 -20px;
}

.block-ad .row {
	overflow: hidden;
}

.block-ad .box-ad {
	width: 300px;
	overflow: hidden;
	padding: 0 0 20px;
	letter-spacing: normal;
	font-size: 10px;
	line-height: 12px;
	margin: 0 auto;
}

.block-ad .box-ad:only-child {
	width: 300px;
	margin: 0 auto;
	display: block;
}

.block-ad .box-ad span {
	display: block;
	padding: 0 0 4px;
	overflow: hidden;
}

.block-ad .img-hold {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.block-ad .img-hold a {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ececec;
}

.block-ad .img-hold a:hover {
	opacity: .7;
}

.block-result {
	width: 100%;
	margin: 0 0 65px;
	display: none;
}

.block-result .search-form input[type="search"] {
	border: 1px solid #ececec;
	border-radius: 3px;
}

.block-result .search-form input[type="search"]:focus {
	border-color: #ececec;
}

.block-result .ui-autocomplete {
	border: 1px solid #ececec;
}

.block-result.search {
	display: block;
	padding: 15px 0 0;
}

.block-result.search button {
	background: #f7f6f3;
	color: #1d1d1d;
}

.block-result.search .box-result {
	width: 100%;
	margin: 40px 0 -50px;
	overflow: hidden;
	background: #f7f6f3;
	text-align: center;
	padding: 16px 5px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	border-radius: 2px;
	font-weight: 700;
}

.text-block {
	width: 100%;
	overflow: hidden;
	line-height: 23px;
	text-align: center;
	font-family: "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	padding: 5px 15px 10px;
}

.text-block p {
	margin: 0 0 10px;
}

.sep {
	width: 100%;
	overflow: hidden;
	border: none;
	margin: 0;
	height: 2px;
	background: #efefef;
	margin: 45px 0 35px;
}

.sep.sep2 {
	margin: 0 -20px;
	width: auto;
	display: block;
}

.wpcf7-form {
	overflow: hidden;
	padding: 65px 0 20px;
	max-width: 618px;
	margin: 0 auto;
}

.wpcf7-form .row-btn {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 16px 0 0;
}

.wpcf7-form .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 0 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wpcf7-form .row label {
	width: 100%;
	text-align: center;
	padding: 0 10px 10px;
	font: 14px/22px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
}

.wpcf7-form .row .wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-form .row .small {
	width: 100%;
	overflow: hidden;
}

.wpcf7-form .row.row-radio {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
	margin: 0 0 -35px;
}

.wpcf7-form .row.row-radio em {
	display: inline-block;
	font: 14px/22px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-style: normal;
	text-align: center;
	width: 100%;
	padding: 0 0 10px;
}

.wpcf7-form .row.row-radio .row-txt {
	width: 100%;
	padding: 16px 0 0;
	display: block;
}

.wpcf7-form .row.row-radio .row-txt .wpcf7-list-item-label {
	width: 100%;
	text-align: left;
	display: block;
	font-family: "Helvetica", "Arial", "Helvetica Neue", sans-serif;
}

.wpcf7-form .row.row-radio .row-txt p {
	margin: 0 0 40px;
	font-weight: 300;
}

.wpcf7-form .row.row-radio .row-txt p a {
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #235B92;
	color: #235B92;
	text-decoration: none;
	line-height: 18px;
	/* margin: 2px 0 0; */
}

.wpcf7-form .row.row-radio .row-txt p a:hover {
	border-bottom-color: transparent;
}

.wpcf7-form .row.row-radio .row-txt .wpcf7-form-control-wrap {
	display: block;
	padding: 0 0 24px;
}

.wpcf7-form .row.row-radio .row-txt .wpcf7-form-control-wrap .wpcf7-list-item {
	display: block;
	overflow: hidden;
}

.wpcf7-form .row-txt {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 0 0 22px;
}

.wpcf7-form .row-txt .text {
	display: block;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	padding: 0 0 5px;
}

.wpcf7-form .row-txt .text a {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid #1c477f;
	color: #1c477f;
	line-height: 18px;
}

.wpcf7-form .row-txt .text a:hover {
	border-bottom-color: transparent;
}

.wpcf7-form .row-txt .wpcf7-form-control-wrap {
	text-align: left;
	max-width: 255px;
	display: block;
	margin: -6px auto 0;
}

.wpcf7-form .row-txt .wpcf7-form-control-wrap .wpcf7-list-item {
	padding: 0 0 18px;
	display: block;
	margin: 0;
}

.wpcf7-form .row-txt .wpcf7-form-control-wrap .wpcf7-list-item:after {
	display: none;
}

.wpcf7-form .row-txt .wpcf7-form-control-wrap .wpcf7-list-item label {
	width: auto;
	padding: 0;
}

.wpcf7-form .row-txt .wpcf7-form-control-wrap .wpcf7-list-item-label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	width: auto;
	font: 300 14px/22px "Helvetica", "Arial", "Helvetica Neue", sans-serif;
}

.wpcf7-form .row-txt .wpcf7-form-control-wrap input[type="radio"] {
	display: none;
}

.wpcf7-form .row-txt .wpcf7-form-control-wrap input[type="radio"] + .wpcf7-list-item-label {
	padding: 0 0 0 33px;
}

.wpcf7-form .row-txt .wpcf7-form-control-wrap input[type="radio"] + .wpcf7-list-item-label:before {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	background: #fff;
	border: 1px solid #979797;
	margin: 0 13px 0 0;
	top: 0;
	left: 0;
	border-radius: 50%;
}

.wpcf7-form .row-txt .wpcf7-form-control-wrap input[type="radio"]:checked + .wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	height: 18px;
	width: 18px;
	top: 1px;
	left: 1px;
	border-radius: 50%;
	background: #c0e4ec;
}

.wpcf7-form .row-txt .wpcf7-form-control-wrap input[type="radio"]:checked + .wpcf7-list-item-label:before {
	background: #c0e4ec;
}

.wpcf7-form .row-txt .checkbox-307 {
	padding: 23px 0 20px;
	margin: 0 auto;
	display: block;
}

.wpcf7-form .row-txt .checkbox-307 .wpcf7-list-item {
	overflow: hidden;
}

.wpcf7-form .row-txt .checkbox-307 .wpcf7-list-item-label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

.wpcf7-form .row-txt .checkbox-307 .wpcf7-exclusive-checkbox {
	display: block;
	margin: 0 0 0 -7px;
}

.wpcf7-form .row-txt .checkbox-307 input[type="checkbox"] {
	display: none;
}

.wpcf7-form .row-txt .checkbox-307 input[type="checkbox"] + .wpcf7-list-item-label {
	padding: 0 0 0 33px;
}

.wpcf7-form .row-txt .checkbox-307 input[type="checkbox"] + .wpcf7-list-item-label:before {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	background: #fff;
	border: 1px solid #979797;
	margin: 0 13px 0 0;
	top: 1px;
	left: 0;
}

.wpcf7-form .row-txt .checkbox-307 input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	height: 11px;
	width: 13px;
	top: 8px;
	left: 10px;
	margin: -3px 0 0 -6px;
	background: url(images/check.png) no-repeat;
}

.wpcf7-form .row-txt .checkbox-307 input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
	background: #c0e4ec;
}

.wpcf7-form .row-txt .txt {
	display: block;
	font-size: 10px;
	font-weight: 400;
	padding: 0 0 20px 20px;
	margin: -12px 0 0;
}

.wpcf7-form h2 {
	font-size: 14px;
	line-height: 26px;
	font-weight: 700;
	margin: 0 0 25px;
}

.wpcf7-form h3 {
	font: 14px/26px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	margin: -7px 0 20px;
}

.wpcf7-form .box-hold {
	width: 100%;
	overflow: hidden;
	padding: 0 0 15px;
	text-align: center;
}

.wpcf7-form .box-hold h2 {
	margin: 0 0 20px;
}

.wpcf7-form .wpcf7-validation-errors {
	text-align: center;
	color: #f00;
	font-size: 12px;
	line-height: 14px;
	display: block;
	padding: 15px;
}

.wpcf7-form .wpcf7-validation-errors {
	border: 2px solid #f00;
	border-radius: 3px;
}

.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	display: block;
	margin: 5px 0 0;
}

.block-text {
	max-width: 620px;
	margin: 0 auto;
	overflow: hidden;
	background: #f7f6f3;
	padding: 16px 23px;
	font-size: 14px;
	line-height: 22px;
}

.block-text p {
	margin: 0;
}

.pagination-holder {
	width: 100%;
	position: relative;
}

#footer {
	width: 100%;
	overflow: hidden;
	background: #003b71;
	padding: 65px 0;
	color: #fff;
}

.footer-holder {
	max-width: 160px;
	margin: 0 auto;
	position: relative;
}


.footer-holder .col p {
	margin: 0;
	font-weight:300;
}

.footer-holder .col a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-weight: 300;
	position:relative;
}

.footer-holder .col a.link::after,
.footer-holder .col .menu-nyttig-container a::after {
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	height: 1em;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-top: 6px;
}

.footer-holder .col a:hover::after {
	border-bottom-color: transparent;
}

.footer-holder .col .socialnetworks {
	width: 100%;
	padding: 0 0 37px;
	font-weight: 300;
}

.footer-holder .col .socialnetworks li {
	overflow: hidden;
}

.footer-holder .col .socialnetworks span {
	display: inline-block;
	vertical-align: middle;
}

.footer-holder .col .socialnetworks a {
	color: #fff;
	text-decoration: none;
	border: none;
}

.footer-holder .col .socialnetworks a:hover {
	opacity: .7;
}

.footer-holder .col .socialnetworks i {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1;
	margin: 0 4px 0 0;
	width: 13px;
}

.footer-holder .col ul li {
	overflow: hidden;
}

.footer-holder address {
	width: 100%;
	overflow: hidden;
	margin: 0 0 25px;
	font-weight: 300;
	font-style: normal;
}

.footer-holder address span {
	display: block;
}

.footer-holder address .mail,
.footer-holder address .tel {
	text-decoration: none;
	color: #fff;
	border: none;
}

.footer-holder address .mail:hover,
.footer-holder address .tel:hover {
	opacity: .7;
}

.footer-holder .title {
	font: 700 14px/16px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	margin: 0 0 20px;
	display: block;
}



.logo-footer a {
	display: inline-block;
}

@media (min-width: 480px) {
	.visual .text h1, .visual .text h2 {
		font-size: 48px;
		line-height: 51px;
	}

	.error-txt {
		max-width: 470px;
		margin: 0 auto 39px;
	}

	.error-img {
		max-width: 470px;
		margin: 0 auto;
	}

	.wpcf7-form .row.row-radio .row-txt p span {
		display: block;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.navigation {
		padding: 40px 0 0;
		text-align: center;
		letter-spacing: -4px;
		font-size: 0;
		line-height: 0;
	}

	.navigation .nav-links {
		display: inline-block;
		letter-spacing: normal;
		max-width: none;
		margin: 0;
	}

	.navigation .page-numbers {
		display: block;
	}

	.navigation .page-numbers.next,
	.navigation .page-numbers.prev {
		background: none;
		display: block;
	}

	.block-pagination-count {
		display: none;
	}

	.navigation-comments .next a,
	.navigation-comments .prev a,
	.navigation-single .next a,
	.navigation-single .prev a {
		background: none;
	}

	.navigation-comments .page-numbers {
		margin: 0 10px 10px;
		font-size: 14px;
		padding: 2px 2px 0;
		min-width: 25px;
		height: 25px;
	}

	.navigation-comments .page-numbers.next,
	.navigation-comments .page-numbers.prev {
		background: none;
		margin: 0 10px 0 0;
		padding: 1px 5px 0;
	}

	.navigation-comments .page-numbers.next {
		margin: 0 0 0 10px;
	}

	.header-holder {
		padding: 11px 0 5px;
	}

	.header-holder .btn {
		display: block;
	}

	.header-panel {
		padding: 0 40px;
	}

	.header-panel .hold {
		width: 20%;
	}

	.opener-panel {
		margin: 11px 0 0 0;
	}

	.opener-panel.close {
		margin: 20px 0 45px;
	}

	.nav-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		overflow: visible;
		padding: 0 0 44px;
	}

	.nav-block .col {
		width: 50%;
	}

	.nav-block .col:first-child {
		border-right: 1px solid #003a73;
		border-bottom: 0;
	}

	.nav-block .nav-box {
		padding: 0;
	}

	.nav-block .nav-box.on {
		padding-left: 0;
	}

	.nav-block .nav-box.on #nav {
		display: block;
		position: relative;
		z-index: 5;
		padding: 0;
		width: 50%;
	}

	.nav-block .nav-box.on .slide-submenu {
		padding: 0 0 0 6px;
	}

	.nav-block #nav {
		margin: -10px 0 0;
		font-weight: 400;
		padding: 0 0 0 80px;
		font: 24px/28px "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
		-webkit-transition: padding .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1);
		transition: padding .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1);
		width: 100%;
	}

	.nav-block #nav li {
		padding: 0 0 18px;
	}

	.nav-block #nav li.has-drop-down > a:hover {
		letter-spacing: -.5px;
	}

	.nav-block #nav li.has-drop-down > a:hover:after {
		color: #e12726;
	}

	.nav-block #nav li.has-drop-down.active > a:after {
		color: #e12726;
	}

	.nav-block .list-doc {
		padding: 33px 0 0 60px;
	}

	.nav-block .list-doc li {
		padding: 0 10px 57px;
		width: 41%;
		text-align: center;
		font-size: 14px;
		line-height: 23px;
		font-weight: 400;
	}

	.nav-block .list-doc li span {
		padding: 0;
	}

	.nav-block .list-doc .img-hold {
		width: 100%;
		float: none;
		margin: 0 0 22px;
	}

	.slide-search .container {
		padding: 0 40px;
	}

	.opener-search {
		margin: 7px 0 0;
		width: 22px;
		height: 22px;
	}

	.opener-search i {
		font-size: 22px;
	}

	.logo-header {
		width: 136px;
	}

	.nav-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.slide-submenu {
		font-size: 17px;
		margin: -3px 0 0;
	}

	.slide-submenu.on {
		-webkit-transition: opacity .3s .3s ease;
		transition: opacity .3s .3s ease;
	}

	.slide-submenu {
		width: 50%;
	}

	.slide-submenu .heading {
		display: none;
	}

	.slide-submenu ul {
		padding: 0 10px 0 0;
		-webkit-transition: none;
		transition: none;
	}

	.slide-submenu ul li {
		padding: 0 0 18px;
	}

	.slide-submenu ul a:hover {
		font-weight: 700;
	}

	.form-hold {
		padding: 66px 0 155px;
	}

	.search-form input[type="search"] {
		height: 64px;
		padding: 18px 70px 10px 31px;
	}

	.search-form button {
		width: 64px;
		height: 64px;
	}

	.search-form button i {
		width: 25px;
		font-size: 25px;
		top: 21px;
	}

	.ui-autocomplete {
		top: 15px !important;
	}

	.ui-autocomplete li {
		padding: 16px 40px 11px;
	}

	.filter-active .twocolumns .aside {
		position: static;
		height: auto;
		overflow: hidden;
		width: 31.9%;
		padding: 0;
	}

	.filter-active .twocolumns .filter-hold {
		top: auto !important;
		position: static !important;
		left: auto !important;
		border: none;
	}

	.filter-active .twocolumns .filter-info {
		padding: 15px 10px 17px;
		margin: 0 0 25px;
	}

	.filter-active .twocolumns .form-filter {
		padding: 0;
	}

	.visual {
		height: 474px;
	}

	/*.visual .text {
		bottom: 47px;
	}*/

	.visual .text h1, .visual .text h2 {
		font-size: 52px;
		line-height: 58px;
		margin: 0 0 16px;
	}

	.visual .text h3 {
		margin: 0 0 20px;
	}

	.section-content {
		padding: 65px 0 50px;
	}

	.section-content .block-inf {
		padding: 0 0 90px;
	}

	.section-content .block-inf a {
		margin: 0 10px;
		display: inline-block;
		vertical-align: top;
		width: 300px;
	}

	.section-content .illustration {
		padding: 45px 0 0;
		margin: 0 0 65px;
	}

	.section-content .block-ad {
		padding: 0;
	}

	.threecolumns {
		padding: 0 0 40px;
	}

	.threecolumns .row {
		margin: 0 -10px;
	}

	.threecolumns .row {
		letter-spacing: -4px;
		font-size: 0;
		line-height: 0;
	}

	.threecolumns .col {
		width: 33.33%;
		padding: 0 10px;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		font-size: 14px;
		line-height: 22px;
	}

	.threecolumns .col p {
		margin: 0 0 25px;
	}

	.threecolumns .img-hold {
		width: 88px;
		height: 88px;
		margin: 0 auto 25px;
	}

	.threecolumns h2 {
		margin: 0 0 25px;
		font-size: 20px;
		line-height: 26px;
	}

	.block-post {
		border: none;
		padding: 0;
		margin: 0;
	}

	.block-post .row {
		letter-spacing: -4px;
		margin: 0 -10px;
	}

	.block-post h2 {
		margin: 0 0 72px;
		font-size: 22px;
		line-height: 30px;
		font-weight: 700;
	}

	.block-post .col {
		width: 33.33%;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		padding: 0 10px 20px;
		border: none;
	}

	.block-post .col:only-child {
		margin: 0 auto;
		display: block;
		width: 300px;
	}

	.block-post .col:first-child {
		padding: 0 10px 20px;
	}

	.block-post .post {
		padding: 0;
		margin: 0;
	}

	.block-post .post .txt {
		margin: 0 0 25px;
		text-align: left;
	}

	.block-post .post .box-title {
		margin: 0 0 25px;
		text-align: left;
	}

	.block-post .post .text {
		text-align: left;
	}

	.block-post .post .text p {
		margin: 0 0 25px;
	}

	.block-post .img-hold {
		margin: 0 0 25px;
	}

	.block-post.modules {
		padding: 30px 0 0;
	}

	.block-post.modules h2 {
		font-size: 20px;
	}

	.block-post.modules .post .box-title {
		padding: 25px 30px 8px;
	}

	.block-post.modules .post .text p {
		margin: 20px 0 30px;
	}

	.block-post.modules .post .text .txt {
		margin: 0 0 13px;
	}

	.block-post.modules .col {
		max-width: none;
		margin: 0;
		padding: 0 10px 25px;
	}

	.block-post.modules .col:first-child {
		padding: 0 10px 25px;
	}

	.block-post.modules .col:only-child {
		margin: 0 auto;
	}

	.block-post.modules h2 {
		font-size: 20px;
		margin: 0 0 65px;
	}

	.block-post.box-modules .col {
		padding: 0 10px 28px;
		max-width: none;
	}

	.block-post.box-modules .post .text {
		padding: 0 0 50px;
	}

	.block-post.box-modules h2 {
		font-size: 20px;
		margin: 0 0 65px;
	}

	.content-info {
		padding: 90px 0;
		border: 1px solid #f7f6f3;
	}

	.content-info h1 {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 81px;
	}

	.content-info.result .twocolumns .filter-hold {
		margin: 0;
	}

	.content-info.result .content-block:only-child .filter-block {
		margin: 0 auto 25px;
	}

	.twocolumns .aside {
		position: static;
		width: 31.9%;
		float: left;
		background: transparent;
		height: auto;
		overflow: hidden;
		opacity: 1;
		visibility: visible;
		-webkit-transition: none;
		transition: none;
		height: auto;
	}

	.twocolumns .content-block {
		width: 65.96%;
		float: right;
	}

	.twocolumns .filter-hold {
		margin: 0 0 25px;
	}

	.twocolumns .filter-info {
		padding: 16px 10px;
		text-align: center;
	}

	.twocolumns .filter-info .link-filter {
		display: none;
	}

	.twocolumns .filter-info strong {
		font-weight: 400;
		float: none;
	}

	.twocolumns .filter-info strong span {
		display: inline-block;
	}

	.twocolumns .filter-block {
		height: auto;
		margin: 0 0 20px;
	}

	.twocolumns .fixed-position {
		position: static !important;
		left: auto !important;
		height: auto;
		background: transparent;
	}

	.block-filter {
		margin: 0 0 25px;
		border-top: 0;
		padding: 30px 30px 0;
	}

	.block-filter:first-child {
		padding: 26px 30px 0;
	}

	.block-filter h2 {
		margin: 0 0 28px;
		text-align: center;
	}

	.block-filter ul li {
		padding: 0 0 27px;
	}

	.block-filter ul ul {
		padding: 25px 0 0 30px;
		margin: 0 0 -25px;
	}

	.list-articles ul li {
		margin: 0 0 25px;
	}

	.list-articles ul li .rating-post span {
		padding: 0 9px 0 0;
	}

	.list-articles ul li .rating-list li {
		margin: 0 2px;
		width: 18px;
	}

	.list-articles ul .img-hold {
		width: 140px;
		float: left;
		display: block;
	}

	.list-articles ul .text {
		width: 77.42%;
		padding: 10px 51px 10px 20px;
		border-width: 1px 1px 1px 0;
		border-radius: 0 2px 2px 0;
	}

	.list-articles ul .text:after {
		right: 28px;
	}

	.list-articles ul .text .text-hold {
		height: 72px;
	}

	.list-articles ul .text .txt {
		margin: 0 0 10px;
	}

	.list-articles ul .text h2 {
		margin: 0 0 7px;
	}

	.rating-post {
		padding: 0;
	}

	.rating-list {
		padding: 8px 0 35px;
	}

	.illustration {
		margin: 0 0 60px;
	}

	.illustration .btn-prev,
	.illustration .btn-next {
		top: 48.5%;
		left: 21px;
		width: 55px;
		height: 55px;
		padding: 14px 0 0 4px;
	}

	.illustration .btn-prev img,
	.illustration .btn-next img {
		width: 16px;
	}

	.illustration .btn-next {
		right: 21px;
		left: auto;
	}

	.illustration .picture h1,
	.illustration .picture .h1 {
		font-size: 28px;
		line-height: 35px;
	}

	.illustration .picture .picture-content {
		bottom: 55px;
		min-height: 122px;
		padding: 20px 25px 10px;
	}

	.illustration .media > iframe {
		height: calc(66.4vw - 80px);
	}

	.illustration .media.map + figcaption {
		text-align: center;
		padding: 25px 0 30px;
	}

	.illustration .media.map {
		padding: 0;
	}

	.illustration figcaption {
		max-width: 610px;
		margin: 0 auto;
		padding-top: 25px;
		padding: 25px 0 0;
	}

	.illustration .box-cur {
		bottom: 15px;
		right: 10%;
		max-width: 100px;
		height: 30px;
		padding: 8px 5px 3px;
	}

	.open-close {
		margin-bottom: 65px;
	}

	.open-close .slide-nav .row {
		padding: 18px 10.63% 6px;
	}

	.open-close .slide-nav .title {
		margin-bottom: 8px;
		font-size: 20px;
		text-align: center;
	}

	.open-close .slide-nav .btn-wrap {
		padding: 30px 0 45px;
	}

	.txt-box h1,
	.txt-box .h1,
	.txt-box h2,
	.txt-box .h2,
	.txt-box h3,
	.txt-box .h3,
	.txt-box h4,
	.txt-box .h4,
	.txt-box h5,
	.txt-box .h5,
	.txt-box h6,
	.txt-box .h6,
	.txt-box .h {
		margin-bottom: 20px;
	}

	.txt-box h1,
	.txt-box .h1 {
		font-size: 24px;
	}

	.txt-box h2,
	.txt-box .h2 {
		font-size: 20px;
		margin: 0 0 24px;
	}

	.txt-box p {
		margin-bottom: 1.6em;
	}

	.txt-box h3,
	.txt-box .h3 {
		margin: 0 0 24px;
	}

	#content {
		padding: 90px 0 70px;
		border: 1px solid #f7f6f3;
	}

	#content .container {
		padding: 0 40px;
	}

	#content .post {
		margin: 0 auto 62px;
	}

	#content .post header {
		margin: -5px 0 0;
	}

	#content .post .slogan {
		margin-bottom: 18px;
	}

	#content .post h1 {
		font-size: 28px;
		margin-bottom: 17px;
	}

	#content .post footer {
		padding-top: 75px;
	}

	#content .post.text-info {
		margin: 0 auto;
	}

	#content .post.text-info header {
		margin: 0;
	}

	#content .post.text-info h1 {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 65px;
	}

	#content ul:not([id]):not([class]) {
		margin: 0 0 22px;
	}

	#content blockquote {
		padding: 5px 0 0;
	}

	#content blockquote p {
		margin: 0 10px 0 0;
	}

	.error-block h1 {
		font-size: 28px;
	}

	.error-content {
		padding: 43px 0 60px;
		overflow: hidden;
	}

	.error-txt {
		font-size: 28px;
		text-align: left;
		padding: 3px 5px 0 0;
		float: right;
		width: 48.93%;
		margin: 0;
		font-size: 24px;
		line-height: 30px;
	}

	.error-txt strong {
		margin-bottom: 3px;
		font-weight: 700;
	}

	.error-txt .small {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.error-img {
		float: left;
		margin: 0;
		max-width: none;
		width: 48.93%;
	}

	.error-img .error-name {
		margin: -10px 0 0;
	}

	.block-ad {
		padding: 30px 0 0;
		margin: 0 0 -20px;
	}

	.block-ad .row {
		margin: 0 -10px;
	}

	.block-ad .box-ad {
		width: 33.33%;
		display: inline-block;
		margin: 0;
		padding: 0 10px 20px;
		vertical-align: top;
	}

	.block-ad .box-ad:only-child {
		width: 33.33%;
	}

	.block-ad .img-hold {
		text-align: left;
	}

	.block-result {
		display: block;
	}

	.block-result .search-form input[type="search"] {
		padding: 11px 70px 10px 37px;
	}

	.block-result .ui-autocomplete li {
		padding: 11px 37px 11px;
	}

	.block-result.search {
		padding: 0;
		margin: -15px 0 0;
	}

	.block-result.search button {
		background: #003b71;
		color: #fff;
	}

	.block-result.search .box-result {
		font-weight: 400;
		line-height: 23px;
		padding: 13px 5px 14px;
		max-width: 620px;
		margin: 65px auto 0;
	}

	.text-block {
		max-width: 620px;
		margin: 0 auto;
		padding: 0 0 10px;
	}

	.sep {
		margin: 70px 0 35px;
	}

	.sep.sep2 {
		display: none;
	}

	.wpcf7-form .row-btn {
		padding: 40px 0 0 25.8%;
		text-align: left;
	}

	.wpcf7-form .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wpcf7-form .row label {
		width: 160px;
		text-align: left;
		font-weight: 700;
		line-height: 18px;
		padding: 10px 5px 0 0;
	}

	.wpcf7-form .row .wpcf7-form-control-wrap {
		width: 74.19%;
	}

	.wpcf7-form .row .small {
		width: 74.19%;
	}

	.wpcf7-form .row .small .wpcf7-form-control-wrap {
		width: 140px;
		float: left;
	}

	.wpcf7-form .row.row-radio {
		padding: 10px 0 0;
		margin: 0 0 -47px;
	}

	.wpcf7-form .row.row-radio em {
		text-align: left;
		line-height: 18px;
		font-weight: 700;
		width: auto;
		padding: 0;
	}

	.wpcf7-form .row.row-radio .row-txt {
		width: 74.19%;
		padding: 0;
	}

	.wpcf7-form .row.row-radio .row-txt .wpcf7-list-item-label {
		font-family: "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	}

	.wpcf7-form .row.row-radio .row-txt p {
		margin: 0 0 35px;
	}

	.wpcf7-form .row.row-radio .row-txt .wpcf7-form-control-wrap {
		padding: 0 0 30px;
	}

	.wpcf7-form .row.row-radio .row-txt .wpcf7-form-control-wrap .wpcf7-list-item {
		padding: 0 0 27px;
	}

	.wpcf7-form .row-txt {
		text-align: left;
		padding: 0 0 40px;
	}

	.wpcf7-form .row-txt .text {
		font-family: "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
		line-height: 18px;
		text-align: left;
		margin: 0 0 -34px;
		padding: 0;
	}

	.wpcf7-form .row-txt .wpcf7-form-control-wrap {
		margin: 0;
		width: 100%;
		max-width: none;
	}

	.wpcf7-form .row-txt .wpcf7-form-control-wrap .wpcf7-list-item {
		padding: 0 0 24px;
		width: auto;
	}

	.wpcf7-form .row-txt .wpcf7-form-control-wrap .wpcf7-list-item-label {
		line-height: 18px;
		font-weight: 700;
		font-family: "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	}

	.wpcf7-form .row-txt .wpcf7-form-control-wrap input[type="radio"] + .wpcf7-list-item-label {
		padding: 0 0 0 50px;
	}

	.wpcf7-form .row-txt .wpcf7-form-control-wrap input[type="radio"] + .wpcf7-list-item-label:before {
		margin: 0 30px 0 0;
	}

	.wpcf7-form .row-txt .checkbox-307 {
		padding: 40px 0 0;
	}

	.wpcf7-form .row-txt .checkbox-307 .wpcf7-list-item {
		padding: 0 0 20px;
	}

	.wpcf7-form .row-txt .checkbox-307 .wpcf7-list-item-label {
		line-height: 23px;
	}

	.wpcf7-form .row-txt .checkbox-307 .wpcf7-exclusive-checkbox {
		margin: 0;
	}

	.wpcf7-form .row-txt .checkbox-307 input[type="checkbox"] + .wpcf7-list-item-label {
		padding: 0 0 0 50px;
	}

	.wpcf7-form .row-txt .checkbox-307 input[type="checkbox"] + .wpcf7-list-item-label:before {
		margin: 0 30px 0 0;
		top: 0;
	}

	.wpcf7-form .row-txt .txt {
		font-size: 12px;
		padding: 0 0 25px 50px;
		font-family: "Trebuchet MS", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
		margin: -28px 0 0;
	}

	.wpcf7-form h2 {
		font-size: 22px;
		line-height: 30px;
		margin: 0 0 23px;
	}

	.wpcf7-form h3 {
		line-height: 18px;
		font-weight: 700;
		margin: 0 0 26px;
	}

	.wpcf7-form .box-hold {
		padding: 0 0 40px;
		text-align: left;
	}

	.wpcf7-form .box-hold h2 {
		margin: 0 0 23px;
	}

	.block-text {
		padding: 28px 26px;
	}

	

	.footer-holder .col .socialnetworks {
		padding: 0 0 20px;
	}

}

@media (min-width: 1018px) {
	.illustration .media > iframe {
		height: 596px;
	}
}

@media (min-width: 1024px) {
	.nav-block .list-doc {
		padding: 33px 0 0 98px;
	}

	.slide-submenu {
		font-size: 18px;
		line-height: 21px;
	}

	.slide-submenu ul {
		padding: 0 50px 0 0;
	}

	.breadcrumbs {
		display: block;
	}

	.visual .text h1, .visual .text h2 {
		font-size: 62px;
		line-height: 68px;
	}

	.visual .text h3 {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 30px;
	}

	.threecolumns .col {
		padding: 0 5px;
	}

	.threecolumns h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.error-txt {
		font-size: 28px;
		line-height: 35px;
	}

	.error-txt .small {
		margin-bottom: 30px;
	}

	#footer {
		padding: 90px 0;
	}
}

@media (min-width: 1200px) {
	/*.visual .text {
		bottom: 67px;
	}*/

	.visual .text h1, .visual .text h2 {
		font-size: 72px;
		line-height: 78px;
	}

	.visual .text h3 {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 40px;
	}
}

@media (min-width: 1320px) {
	.header-panel .hold {
		width: 20.8%;
		margin: 0 -18.5% 0 0;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.filter-active {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
	}

	.filter-active body {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
	}
}

