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

.language ul,
#nav ul,
.search-form .category-list,
.content-box .item-listing ul,
.sidebar-menu,
.providers-list,
.providers-list ul,
.list ul,
.form .option-list,
.contact-list,
.flex-column .column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

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

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

.startup {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

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

[class^="ico-"],
[class*=" ico-"] {
	/* 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;
}

.ico-note-list:before {
	content: "\e907";
}

.ico-printer:before {
	content: "\e900";
}

.ico-phone:before {
	content: "\e901";
}

.ico-contact:before {
	content: "\e901";
}

.ico-sort-arrows:before {
	content: "\e90a";
}

.ico-world:before {
	content: "\e908";
}

.ico-double-right-arrows:before {
	content: "\e902";
}

.ico-search:before {
	content: "\e903";
}

.ico-checkmark:before {
	content: "\e904";
}

.ico-arrow-down:before {
	content: "\e905";
}

.ico-arrow-up:before {
	content: "\e906";
}

.ico-arrow-point-down:before {
	content: "\e909";
}

.ico-arrow-point-up:before {
	content: "\e90c";
}

.ico-arrow-point-right:before {
	content: "\e90d";
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #424242;
	background: #fff;
	font: 14px/1.29 "Trebuchet MS", "Arimo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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: 30px;
}

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

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

h4,
.h4,
.content-block .presentationbox h1 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: black;
	margin: 22px 0 14px 0;
	text-align: left;
	color: #0068ac;
}

.content-block .presentationbox h1, .headline {
	margin-top: 5px;
	font-size: 20px !important;	
}

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #00f;
}

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

a:hover {
	color: #0000b3;
}

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 {
	box-sizing: border-box;
	padding: .4em .7em;
	width: 100%;
	height: 27px;
	line-height: 21px;
	padding: 1px 6px;
}

.error input[type="text"],
.error
  input[type="tel"],
.error
  input[type="email"],
.error
  input[type="search"],
.error
  input[type="password"],
.error
  textarea {
	border-color: red;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
}

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

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

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

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

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

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

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

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

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 12px;
	width: 12px;
	border-radius: 2px;
}

.jcf-checkbox.jcf-checked {
	border-color: #0068ac;
	background: #0068ac;
}

.error .jcf-checkbox {
	border-color: red;
}

.jcf-checkbox span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	background: #0068ac;
	color: #fff;
}

.jcf-checkbox span:before {
	content: "\e904";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 8px;
	line-height: 11px; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*  :root .jcf-checkbox span {
   margin: -4px 0 0 -5px;
} */

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

.jcf-checkbox.jcf-checked span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 50%;
	margin: 0 3px 0 0;
	height: 12px;
	width: 12px;
}

.jcf-radio.jcf-checked {
	border: 0;
	background: #0068ac;
	height: 13px;
	width: 13px;
}

.error .jcf-radio {
	border-color: red;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	background: #0068ac;
	color: #fff;
}

.jcf-radio span:before {
	content: "\e904";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 8px;
	line-height: 13px; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.jcf-radio.jcf-checked span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 2px solid #b2b2b2;
	background: #fff;
	margin: 0;
	min-width: 64px;
	height: 27px;
	width: 100%;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 15px;
	line-height: 19px;
	margin: 0 13px 0 10px;
	padding: 2px 0;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: transparent;
	width: 13px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:before {
	position: absolute;
	top: 50%;
	right: 3px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\e90a";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 10px;
	line-height: 1;
}

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

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

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

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

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #b2b2b2;
}

/* multiple select styles */

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

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

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

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

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

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

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

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

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

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

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/* ---------------------------------------------------------
    Embedded fonts styles
    Custom form styles
    Common site styles
   ---------------------------------------------------------*/

/* header styles */

#header {
	position: relative;
	z-index: 9;
	background: #0068ac;
	padding: 13px 0 11px;
	border-bottom: 1px solid #131618;
	box-shadow: 0 24px 21px rgba(0, 0, 0, .28);
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/* logo styles */

.logo {
	width: 142px;
	position: relative;
}

.logo img {
	display: block;
}

.logo .slogan {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	color: #333;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 16px;
	letter-spacing: 5px;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/* switch language links */

.language {
	position: absolute;
	right: 53px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.language ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	color: #a8bedf;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
}

.language ul li a {
	color: #a8bedf;
}

.language ul li a:hover {
	color: #fff;
}

.language ul li + li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
}

.language ul li.active a {
	color: #fff;
	font-weight: 700;
}

.sidebar-menu li.noresult,
.sidebar-menu li.noresult a {
    pointer-events: none;
    cursor: default;
    color: #c5c5c5 !important;
}

.sidebar-menu .noresult a::before {
    border: 1px solid #ffffff;
}

/* main navigation of the page */

#nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .25s linear;
	transition: max-height .25s linear;
}

#nav ul {
	font-size: 16px;
	line-height: 18px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .25s linear;
	transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	transition: transform .25s linear, -webkit-transform .25s linear;
	background: #0068ac;
	padding: 20px 10px;
	border-top: 1px solid #fff;
}

#nav ul li {
	margin: 0 0 10px;
}

#nav ul li:last-child {
	padding-right: 0;
}

#nav ul li.active a {
	color: #fff;
	font-weight: 700;
}

#nav ul li a {
	color: #8faed6;
}

#nav ul li a:hover {
	color: #fff;
}

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

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

/* nav opener styles */

.nav-opener {
	width: 25px;
	height: 24px;
	position: absolute;
	right: 10px;
	border: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.nav-opener span {
	overflow: hidden;
	text-indent: -9999px;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	position: absolute;
	top: 10px;
	left: 3px;
	right: 3px;
	height: 2px;
	border-radius: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	width: auto;
}

.nav-opener:after,
.nav-opener:before {
	content: "";
	top: 3px;
}

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

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

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

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

/* ---------------------------------------------------------
     Common site styles
   ---------------------------------------------------------*/

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

a:hover {
	text-decoration: none;
}

/* main container styles */

/* container styles */

.container {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1011px;
	margin-left: auto;
	margin-right: auto;
}

/* btn styles */

.btn, input[type=submit], input[type=button] {
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	outline: none;
	border: 1px solid #16325c;
	display: inline-block;
	vertical-align: top;
	padding: 11px 17px;
	min-width: 150px;
	text-align: center;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.btn.btn-primary, input[type=submit], input[type=button] {
	background: #0068ac;
	color: #fff;
}

input[type=submit], input[type=button] {
	min-width: auto;
	font-size: 14px;
	line-height: 14px;
	padding: 7px 12px;	
}

.btn.btn-primary:hover {
	background: #004979;
}

.btn i {
	font-size: 16px;
	margin: 0 10px 0 0;
}

.d-block {
	display: block;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

/* startup styles */

.startup {
	min-height: calc(100vh - 73px);
}

.startup .container {
	padding-top: 54px;
	padding-bottom: 30px;
}

/* heading styles */

.heading {
	background: #fff;
	color: #0068ac;
	border: 1px solid #c2d1e8;
	text-align: left;
	padding: 6px 15px;
	margin-bottom: 20px;
}

.heading h1,
.content-block h1 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	color: #0068ac;
	margin: 0;
	margin-bottom: 20px;
}

/* search-area styles */

.search-area {
	padding: 25px 15px 10px;
	background: rgba(255, 255, 255, .8);
	border: 1px solid #c2d1e8;
	margin-bottom: 20px;
}

/* search-form styles */

.search-form .button-wrap {
	max-width: 40%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.search-form .input-wrap {
	margin-bottom: 15px;
}

.search-form .btn {
	min-width: 210px;
	margin-bottom: 12px;
}

.search-form .form-left {
	-webkit-box-flex: 1 0 0;
	-ms-flex-positive: 1 0 0 0 0;
	flex-grow: 1;
}

.search-form input[type="search"] {
	height: 43px;
	background: #fff;
	color: #b2b2b2;
	border: 1px solid #c2d1e8;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 16px;
	text-overflow: ellipsis;
}

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

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

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

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

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

.search-form .custom-radio {
	min-height: 13px;
	padding-left: 18px;
	position: relative;
}

.search-form .custom-radio .jcf-radio {
	width: 13px;
	height: 13px;
}

.search-form .category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 10px;
}

.search-form .category-list .jcf-radio {
	background: #e5e5e5;
}

.search-form .category-list li {
	margin: 0 30px 8px 0;
}

.search-form .category-list li:last-child {
	margin-right: 0;
}

/* custom-radio styles */

.custom-radio {
	min-height: 18px;
	padding-left: 18px;
	position: relative;
}

.custom-radio .jcf-radio {
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 3px;
}

.custom-radio label {
	font-size: 14px;
	line-height: 18px;
	color: #424242;
}

/* custom-radio styles */

.custom-checkbox {
	min-height: 18px;
	padding-left: 18px;
	position: relative;
}

.custom-checkbox .jcf-checkbox {
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 3px;
}

.custom-checkbox label {
	font-size: 14px;
	line-height: 18px;
	color: #424242;
}

/* content-box styles */

.content-box {
	padding: 26px 15px 15px;
	background: rgba(255, 255, 255, .8);
	border: 1px solid #c2d1e8;
}

.content-box .listing-wrap {
	width: 100%;
}

.content-box .listing-wrap .column {
	width: 100%;
	margin-bottom: 40px;
}

.content-box .item-listing {
	margin-bottom: 40px;
}

.content-box .item-listing:last-child {
	margin-bottom: 0;
}

.content-box .item-listing .item-title {
	color: #0068ac;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	border-bottom: 1px solid #0068ac;
	padding-bottom: 1px;
	margin-bottom: 13px;
	display: block;
}

.content-box .item-listing ul {
	padding: 0 0 0 6px;
	font-size: 14px;
	line-height: 17px;
}

.content-box .item-listing ul li {
	margin: 0 0 5px;
}

.content-box .item-listing ul li a {
	color: #424242;
}

.content-box .item-listing ul li a:hover {
	color: #0068ac;
}

.content-box .aside {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 20px;
}

/* widget styles */

.widget {
	background: #fff;
	padding: 0 15px 13px;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #c2d1e8;
	margin-bottom: 20px;
}

.widget p {
	margin-bottom: 10px;
}

.widget .widget-title {
	background: #0068ac;
	padding: 17px 15px;
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	display: block;
	margin: 0 -15px 27px;
}

.widget .widget-sub-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 18px;
}

.widget .widget-sub-head .img-holder {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 20px;
	max-width: 50%;
}

.widget .widget-sub-head .img-holder img {
	display: block;
	max-width: 70px;
}

.widget .widget-sub-head .sub-title {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	margin: 0;
	color: #000;
	-webkit-box-flex: 1 0 0;
	-ms-flex-positive: 1 0 0;
	flex-grow: 1;
}

/* two-column styles */

.two-column {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
}

/* main content styles */

/* sidebar styles */

#sidebar {
	overflow: hidden;
	margin-bottom: 15px;
}

.sidebar .open-close {
	line-height: 1.2;
	margin-bottom: 15px;
}

.sidebar .inner-open-close {
	line-height: 1.2;
	margin-bottom: 3px;
}

.sidebar .outer-slide {
	padding: 3px 8px;
}

.sidebar .inner-slide {
	padding: 3px 8px;
}

/* sidebar-menu styles */

.sidebar-menu {
	font-size: 14px;
	line-height: 17px;
}

.sidebar-menu li {
	margin-bottom: 6px;
}

.sidebar-menu li a {
	color: #424242;
	display: inline-block;
	padding-left: 17px;
	position: relative;
	vertical-align: top;
}

.sidebar-menu li a:before {
	-moz-box-align: center;
	-moz-box-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #e5e5e5;
	border: 1px solid #b1b1b1;
	border-radius: 50%;
	color: transparent;
	content: "\e904";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 9px;
	height: 13px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 2px;
	-webkit-transition: border-color .3s ease-in-out 0s, background .3s ease-in-out 0s, color .3s ease-in-out 0s;
	transition: border-color .3s ease-in-out 0s, background .3s ease-in-out 0s, color .3s ease-in-out 0s;
	width: 13px;
}

.sidebar-menu li a:hover {
	color: #446ba6;
}

.sidebar-menu li a:hover:before {
	background: #fff;
	border-color: #446ba6;
}

.sidebar-menu li.active a {
	color: inherit;
}

.sidebar-menu li.active a:before {
	background: #446ba6;
	border-color: #446ba6;
	color: #fff;
}

/* inner-opener, outer-opener styles */

.inner-opener,
.outer-opener {
	color: #424242;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	padding-left: 15px;
	position: relative;
	-webkit-transition: font-weight .3s ease-in-out 0s;
	transition: font-weight .3s ease-in-out 0s;
	vertical-align: top;
}

.inner-opener:before,
.outer-opener:before {
	border-bottom: 6px solid transparent;
	border-left: 6px solid #000;
	border-top: 6px solid transparent;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 1px;
	width: 0;
}

.inner-opener:hover {
	color: #004979;
}

.outer-opener {
	font-weight: 700;
	color: #0068ac;
	border-bottom: 1px solid #0068ac;
	padding: 0 0 2px 15px;
	display: block;
	margin: 0 0 11px;
	text-transform: uppercase;
}

.outer-opener:hover {
	color: #0068ac;
}
	

.outer-opener:before {
	top: 0;
	left: 3px;
}

.outer-active .outer-opener:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.outer-opener:hover {
	color: #004979;
}

.inner-active .inner-opener {
	font-weight: bold;
	color: #000;
}

.inner-active .inner-opener:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* heading-block styles */

.heading-block {
	color: #0068ac;
	border: 1px solid #c2d0e8;
	padding: 15px;
	margin-bottom: 20px;
	background: #eee;
}

.heading-block h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 0;
}

/* content-block styles */

.content-block {
	border: 1px solid #c2d0e8;
	background: #eee;
	padding: 14px 15px;
	margin-bottom: 30px;
}

/* ads-banner styles */

.ads-banner {
	text-align: center;
}

.ads-banner img {
	vertical-align: top;
}

/* result-block styles */

.result-block {
	padding: 10px 0 0;
	margin: 0 -7px 23px;
}

.result-block .block-title {
	background: #0067ac;
	display: block;
	margin: 0;
	padding: 6px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

/* table-wrap styles */

.table-wrap {
	overflow-x: auto;
}

/* table styles */

.table {
	min-width: 550px;
	table-layout: fixed;
	width: 100%;
	font-size: 11px;
	line-height: 14px;
}

.table thead {
	border-bottom: 12px solid #eee;
}

.table th {
	background: #a8bedf;
	padding: 6px 5px;
}

.table td {
	padding: 9px 5px;
	background: #eee;
}

.table .arrow {
	color: #0067ac;
	font-size: 9px;
}

.table .arrow:hover {
	color: #00f;
}

.table tr:nth-child(odd) td {
	background: #d9d9d9;
}

.table td,
.table th {
	width: 15%;
	text-align: left;
	vertical-align: top;
	word-wrap: break-word;
}

.table td:first-child,
.table th:first-child {
	width: 47.5%;
}

.table td:nth-child(3),
.table th:nth-child(3) {
	width: 15%;
}

.table td:last-child,
.table th:last-child {
	width: 13.5%;
}

.table .title {
	color: #00f;
	display: block;
	font-weight: 400;
}

.table .sub-title {
	color: #666;
	display: block;
}

/* providers-list styles */

.providers-list {
	padding: 3px 0 0;
	overflow: hidden;
}

.providers-list .title {
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	color: #0068ac;
	display: block;
	border-bottom: 1px solid #0068ac;
	text-transform: uppercase;
	margin: 0 0 25px;
}

.providers-list > li {
	margin: 0 0 30px;
}

.providers-list ul {
	padding: 0 0 0 5px;
	font-size: 14px;
	line-height: 17px;
	overflow: hidden;
}

.providers-list ul > li {
	margin: 0 0 9px;
}

.providers-list ul > li a {
	color: #424242;
}

.providers-list ul > li a:hover {
	color: #0068ac;
}

/* white-box styles */

.white-box {
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px 10px 8px;
	margin-bottom: 25px;
}

/* presentationbox styles */

.presentationbox .title {
	display: block;
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #000;
}

.presentationbox .box .box-left {
	-webkit-box-flex: 1 0 0;
	-ms-flex-positive: 1 0 0;
	flex-grow: 1;
	margin-bottom: 20px;
}

.presentationbox .info-list {
	padding: 0;
}

/* info-list styles */

.info-list {
	margin: 0 0 12px;
	padding-top: 15px;
}

.info-list dt {
	margin: 0;
	font-weight: 700;
}

.info-list dd {
	margin: 0;
}

/* post styles */

.post {
	margin-bottom: 14px;
}

.post .img-holder {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 auto 30px;
	text-align: center;
}

.post .img-holder.mr-top4 {
	margin-top: 4px;
}

.post .img-holder img {
	vertical-align: top;
}

.post .description {
	-webkit-box-flex: 1 0 0;
	-ms-flex-positive: 1 0 0;
	flex-grow: 1;
}

.post p {
	margin: 0 0 9px;
}

.post strong {
}

.post .text-wrap {
	overflow: hidden;
	text-align: justify;
	line-height: 1.3em;
}

.post .text-wrap ul {
	text-align: left;
}

.post a {
}

.post a:hover {
	color: #0068ac;
}

.post h3,
.post h2 {
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	color: #000;
	margin: 0 0 15px;
}

/* list styles */

.list {
	margin-bottom: 15px;
}

.list ul li {
	padding: 0 0 0 25px;
	position: relative;
}

.list ul li:before {
	position: absolute;
	display: block;
	content: "";
	top: 6px;
	bottom: auto;
	left: 7px;
	right: auto;
}

.list ul li:before {
	background: #424242;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

/* form styles */

.form.white-box {
	padding: 25px 10px 30px;
}

.form h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 18px;
}

.form .form-group {
	margin: 0 0 5px;
}

.form .form-group.extra {
	margin-bottom: 5px;
}

.form .form-group .label,
.form .form-group label {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 3px;
}

.form .form-group .custom-control-label {
	width: auto;
	display: inline-block;
}

.form .input-wrap.short .jcf-select {
	width: 80px;
}

.form .tel-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1 0 0;
	-ms-flex-positive: 1 0 0;
	flex-grow: 1;
}

.form .tel-wrap .input-wrap {
	width: calc(100% - 60px);
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.form .tel-wrap .input-wrap:first-child {
	width: 56px;
}

.form .btn {
	width: 100%;
}

.form .btn-wrap {
	text-align: right;
	padding-top: 10px;
}

.form .option-list {
	margin-bottom: 3px;
}

.form .option-list .custom-control {
	margin-bottom: 10px;
}

.form .option-list .custom-control:last-child {
	margin-bottom: 0;
}

.form .custom-control {
	padding: 0 0 0 17px;
	margin-bottom: 15px;
}

.form.error-validation .error-box {
	display: block;
}

.form.success-validation .success-box {
	display: block;
}

.form .success-box {
	padding: 20px 15px;
	text-align: center;
	background: green;
	color: #fff;
	margin: 15px 0 0;
	display: none;
}

.form .success-box h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

.form .error-box {
	padding: 20px 15px;
	text-align: center;
	background: red;
	color: #fff;
	margin: 15px 0 0;
	display: none;
}

.form .error-box h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

.icon-logo img {
	display: block;
}

/* contact-info styles */

.contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 25px;
}

.contact-info h2 {
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	margin: 0 0 10px;
}

/* contact styles */

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

.contact-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	font-size: 14px;
	line-height: 20px;
}

.contact-list .icon {
	width: 24px;
	height: 20px;
	position: relative;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 5px 0 0;
}

.contact-list .icon:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	background-image: url("/images/sprite-new.png");
	background-repeat: no-repeat;
}

.contact-list .icon.phone:before {
	width: 15px;
	height: 12px;
	background-position: -193px -5px;
}

.contact-list .icon.mail:before {
	width: 15px;
	height: 10px;
	background-position: -73px -6px;
}

.contact-list .icon.fax:before {
	width: 15px;
	height: 15px;
	background-position: -0px -4px;
}

.contact-list .icon.global:before {
	width: 17px;
	height: 17px;
	background-position: -121px -4px;
}

.contact-list .icon.route:before {
	width: 24px;
	height: 15px;
	background-position: -90px -5px;
}

.contact-list .tel {
	color: #424242;
}

/* contact-box styles */

.contact-box {
	margin-bottom: 30px;
}

.contact-box .adres {
	font-style: normal;
}

.contact-box .adres .title {
	color: #000;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}

/* footer styles */

#footer {
	background: #0068ac;
	color: #fff;
	padding-top: 18px;
	padding-bottom: 10px;
	font-size: 1em;	
}

#footer .flex-column .column .title {
	font-size: 1.0em;	
}

#footer .flex-column .column ul {
	font-size: 1em;	
}

/* flex-column styles */

.flex-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.flex-column .column {
	-webkit-box-flex: 1 0 0;
	-ms-flex-positive: 1 0 0;
	flex-grow: 1;
	padding-right: 15px;
	width: 100%;
	margin-bottom: 15px;
}

.flex-column .column .title {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	display: block;
	margin: 0 0 12px;
}

.flex-column .column ul {
	font-size: 14px;
	line-height: 16px;
}

.flex-column .column ul li {
	margin: 0 0 3px;
}

.flex-column .column ul li a {
	color: #8faed6;
}

@media (min-width: 480px) {
	.content-box .listing-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.content-box .listing-wrap .column {
		width: 47%;
	}

	.info-list {
	    width: 460px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.info-list dt {
		width: 161px;
		padding: 0 10px 0 0;
		font-weight: 400;
	}

	.info-list dd {
		width: calc(100% - 176px);
	}

	.post h3,
	.post h2 {
		font-size: 16px;
		line-height: 19px;
		color: #0068ac;
	}

	.list ul li {
		padding: 0 0 0 40px;
	}

	.list ul li:before {
		left: 27px;
	}

	.form .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 0 2px;
	}

	.form .form-group .label,
	.form .form-group label {
		width: 99px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 0;
	}

	.form .input-wrap {
		width: calc(100% - 99px);
	}

	.form .btn {
		width: calc(100% - 99px);
	}

	.form .option-list {
		width: calc(100% - 99px);
	}

	.contact-info h2 {
		font-size: 16px;
		line-height: 19px;
	}

	.contact-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.contact-box .alignleft {
		width: 48%;
	}

	.contact-box .alignright {
		width: 48%;	
	}

	.flex-column .column {
		width: 50%;
	}
}

@media (min-width: 768px) {
	#header {
		padding: 17px 0 11px;
	}

	.logo {
		width: 170px;
	}

	.logo .slogan {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 7px;
	}

	.language {
		right: 18px;
		bottom: 7px;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.language ul {
		font-size: 14px;
		line-height: 18px;
	}

	#nav {
		padding: 0 82px 0 0;
		-webkit-box-flex: 1 0 0;
		-ms-flex-positive: 1 0 0;
		flex-grow: 1;
		position: static;
		max-height: none;
		margin: 0 0 -3px;
	}

	#nav ul {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		background: transparent;
		padding: 0;
		border: 0;
	}

	#nav ul li {
		margin: 0 15px;
	}

	.nav-opener {
		display: none;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.btn {
		font-size: 16px;
		line-height: 25px;
		padding: 11px 20px;
	}

	.heading h1 {
		font-size: 23px;
		line-height: 27px;
	}

	.search-area {
		padding: 29px 20px 10px;
	}

	.search-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.search-form .button-wrap {
		margin-left: 20px;
	}

	.search-form .input-wrap {
		margin-bottom: 17px;
	}

	.search-form input[type="search"] {
		height: 49px;
		padding: 11px 16px;
		font-size: 21px;
		line-height: 25px;
	}

	.search-form .category-list {
		margin-bottom: 0;
	}

	.search-form .category-list li {
		margin: 0 30px 14px 0;
	}

	.content-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 26px 20px;
	}

	.content-box .listing-wrap {
		width: 481px;
	}

	.content-box .listing-wrap .column {
		width: 178px;
	}

	.content-box .listing-wrap .column {
		margin-bottom: 0;
	}

	.content-box .item-listing {
		margin-bottom: 49px;
	}

	.content-box .aside {
		width: 285px;
		margin: 3px 0 0 20px;
		max-width: none;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.two-column {
		padding-top: 60px;
		padding-bottom: 10px;
	}

	.sidebar .open-close {
		margin-bottom: 30px;
	}

	.sidebar .inner-slide {
		padding: 3px 8px 3px 15px;
	}

	.heading-block h1 {
		font-size: 23px;
		line-height: 27px;
	}

	.content-block {
		padding: 14px 20px;
		margin-bottom: 40px;
	}

	.result-block {
		margin: 0 -11px 23px;
	}

	.table {
		font-size: 14px;
		line-height: 18px;
	}

	.table th {
		padding: 6px 9px;
	}

	.table td {
		padding: 9px;
	}

	.table .arrow {
		font-size: 13px;
	}

	.table td:first-child,
	.table th:first-child {
		width: 47.5%;
	}

	.table td:nth-child(3),
	.table th:nth-child(3) {
		width: 14%;
	}
	
	.table td:nth-child(4),
	.table th:nth-child(4) {
		width: 9%;
	}

	.providers-list > li {
		margin: 0 0 43px;
	}

	.providers-list ul > li {
		margin: 0 0 5px;
	}

	.presentationbox .title {
		font-size: 19px;
		line-height: 22px;
	}

	.presentationbox .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.presentationbox .box .box-left {
		margin-bottom: 0;
	}

	.presentationbox .box .box-right {
		display: flex;
		align-items: center;
		justify-content: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		max-width: 40%;
		margin: 0 0 0 24px;
	}

	.post {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		margin-bottom: 16px;
	}

	.post.reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse nowrap;
		flex-flow: row-reverse nowrap;
	}

	.post.reverse .img-holder {
		margin: 36px 0 0 20px;
	}

	.post .img-holder {
		max-width: 40%;
		margin: 36px 20px 0 0;
	}

	.form .form-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.form .alignleft {
		width: 420px;
	}

	.form .alignright {
		width: 170px;
		padding: 20px 0 0;
	}

	.contact-info {
		margin-bottom: 45px;
	}

	.contact-box .alignright {
		min-width: 210px;
	}

	.flex-column {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.flex-column .column {
		width: 24%;
	}

	.flex-column .column:first-child {
		width: 21%;
	}

	.flex-column .column:last-child {
		width: 31%;
		text-align: right;
		padding-right: 0;
	}
}

@media (min-width: 1024px) {
	.logo {
		width: 243px;
	}

	.logo .slogan {
		letter-spacing: 14.4px;
	}

	#nav ul li {
		margin: 0 36px;
	}

	.btn {
		padding: 11px 25px;
	}

	.startup .container {
		padding-top: 68px;
	}

	.heading h1 {
		font-size: 30px;
		line-height: 34px;
	}

	.search-area {
		padding: 29px 29px 10px;
	}

	.search-form .category-list li {
		margin: 0 46px 14px 0;
	}

	.content-box {
		padding: 26px 29px;
	}

	.content-box .listing-wrap .column {
		width: 190px;
	}

	.content-box .aside {
		width: 300px;
		position: relative;
	}

	.widget {
		padding: 0 20px 13px;
		height: 250px;
	}

	.widget .widget-title {
		margin: 0 -20px 27px;
		padding: 17px 20px;
	}

	.two-column {
		padding-top: 76px;
		padding-bottom: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	#content {
		-webkit-box-flex: 1 0 0;
		-ms-flex-positive: 1 0 0;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}

	#sidebar {
		width: 244px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 17px;
		margin-bottom: 0;
	}

	.sidebar .open-close {
		margin-bottom: 49px;
	}

	.sidebar .outer-slide {
		padding: 0;
	}

	.inner-opener:before,
	.outer-opener:before {
		top: 2px;
		left: 3px;
	}

	.outer-opener {
		padding: 0 0 2px;
	}

	.outer-opener:before {
		display: none;
	}

	.heading-block h1 {
		font-size: 26px;
		line-height: 30px;
	}

	.content-block {
		margin-bottom: 68px;
	}

	.flex-column .column .title {
		font-size: 16px;
		line-height: 18px;
	}

	.flex-column .column ul {
		font-size: 16px;
		line-height: 18px;
	}
}

@media (max-width: 767px) {
	.hidden-mobile {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-mobile {
		display: none !important;
	}
	
	.listing-wrap {
		order: 2;
	}
	
	.aside {
		order: 1;
	}
	
	.content-box {
		flex-direction: column;
	}
}




.anfragelink a {
	color: #89AACD;
	padding-left: 6px;
}

.newsPic {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;	
}

input, textarea, select {
    font: 100% "Trebuchet MS", Helvetica, sans-serif;
    vertical-align: middle;
    color: #000;
}

.statstable {
	width: 100%;
	border: 1px solid black;	
}

.statstable td,
.statstable th {
	padding: 3px;
	font-size: 9pt;	
	text-align: center;
	border: 1px solid #CCCCCC;
} 

.contact-list input.link {
     background:none!important;
     color:#00f;
     border:none; 
     padding:0!important;
     font: inherit;
     /*border is optional*/
     cursor: pointer;
     text-align: left;
     width: auto;
     
}

/* uploader */
.qq-upload-button  {
  border: 1px solid #16325c !important;
  color: #000 !important;
  display: inline-block;
  padding: 5px 20px !important;
  font-size: 13px;
  line-height: 16px;
  -webkit-transition: color .2s linear, background .2s linear, opacity .2s linear;
  transition: color .2s linear, background .2s linear, opacity .2s linear;
  margin: 0;
  width: auto !important;
}

.qq-upload-button:hover {
  background: #0068ac !important;
  color: #fff !important;
}

.edit-delete-image {
  margin-bottom: .5em;
}

.fhpresentationedit {
	text-align: justify;	
}

.fhpresentationedit ul {
	text-align: left;
}

div.bild img {
    max-width: 92px;
    max-height: 92px;
}

/* bild */
.bildmitte {
	display : block;
  	text-align : center;
	margin: 5px auto;
	padding: 0px !important;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   img.bildmitte {
   	width: 100%;
   }
   
   .text-wrap img :not(.bildrechts) :not(.bildlinks),
   .text-wrap img.libimg {
   	width: 100%;
   }
}


.bildlinks {
	float : left;
	margin: 6px 15px 0px 0px !important;
	padding: 0px !important;
}

.bildrechts {
	float: right;
	margin: 6px 0px 0px 15px !important;
	padding: 0px !important;
}

.bilder div.bild {
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	float: left; 
	width: 92px;
	height: 110px;
}

.bilder div.bild img {
	max-width: 92px;
	max-height: 92px;
}

.abroad dt, .abroad dd {
	display: inline;
	margin: 0px;	
}
}