@import "https://fonts.googleapis.com/css?family=Oswald:300|Roboto+Condensed:300,300i,400,700,700i|Teko:300";/*
Theme Name: WestStar
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: WestStar
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?ftfwr8");
	src: url("fonts/icomoon.eot?ftfwr8#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ftfwr8") format("truetype"), url("fonts/icomoon.woff?ftfwr8") format("woff"), url("fonts/icomoon.svg?ftfwr8#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

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

.icons-gallery:before {
	content: "\e900";
}

.icons-arrow-down:before {
	content: "\e902";
}

.icons-man:before {
	content: "\e901";
}

.icons-phone:before {
	content: "\e906";
}

.icons-left:before {
	content: "\e908";
}

.icons-right:before {
	content: "\e907";
}

.icons-mail:before {
	content: "\e90e";
}

.icons-info_outline:before {
	content: "\e88f";
}

.icons-chevron-small-down:before {
	content: "\e905";
}

.icons-aircraft:before {
	content: "\e904";
}

.icons-transfer:before {
	content: "\e903";
}

#nav,
.popup-holder .popup,
.drop-nav > ul,
.location-list,
.capability-list,
.option-list,
.carousel .location,
.content-box .location,
.personal-contact,
.tabset,
.list-item,
.tab-content .sublist-item,
.select-list,
.dropdown,
.tab-section .tabset,
.tab-section .tab-content .item-list,
.tab-section .tab-content .info-list,
.labels-list,
.checkboxes-list,
.footer-wrapp .footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.dl-horizontal:after,
.main-holder:after,
.main-container:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.drop-nav > ul:after,
.contact-box:after,
.carousel .slide:after,
.tab-content:after,
.tab-content.tab-content-add .img-box .popup:after,
.tab-content .sublist-item:after,
.news-box .box:after,
.news-box .box-holder:after,
.checkboxes-list label:after {
	content: "";
	display: block;
	clear: both;
}

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

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

.dl-horizontal dt {
	float: left;
	padding-right: 4px;
}

.dl-horizontal dd {
	margin: 0;
	overflow: hidden;
}

.list-unstyled {
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
}

.list-unstyled li {
	list-style: none outside;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	letter-spacing: -5px;
	margin-left: -4px;
}

.list-inline > li {
	display: inline-block;
	vertical-align: top;
	padding: 0 4px 5px;
}

.list-inline > li > * {
	letter-spacing: 0;
}

.bg-primary {
	background-color: #0072bc;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

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

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

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

.text-default {
	color: #000;
}

.text-danger {
	color: #f21016;
}

.text-info {
	color: #2b68cc;
}

.text-success {
	color: #197b30;
}

.text-primary {
	color: #0072bc;
}

.text-primary-light {
	color: #4588b3;
}

.text-large {
	font-size: 112.5%;
}

.table .text-small,
.fake-table .text-small {
	font-size: 75%;
	line-height: 1.2222;
}

.img-circle {
	border-radius: 50%;
}

.img-rounded {
	border-radius: 7px;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

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

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

.embed-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	height: 0;
	overflow: hidden;
	margin: 0 0 15px;
}

.box-holder-right .embed-responsive {
	margin-bottom: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video,
.embed-responsive img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.widget-bg-default {
	background-color: #bbb;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 16px/1.667 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 400;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #58595b;
}

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

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

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
select {
	-webkit-border-radius: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
select {
	box-sizing: border-box;
	border: 1px solid #959595;
	padding: 5px 10px;
	border-radius: 7px;
	width: 100%;
	max-width: 300px;
	font-size: 100%;
	height: 34px;
}

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

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

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,
select::-moz-placeholder {
	opacity: 1;
	color: #000;
}

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,
select:-moz-placeholder {
	color: #000;
}

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,
select:-ms-input-placeholder {
	color: #000;
}

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

.aside input[type="text"],
.aside
  input[type="tel"],
.aside
  input[type="email"],
.aside
  input[type="search"],
.aside
  input[type="password"],
.aside
  textarea,
.aside
  select {
	font-weight: 700;
	text-align: center;
}

select {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	color: #000;
	background: #c2c2c2;
	border-radius: 7px;
	border: none;
	text-transform: uppercase;
	padding: 0 10px;
	margin: 0 0 8px;
	height: 34px;
	line-height: 34px;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

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

.widget-bg-default button,
.widget-bg-default
  input[type="button"],
.widget-bg-default
  input[type="reset"],
.widget-bg-default
  input[type="file"],
.widget-bg-default
  input[type="submit"] {
	background-color: #9f9f9f;
	border: 1px solid #7d7d7d;
	color: #fff;
	min-width: 136px;
}

.widget-bg-default button:hover,
.widget-bg-default
    input[type="button"]:hover,
.widget-bg-default
    input[type="reset"]:hover,
.widget-bg-default
    input[type="file"]:hover,
.widget-bg-default
    input[type="submit"]:hover {
	background-color: #8f8f8f;
}

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

.custom-form .fake-input {
	width: 16px;
	height: 16px;
	border: 1px solid #707070;
	background: #fff;
	position: relative;
	margin: 0 7px 0 0;
	float: left;
}

.custom-form .fake-label {
	overflow: hidden;
}

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

.custom-form [type="radio"] + .fake-input:before {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #58595b;
	border-radius: 100%;
	opacity: 0;
}

.custom-form [type="checkbox"] + .fake-input:before {
	content: "";
	width: 11px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: solid #58595b;
	border-width: 0 0 2px 2px;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -5px 0 0 -5px;
}

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

.custom-form input:disabled + .fake-input,
.custom-form input:disabled ~ .fake-label {
	opacity: .5;
}

.checkboxes-list label {
	color: #535353;
}

.registry-form .widget_wysija {
	position: relative;
}

.registry-form .formError {
	left: 50% !important;
	right: 0;
	top: 100% !important;
	-webkit-transform: translate(-50%, 4px);
	-ms-transform: translate(-50%, 4px);
	transform: translate(-50%, 4px);
}

.registry-form .formError .formErrorContent {
	margin-left: auto;
	margin-right: auto;
}

.formError .formErrorContent {
	font-family: inherit;
	font-size: 12px;
}

.container.main-container {
	padding-bottom: 10px;
}

.main-container {
	padding-top: 20px;
}

.contact-box .main-container {
	padding-top: 0;
}

#content {
	padding: 0 10px 10px;
}

#content:only-child {
	padding-left: 0;
}

.main-container #content:only-child {
	padding-left: 0;
}

.main-holder #content {
	padding-top: 15px;
}

#sidebar,
.aside {
	line-height: 1.125;
	position: relative;
	z-index: 2;
	padding: 0 0 10px;
}

#sidebar #wp-calendar,
.aside #wp-calendar {
	width: 100%;
}

.widget {
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
}

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

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

.widget .dropdown,
.widget .select-list {
	padding-left: 0;
}

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

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

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

.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 4px 0 0;
	width: 100%;
	max-width: 300px;
}

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

.search-form input {
	float: left;
}

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

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

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

.commentlist {
	margin: 0 0 1.667em;
}

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

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

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

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

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

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

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #acacac;
}

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

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

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

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

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	max-width: 48%;
	background: #c2c2c2;
	color: #000;
	border-radius: 7px;
	padding: 5px 10px;
	text-decoration: none;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	color: #fff;
}

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

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #c2c2c2;
	color: #000;
	border-radius: 7px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	color: #fff;
}

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

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

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #acacac;
	padding: .4em;
	margin-bottom: 1.667em;
}

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

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

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

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

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

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

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

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

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 0 3px;
	min-width: 150px;
	height: 34px;
	background: #fff;
	border-radius: 7px;
	border: 1px solid #959595;
}

.select-box .jcf-select {
	border: none;
	border-radius: 2px;
}

.aside .jcf-select {
	text-align: center;
	border-radius: 7px;
	font-weight: 700;
}

.select-frame .jcf-select {
	width: 100%;
	max-width: none;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	max-width: none;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 34px;
	margin: 0 35px 0 8px;
}

.aside .jcf-select .jcf-select-text {
	font-weight: 700;
}

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

.jcf-select .jcf-select-opener:after {
	content: "\e902";
	color: #57585b;
	font-size: 6px;
	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;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 15px;
}

.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-option-hideme {
	display: none !important;
}

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

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

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

.widget-bg-default .jcf-select-drop .jcf-select-drop-content {
	border-color: #fff;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #fff;
	min-width: 200px;
	margin: 0 15px;
	background: #c2c2c2;
	text-transform: uppercase;
	width: 100%;
}

.widget .jcf-list-box {
	padding-left: 0;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	min-width: 200px;
	background: #c2c2c2;
	text-transform: uppercase;
	width: 100%;
	line-height: 1.2;
}

.aside .jcf-list {
	border: 1px solid #fff;
	font-size: 18px;
}

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

.widget .jcf-list ul {
	padding-left: 0;
}

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

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

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
	color: #fff;
	display: block;
	padding: 1px 5px 1px 16px;
	text-decoration: none;
	letter-spacing: 3px;
}

.jcf-list .jcf-option:hover {
	background: #f21016;
	color: #fff;
}

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

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

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

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

/* common custom form elements styles */

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

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

.container {
	max-width: 1230px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

#header .container,
.heading-section .container {
	max-width: 1130px;
}

#header {
	position: absolute;
	z-index: 999;
	right: 0;
	left: 0;
	top: 0;
	padding: 20px 0;
	height: 89px;
}

#header.position-fixed,
.static-header #header {
	-webkit-transition: top .2s;
	transition: top .2s;
	background: #fff;
	padding: 24px 0;
}

#header.position-fixed .popup-active .popup,
.static-header #header .popup-active .popup {
	display: block !important;
}

#header.anim {
	top: 0 !important;
}

.static-header #header {
	position: relative;
	background-color: #fff;
}

.logo {
	width: 130px;
	float: left;
}

.logo .stick-logo {
	display: none;
}

.position-fixed .logo img.stick-logo,
.static-header .logo img.stick-logo {
	display: block;
}

.position-fixed .logo img:first-child,
.static-header .logo img:first-child {
	display: none;
}

.menu {
	float: right;
	text-transform: uppercase;
}

.menu .connect {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin: 7px 15px 7px 0;
	-webkit-transition: color .3s;
	transition: color .3s;
	padding: 1px 0 0;
}

.menu .connect:hover {
	color: #000;
}

.position-fixed .menu .connect,
.static-header .menu .connect {
	color: #f21016;
	padding: 9px 0 0;
	margin-top: 0;
}

.position-fixed .menu .connect:hover,
.static-header .menu .connect:hover {
	color: #000;
}

.menu .connect .icons-man {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px 2px 0;
	color: #000;
}

.nav-opener {
	float: right;
	width: 40px;
	height: 40px;
	background: #000;
	position: relative;
	border-radius: 3px;
}

.nav-opener:hover {
	opacity: .9;
}

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

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

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

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.drop {
	position: absolute;
	top: 100%;
	left: 100%;
	width: 100%;
	z-index: 999;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	background: rgba(255, 255, 255, .95);
	max-height: calc(100vh - 89px);
	overflow-y: auto;
	overflow-x: hidden;
}

.nav-active .drop {
	left: 0;
}

#nav {
	position: relative;
	font-size: 16px;
}

.position-fixed #nav,
.static-header #nav {
	display: block;
}

#nav a {
	color: #000;
	padding: 15px;
	text-decoration: none;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

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

.popup-wrapp {
	text-transform: uppercase;
}

.popup-holder .open {
	display: none;
}

.popup-holder .popup {
	display: block !important;
}

.popup-holder .popup a {
	color: #000;
	padding: 15px;
	text-decoration: none;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

.popup-holder .popup a:hover {
	background: #58595b;
	color: #fff;
}

.has-drop-down {
	position: relative;
}

.drop-nav {
	line-height: 1.2;
}

.bg-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1;
}

.bg-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.bg-holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.bg-box {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	background-position: 50% 50%;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.bg-box.bg-active {
	opacity: 1;
	visibility: visible;
}

.promobox {
	padding: 128px 0 0;
	z-index: 5;
	position: relative;
}

.banner {
	min-height: 250px;
	padding: 30px 10px 40px;
	position: relative;
	font-family: "Oswald", "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: .05em;
}

.banner:after {
	content: "";
	display: none;
}

.banner .bottom-block {
	padding: 2px 15px;
	font-size: 20px;
	line-height: 1;
	text-align: center;
}

.banner .bottom-block h1 {
	margin: 0 0 15px;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	text-shadow: 0 0 2px #222;
	font-family: "Oswald", "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.banner .bottom-block a {
	padding: 10px 40px;
}

.banner a {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, .5);
	text-decoration: none;
	border: 3px solid #fff;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.banner a:hover {
	background-color: rgba(0, 0, 0, .9);
}

.banner .link-block {
	font-size: 30px;
	line-height: 1;
	text-align: center;
}

.banner .link-block .icons-gallery {
	padding: 10px;
	font-size: 30px;
	margin-bottom: 30px;
}

.banner .link-block .item-link {
	padding: 10px 25px;
	margin-bottom: 30px;
	margin-right: 3px;
}

.contact-box {
	padding: 25px 0 0;
	font-size: 18px;
	font-weight: 300;
}

.contact-box .contact-container {
	float: right;
	width: 100%;
	margin-bottom: 30px;
}

.contact-box .contact-container .title {
	font-size: 22px;
	line-height: 1.167;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	margin-bottom: 15px;
}

.filter-block {
	margin-bottom: 15px;
}

.filter-block .label {
	display: block;
	text-align: center;
	padding: 5px 15px;
	background-color: #ebebeb;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.106;
	position: relative;
}

.location-list {
	text-align: left;
	margin-bottom: 25px;
}

.location-list li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px 10px;
	text-align: center;
}

.location-list li:first-child {
	padding-left: 0;
}

.location-list li:last-child {
	padding-right: 0;
}

.location-list a {
	display: block;
	width: 42px;
	height: 42px;
	font-size: 18px;
	line-height: 42px;
	border-radius: 50%;
	background-color: #a1a1a1;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.location-list a:hover {
	background-color: #000;
}

.location-list a.active {
	background-color: #000;
}

.capability-list {
	font-size: 19px;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: normal;
}

.capability-list li {
	display: block;
	margin-bottom: 15px;
}

.capability-list a {
	text-decoration: none;
	color: #000;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.capability-list a:hover {
	opacity: .7;
}

.capability-list a:before {
	content: "PDF";
	position: absolute;
	bottom: 100%;
	right: 0;
	color: #f21016;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
}

.capability-list .marked {
	color: #3c5066;
}

.option-list {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 30px;
}

.aside .option-list,
#sidebar .option-list {
	font-size: 16px;
}

.option-list.default {
	font-size: inherit;
	font-weight: inherit;
}

.option-list.default li:before {
	font-size: inherit;
	top: .25em;
}

.option-list ul {
	list-style: none;
	padding-left: .5em;
}

.option-list li {
	margin-bottom: 1px;
	position: relative;
	padding-left: 15px;
}

.option-list li:before {
	content: "\3e";
	position: absolute;
	left: 0;
	top: .45em;
	color: #f21016;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}

.aside .option-list li:before,
#sidebar .option-list li:before {
	font-size: 13px;
	top: .1em;
}

.option-list a {
	text-decoration: none;
	color: #000;
}

.option-list a:hover {
	text-decoration: underline;
}

.option-list .text {
	font-size: 16px;
	font-style: italic;
}

.contact-slider {
	position: relative;
	clear: both;
	color: #000;
	max-height: 500px;
	-webkit-transition: max-height 1s linear, padding .5s linear .2s, -webkit-transform .5s linear;
	transition: max-height 1s linear, padding .5s linear .2s, transform .5s linear;
	overflow: hidden;
	margin-left: -9999px;
	margin-right: -9999px;
	padding-left: 9999px;
	padding-right: 9999px;
	padding-top: 21px;
}

.contact-slider.contact-close {
	padding-top: 0;
	max-height: 0;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: max-height 1s linear, padding .5s linear .2s, -webkit-transform .5s linear .5s;
	transition: max-height 1s linear, padding .5s linear .2s, transform .5s linear .5s;
}

.contact-slider .holder {
	margin-left: -9999px;
	margin-right: -9999px;
	padding-left: 9999px;
	padding-right: 9999px;
	background-color: #e1e1e1;
	position: relative;
}

.contact-slider .close {
	position: absolute;
	display: block;
	width: 42px;
	line-height: 28px;
	font-size: 18px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	background-color: #7d7d7d;
	border: 6px solid #e1e1e1;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	text-decoration: none;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.contact-slider .close:hover {
	background-color: #000;
}

.carousel .slide,
.carousel .flex-block,
.flex-container .slide,
.flex-container .flex-block {
	width: 100%;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: inline-block;
	vertical-align: top;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-container .flex-block {
	padding: 0 2px 4px;
}

.carousel .image-holder,
.content-box .image-holder {
	float: left;
	width: 30%;
	margin-right: 10px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.carousel .image-holder img,
.content-box .image-holder img {
	width: 100%;
}

.carousel .slide-content,
.carousel .block-content,
.content-box .slide-content,
.content-box .block-content {
	overflow: hidden;
	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: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 10px;
}

.carousel .location,
.content-box .location {
	font-size: 11px;
	line-height: 1;
	font-weight: bold;
}

.carousel .location li,
.content-box .location li {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 9px;
	color: #000;
	background-color: #acacac;
	border-radius: 12px;
	margin-bottom: 6px;
}

.carousel .location li.active,
.content-box .location li.active {
	background-color: #000;
	color: #fff;
}

.carousel .location li.wide,
.content-box .location li.wide {
	background-color: #2c5e11;
	color: #fff;
}

.carousel .location li.wide.active,
.content-box .location li.wide.active {
	background-color: #000;
}

.carousel .name,
.content-box .name {
	display: block;
	font-size: 18px;
	line-height: 1.1;
	text-transform: uppercase;
}

.carousel .position,
.content-box .position {
	font-size: 12px;
	line-height: 1.154;
	display: block;
	margin-bottom: 3px;
}

.carousel {
	position: relative;
	padding: 30px 5px 40px;
}

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

.carousel .slideset {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100% !important;
	float: left;
}

.carousel .slide {
	padding: 0 10px;
}

.carousel .btn-prev,
.carousel .btn-next {
	position: absolute;
	width: 14px;
	text-decoration: none;
	color: #fff;
	background-color: #bdbdbd;
	-webkit-transition: background-color .25s, opacity .25s, visibility .25s;
	transition: background-color .25s, opacity .25s, visibility .25s;
	left: -15px;
	bottom: 22%;
	top: 31%;
	border-radius: 5px;
	font-size: 11px;
	line-height: 1;
	visibility: visible;
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover {
	background-color: #000;
}

.carousel .btn-prev:before,
.carousel .btn-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.carousel .btn-prev.disabled,
.carousel .btn-next.disabled {
	visibility: hidden;
	opacity: 0;
}

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

.personal-contact {
	font-size: 14px;
	line-height: 1.35;
	color: #0d1927;
	font-weight: normal;
}

.personal-contact a {
	color: #0d1927;
	display: inline-block;
	margin-right: 5px;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.personal-contact a:hover {
	opacity: .7;
}

.personal-contact .text {
	font-size: 12px;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tabset {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	font-weight: bold;
}

.tabset.tabset-add {
	text-transform: none;
	border-radius: 1px;
	font-size: 12px;
	opacity: 0;
	-webkit-transition: opacity .5s ease 1.7s;
	transition: opacity .5s ease 1.7s;
}

.tabset.tabset-add:before {
	visibility: hidden;
}

.active .tabset.tabset-add {
	opacity: 1;
}

.tabset.tabset-add li {
	padding: 0;
}

.tabset.tabset-add li:first-child {
	border-radius: 1px 0 0 1px;
}

.tabset.tabset-add li:last-child {
	border-radius: 0 1px 1px 0;
}

.tabset.tabset-add li.active a {
	background: #00a9f0;
}

.tabset.tabset-add a {
	color: #fff;
	background: #007baf;
	border: none;
	border-radius: inherit;
	padding: 5px 15px;
	min-width: 56px;
}

.tabset li {
	display: inline-block;
	vertical-align: middle;
	margin-right: -3px;
	padding: 0 3px 15px;
}

.tabset li.active a {
	color: #fff;
	border-color: #fff;
}

.tabset a {
	display: block;
	color: rgba(255, 255, 255, .5);
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 3px;
	padding: 5px;
	min-width: 90px;
	-webkit-transition: color .3s, border .3s;
	transition: color .3s, border .3s;
}

.tabset a:hover {
	color: #fff;
	border-color: #fff;
}

.list-item {
	text-transform: uppercase;
	color: #fff;
}

.list-item > li.hover,
.list-item > li.hover-on {
	background: rgba(0, 0, 0, .5);
}

.list-item > li.hover .sublist-item,
.list-item > li.hover-on .sublist-item {
	visibility: visible;
}

.list-item .title {
	display: block;
	padding: 3px;
	letter-spacing: 2px;
	cursor: pointer;
	white-space: nowrap;
}

.list-item .title span {
	font-size: .81em;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	font-style: italic;
	margin-left: 3px;
	margin-bottom: 3px;
	padding: 4px 11px;
	border-radius: 4px;
	background-color: #707070;
}

.list-item.satellite .title span {
	background-color: #2b68cc;
}

.tab-content {
	text-align: center;
}

.tab-content.tab-content-add .list-item {
	padding: 15px 0 0;
	-webkit-transition: opacity .5s ease 1.7s;
	transition: opacity .5s ease 1.7s;
	opacity: 0;
}

.active .tab-content.tab-content-add .list-item {
	opacity: 1;
}

.tab-content.tab-content-add .list-item.list-item-new li.active,
.tab-content.tab-content-add .list-item.list-item-new li.hover {
	background: transparent;
}

.tab-content.tab-content-add .list-item.list-item-new li.active.style-1,
.tab-content.tab-content-add .list-item.list-item-new li.hover.style-1 {
	color: #92b9c1;
}

.tab-content.tab-content-add .list-item.list-item-new li.active.style-2,
.tab-content.tab-content-add .list-item.list-item-new li.hover.style-2 {
	color: #a7d160;
}

.tab-content.tab-content-add .list-item.list-item-new li.active.style-3,
.tab-content.tab-content-add .list-item.list-item-new li.hover.style-3 {
	color: #f89124;
}

.tab-content.tab-content-add .list-item.list-item-new li.active.style-4,
.tab-content.tab-content-add .list-item.list-item-new li.hover.style-4 {
	color: #dd746d;
}

.tab-content.tab-content-add .list-item.list-item-new li.active.style-5,
.tab-content.tab-content-add .list-item.list-item-new li.hover.style-5 {
	color: #be8785;
}

.tab-content.tab-content-add .list-item.list-item-new li.active.style-6,
.tab-content.tab-content-add .list-item.list-item-new li.hover.style-6 {
	color: #56a4dd;
}

.tab-content.tab-content-add .list-item.list-item-new li.active.style-7,
.tab-content.tab-content-add .list-item.list-item-new li.hover.style-7 {
	color: #7475ac;
}

.tab-content.tab-content-add .list-item.list-item-new li.active.style-8,
.tab-content.tab-content-add .list-item.list-item-new li.hover.style-8 {
	color: #000;
}

.tab-content.tab-content-add .list-item.list-item-new li.active.style-9,
.tab-content.tab-content-add .list-item.list-item-new li.hover.style-9 {
	color: #cecdca;
}

.tab-content.tab-content-add .list-item.list-item-new li.active.style-10,
.tab-content.tab-content-add .list-item.list-item-new li.hover.style-10 {
	color: #15833e;
}

.tab-content.tab-content-add .list-item.list-item-new li.active a {
	color: inherit;
}

.tab-content.tab-content-add .list-item.list-item-new a {
	color: #fff;
	text-decoration: none;
}

.tab-content.tab-content-add .list-item.list-item-new a:hover {
	color: inherit;
}

.tab-content.tab-content-add .list-item .sublist-item li {
	width: 33.332%;
}

.tab-content.tab-content-add .img-box {
	position: relative;
	max-width: 546px;
	width: 290px;
	margin: 0 auto;
	-webkit-transform: scale(.2, .2);
	-ms-transform: scale(.2, .2);
	transform: scale(.2, .2);
	-webkit-transition: -webkit-transform .8s;
	transition: transform .8s;
}

.active .tab-content.tab-content-add .img-box {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.tab-content.tab-content-add .img-box img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.tab-content.tab-content-add .img-box .map-popup-holder {
	position: absolute;
	top: 33%;
	right: 32%;
	width: 11%;
	height: 19%;
	max-width: 32px;
	max-height: 35px;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform .5s ease .8s;
	transition: transform .5s ease .8s;
}

.active .tab-content.tab-content-add .img-box .map-popup-holder {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.tab-content.tab-content-add .img-box .map-popup-holder.satellite {
	-webkit-transition: -webkit-transform .4s ease 1.3s;
	transition: transform .4s ease 1.3s;
}

.tab-content.tab-content-add .img-box .map-popup-holder.satellite .open {
	max-width: 20px;
	max-height: 25px;
	background: url(images/marker-sat.png) no-repeat;
	border-radius: 0;
}

.tab-content.tab-content-add .img-box .map-popup-holder.satellite .open:hover {
	background: url(images/marker-sat-hover.png) no-repeat;
}

.tab-content.tab-content-add .img-box .map-popup-holder.satellite.popup-active .open {
	background: url(images/marker-sat-hover.png) no-repeat;
}

.tab-content.tab-content-add .img-box .map-popup-holder.right .popup {
	left: auto;
	right: 10px;
}

.tab-content.tab-content-add .img-box .map-popup-holder.left .popup {
	left: -120px;
}

.tab-content.tab-content-add .img-box .map-popup-holder.bottom .popup {
	bottom: auto;
}

.tab-content.tab-content-add .img-box .map-popup-holder.popup-active {
	z-index: 5;
}

.tab-content.tab-content-add .img-box .map-popup-holder.popup-active .open {
	background: url(images/marker-hover.png) no-repeat;
}

.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-2 {
	top: 32%;
	right: 67%;
}

.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-3 {
	top: 38%;
	right: 21%;
}
/*DEN*/
.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-4 {
	top: 42%;
	right: 55%;
}
/*ASE*/
.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-5 {
	top: 42%;
	right: 58%;
}
/*PWK*/
.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-6 {
	top: 26%;
	right: 25%;
}
/*NORTHWEST*/
.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-7 {
	top: 15%;
	right: 56%;
}

.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-8 {
	top: 23%;
	right: 16%;
}

.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-9 {
	top: 30%;
	right: 61%;
}

.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-10 {
	top: 31%;
	right: 9%;
}

.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-11 {
	top: 12%;
	right: 33%;
}
/*NORTHEAST*/
.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-12 {
	top: 5%;
	right: 6%;
}

.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-13 {
	top: 45%;
	right: 36%;
}

.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-14 {
	top: -5%;
	right: 26%;
}

.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-15 {
	top: 42%;
	right: 24%;
}

.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-16 {
	top: 69%;
	right: 22%;
}

.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-17 {
	top: -7%;
	right: 40%;
}

.tab-content.tab-content-add .img-box .open {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 32px;
	max-height: 35px;
	background: url(images/marker.png) no-repeat;
	border-radius: 16px 0 0 0;
}

.tab-content.tab-content-add .img-box .open:hover {
	background: url(images/marker-hover.png) no-repeat;
}

.tab-content.tab-content-add .img-box .popup {
	position: absolute;
	bottom: 100%;
	left: 20px;
	background: #000;
	text-transform: uppercase;
	text-align: left;
	padding: 10px;
	min-width: 185px;
	font-size: 18px;
	line-height: 1.1;
	display: none;
	border-radius: 1px;
}

.tab-content.tab-content-add .img-box .popup.popup-new {
	padding: 8px;
	min-width: 320px;
	line-height: 1;
	left: -60px;
}

.tab-content.tab-content-add .img-box .popup.popup-new .image-box {
	float: left;
	margin: 0 6px 6px 0;
}

.tab-content.tab-content-add .img-box .popup.popup-new .image-box img {
	vertical-align: top;
}

.tab-content.tab-content-add .img-box .popup.popup-new .text-box {
	overflow: hidden;
}

.tab-content.tab-content-add .img-box .popup.popup-new .title {
	letter-spacing: 2px;
}

.tab-content.tab-content-add .img-box .popup.popup-new .title.title-1 {
	color: #92b9c1;
}

.tab-content.tab-content-add .img-box .popup.popup-new .title.title-2 {
	color: #a7d160;
}

.tab-content.tab-content-add .img-box .popup.popup-new .title.title-3 {
	color: #f89124;
}

.tab-content.tab-content-add .img-box .popup.popup-new .title.title-4 {
	color: #dd746d;
}

.tab-content.tab-content-add .img-box .popup.popup-new .title.title-5 {
	color: #be8785;
}

.tab-content.tab-content-add .img-box .popup.popup-new .title.title-6 {
	color: #56a4dd;
}

.tab-content.tab-content-add .img-box .popup.popup-new .title.title-7 {
	color: #7475ac;
}

.tab-content.tab-content-add .img-box .popup.popup-new .title.title-8 {
	color: #666;
}

.tab-content.tab-content-add .img-box .popup.popup-new .title.title-9 {
	color: #cecdca;
}

.tab-content.tab-content-add .img-box .popup.popup-new .title.title-10 {
	color: #15833e;
}

.tab-content.tab-content-add .img-box .popup.popup-new .name {
	color: #fff;
	display: inline-block;
}

.tab-content.tab-content-add .img-box .popup.popup-new .icons-envelope {
	color: #f21016;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 5px;
	font-size: 14px;
	margin: -3px 0 0;
}

.tab-content.tab-content-add .img-box .popup.popup-new .phone-holder {
	min-height: 24px;
	text-align: left;
}

.tab-content.tab-content-add .img-box .popup.popup-new .phone {
	color: #ddd;
	font-size: 12px;
	display: block;
}

.tab-content.tab-content-add .img-box .popup.popup-new .phone:only-child {
	padding: 12px 0 0;
}

.tab-content.tab-content-add .img-box .popup.popup-new .phone a {
	display: inline;
}

.tab-content.tab-content-add .img-box .popup.popup-new .add-box {
	background: #555;
	color: #000;
	border-radius: 2px;
	display: inline-block;
	width: 100%;
	font-size: 11px;
	white-space: nowrap;
	padding: 2px;
}

.tab-content.tab-content-add .img-box .popup .title {
	color: #fff;
	font-size: 18px;
	display: block;
	white-space: nowrap;
}

.tab-content.tab-content-add .img-box .popup .title span {
	color: #f21016;
}

.tab-content.tab-content-add .img-box .popup a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.tab-content.tab-content-add .img-box .popup a:hover {
	color: #f21016;
}

.tab-content.tab-content-add .img-box .popup address {
	color: #999;
	font-weight: 300;
	font-style: normal;
	float: left;
	width: 69%;
	font-size: 12px;
}

.tab-content.tab-content-add .img-box .popup .btn {
	float: left;
	width: 31%;
	background: #f21016;
	text-align: center;
	text-transform: none;
	font-size: 12px;
	padding: 10px;
	min-height: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

.tab-content.tab-content-add .img-box .popup .btn:hover {
	background: #94080c;
	color: #fff;
}

.tab-content .sublist-item {
	visibility: hidden;
	text-transform: none;
	font-weight: 300;
	display: block !important;
}

.tab-content .sublist-item li {
	float: left;
	width: 33.332%;
	position: relative;
}

.tab-content .sublist-item li:first-child {
	border-left: none;
}

.tab-content .sublist-item li:last-child {
	border-right: none;
}

.tab-content .sublist-item li.hover span {
	visibility: visible;
}

.tab-content .sublist-item a {
	display: block;
	padding: 2px;
	background: #cf1016;
	color: #fff;
	text-decoration: none;
	background: #f21016;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.tab-content .sublist-item a:hover {
	background: #c40b10;
}

.tab-content .sublist-item a span {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: -38px;
	background: #f21016;
	min-width: 90px;
	padding: 3px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
}

.tab-content .sublist-item a span:before {
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid red;
	position: absolute;
	content: "";
	bottom: -6px;
	left: 20px;
}

.tab-content .sublist-item a.style2 {
	background: #cf1016;
}

.tab-content .sublist-item a.style2:hover {
	background: #a00c11;
}

.tab-content .sublist-item a.style3 {
	background: #af1014;
}

.tab-content .sublist-item a.style3:hover {
	background: #800c0f;
}

#tab1 {
	text-align: center;
}

#tab2 .text-box {
	background: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: center;
	padding: 10px;
	font-weight: 300;
	margin: 0 0 15px;
}

#tab2 .text-box p {
	margin: 0;
}

.select-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 20px 0;
	text-align: center;
	position: relative;
}

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

.select-box .title {
	color: #fff;
	text-transform: uppercase;
	line-height: 1.1;
	display: block;
	font-size: 30px;
	padding: 0 0 20px;
}

.select-box .title span {
	text-transform: none;
	font-weight: 300;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.select-box .title span sup {
	font-size: 10px;
}

.select-box .title .icons-man {
	display: inline-block;
	padding: 0 10px 10px 0;
	vertical-align: middle;
	color: #f21016;
}

.select-box .description {
	color: #999;
	display: block;
	font-size: 12px;
	line-height: 1;
	padding: 10px 0 0;
}

.input-hidden {
	display: none;
}

.heading-section {
	padding: 12px 0 6px;
	background: #eee;
}

.heading-section > .holder {
	white-space: nowrap;
	text-align: center;
	text-align: left;
	width: 100%;
}

.heading-section > .holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 77px;
}

.heading-section > .holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.heading-section h1 {
	font: 300 34px/.8 "Teko", "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
}

.select-frame,
.select-list > li {
	position: relative;
}

.select-frame.hover .dropdown,
.select-list > li.hover .dropdown {
	display: block;
}

.select-frame > a,
.select-list > li > a {
	color: #000;
	padding: 5px 25px 5px 15px;
	display: block;
	background: #fff;
	text-decoration: none;
	text-align: left;
	border-radius: 2px;
	font-weight: 300;
	position: relative;
	text-transform: capitalize;
}

.select-frame .icons-arrow-down,
.select-list > li .icons-arrow-down {
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #57585b;
	font-size: 6px;
}

.select-list > li {
	padding: 0 0 10px;
}

.select-frame {
	line-height: 1.22223;
	position: relative;
	padding: 0 0 3px;
}

.select-frame > a {
	font-weight: 700;
	border-radius: 7px;
	background: #fff;
	border: 1px solid #959595;
	text-align: center;
}

.dropdown {
	position: absolute;
	left: 0;
	top: 100%;
	background: #c2c2c2;
	text-transform: uppercase;
	width: 100%;
	overflow: hidden;
	z-index: 101;
	text-align: left;
	max-height: 265px;
	overflow-y: auto;
	display: none;
	line-height: 1.2;
}

.widget-bg-default .dropdown {
	border: 1px solid #fff;
}

.dropdown li {
	padding: 0 0 3px;
}

.dropdown a {
	color: #fff;
	display: block;
	padding: 1px 5px 1px 16px;
	text-decoration: none;
	letter-spacing: 3px;
}

.dropdown a:hover {
	background: #f21016;
}

.btn-info,
input.btn-info {
	display: block;
	color: #fff;
	text-transform: uppercase;
	background: #000;
	border-radius: 0;
	text-align: center;
	padding: 0 5px;
	text-decoration: none;
	width: 100%;
	border: 0;
	line-height: 1.15;
	margin: 10px 0 0;
	height: 36px;
	line-height: 36px;
}

.btn-info:hover,
input.btn-info:hover {
	background: #4d4d4d;
}

.about-box {
	text-align: center;
	color: #555;
	padding: 20px 0 94px;
	position: relative;
}

.about-box .anchor {
	position: absolute;
	left: 50%;
	bottom: -55px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(images/arrow-b.svg) no-repeat;
	background-size: 71px 88px;
	width: 71px;
	height: 88px;
}

.about-box h1 {
	color: #240000;
	text-transform: uppercase;
	font-weight: normal;
}

.about-box .more {
	text-decoration: underline;
	color: #555;
	-webkit-transition: color .3s, text-decoration .3s;
	transition: color .3s, text-decoration .3s;
}

.about-box .more:hover {
	color: #f21016;
	text-decoration: none;
}

.about-box .download {
	padding: 15px;
	border-radius: 17px;
	background: #ebebeb;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 60%;
}

.about-box .download:hover {
	background: #8f8f8f;
}

.about-box .download mark {
	background: transparent;
	color: #3c5066;
	position: relative;
}

.about-box .download span {
	position: absolute;
	top: -14px;
	right: 0;
	color: #f21016;
	font-weight: bold;
	font-size: 13px;
}

h2 {
	color: #240000;
	text-transform: uppercase;
}

.news-box {
	background: #f9f9f9;
	padding: 80px 0 0;
}

.news-box h2 {
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}

.news-box .box-holder {
	padding: 0 0 25px;
}

.news-box .img-box {
	border-radius: 5em;
	position: relative;
	float: left;
	margin: 0 15px 0 0;
}

.news-box .img-box:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(242, 16, 22, .3);
	border-radius: inherit;
}

.news-box .img-box img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.news-box .text-box {
	overflow: hidden;
}

.news-box h3 {
	font-weight: normal;
	font-size: 16px;
}

.news-box h3 a {
	color: #000;
	text-decoration: none;
}

.news-box h3 a:hover {
	color: #f21016;
}

.news-box .description {
	color: #939598;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 300;
	font-size: 11px;
	letter-spacing: 2.5px;
}

.news-box time {
	display: block;
}

.news-box .box-holder-right {
	text-align: center;
	background: #eee;
	margin: 0 0 15px;
	position: relative;
	font-size: 12px;
	line-height: 1;
	padding: 0 0 15px;
}

.news-box .box-holder-right .embed-responsive {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.18%;
}

.news-box .box-holder-right .embed-responsive .embed-responsive-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.news-box .box-holder-right iframe {
	width: 100%;
}

.news-box .box-holder-right .box-img {
	width: 100%;
	display: block;
}

.news-box .box-holder-right .title {
	text-transform: uppercase;
	display: block;
	padding: 14px 0 0;
}

.news-box .box-holder-right .link {
	color: #f21016;
	text-decoration: underline;
	display: inline-block;
	vertical-align: middle;
}

.news-box .box-holder-right .link:hover {
	color: #000;
	text-decoration: none;
}

.news-box .box-holder-right .star {
	position: absolute;
	top: -8px;
	left: -8px;
}

.news-box .title a {
	color: #000;
	text-decoration: none;
}

.news-box .title a:hover {
	color: #f21016;
}

.tab-section {
	background-color: #fff;
	position: relative;
}

.tab-section .js-tab-hidden {
	left: auto !important;
	top: auto !important;
	position: static !important;
}

.tab-section .panel-holder {
	width: 100%;
	position: relative;
}

.tab-section .panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #f21016;
}

.tab-section .panel.fixed-top,
.tab-section .panel.fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	top: auto;
}

.tab-section .panel.fixed-top {
	z-index: 100;
	bottom: auto;
	top: 0;
}

.tab-section .tabset {
	display: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
}

.tab-section .tabset li {
	display: inline-block;
	vertical-align: top;
	padding: 0 4px 15px;
}

.tab-section .tabset li.active a,
.tab-section .tabset li:hover a {
	background: #fff;
	color: #f21016;
}

.tab-section .tabset li.active a:before,
.tab-section .tabset li:hover a:before {
	visibility: visible;
}

.tab-section .tabset a {
	color: #fff;
	padding: 10px;
	border-radius: 9px;
	background: #c60e15;
	border: none;
	min-width: 122px;
	position: relative;
}

.tab-section .tabset a:before {
	position: absolute;
	content: "\e905";
	font-family: "icomoon";
	bottom: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #f21016;
	visibility: hidden;
}

.tab-section .tab-content {
	width: 100%;
}

.tab-section .tab-content .tab-box.active .opener {
	background: #fff;
	color: #f21016;
	border: 1px solid #f21016;
}

.tab-section .tab-content .tab-box.active .opener:before {
	visibility: visible;
}

.tab-section .tab-content .opener {
	display: block;
	color: #fff;
	padding: 15px;
	border-radius: 9px;
	background: #c60e15;
	border: none;
	text-decoration: none;
	margin: 0 0 5px;
	position: relative;
	border: transparent;
}

.tab-section .tab-content .opener:before {
	position: absolute;
	content: "\e905";
	font-family: "icomoon";
	bottom: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #f21016;
	visibility: hidden;
}

.tab-section .tab-content .item-list {
	text-align: left;
	padding: 0 0 20px;
}

.tab-section .tab-content .item-list > li {
	border-bottom: 1px solid #acacac;
	padding: 15px 0;
}

.tab-section .tab-content .item-list span {
	display: inline-block;
}

.tab-section .tab-content .item-list a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
}

.tab-section .tab-content .item-list a:hover {
	color: #f21016;
}

.tab-section .tab-content .info-list a {
	color: #555;
	text-decoration: none;
}

.tab-section .tab-content .info-list a:hover {
	color: #f21016;
}

.tab-section .tab-content .img-box img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.tab-section .tab-content .img-holder {
	border: 9px solid #acacac;
	border-radius: 9px;
	margin-bottom: 10px;
}

.tab-section .slide {
	background: #fff;
	margin: 0 -9999px 15px;
	padding: 0 9999px 20px;
}

.fluid-bg {
	min-height: 300px;
	text-align: center;
	padding: 30px 0 20px;
	background-color: #ebebeb;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	line-height: 1.1;
}

.fluid-bg:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 250px;
}

.fluid-bg .container {
	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-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.fluid-bg .container:after {
	content: none;
	display: none;
}

.fluid-bg .title {
	font-size: 36px;
	display: block;
	font-weight: normal;
	margin: 0;
}

.fluid-bg .subtitle {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 15px;
	display: block;
}

.fluid-bg p {
	margin-bottom: 0;
}

.fluid-box {
	text-align: center;
}

.fluid-box .slogan {
	font-size: 30px;
	font-weight: 300;
	font-style: italic;
	color: #a1a1a1;
	display: block;
	padding: 35px;
	max-width: 1000px;
	margin: 0 auto;
}

.btn,
.btn-more {
	display: inline-block;
	vertical-align: middle;
	background-color: #c2c2c2;
	color: #000;
	-webkit-transition: color .25s;
	transition: color .25s;
	text-decoration: none;
	border-radius: 7px;
	text-align: center;
	-webkit-transition: color .25s, background .25s;
	transition: color .25s, background .25s;
}

.btn:hover,
.btn-more:hover {
	color: #fff;
}

.btn-more {
	font-size: 18px;
	padding: 15px 35px;
	background-color: #c2c2c2;
	color: #000;
}

.btn-more:hover {
	color: #fff;
}

.btn {
	padding: 7px 10px;
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 18px;
}

.widget-bg-default .btn {
	min-width: 136px;
	background-color: #9f9f9f;
	border: 1px solid #7d7d7d;
	color: #fff;
}

.widget-bg-default .btn:hover {
	background-color: #8f8f8f;
}

.registry-box {
	background: #f21016;
	color: #fff;
	text-align: center;
	padding: 0 0 15px;
}

.registry-box h2 {
	text-transform: uppercase;
	padding: 10px 0;
	color: #fff;
}

.registry-box h2 span {
	font-weight: 300;
	display: block;
}

.registry-box .input-hidden {
	display: none;
}

.registry-box input[type="email"] {
	border: none;
	background: #c60d15;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 15px;
	height: 50px;
	border-radius: 0;
}

.registry-box input[type="email"]::-webkit-input-placeholder {
	color: #fff;
	text-transform: uppercase;
}

.registry-box input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
	text-transform: uppercase;
}

.registry-box input[type="email"]:-moz-placeholder {
	color: #fff;
	text-transform: uppercase;
}

.registry-box input[type="email"]:-ms-input-placeholder {
	color: #fff;
	text-transform: uppercase;
}

.registry-box input[type="email"].placeholder {
	color: #fff;
	text-transform: uppercase;
}

.registry-box input[type="email"]:focus {
	outline: none;
	background: #960a10;
}

.bannerbox-inner {
	margin: 0 0 15px;
}

.labels-list {
	letter-spacing: -5px;
	margin: 0 0 15px auto;
}

.labels-list > li {
	display: inline-block;
	vertical-align: top;
	list-style: none outside;
	margin: 0 10px 5px;
}

.labels-list > li > * {
	letter-spacing: 0;
}

.label-box {
	display: inline-block;
	vertical-align: top;
	border-radius: 9px;
	background: #ebebeb;
	line-height: 1.2222;
	padding: 4px 10px 2px 34px;
	min-width: 219px;
	position: relative;
	margin: 0 0 5px;
}

.label-box .label-rounded {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 8px;
}

.label-rounded {
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	border-radius: 50%;
	background: #58595b;
}

.label-success {
	background-color: #a7d160;
}

.label-primary {
	background-color: #56a4dd;
}

.label-danger {
	background-color: #f21016;
}

.table-responsive {
	width: 100%;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 0 0 15px;
}

.table-responsive .table {
	min-width: 460px;
}

.table {
	line-height: 1.166667;
	width: 100%;
}

.table th,
.table td {
	vertical-align: middle;
}

.table th {
	min-width: 40px;
	padding: 6px 10px 4px;
	position: relative;
}

.table th:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	content: "";
	border: solid #acacac;
	border-width: 1px 0;
}

.table th:first-child:before {
	border: solid #acacac;
	border-width: 1px 0 1px 1px;
	border-radius: 9px 0 0 0;
}

.table th:last-child:before {
	border: solid #acacac;
	border-width: 1px 1px 1px 0;
	border-radius: 0 9px 0 0;
}

.table tr:nth-child(2n+1) td {
	padding: 5px 10px 4px;
}

.table tr:nth-child(2n) {
	background: #f4f4f3;
}

.table tr:nth-child(2n) td {
	padding: 5px 10px;
}

.table tr td:first-child {
	border-radius: 9px 0 0 9px;
	text-align: left;
}

.table tr td:last-child {
	border-radius: 0 9px 9px 0;
}

.table .size01 {
	width: 48.5%;
}

.table.table-custom-style th:nth-child(2):before,
.table.table-custom-style td:nth-child(2):before {
	border-left: 1px solid #acacac;
	border-radius: 9px 0 0 0;
}

.table.table-custom-style th:first-child:before {
	border-top: none;
	border-left: none;
}

.table.table-custom-style th:last-child:before {
	border-right: 1px solid #acacac;
	border-radius: 0 9px 0 0;
}

.sub-title {
	display: block;
	font-size: 112.5%;
	line-height: 1.2105;
	margin: 0 0 10px;
}

.widget .sub-title {
	padding-left: 3px;
}

.checkboxes-list {
	padding: 7px 0 10px 10px;
}

.checkboxes-list > li {
	list-style: none outside;
	margin: 0 0 7px;
}

.widget .checkboxes-list {
	padding-left: 10px;
}

.btn-holder {
	padding: 10px 0;
}

.widget .btn-holder {
	padding: 8px 0 0;
}

.sorting-block {
	color: #989898;
	margin: 0 0 20px;
	font-size: 121.5%;
	line-height: 1.2;
}

.sorting-block .title,
.sorting-block .sort-link {
	display: inline-block;
	vertical-align: top;
}

.sorting-block .title {
	text-transform: uppercase;
}

.sorting-block .sort-link {
	color: inherit;
}

.sort-link {
	padding: 0 21px 0 0;
	position: relative;
	text-decoration: none;
}

.sort-link:before,
.sort-link:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "";
	margin: -1px 0 0;
}

.sort-link:before {
	height: 0;
	width: 0;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-top: 13px solid #004a80;
	right: 0;
}

.sort-link:after {
	height: 0;
	width: 0;
	border-left: 5.5px solid transparent;
	border-right: 5.5px solid transparent;
	border-top: 11px solid #00bff3;
	right: 2px;
}

.sort-link:hover:before,
.sort-link.active:before {
	height: 0;
	width: 0;
	border-bottom: 12px solid #004a80;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-top-width: 0;
}

.sort-link:hover:after,
.sort-link.active:after {
	height: 0;
	width: 0;
	border-bottom: 10px solid #00bff3;
	border-left: 5.5px solid transparent;
	border-right: 5.5px solid transparent;
	border-top-width: 0;
}

.flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin: 0 -2px 10px;
}

.flex-container.flex-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-container.justify-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-container.align-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.content-box {
	background: #ebebeb;
	border-radius: 9px;
	padding: 15px 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-block .content-box {
	width: 100%;
}

.content-box .image-holder {
	max-width: 82px;
}

#footer {
	background: #ebebeb;
	padding: 15px 0;
}

.footer-wrapp .footer-nav {
	text-transform: uppercase;
	width: 50%;
	padding: 0 20px 20px;
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
}

.footer-wrapp .footer-nav.logo-col {
	width: 100%;
	padding: 0 0 20px;
}

.footer-wrapp .footer-nav.logo-col .footer-logo {
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
	width: 50%;
	text-align: center;
}

.footer-wrapp .footer-nav.logo-col .footer-logo .copy {
	display: block;
	pointer-events: none;
	text-align: right;
	color: #58595b;
	font-size: 12px;
}

.footer-wrapp .footer-nav.logo-col .footer-logo a {
	display: inline-block;
	text-decoration: none;
}

.footer-wrapp h4 {
	color: #f21016;
	margin: 0 0 2px;
}

.footer-wrapp .footer-list {
	font-weight: 300;
}

.footer-wrapp .footer-list li {
	padding: 0 0 4px;
}

.footer-wrapp .footer-list a {
	color: #58595b;
	text-decoration: none;
}

.footer-wrapp .footer-list a:hover {
	text-decoration: underline;
}

@media (min-width: 480px) {
	.capability-list li {
		display: inline-block;
		vertical-align: middle;
		margin-right: 15px;
	}

	.carousel .slide,
	.carousel .flex-block,
	.flex-container .slide,
	.flex-container .flex-block {
		width: 50%;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.tab-content.tab-content-add .img-box {
		width: 450px;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-2 {
		top: 40%;
		right: 69%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-3 {
		top: 45%;
		right: 23%;
	}
/*DEN*/
	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-4 {
		top: 45%;
		right: 58%;
	}
/*ASE*/
	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-5 {
		top: 42%;
		right: 62%;
	}
/*PWK*/
	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-6 {
		top: 31%;
		right: 29%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-7 {
		top: 20%;
		right: 56%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-8 {
		top: 29%;
		right: 18%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-9 {
		top: 37%;
		right: 63%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-10 {
		top: 38%;
		right: 10%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-11 {
		top: 20%;
		right: 34%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-12 {
		top: 39%;
		right: 12%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-13 {
		top: 55%;
		right: 36%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-14 {
		top: -4%;
		right: 28%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-15 {
		top: 51%;
		right: 25%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-16 {
		top: 76%;
		right: 24%;
	}
/*ALN*/
	.tab-content.tab-content-add .img-box .map-popup-holder {
		top: 36%;
		right: 34%;
	}

	.tab-content.tab-content-add .img-box .popup.popup-new {
		left: 20px;
	}

	.news-box .box-holder-right {
		width: 80%;
		margin: 0 auto 15px;
	}

	.tab-section .tab-content .img-holder {
		width: 80%;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm {
		display: none !important;
	}

	#main .visible-sm-inline-block {
		display: inline-block;
	}
}

@media (min-width: 768px) {
	#header .visible-xs-inline-block,
	#main .visible-xs-inline-block,
	#footer .visible-xs-inline-block {
		display: none;
	}

	.embed-responsive {
		margin-bottom: 20px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		padding: 0 15px;
	}

	.custom-form .fake-input {
		margin-right: 9px;
	}

	.main-holder,
	.main-container {
		padding-bottom: 20px;
	}

	#content {
		float: right;
		width: 100%;
		padding: 0 10px 0 260px;
	}

	.main-container #content {
		padding-left: 320px;
	}

	.main-holder #content {
		padding-top: 20px;
	}

	#sidebar,
	.aside {
		float: left;
		margin: 0 -100% 20px 0;
	}

	#sidebar,
	.aside {
		width: 250px;
	}

	.widget {
		padding: 15px;
		margin-bottom: 15px;
	}

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

	.logo {
		width: 112px;
	}

	.menu {
		margin: -2px 0 0;
	}

	.position-fixed .menu .connect,
	.static-header .menu .connect {
		margin: 1px 51px 0 0;
	}

	.menu .connect {
		float: right;
		margin: 1px 0 0;
		position: relative;
		z-index: 1;
		letter-spacing: .5px;
	}

	.menu .connect .icons-man {
		padding-bottom: 3px;
	}

	.nav-opener {
		display: none;
	}

	.drop {
		position: relative;
		left: auto;
		background: transparent;
		float: left;
		width: auto;
		overflow: visible;
	}

	#nav {
		display: none;
	}

	#nav {
		display: none;
	}

	.position-fixed #nav,
	.static-header #nav {
		display: block;
		padding: 9px 0 0;
	}

	#nav > li {
		display: inline-block;
		vertical-align: middle;
		margin-right: -4px;
		padding: 0 18px;
	}

	#nav > li:last-child .drop-container {
		left: auto;
		right: 0;
	}

	.position-fixed #nav a:hover,
	.static-header #nav a:hover {
		background: none;
		color: #f21016;
	}

	#nav a {
		color: #58595b;
		padding: 0;
		letter-spacing: .5px;
	}

	#nav .drop-nav a {
		color: #fff;
	}

	#nav .drop-nav a:hover {
		color: #f21016;
	}

	.position-fixed .popup-wrapp,
	.static-header .popup-wrapp {
		float: right;
	}

	.position-fixed .popup-holder .open,
	.static-header .popup-holder .open {
		display: block;
		float: right;
		width: 31px;
		height: 26px;
		background: #0b0c0e;
		position: relative;
		margin: 9px 0 0;
	}

	.position-fixed .popup-holder .open:hover,
	.static-header .popup-holder .open:hover {
		opacity: .7;
	}

	.nav-active .position-fixed .popup-holder .open,
	.nav-active
	.static-header .popup-holder .open {
		opacity: .7;
	}

	.position-fixed .popup-holder .open span,
	.position-fixed .popup-holder .open:before,
	.position-fixed .popup-holder .open:after,
	.static-header .popup-holder .open span,
	.static-header .popup-holder .open:before,
	.static-header .popup-holder .open:after {
		background: #fff;
		border-radius: 4px;
		position: absolute;
		top: 50%;
		left: 25%;
		right: 25%;
		height: 2px;
		margin-top: -1px;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
	}

	.position-fixed .popup-holder .open:before,
	.position-fixed .popup-holder .open:after,
	.static-header .popup-holder .open:before,
	.static-header .popup-holder .open:after {
		content: "";
		top: 30%;
	}

	.position-fixed .popup-holder .open:after,
	.static-header .popup-holder .open:after {
		top: 70%;
	}

	.position-fixed .popup-holder .popup,
	.static-header .popup-holder .popup {
		display: none !important;
		position: absolute;
		width: 365px;
		top: 67px;
		right: -186px;
		background: rgba(36, 0, 0, .95);
		padding: 30px 0 26px 20px;
	}

	.position-fixed .popup-holder .popup a,
	.static-header .popup-holder .popup a {
		color: #fff;
	}

	.position-fixed .popup-holder .popup.popup-active,
	.static-header .popup-holder .popup.popup-active {
		display: block !important;
	}

	.popup-holder .popup li.hidden-sm {
		display: none;
	}

	.position-fixed .popup-holder .popup li,
	.static-header .popup-holder .popup li {
		padding: 0 10px 0 0;
		width: 50%;
	}

	.position-fixed .popup-holder .popup li.hidden-sm,
	.static-header .popup-holder .popup li.hidden-sm {
		display: inline-block;
	}

	.position-fixed .popup-holder .popup li.hidden-li,
	.static-header .popup-holder .popup li.hidden-li {
		display: none;
	}

	.popup-holder .popup li {
		display: inline-block;
		vertical-align: middle;
		margin-right: -4px;
		padding: 0 24px;
	}

	.popup-holder .popup a:hover {
		background: transparent;
		color: #000;
	}

	.popup-holder .popup a {
		padding: 0;
		color: #fff;
	}

	.position-fixed .popup-holder .popup a,
	.static-header .popup-holder .popup a {
		color: #fff;
	}

	.position-fixed .popup-holder .popup a:hover,
	.static-header .popup-holder .popup a:hover {
		color: #f21016;
	}

	.has-drop-down:hover .drop-container,
	.has-drop-down.hover .drop-container {
		opacity: 1;
		visibility: visible;
	}

	.open-close-nav .js-slide-hidden,
	.open-close-nav.active .js-slide-hidden {
		left: 0 !important;
		height: auto !important;
		top: 0 !important;
		position: static !important;
		padding-top: 46px !important;
		padding-bottom: 41px !important;
		display: block !important;
	}

	.drop-container {
		position: absolute;
		padding: 30px 0 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .25s linear;
		transition: opacity .25s linear;
		top: 100%;
		left: 0;
	}

	.drop-nav {
		background: rgba(36, 0, 0, .95);
		padding: 30px 0 26px 20px !important;
		height: auto !important;
		width: 380px;
		margin-top: 0 !important;
		margin-left: -10px;
	}

	.drop-nav > ul > li {
		display: inline-block;
		vertical-align: top;
		padding: 0 10px 0 0;
		width: 50%;
		margin: 0 -4px 10px 0;
	}

	.drop-nav > ul > li > a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 100%;
		float: left;
	}

	.banner:after {
		height: 250px;
		display: inline-block;
	}

	.banner {
		min-height: 350px;
		padding: 20px 20px 80px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.banner .bottom-block {
		font-size: 28px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 5px;
		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: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.banner .bottom-block h1 {
		font-size: 72px;
		margin: 0;
	}

	.banner .bottom-block a {
		padding: 18px 45px;
		margin-bottom: 6px;
	}

	.banner .link-block {
		font-size: 45px;
		margin: 0;
		padding-top: 35px;
		margin-bottom: 25px;
	}

	.banner .link-block .icons-gallery {
		font-size: 50px;
		padding: 15px;
		margin-bottom: 5px;
	}

	.banner .link-block .item-link {
		padding: 17px 25px 18px;
		margin-bottom: 5px;
	}

	.contact-box {
		padding: 0;
	}

	.contact-box .contact-container {
		width: 50%;
		padding: 20px;
		margin-bottom: 0;
	}

	.contact-box .contact-container .title {
		font-size: 30px;
		margin-bottom: 23px;
	}

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

	.contact-container .filter-block {
		margin-left: -20px;
		margin-bottom: 25px;
	}

	.filter-block .label:before {
		content: "";
		height: 0;
		width: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 50px solid #fff;
		position: absolute;
		top: 0;
		left: 100%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 2;
	}

	.filter-block .label:after {
		content: "";
		height: 0;
		width: 0;
		border-bottom: 50px solid #fff;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		position: absolute;
		bottom: 0;
		left: 100%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 2;
	}

	.filter-block .label {
		float: left;
		padding: 7px 35px 7px 15px;
		margin: 7px 0 10px;
	}

	.location-list {
		display: block;
		overflow: hidden;
		margin: 0;
		padding-top: 10px;
		padding-left: 10px;
	}

	.capability-holder .capability-list {
		padding: 20px 0 0;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 15px;
	}

	.capability-holder .capability-list > li {
		margin: 0 10px 15px 25px;
	}

	.option-list {
		font-size: 21px;
	}

	.aside .option-list,
	#sidebar .option-list {
		font-size: 18px;
	}

	.option-list li:before {
		font-size: 17px;
	}

	.aside .option-list li:before,
	#sidebar .option-list li:before {
		font-size: 15px;
	}

	.option-list li {
		padding-left: 20px;
	}

	.option-list .text {
		font-size: 19px;
	}

	.carousel .location,
	.content-box .location {
		font-size: 13px;
	}

	.carousel .name,
	.content-box .name {
		font-size: 21px;
	}

	.carousel .position,
	.content-box .position {
		font-size: 13px;
	}

	.carousel .slide {
		padding: 0 18px;
	}

	.personal-contact {
		font-size: 18px;
	}

	.personal-contact .text {
		font-size: 13px;
	}

	.tabset.tabset-add {
		text-align: left;
		padding: 15px 0 0;
	}

	.tabset li {
		padding: 0 12px;
	}

	.tabset a {
		min-width: 132px;
		padding: 11px;
	}

	.list-item > li {
		display: inline-block;
		width: 33.332%;
		vertical-align: top;
		margin-right: -3px;
	}

	.list-item > li.hover .sublist-item span,
	.list-item > li.hover-on .sublist-item span {
		visibility: visible;
	}

	.tab-content.tab-content-add .list-item.list-item-new {
		padding: 48px 0 0;
	}

	.tab-content.tab-content-add .list-item.list-item-new li {
		display: inline-block;
		vertical-align: middle;
		margin-right: -5px;
		width: 50%;
		text-align: left;
		padding: 0 0 20px;
	}

	.tab-content.tab-content-add .list-item {
		float: left;
		width: 50%;
		text-align: left;
		padding: 20px 10px 0 0;
	}

	.tab-content.tab-content-add .list-item li {
		text-align: center;
		width: 100%;
	}

	.tab-content.tab-content-add .list-item .title {
		text-align: left;
	}

	.tab-content.tab-content-add .img-box {
		width: 348px;
		float: left;
	}
	
	.tab-content.tab-content-add .img-box.sales {
		width: 500px;
		float: none;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-2 {
		top: 36%;
		right: 68%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-3 {
		top: 43%;
		right: 22%;
	}
/*DEN*/
	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-4 {
		top: 45%;
		right: 56%;
	}
/*ASE*/
	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-5 {
		top: 43%;
		right: 61%;
	}
/*PWK*/
	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-6 {
		top: 29%;
		right: 27%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-7 {
		top: 17%;
		right: 55%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-8 {
		top: 25%;
		right: 17%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-9 {
		top: 34%;
		right: 62%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-10 {
		top: 35%;
		right: 10%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-11 {
		top: 17%;
		right: 33%;
	}
/*NORTHEAST*/
	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-12 {
		top: 7%;
		right: 4%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-13 {
		top: 52%;
		right: 36%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-14 {
		top: -9%;
		right: 27%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-15 {
		top: 48%;
		right: 24%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-16 {
		top: 72%;
		right: 23%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder {
		top: 36%;
		right: 33%;
	}

	.tab-content .sublist-item {
		font-size: 12px;
	}

	.tab-content .sublist-item li {
		border-right: 1px solid #ff2a30;
		border-left: 1px solid #820c0f;
	}

	.tab-content .sublist-item a .icons-aircraft,
	.tab-content .sublist-item a .icons-transfer,
	.tab-content .sublist-item a .icons-info_outline {
		display: none;
	}

	.tab-content .sublist-item a span:before {
		visibility: hidden;
	}

	.tab-content .sublist-item a span {
		display: inline-block;
		vertical-align: baseline;
		position: static;
		border-radius: 0;
		background: transparent;
		min-width: 0;
	}

	#tab1 {
		margin: 0 auto;
		padding: 37px 0 8px;
	}

	#tab2 {
		padding: 37px 0 8px;
	}

	#tab2 .text-box {
		margin: 0 0 30px 40px;
		padding: 10px 10%;
	}

	#tab2 .list-item {
		padding: 0 3px;
	}

	#tab2 .list-item > li {
		width: 33.332%;
	}

	.select-box {
		text-align: left;
	}

	.select-box .title {
		text-align: center;
	}

	.select-box .description {
		clear: both;
		padding: 0 0 0 15px;
	}

	.heading-section {
		padding: 16px 0 9px;
	}

	.heading-section > .holder:after {
		min-height: 87px;
	}

	.select-list {
		float: left;
		width: 75%;
	}

	.aside .select-list {
		width: 100%;
		float: none;
	}

	.select-list > li {
		margin-right: -3px;
		width: 33.332%;
	}

	.aside .select-list > li {
		width: 100%;
	}

	.aside .select-list > li {
		margin-bottom: 8px;
	}

	.select-frame,
	.select-list > li {
		display: inline-block;
		vertical-align: middle;
	}

	.select-list > li {
		padding: 0 8px 10px;
	}

	.widget .select-list > li {
		padding-left: 0;
		padding-right: 0;
	}

	.select-frame {
		width: 100%;
	}

	.dropdown {
		min-width: auto;
		width: calc(100% - 16px);
		left: 8px;
	}

	.select-frame .dropdown {
		width: 100%;
		left: 0;
	}

	.btn-info,
	input.btn-info {
		width: calc(25% - 8px);
		float: left;
		line-height: 1.25;
		padding: 8px 5px;
		margin: 0 0 0 8px;
	}

	.about-box .text-box {
		width: 70%;
		margin: 0 auto;
	}

	.about-box .download {
		min-width: 222px;
		width: auto;
	}

	.news-box .box {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		margin-right: -3px;
	}

	.news-box time {
		display: inline;
	}

	.tab-section .js-tab-hidden {
		display: block !important;
		left: -9999px !important;
		position: absolute !important;
		top: -9999px !important;
	}

	.tab-section .tabset {
		display: block;
		padding: 20px 0 7px;
		text-align: left;
	}

	.tab-section .tabset li {
		text-align: center;
	}

	.tab-section .tab-content {
		padding: 0;
	}

	.tab-section .tab-content .opener {
		display: none;
	}

	.tab-section .tab-content .item-list {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		margin-right: -3px;
		padding: 0 25px;
	}

	.tab-section .tab-content .img-box {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		margin-right: -3px;
		text-align: center;
		padding: 15px 25px;
	}

	.tab-section .tab-content .img-holder {
		width: auto;
		margin: 0 0 22px;
	}

	.tab-section .slide {
		display: block !important;
		left: auto !important;
		top: auto !important;
		position: relative !important;
		width: auto !important;
		padding: 45px 9999px;
	}

	.fluid-bg {
		text-align: left;
	}

	.fluid-bg .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.fluid-bg .conten-block {
		max-width: 60%;
	}

	.btn {
		padding: 7px 20px;
	}

	.registry-box h2 {
		padding: 10px 0;
		text-align: center;
		font-size: 24px;
		line-height: 1.25;
	}

	.registry-box h2 span {
		display: inline-block;
	}

	.registry-box .registry-form {
		width: 70%;
		margin: 0 auto;
	}

	.bannerbox-inner {
		margin-bottom: 20px;
	}

	.slide-holder {
		padding: 0 25px;
	}

	.labels-list {
		margin-bottom: 20px;
		width: 52%;
	}

	.table-responsive {
		padding-bottom: 20px;
	}

	.table tr td:first-child {
		padding-right: 15px;
	}

	.table.table-custom-style th:nth-child(2),
	.table.table-custom-style td:nth-child(2) {
		padding-left: 15px;
	}

	.table.table-custom-style th:last-child {
		padding-right: 10px;
	}

	.checkboxes-list > li {
		margin-bottom: 10px;
	}

	.widget .btn-holder {
		padding-top: 11px;
	}

	.sorting-block {
		margin-bottom: 25px;
	}

	.flex-container {
		margin-bottom: 15px;
	}

	#footer {
		padding: 42px 0 20px;
	}

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

@media (min-width: 768px) and (min-width: 1024px) {
	.position-fixed #nav,
	.static-header #nav {
		padding: 0;
	}
}

@media (min-width: 1024px) {
	#main .visible-sm-inline-block {
		display: none;
	}

	.embed-responsive {
		margin-bottom: 25px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea,
	select {
		padding: 6px 12px;
		height: 36px;
		font-size: 18px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		height: 36px;
		line-height: 36px;
		padding: 0 20px;
	}

	.custom-form .fake-input {
		width: 16px;
		height: 16px;
		margin-right: 12px;
		margin-top: 1px;
	}

	.container.main-container {
		padding-bottom: 15px;
	}

	.main-container {
		padding-top: 30px;
	}

	#content {
		padding-left: 315px;
		padding-right: 14px;
	}

	.main-container #content {
		padding-left: 380px;
	}

	.main-holder #content {
		padding-top: 35px;
	}

	.aside {
		font-size: 18px;
	}

	#sidebar,
	.aside {
		width: 300px;
	}

	.widget {
		padding: 10px 20px;
	}

	.aside .widget {
		padding: 20px 25px;
	}

	.jcf-select {
		height: 36px;
	}

	.jcf-select .jcf-select-text {
		line-height: 36px;
	}

	.jcf-list ul li:first-child {
		padding: 16px 0 3px;
	}

	.jcf-list ul li:last-child {
		padding: 0 0 16px;
	}

	#header {
		padding: 38px 0;
		height: 89px;
	}

	.logo {
		width: 174px;
	}

	.position-fixed .logo,
	.static-header .logo {
		width: 130px;
		margin-left: 21px;
	}

	.menu {
		padding: 14px 0 0;
		margin-top: 0;
	}

	.position-fixed .menu,
	.static-header .menu {
		padding: 7px 0 0;
	}

	.position-fixed .menu .connect,
	.static-header .menu .connect {
		padding: 0;
		margin-top: 2px;
		line-height: 26px;
	}

	.menu .connect .icons-man {
		padding: 0 7px 3px 0;
		font-size: 15px;
	}

	.position-fixed .drop,
	.static-header .drop {
		padding: 0 14px 0 0;
	}

	#nav > li {
		padding: 0 25px;
	}

	.popup-wrapp {
		letter-spacing: .5px;
		padding: 0 16px 0 0;
	}

	.position-fixed .popup-holder .open,
	.static-header .popup-holder .open {
		margin: 0;
	}

	.popup-holder.popup-active .popup {
		display: block !important;
	}

	.position-fixed .popup-holder .popup,
	.static-header .popup-holder .popup {
		top: 58px;
		padding: 41px 0 41px 41px;
	}

	.popup-holder .popup li {
		padding: 0 10px;
	}

	.drop-container {
		padding-top: 30px;
	}

	.drop-nav {
		padding: 46px 0 41px 41px !important;
		width: 400px;
	}

	.contact-box {
		font-size: 21px;
	}

	.filter-block {
		margin-bottom: 29px;
	}

	.filter-block .label {
		font-size: 19px;
		padding: 9px 35px 9px 15px;
	}

	.location-list {
		padding-top: 0;
	}

	.location-list a {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 23px;
	}

	.capability-list {
		padding-top: 25px;
		margin-bottom: 82px;
		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-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.capability-list li {
		margin-right: 0;
	}

	.capability-holder .capability-list {
		margin-bottom: 28px;
	}

	.capability-holder .capability-list > li {
		margin: 0 18px 15px 50px;
	}

	.carousel .slide {
		width: 25%;
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.flex-container .flex-block {
		width: 50%;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.carousel .image-holder,
	.content-box .image-holder {
		margin-right: 13px;
	}

	.carousel .location,
	.content-box .location {
		font-size: 11px;
	}

	.carousel .name,
	.content-box .name {
		font-size: 18px;
	}

	.carousel .position,
	.content-box .position {
		font-size: 12px;
	}

	.tabset.tabset-1 {
		padding: 48px 0 0;
	}

	.tabset.tabset-add {
		padding: 5.6% 0 0 13.75%;
	}

	.tabset.tabset-add a {
		padding: 1px 15px;
	}

	.tabset {
		padding: 49px 0 0;
		font-size: 18px;
	}

	.tabset a {
		padding: 6px;
	}

	.list-item .title {
		font-size: 20px;
		line-height: 1.32;
		letter-spacing: 5px;
	}

	.tab-content.tab-content-add .list-item.list-item-new {
		font-size: 21px;
		width: 50%;
		padding: 35px 10px 0 13.75%;
		font-weight: bold;
		letter-spacing: .2em;
	}

	.tab-content.tab-content-add .list-item.list-item-new + .img-box {
		width: 55%;
		padding-top: 20px;
		margin-left: -5%;
		max-width: none;
	}

	.tab-content.tab-content-add .list-item {
		width: 29.5%;
	}

	.tab-content.tab-content-add .list-item .title {
		letter-spacing: 3px;
		padding-left: 9px;
	}

	.tab-content.tab-content-add .img-box {
		width: 41%;
		margin: -40px 0 37px;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-2 {
		top: 42%;
		right: 70%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-3 {
		top: 48%;
		right: 23%;
	}
/* 4 - DEN */
	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-4 {
		top: 45%;
		right: 58%;
	}

/* 5 - ASE */
	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-5 {
		top: 46%;
		right: 63%;
	}
/* 5 - PWK */
	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-6 {
		top: 31%;
		right: 29%;
	}
/*NORTHWEST*/
	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-7 {
		top: 17%; 
		right: 60%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-8 {
		top: 31%;
		right: 18.5%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-9 {
		top: 39%;
		right: 63%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-10 {
		top: 41%;
		right: 11%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-11 {
		top: 21%;
		right: 35%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-12 {
		top: 9%;
		right: 7%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-13 {
		top: 59%;
		right: 37%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-14 {
		top: -2%;
		right: 29%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-15 {
		top: 53%;
		right: 26%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-16 {
		top: 79%;
		right: 24%;
	}
	
	.tab-content.tab-content-add .img-box .map-popup-holder.popup-holder-17 {
		top: -5%;
		right: 40%;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder {
		top: 37%;
		right: 34%;
	}

	.tab-content .sublist-item {
		font-size: 12px;
	}

	#tab2 .text-box {
		margin: 0 46px 27px 40px;
		line-height: 1.5625;
		padding: 13px 10%;
	}

	#tab2 .list-item {
		padding: 0 20px;
	}

	#tab2 .list-item .title {
		padding: 3px 0;
		letter-spacing: 3px;
	}

	.select-box {
		padding: 31px 0 16px;
	}

	.select-box .title {
		text-align: left;
		float: left;
		width: 20%;
		margin: 0 30px 4px 5.6%;
		position: relative;
		padding: 0 15px 0 55px;
		letter-spacing: 3px;
		line-height: 1;
	}

	.select-box .title span {
		font-size: 16px;
		line-height: 1;
		letter-spacing: .5px;
	}

	.select-box .title .icons-man {
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 41px;
	}

	.select-box .description {
		padding: 0 0 0 28%;
	}

	.heading-section {
		padding: 18px 0 12px;
	}

	.heading-section > .holder:after {
		min-height: 97px;
	}

	.heading-section h1 {
		font-size: 46px;
		padding-left: 21px;
	}

	.select-list {
		width: 61.8%;
		margin: 0 6px 0 0;
	}

	.aside .select-list {
		width: 100%;
	}

	.aside .select-list > li {
		margin-bottom: 11px;
	}

	.select-frame > a,
	.select-list > li > a {
		padding: 6px 35px 6px 12px;
		font-size: 18px;
	}

	.select-list > li {
		padding: 0 3px 2px 0;
	}

	.dropdown {
		width: calc(100% - 3px);
		left: 0;
	}

	.select-frame .dropdown {
		width: 100%;
	}

	.dropdown li:first-child {
		padding: 16px 0 3px;
	}

	.dropdown li:last-child {
		padding: 0 0 77px;
	}

	.btn-info,
	input.btn-info {
		width: 3%;
		min-width: 42px;
		float: left;
		margin: 0 auto;
		padding: 0 5px;
		height: 42px;
		line-height: 42px;
	}

	.about-box {
		padding: 66px 0 94px;
	}

	.about-box .text-box {
		width: 80%;
		font-size: 21px;
		line-height: 1.667;
	}

	.about-box .text-box p {
		margin: 0 0 45px;
	}

	.about-box h1 {
		margin: 0 0 20px;
	}

	.about-box .download {
		font-size: 20px;
		padding: 17px;
	}

	.news-box {
		padding: 58px 0 62px;
	}

	.news-box h2 {
		margin: 0 0 55px;
	}

	.news-box .img-box {
		margin: 0 27px 0 0;
	}

	.news-box h3 {
		padding: 6px 0 0;
		line-height: 20px;
		margin: 0 0 4px;
	}

	.news-box .box-holder-right {
		margin: 10px 4px 15px;
		max-width: 272px;
		float: left;
		width: 48%;
		padding: 0 0 20px;
	}

	.tab-section .tabset {
		text-align: center;
		font-size: 14px;
	}

	.tab-section .tabset a {
		padding: 8px 15px;
	}

	.tab-section .tab-content .item-list {
		font-size: 32px;
		line-height: 1.2;
		padding: 0 42px 0 58px;
	}

	.tab-section .tab-content .item-list > li:first-child {
		padding: 35px 0 18px;
	}

	.tab-section .tab-content .item-list > li {
		padding: 25px 0 28px;
	}

	.tab-section .tab-content .info-list {
		font-size: 24px;
		padding: 0 0 0 20px;
	}

	.tab-section .tab-content .info-list > li {
		padding: 23px 0 0;
	}

	.tab-section .tab-content .img-box {
		padding: 36px 58px 37px 37px;
	}

	.tab-section .slide {
		padding: 27px 9999px 135px;
	}

	.tab-section .slide.slide-container {
		padding-bottom: 25px;
	}

	.fluid-bg:after {
		min-height: 288px;
	}

	.fluid-bg {
		min-height: 348px;
		padding-bottom: 30px;
	}

	.fluid-bg .container {
		padding: 0 45px;
	}

	.fluid-bg .subtitle {
		margin-bottom: 30px;
	}

	.btn-more {
		padding: 18px 50px;
	}

	.btn {
		font-size: 18px;
		line-height: 21px;
		padding: 7px 20px 6px;
	}

	.registry-box {
		padding: 22px 0;
	}

	.registry-box h2 {
		padding: 10px 20px 10px 54px;
		text-align: left;
		font-size: 24px;
		line-height: 1.25;
		display: inline-block;
		vertical-align: middle;
		margin-right: -3px;
		width: 60%;
	}

	.registry-box h2 span {
		display: block;
		background-size: 21px;
		line-height: 1;
		margin: -6px 0 0;
	}

	.registry-box .registry-form {
		vertical-align: middle;
		display: inline-block;
		margin-right: -3px;
		padding: 0 0 0 8.8%;
		width: 34.3%;
		margin: 0;
	}

	.registry-box input[type="email"] {
		padding: 25px;
		font-size: 14px;
		line-height: 1.5;
		height: 71px;
	}

	.bannerbox-inner {
		margin-bottom: 25px;
	}

	.slide-holder {
		padding: 0 40px;
	}

	.labels-list {
		margin-bottom: 25px;
	}

	.labels-list > li {
		margin: 0 15px 5px;
	}

	.label-box {
		font-size: 112.5%;
	}

	.label-rounded {
		width: 16px;
		height: 16px;
	}

	.table-responsive {
		padding-bottom: 25px;
	}

	.table th {
		min-width: 75px;
		padding: 8px 5px 5px;
	}

	.table tr:nth-child(2n+1) td {
		padding: 8px 13px 7px;
	}

	.table tr:nth-child(2n) td {
		padding: 7px 13px;
	}

	.table tr td:first-child {
		padding-right: 30px;
	}

	.table.table-custom-style th:nth-child(2),
	.table.table-custom-style td:nth-child(2) {
		padding-left: 25px;
	}

	.table.table-custom-style th:last-child {
		padding-right: 20px;
	}

	.sub-title {
		font-size: 108.00%;
		margin-bottom: 14px;
	}

	.checkboxes-list {
		padding-left: 15px;
		padding-top: 12px;
	}

	.checkboxes-list > li {
		margin-bottom: 15px;
	}

	.widget .checkboxes-list {
		padding-left: 15px;
	}

	.widget .btn-holder {
		padding-top: 15px;
	}

	.sorting-block {
		margin-bottom: 30px;
		padding: 0 0 0 5px;
	}

	.flex-container {
		margin-bottom: 20px;
	}

	.content-box {
		padding: 20px 15px;
	}

	.footer-wrapp .footer-nav.logo-col {
		width: 23.1%;
		padding: 5px 0 0 16px;
	}

	.footer-wrapp .footer-nav.logo-col .footer-logo {
		width: 100%;
		text-align: left;
	}

	.footer-wrapp .footer-nav.logo-col .footer-logo .copy {
		padding: 0 5px 34px 0;
	}

	.footer-wrapp .footer-nav {
		width: 19.1%;
		padding: 0 0 20px 30px;
		display: inline-block;
		vertical-align: top;
		margin-right: -3px;
		font-size: 14px;
		line-height: 1.2;
	}
}

@media (min-width: 1200px) {
	.text-large {
		font-size: 150%;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea,
	select {
		height: 40px;
		padding: 8px 15px;
	}

	textarea {
		height: 230px;
		min-height: 230px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		height: 40px;
		line-height: 40px;
	}

	.custom-form .fake-input {
		margin-right: 16px;
	}

	.container.main-container {
		padding-bottom: 21px;
	}

	#content {
		padding-left: 384px;
	}

	.main-holder #content {
		padding-top: 47px;
	}

	#sidebar,
	.aside {
		width: 365px;
	}

	.widget {
		padding: 15px 30px;
	}

	.aside .widget {
		padding: 30px 40px 20px;
	}

	.jcf-select {
		height: 40px;
	}

	.jcf-select .jcf-select-text {
		line-height: 40px;
	}

	.drop-nav {
		width: 420px;
	}

	.banner:after {
		height: 325px;
	}

	.banner {
		min-height: 425px;
	}

	.contact-box .contact-container {
		padding: 30px 20px 10px 14%;
	}

	.contact-box .contact-container.filter-container {
		padding-left: 38px;
	}

	.contact-container .filter-block {
		margin-left: -28px;
		margin-bottom: 61px;
	}

	.location-list {
		text-align: left;
		padding-left: 20px;
	}

	.location-list li {
		padding: 0 8px 10px;
	}

	.flex-container .flex-block {
		width: 33.3333%;
		-webkit-flex-basis: 33.3333%;
		-ms-flex-preferred-size: 33.3333%;
		flex-basis: 33.3333%;
	}

	.carousel .location,
	.content-box .location {
		font-size: 13px;
	}

	.carousel .name,
	.content-box .name {
		font-size: 21px;
	}

	.carousel .position,
	.content-box .position {
		font-size: 13px;
	}

	.carousel .slide {
		padding: 0 10px 0 23px;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		left: -8px;
		width: 15px;
	}

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

	.tabset:before {
		position: absolute;
		content: "";
		top: 0;
		left: -27px;
		width: 1250px;
		height: 1px;
		background: rgba(255, 255, 255, .5);
	}

	.list-item .title {
		font-size: 26px;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.right .popup {
		right: auto;
		left: 20px;
	}

	.tab-content.tab-content-add .img-box .map-popup-holder.left .popup {
		left: 20px;
	}

	.tab-content .sublist-item {
		font-size: 14px;
	}

	.select-box {
		background-size: contain;
	}

	.heading-section {
		padding: 27px 0 19px;
	}

	.heading-section > .holder:after {
		min-height: 107px;
	}

	.heading-section h1 {
		font-size: 52px;
	}

	.aside .select-list > li {
		margin-bottom: 15px;
	}

	.select-frame > a {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.news-box .box-holder-right {
		margin: 10px 0 15px 15px;
		max-width: 272px;
		padding: 0 0 13px;
	}

	.tab-section .tabset {
		font-size: 18px;
	}

	.tab-section .tabset a {
		padding: 13px 15px;
	}

	.fluid-bg .container {
		padding: 0 58px;
	}

	.btn {
		padding: 9px 20px 8px;
	}

	.bannerbox-inner {
		margin-bottom: 38px;
	}

	.slide-holder {
		padding: 0 56px;
	}

	.labels-list {
		margin-bottom: 31px;
	}

	.table-responsive {
		padding-bottom: 30px;
	}

	.table th {
		padding: 10px 10px 7px;
	}

	.table tr:nth-child(2n+1) td {
		padding: 12px 16px 11px;
	}

	.table tr:nth-child(2n) td {
		padding: 10px 16px;
	}

	.table tr td:first-child {
		padding-right: 50px;
	}

	.table.table-custom-style th:nth-child(2),
	.table.table-custom-style td:nth-child(2) {
		padding-left: 46px;
	}

	.table.table-custom-style th:last-child {
		padding-right: 37px;
	}

	.checkboxes-list > li {
		margin-bottom: 20px;
	}

	.widget .btn-holder {
		padding-top: 19px;
	}

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

	.flex-container {
		margin-bottom: 25px;
	}

	.footer-wrapp {
		width: 69%;
		margin: 0 auto;
		padding: 0 25px 0 1px;
	}
}

@media (min-width: 1520px) {
	.aside .widget {
		padding: 46px 57px 20px 43px;
	}

	.flex-container .flex-block {
		width: 25%;
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}

	.heading-section {
		padding: 34px 0 25px;
	}

	.heading-section h1 {
		font-size: 60px;
	}

	.aside .select-list > li {
		margin-bottom: 18px;
	}

	.sorting-block {
		margin-bottom: 65px;
	}
}

@media (min-width: 1820px) {
	.flex-container .flex-block {
		max-width: 296px;
	}
}

@media (max-width: 1023px) {
	.visible-sm {
		display: block !important;
	}

	iframe,
	embed,
	object,
	video {
		width: 100%;
	}

	#nav a:hover {
		background: #58595b;
	}
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	.hidden-xs {
		display: none !important;
	}

	#header .visible-xs-inline-block,
	#main .visible-xs-inline-block,
	#footer .visible-xs-inline-block {
		display: inline-block;
	}

	#main .visible-sm-inline-block {
		display: none;
	}

	.main-holder.same-height-holder .same-height,
	.main-container.same-height-holder .same-height {
		height: auto !important;
		min-height: 0 !important;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	#nav a {
		display: block;
	}

	#nav .open-close-nav.active .opener-nav,
	#nav a:hover {
		background: #58595b;
		color: #fff;
	}

	#nav .opener-nav {
		padding-right: 35px;
	}

	#nav .drop-nav a {
		padding-top: 7px;
		padding-bottom: 7px;
		padding-left: 35px;
	}

	.popup-holder .popup a {
		display: block;
	}

	.opener-nav {
		position: relative;
	}

	.opener-nav:after {
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		height: 0;
		width: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 8px solid #58595b;
		content: "";
		right: 25px;
	}

	.opener-nav:hover:after {
		border-top-color: #fff;
	}

	.open-close-nav.active .opener-nav:after {
		border-top-width: 0;
		border-bottom: 8px solid #fff;
	}

	.filter-block .label br {
		display: none;
	}

	.slide-holder {
		padding: 20px 0;
	}
}

