/*
Theme Name: Base
Author: Weblotion Markus Böniger
Author URI: https://weblotion.ch
Version: 1
Description: Custom WordPress Theme für geothermie.ch. Online seit Ende 2015. Dieses Theme nicht aktivieren!
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

@import url(https://fonts.googleapis.com/css?family=Roboto:300italic,300,500,700);

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

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

.widget ul,
.breadcrumbs,
.documents-download-list,
.content-accordion,
.content-accordion .documents-list,
.content-accordion .documents-list ul,
.map-description,
#header .actions-list,
#header .top-nav,
#menu-mobile .actions-list,
#menu-mobile .top-nav,
#header .top-bar .top-nav,
#nav,
#nav .drop ul,
#menu-mobile #nav-mobile,
#menu-mobile .top-nav .drop ul,
#menu-mobile #nav-mobile .drop ul,
.section-slider .pagination ul,
.posts-list,
.section-info .files-list,
#footer .footer-nav {
	margin: 0;
	padding: 0;
}

.widget ul li,
.breadcrumbs li,
.documents-download-list li,
.content-accordion li,
.content-accordion .documents-list li,
.map-description li,
#header .actions-list li,
#header .top-nav li,
#menu-mobile .actions-list li,
#menu-mobile .top-nav li,
#header .top-bar .top-nav li,
#nav li,
#nav .drop ul li,
#menu-mobile #nav-mobile li,
#menu-mobile .top-nav .drop ul li,
#menu-mobile #nav-mobile .drop ul li,
.section-slider .pagination ul li,
.posts-list li,
.section-info .files-list li,
#footer .footer-nav li {
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.header-popup form:after,
#header .top-bar:after,
#menu-mobile .top-bar:after,
#header .top-bar > .holder:after,
.section-content .holder:after,
.section-content .twocolumns:after,
.section-info > .holder:after,
.section-project .content:after {
	content: "";
	display: block;
	clear: both;
}

.section-info .files-list,
#footer > .holder {
	font-size: 1px;
	line-height: 0;
	text-align: justify;
}

.section-info .files-list > *,
#footer > .holder > * {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	line-height: 1.4706;
	text-align: left;
}

.section-info .files-list:after,
#footer > .holder:after {
	content: "";
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.documents-download-list a:before,
.content-accordion .documents-list .icon-document,
.header-popup form:before,
.header-popup .close,
.button-custom .icon-holder,
.date.detail:before,
.file-box footer a:before,
.map-marker,
#header .actions-list [class*="icon-"]:before,
#menu-mobile .actions-list [class*="icon-"]:before,
#menu-mobile .nav-close {
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	background: #eae8e2;
	color: #333;
	font: 300 17px/1.4706 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.with-bg #main {
	background: url(images/bg-body.png) no-repeat 50% 39px;
}

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

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

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

blockquote {
	border-left: 4px solid #fff;
	padding-left: .5em;
	margin-left: 26px;
}

th,
td {
	border: solid #999;
	border-width: 0 0 1px;
	padding: 6px 4px 5px;
	text-align: left;
	vertical-align: top;
}

th:last-child,
td:last-child {
	text-align: right;
}

th {
	background: #f5f3ed;
	border-color: #f60;
	border-width: 1px 0;
	padding-top: 5px;
	padding-bottom: 24px;
	vertical-align: top;
}

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

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

ul {
	list-style-type: disc;
}

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

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #fff;
	padding: 10px 15px 11px;
}

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

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

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

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

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

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

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

textarea {
	resize: vertical;
	vertical-align: top;
}

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

.widget {
	padding-bottom: 47px;
}

.widget > .widget {
	padding-bottom: 0;
}

.widget > .widget .post.filled {
	margin-bottom: 0 !important;
}

.widget.with-counters ul li {
	padding: 14px 25px 15px 2px;
}

.widget.with-counters ul a {
	display: inline;
	padding: 0;
}

.widget.with-counters ul a:hover {
	background: none;
	color: #bc001b;
}

.widget.with-counters ul a:before {
	display: none;
}

.widget.business p {
	margin: 0;
}

.widget .post {
	margin: 0;
}

.widget .post.filled {
	margin-top: -22px;
}

.widget ul {
	border-top: 1px solid #999;
	line-height: 1.2353;
}

.widget ul li {
	border-bottom: 1px solid #999;
	overflow: hidden;
	vertical-align: top;
}

.widget ul a {
	color: #333;
	display: block;
	padding: 14px 25px 15px 2px;
	position: relative;
}

.widget ul a:hover {
	background: #f5f3ed;
	color: #333;
}

.widget ul a:before {
	border: solid #333;
	border-width: 0 2px 2px 0;
	content: "";
	height: 10px;
	margin-top: -5px;
	position: absolute;
	right: 14px;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 10px;
}

.widget h3 {
	color: #333;
	font-size: 1.7647em;
	margin: 0 0 15px;
}

.widget .logo-holder {
	background: #fff;
	box-shadow: 0 0 12px 5px rgba(204, 204, 204, .65);
	height: 212px;
	margin: 0 0 20px;
	text-align: center;
	white-space: nowrap;
}

.widget .logo-holder:after {
	content: "";
	display: inline-block;
	height: 100%;
	margin: 0 0 0 -5px;
	overflow: hidden;
	vertical-align: middle;
	width: 1px;
}

.widget .logo-holder > * {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

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

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

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

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

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

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

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

.search-form input {
	float: left;
	height: 2em;
}

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

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

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

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #fff;
	color: #333;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 26px;
}

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

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

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

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

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 26px;
}

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

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

.navigation {
	position: relative;
	vertical-align: middle;
	margin: 0 0 26px;
}

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

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

.navigation .next,
.navigation .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #fff;
	color: #333;
	padding: .4em;
	text-decoration: none;
}

.wp-caption {
	clear: both;
	font-size: .8824em;
	font-style: italic;
	line-height: 1.4;
	margin: 0 0 45px;
	max-width: 100%;
}

.wp-caption p {
	margin: 18px 0 0;
}

div.aligncenter {
	margin: 0 auto 26px;
}

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

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

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

.mejs-container {
	margin-bottom: 26px;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	color: #bc001b;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	line-height: 1.3;
	margin: 0 0 .5em;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: #bc001b;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: #333;
}

h1,
.h1 {
	font-size: 2.1176em;
}

h2,
.h2 {
	font-size: 1.7647em;
	margin: 0 0 23px;
}

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

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

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

h6,
.h6 {
	font-size: .8824em;
}

p {
	margin: 0 0 1.5294em;
}

p + .documents-download-list {
	margin-top: 45px;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #bc001b;
}

.breadcrumbs {
	color: #bc001b;
	line-height: 1.1176;
	margin: 0 0 41px;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
	padding: 0 1px 0 13px;
	position: relative;
}

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

.breadcrumbs li:first-child:before {
	display: none;
}

.breadcrumbs li:before {
	color: #666;
	content: ">";
	left: 0;
	position: absolute;
	top: 1px;
}

.breadcrumbs a {
	color: #333;
	text-decoration: none;
}

.title {
	display: block;
	font-weight: 500;
	margin: 0 0 17px;
}

.title a {
	color: #333;
}

.remark {
	color: #f60;
	display: block;
	font-style: normal;
	margin: 33px 0 35px;
	padding: 18px 22px;
	position: relative;
	text-align: center;
}

.remark:before,
.remark:after {
	background: #f60;
	content: "";
	height: 1px;
	left: 50%;
	margin: 0 0 0 -75px;
	position: absolute;
	top: 0;
	width: 150px;
}

.remark:after {
	bottom: 0;
	top: auto;
}

.documents-download-list {
	border-top: 1px solid #999;
	margin: 0 0 45px;
}

.documents-download-list li {
	border-bottom: 1px solid #999;
	overflow: hidden;
	vertical-align: top;
}

.documents-download-list li.link a:hover:before {
	background-position: -30px -170px;
}

.documents-download-list li.link a:before {
	background-position: 0 -170px;
	height: 19px;
	margin-right: -2px;
	width: 19px;
}

.documents-download-list a {
	color: #333;
	display: block;
	padding: 12px 40px 12px 0;
	position: relative;
	text-decoration: none;
}

.documents-download-list a:hover {
	background: #f5f3ed;
	color: #bc001b;
}

.documents-download-list a:hover:before {
	background-position: -30px -140px;
}

.documents-download-list a:before {
	background-position: 0 -140px;
	content: "";
	height: 23px;
	margin: -3px 0 0;
	position: absolute;
	right: 17px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 17px;
}

.content-accordion {
	border-top: 1px solid #999;
}

.content-accordion > li {
	border-bottom: 1px solid #999;
	overflow: hidden;
	vertical-align: top;
}

.content-accordion > li:hover .opener,
.content-accordion > li.active .opener {
	background: #f5f3ed;
	color: #bc001b;
}

.content-accordion > li:hover .opener:before,
.content-accordion > li.active .opener:before {
	border-color: #bc001b;
}

.content-accordion > li.active .opener {
	background: none;
}

.content-accordion > li.active .opener:before {
	margin: -7px 0 0;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.content-accordion .opener {
	display: block;
	font-size: 1.4706em;
	line-height: 1.08;
	outline: 0;
	position: relative;
	text-decoration: none;
	padding: 16px 75px 17px 0;
}

.content-accordion .opener:before {
	border: solid #666;
	border-width: 0 3px 3px 0;
	content: "";
	height: 30px;
	margin: -24px 0 0;
	position: absolute;
	right: 32px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform .3s, margin .3s;
	transition: transform .3s, margin .3s;
	width: 30px;
}

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

.content-accordion .slide .twocolumns {
	padding: 0 0 34px;
}

.content-accordion .slide .wp-caption.alignnone {
	width: auto !important;
}

.content-accordion .documents-list {
	font-size: .8824em;
	line-height: 1.4;
	margin: -16px 0 0;
}

.content-accordion .documents-list > li {
	border-bottom: 3px solid #fff;
	margin: 0 0 23px;
	overflow: hidden;
	padding: 0 0 23px;
	position: relative;
	vertical-align: top;
}

.content-accordion .documents-list .date {
	font-size: 1.1333em;
	font-weight: 300;
	margin: 0 0 14px;
}

.content-accordion .documents-list h3 {
	margin: 0;
}

.content-accordion .documents-list .description {
	display: block;
	margin: 0 0 21px;
}

.content-accordion .documents-list ul {
	padding: 0 0 21px 3px;
}

.content-accordion .documents-list ul li {
	overflow: hidden;
	padding: 0 0 0 12px;
	position: relative;
	vertical-align: top;
}

.content-accordion .documents-list ul li:before {
	background: #333;
	border-radius: 3px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 3px;
}

.content-accordion .documents-list .title {
	margin: 0 0 1px;
}

.content-accordion .documents-list .title + a {
	font-size: 1.1333em;
}

.content-accordion .documents-list .icon-document {
	background-position: 0 -290px;
	display: inline-block;
	vertical-align: top;
	height: 39px;
	position: absolute;
	right: 31px;
	top: 5px;
	width: 29px;
}

.content-accordion .link-more {
	margin: 0 0 33px;
}

address {
	font-style: normal;
	margin: 0 0 22px;
}

address a {
	color: inherit;
	text-decoration: none;
}

address a:hover {
	text-decoration: underline;
}

.disclaimer,
.footer-nav a,
.link-more {
	color: #333;
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 0 0;
	padding: 0 12px 0 0;
	position: relative;
}

.disclaimer:hover,
.footer-nav a:hover,
.link-more:hover {
	color: #bc001b;
}

.disclaimer:hover:before,
.footer-nav a:hover:before,
.link-more:hover:before {
	border-color: #bc001b;
}

.disclaimer.down,
.footer-nav a.down,
.link-more.down {
	margin-bottom: 45px;
	padding-right: 21px;
}

.disclaimer.down:before,
.footer-nav a.down:before,
.link-more.down:before {
	height: 11px;
	margin-top: -7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 11px;
}

.disclaimer.back,
.footer-nav a.back,
.link-more.back {
	padding: 0 0 0 18px;
}

.disclaimer.back:before,
.footer-nav a.back:before,
.link-more.back:before {
	border-width: 2px 0 0 2px;
	left: 0;
	right: auto;
}

.disclaimer:before,
.footer-nav a:before,
.link-more:before {
	border: solid #333;
	border-width: 0 2px 2px 0;
	content: "";
	height: 9px;
	margin: -4px 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: right .3s;
	transition: right .3s;
	width: 9px;
}

.header-popup {
	background: #eae8e2;
	color: #666;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
}

.header-popup a {
	color: #666 !important;
}

.header-popup a:hover {
	text-decoration: underline !important;
}

.header-popup .holder {
	margin: 0 auto;
	max-width: 1500px;
	padding: 22px 74px 26px 67px;
	position: relative;
}

.header-popup form {
	border-bottom: 1px solid #ccc;
	box-shadow: 0 1px 0 #fff;
	margin: 20px 0 0;
	width: 694px;
	padding: 0 30px 8px 0;
	position: relative;
}

.header-popup form input[type=search] {
	background: none;
	border: 0;
	float: left;
	font-size: 25px;
	font-weight: 300;
	height: 31px;
	line-height: 31px;
	margin: 0;
	outline: 0;
	padding: 0;
	width: 100%;
}

.header-popup form:before {
	background-position: -80px -40px;
	content: "";
	height: 28px;
	margin: -18px 0 0;
	position: absolute;
	right: -1px;
	top: 50%;
	width: 28px;
}

.header-popup ul {
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	margin: 0 0 -14px;
	min-width: 228px;
	padding: 0;
	text-align: left;
}

.header-popup ul li {
	overflow: hidden;
	padding: 0 0 14px;
	vertical-align: top;
}

.header-popup .close {
	background-position: -70px -230px;
	height: 31px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 25px;
	width: 31px;
}

.header-popup .close.white {
	background-position: -70px -270px;
}

.map-holder iframe {
	display: block;
	height: 1006px;
	margin: 0;
	width: 100%;
}

.button-custom {
	display: block;
	height: 212px;
	margin: 45px auto 136px;
	position: relative;
	text-align: center;
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
	width: 212px;
}

.button-custom:hover .holder {
	background: #bc001b;
}

.button-custom:hover .title {
	color: #fff;
}

.button-custom:hover .link-more:before {
	border-color: #fff;
}

.button-custom.invert .holder {
	background: #bc001b;
}

.button-custom.invert .title {
	color: #fff;
}

.button-custom.invert .link-more:before {
	border-color: #fff;
}

.button-custom.invert:hover .holder {
	background: #fff;
}

.button-custom.invert:hover .email {
	background-position: -70px -310px;
}

.button-custom.invert:hover .title {
	color: #bc001b;
}

.button-custom.invert:hover .link-more:before {
	border-color: #bc001b;
}

.button-custom:hover {
	box-shadow: none;
}

.button-custom .holder {
	background: #fff;
	box-shadow: 0 0 12px 5px rgba(204, 204, 204, .65);
	display: block;
	height: 100%;
	padding: 0 !important;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	white-space: nowrap;
}

.button-custom .holder:after {
	content: "";
	display: inline-block;
	height: 100%;
	margin: 0 0 0 -5px;
	overflow: hidden;
	vertical-align: middle;
	width: 1px;
}

.button-custom .frame {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	white-space: normal;
}

.button-custom .icon-holder {
	background-position: -9999px -99999px;
	left: 50%;
	position: absolute;
	top: -1px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5;
}

.button-custom .icon-holder.user {
	background-position: 0 -200px;
	height: 39px;
	width: 57px;
}

.button-custom .icon-holder.email {
	background-position: 0 -90px;
	height: 41px;
	width: 44px;
}

.button-custom .title {
	color: #bc001b;
	font-size: 1.7647em;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

.button-custom .link-more {
	bottom: -8px;
	position: absolute;
	left: 50%;
	margin: 0;
	padding: 0 9px 0 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5;
}

.button-custom .link-more:before {
	border-color: #bc001b;
}

.date {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2143;
	margin: 0 0 28px;
}

.date.detail {
	font-size: 1.0588em;
	line-height: 1.5;
	padding: 0 0 0 45px;
	position: relative;
}

.date.detail:before {
	background-position: 0 -250px;
	content: "";
	height: 34px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 36px;
}

.date.detail span {
	display: block;
}

.post {
	margin: 0 0 16px;
	padding: 22px 31px 30px;
}

.post h2 {
	line-height: 1.2;
	margin-bottom: 18px;
}

.post .image-holder {
	margin: 26px 0;
}

.post .image-holder img {
	max-width: none;
	width: 100%;
}

.post .description {
	display: block;
	font-size: .8235em;
	font-weight: bold;
	line-height: 1.5;
	margin: 25px 0 20px;
}

.post .date {
	display: block;
	margin: 0 0 23px;
}

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

.post.filled {
	background: #fff;
}

.post.no-paddings {
	padding: 0;
}

.nav-opener {
	display: none;
	float: left;
	height: 60px;
	position: relative;
	width: 60px;
}

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

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

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

.nav-active .nav-opener {
	background: #fff;
}

.nav-active .nav-opener span,
.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	background: #bc001b;
}

#menu-blocker {
	display: none;
	height: 100%;
	left: 526px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.nav-active #menu-blocker {
	display: block;
}

.file-box {
	font-size: .8824em;
	line-height: 1.4;
	max-width: 422px;
	min-width: 200px;
	overflow: hidden;
	position: relative;
}

.file-box:before {
	background: #eae8e2;
	border: solid #f9f7f1;
	border-width: 0 0 23px 23px;
	border-radius: 0 0 0 10px;
	content: "";
	height: 118px;
	position: absolute;
	right: 0;
	top: 0;
	width: 118px;
	z-index: 1;
}

.file-box:after {
	background: #eae8e2;
	border-left: 23px solid #f9f7f1;
	content: "";
	height: 236px;
	margin: -118px -59px 0 0;
	position: absolute;
	right: 26px;
	top: 26px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 118px;
	z-index: 5;
}

.file-box .holder {
	border: 23px solid #f9f7f1;
	border-radius: 30px;
	min-height: 500px;
	padding: 20px 55px 20px 29px;
}

.file-box .heading {
	margin: 0 0 10px;
	min-height: 96px;
}

.file-box .heading .date,
.file-box .heading date {
	display: block;
	font-size: 17px;
	margin: 0 0 -1px;
}

.file-box h3 {
	margin: 0 0 12px;
}

.file-box p {
	margin: 0 0 14px;
}

.file-box .title {
	margin: 0 0 1px;
}

.file-box .title + a {
	color: #333;
}

.file-box .author {
	font-size: 17px;
}

.file-box footer {
	bottom: 56px;
	font-size: 1.1333em;
	left: 54px;
	position: absolute;
	right: 54px;
}

.file-box footer a {
	color: #333;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	padding: 0 0 0 47px;
	position: relative;
}

.file-box footer a.document:before {
	background-position: 0 -290px;
	height: 39px;
	width: 29px;
}

.file-box footer a:before {
	background-position: 0 -340px;
	bottom: 0;
	content: "";
	height: 32px;
	left: 0;
	position: absolute;
	width: 32px;
}

.map-marker {
	background-position: -70px -90px;
	display: inline-block;
	vertical-align: top;
	height: 67px;
	width: 61px;
}

.map-marker.red {
	background-position: -70px -160px;
}

dl {
	margin: 0;
	padding: 0 0 34px;
}

dl dt {
	float: none;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

dl dd {
	margin: 0 0 12px;
}

.map-description li {
	overflow: hidden;
	padding: 0 0 41px;
	vertical-align: top;
}

.map-description .map-marker {
	float: left;
	margin: 0 37px 0 0;
}

.map-description p {
	margin: 7px 0 0;
}

.section-news #content,
.section-news .content,
#twocolumns #content,
#twocolumns .content {
	float: left;
	padding: 0 31px 0 0;
	width: 66.6667%;
}

.section-news #sidebar,
.section-news .aside,
#twocolumns #sidebar,
#twocolumns .aside {
	float: left;
	padding: 0 31px;
	width: 33.3333%;
}

/* tables styles */

.table-holder {
	margin: 0 0 44px;
	overflow: auto;
}

.table-holder .title {
	display: block;
	font-weight: normal;
	margin: 0 0 14px;
}

.table-holder table {
	font-size: 16px;
	margin: 0 0 18px;
	min-width: 100%;
	width: 100%;
}

.table-holder .table-note {
	display: block;
	font-size: 15px;
}

/* end of tables styles */

#header .top-bar,
#menu-mobile .top-bar {
	background: #bc001b;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1429;
	position: relative;
	text-transform: uppercase;
	z-index: 5;
}

#header .top-bar a,
#menu-mobile .top-bar a {
	color: #fff;
	text-decoration: none;
}

#header .actions-list > li,
#header .top-nav > li,
#menu-mobile .actions-list > li,
#menu-mobile .top-nav > li {
	float: left;
}

#header .actions-list > li[class*="active"] > a,
#header .actions-list > li:hover > a,
#header .top-nav > li[class*="active"] > a,
#header .top-nav > li:hover > a,
#menu-mobile .actions-list > li[class*="active"] > a,
#menu-mobile .actions-list > li:hover > a,
#menu-mobile .top-nav > li[class*="active"] > a,
#menu-mobile .top-nav > li:hover > a {
	background: #eae8e2;
	color: #666;
}

#header .actions-list > li[class*="active"] [class*="call"]:before,
#header .actions-list > li:hover [class*="call"]:before,
#header .top-nav > li[class*="active"] [class*="call"]:before,
#header .top-nav > li:hover [class*="call"]:before,
#menu-mobile .actions-list > li[class*="active"] [class*="call"]:before,
#menu-mobile .actions-list > li:hover [class*="call"]:before,
#menu-mobile .top-nav > li[class*="active"] [class*="call"]:before,
#menu-mobile .top-nav > li:hover [class*="call"]:before {
	background-position: -40px 0;
}

#header .actions-list > li[class*="active"] [class*="search"]:before,
#header .actions-list > li:hover [class*="search"]:before,
#header .top-nav > li[class*="active"] [class*="search"]:before,
#header .top-nav > li:hover [class*="search"]:before,
#menu-mobile .actions-list > li[class*="active"] [class*="search"]:before,
#menu-mobile .actions-list > li:hover [class*="search"]:before,
#menu-mobile .top-nav > li[class*="active"] [class*="search"]:before,
#menu-mobile .top-nav > li:hover [class*="search"]:before {
	background-position: -40px -40px;
}

#header .actions-list > li.popup-holder,
#header .top-nav > li.popup-holder,
#menu-mobile .actions-list > li.popup-holder,
#menu-mobile .top-nav > li.popup-holder {
	position: relative;
}

#header .actions-list > li > a,
#header .top-nav > li > a,
#menu-mobile .actions-list > li > a,
#menu-mobile .top-nav > li > a {
	display: block;
	padding: 22px 15px;
}

#header .actions-list .header-popup,
#header .top-nav .header-popup,
#menu-mobile .actions-list .header-popup,
#menu-mobile .top-nav .header-popup {
	right: auto;
}

#header .actions-list .header-popup:before,
#header .actions-list .header-popup:after,
#header .top-nav .header-popup:before,
#header .top-nav .header-popup:after,
#menu-mobile .actions-list .header-popup:before,
#menu-mobile .actions-list .header-popup:after,
#menu-mobile .top-nav .header-popup:before,
#menu-mobile .top-nav .header-popup:after {
	background: #eae8e2;
	bottom: 0;
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	width: 9999px;
}

#header .actions-list .header-popup:after,
#header .top-nav .header-popup:after,
#menu-mobile .actions-list .header-popup:after,
#menu-mobile .top-nav .header-popup:after {
	left: 100%;
	right: auto;
}

#header .actions-list .header-popup .holder,
#header .top-nav .header-popup .holder,
#menu-mobile .actions-list .header-popup .holder,
#menu-mobile .top-nav .header-popup .holder {
	padding-right: 14px;
	padding-left: 14px;
}

#header .actions-list,
#menu-mobile .actions-list {
	float: left;
	padding: 2px 0;
}

#header .actions-list > li,
#menu-mobile .actions-list > li {
	border-right: 2px solid #fff;
}

#header .actions-list > li > a,
#menu-mobile .actions-list > li > a {
	margin: -2px;
	width: 61px;
	text-align: center;
}

#header .actions-list [class*="icon-"],
#menu-mobile .actions-list [class*="icon-"] {
	height: 60px;
	padding: 0;
	position: relative;
}

#header .actions-list [class*="icon-"]:before,
#menu-mobile .actions-list [class*="icon-"]:before {
	background-position: -9999px -9999px;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#header .actions-list [class*="call"]:before,
#menu-mobile .actions-list [class*="call"]:before {
	background-position: 0 0;
	height: 32px;
	width: 32px;
}

#header .actions-list [class*="search"]:before,
#menu-mobile .actions-list [class*="search"]:before {
	background-position: 0 -40px;
	height: 28px;
	margin-left: 2px;
	width: 28px;
}

#header .actions-list .header-popup,
#menu-mobile .actions-list .header-popup {
	margin: 2px 0 0 -2px;
}

#header .actions-list .header-popup ul,
#menu-mobile .actions-list .header-popup ul {
	padding: 0 8px;
}

#header {
	position: relative;
	z-index: 5;
}

#header .top-bar > .holder {
	margin: 0 auto;
	max-width: 1500px;
}

#header .top-bar .logo {
	left: 50%;
	margin: -20px 0 0 -127px;
	position: absolute;
	top: 50%;
}

#header .top-bar .top-nav {
	float: right;
	padding: 0 120px 0 0;
}

#header .top-bar .top-nav > li {
	margin: 0 0 0 10px;
}

#header .top-bar .top-nav .popup {
	text-align: right;
}

#header .nav-holder {
	background: #fff;
	position: relative;
	z-index: 1;
}

#nav {
	font-size: 1.4706em;
	line-height: 1.16;
	margin: 0 auto;
	max-width: 1100px;
	padding: 39px 15px 22px;
	text-align: center;
}

#nav > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 19px;
}

#nav > li.popup-active > a:before {
	content: "";
}

#nav > li > a {
	color: #333;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-decoration: none;
	z-index: 5;
}

#nav > li > a:hover {
	color: #bc001b;
}

#nav > li > a:before {
	border: 20px solid transparent;
	border-top-color: #fff;
	left: 50%;
	margin: 22px 0 0 -20px;
	position: absolute;
	top: 100%;
}

#nav .drop {
	box-shadow: 7px 7px 4px rgba(0, 0, 0, .3);
	font-size: .68em;
	line-height: 1.1176;
	left: -10px;
	right: -10px;
	text-align: left;
}

#nav .drop .holder {
	max-width: 868px;
	padding: 51px 15px 70px;
	text-align: center;
}

#nav .drop .column {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 8px 0 7px;
	text-align: left;
}

#nav .drop .column.image-holder {
	padding: 6px 0 0;
	width: auto;
}

#nav .drop .title {
	color: #bc001b;
	font-size: 17px;
	font-weight: 300;
	margin: 0 0 9px;
}

#nav .drop .title span {
	display: block;
	font-weight: 500;
	margin: 0 0 -2px;
}

#nav .drop ul {
	min-width: 0;
}

#nav .drop ul li {
	overflow: hidden;
	padding: 0 0 7px;
	vertical-align: top;
}

#nav .drop ul a {
	text-decoration: none !important;
}

#nav .drop ul a:hover {
	color: #bc001b !important;
}

#nav .drop .close {
	right: 42px;
	top: 27px;
}

#menu-mobile {
	background: #eae8e2;
	border-right: 7px solid #fff;
	bottom: 0;
	left: -533px;
	overflow: auto;
	position: fixed;
	top: 0;
	-webkit-transition: left .3s, box-shadow .3s;
	transition: left .3s, box-shadow .3s;
	z-index: 15;
}

.nav-active #menu-mobile {
	box-shadow: 0 0 6px rgba(0, 0, 0, .3);
	left: 0;
}

#menu-mobile > .holder {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 526px;
}

#menu-mobile > .holder > .frame {
	background: #fff;
}

#menu-mobile .top-bar {
	z-index: 10;
}

#menu-mobile .nav-close {
	background-position: -70px -270px;
	height: 31px;
	overflow: hidden;
	position: absolute;
	right: 17px;
	top: 13px;
	width: 31px;
}

#menu-mobile .top-nav,
#menu-mobile #nav-mobile {
	font-size: 25px;
	line-height: 1.08;
	margin: 0 0 49px;
}

#menu-mobile .top-nav li,
#menu-mobile #nav-mobile li {
	border-bottom: 1px solid #999;
	float: none;
}

#menu-mobile .top-nav li.active > .drop,
#menu-mobile #nav-mobile li.active > .drop {
	left: 0;
}

#menu-mobile .top-nav li a,
#menu-mobile #nav-mobile li a {
	display: block;
	padding: 11px 37px 12px;
}

#menu-mobile .top-nav li a:hover,
#menu-mobile #nav-mobile li a:hover {
	background: #eae8e2;
	color: #bc001b;
}

#menu-mobile .top-nav li a.has-drop-down-a,
#menu-mobile #nav-mobile li a.has-drop-down-a {
	position: relative;
	z-index: 1;
}

#menu-mobile .top-nav li a.has-drop-down-a:before,
#menu-mobile #nav-mobile li a.has-drop-down-a:before {
	border: solid #666;
	border-width: 0 2px 2px 0;
	content: "";
	height: 10px;
	margin: -5px 0 0;
	position: absolute;
	right: 19px;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 10px;
}

#menu-mobile .top-nav li a.small,
#menu-mobile #nav-mobile li a.small {
	color: #bc001b;
	font-size: 17px;
	line-height: 19px;
	padding: 15px 39px;
}

#menu-mobile .top-nav li a.small span,
#menu-mobile #nav-mobile li a.small span {
	font-weight: 500;
}

#menu-mobile .top-nav .drop,
#menu-mobile #nav-mobile .drop {
	background: #eae8e2;
	height: 100%;
	left: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 60px 0 0;
	position: absolute;
	top: 0;
	-webkit-transition: left .3s;
	transition: left .3s;
	width: 100%;
	z-index: 5;
}

#menu-mobile .top-nav .drop .holder,
#menu-mobile #nav-mobile .drop .holder {
	background: #fff;
}

#menu-mobile .top-nav .drop .btn-back,
#menu-mobile #nav-mobile .drop .btn-back {
	padding: 11px 38px 12px;
	position: relative;
}

#menu-mobile .top-nav .drop .btn-back.small,
#menu-mobile #nav-mobile .drop .btn-back.small {
	padding-top: 15px;
	padding-bottom: 16px;
}

#menu-mobile .top-nav .drop .btn-back:before,
#menu-mobile #nav-mobile .drop .btn-back:before {
	border: solid #666;
	border-width: 2px 0 0 2px;
	content: "";
	height: 10px;
	left: 20px;
	margin: -5px 0 0;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 10px;
}

#menu-mobile .top-nav .drop .btn-back span,
#menu-mobile #nav-mobile .drop .btn-back span {
	font-weight: 500;
}

#menu-mobile .top-nav .drop ul,
#menu-mobile #nav-mobile .drop ul {
	border-top: 1px solid #999;
}

#menu-mobile .top-nav {
	border-top: 1px solid #999;
	margin: 0;
}

.logo img,
.image-holder img,
.bg-stretch img,
.wp-caption img {
	vertical-align: top;
}

.bg-stretch {
	height: 100%;
	overflow: hidden;
}

.bg-stretch img {
	max-width: none;
	width: 100%;
}

#wrapper {
	overflow: hidden;
}

#wrapper .w1 {
	-webkit-transition: margin .3s;
	transition: margin .3s;
}

.nav-active #wrapper .w1 {
	margin: 0 -533px 0 533px;
}

#main {
	position: relative;
	z-index: 1;
}

.section-visual {
	height: 299px;
	position: relative;
	z-index: 1;
}

.section-visual .bg-image {
	position: relative;
}

.section-visual .bg-image:before {
	/*background: rgba(0, 0, 0, .3);*/
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.section-content .holder {
	margin: 0 auto;
	max-width: 1444px;
	padding: 38px 50px;
}

.section-content .twocolumns {
	padding: 0 0 47px;
}

.section-content .twocolumns .column {
	float: left;
	width: 50%;
}

.section-content .twocolumns .first {
	padding: 0 40px 0 0;
}

.section-content .twocolumns .last {
	padding: 0 0 0 40px;
}

.section-content .twocolumns .image-holder img {
	margin: 0 -4px 0 0;
}

.section-content .posts-columns {
	margin: -22px -31px -10px;
}

.section-content .posts-columns .duplicate {
	display: none;
}

.section-slider {
	height: 582px;
	margin: 0 0 30px;
	position: relative;
}

.section-slider .slideset {
	height: 100%;
	position: relative;
	z-index: 1;
}

.section-slider .slide {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.section-slider .slide.active {
	z-index: 5;
}

.section-slider .content {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 0;
	white-space: nowrap;
	width: 100%;
	z-index: 5;
}

.section-slider .content:after {
	content: "";
	display: inline-block;
	height: 100%;
	margin: 0 0 0 -5px;
	overflow: hidden;
	vertical-align: middle;
	width: 1px;
}

.section-slider .content .holder {
	display: inline-block;
	vertical-align: middle;
	max-width: 870px;
	padding: 0 15px;
	position: relative;
	text-align: right;
	white-space: normal;
	width: 100%;
}

.section-slider h2 {
	color: #fff;
	font-size: 3.2353em;
	font-weight: bold;
	letter-spacing: .075em;
	line-height: 1.5091;
	margin: 0;
}

.section-slider .arrow {
	margin: -180px 0 0;
	position: absolute;
	right: -168px;
	top: 50%;
}

.section-slider .bg-image {
	position: relative;
	z-index: 1;
}

.section-slider .bg-image:before {
	/*background: rgba(51, 51, 51, .6);*/
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

.section-slider .pagination {
	bottom: 14px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 5;
}

.section-slider .pagination ul {
	font-size: 5px;
	line-height: 1;
}

.section-slider .pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.section-slider .pagination ul li.active a,
.section-slider .pagination ul li:hover a {
	background: #f60;
}

.section-slider .pagination ul a {
	background: #fff;
	border-radius: 15px;
	display: block;
	height: 15px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	width: 15px;
}

.section-news .column {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 0 9px 0 0;
	width: 50%;
}

.section-map {
	margin: 0 0 -1px;
}

.section-map .holder {
	margin: 0 auto;
	max-width: 1438px;
	padding: 0 46px;
}

.section-map h2 {
	color: #333;
	margin: 0 0 21px;
}

.posts-list {
	border-top: 2px solid #fff;
	margin: 0 0 26px;
}

.posts-list li {
	border-bottom: 2px solid #fff;
	overflow: hidden;
	padding: 24px 0;
	vertical-align: top;
}

.posts-list .post {
	margin: 0;
	padding: 0;
}

.posts-list .post .image-holder {
	margin: 4px 41px 0 0;
}

.section-info > .holder {
	margin: 0 auto;
	max-width: 1444px;
	padding: 38px 50px;
}

.section-info .files-list {
	margin: 0 0 26px;
}

.section-info .files-list li {
	max-width: 33%;
	margin: 0 0 30px;
}

.section-project .content .column {
	float: left;
	width: 50%;
}

#footer {
	margin: 0 52px;
}

#footer > .holder {
	border-top: 1px solid #999;
	margin: 0 auto;
	max-width: 1342px;
	padding: 43px 0 17px;
}

#footer > .holder > .column:first-child {
	max-width: 75%;
	white-space: nowrap;
}

#footer > .holder > .column:first-child > * {
	white-space: normal;
}

#footer > .holder > .column .content {
	max-width: 63%;
}

#footer > .holder > .column .footer-nav {
	max-width: 37%;
}

#footer .column:last-child .logo {
	margin: 7px 1px 0 0;
}

#footer .content {
	display: inline-block;
	vertical-align: top;
	padding: 0 127px 0 0;
}

#footer .copyright {
	margin: 0 0 15px;
	white-space: nowrap;
}

#footer .logo {
	display: inline-block;
	vertical-align: top;
	margin: 5px 43px 0 -2px;
}

#footer .address-box {
	display: inline-block;
	vertical-align: top;
}

#footer .address-box address {
	line-height: 1.4118;
	margin: 0 0 12px;
}

#footer .footer-nav {
	display: inline-block;
	vertical-align: top;
}

#footer .footer-nav li {
	overflow: hidden;
	padding: 0 0 6px;
	vertical-align: top;
}

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

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

@media (max-width: 1529px) {
	.header-popup .close {
		right: 15px;
	}
}

@media (max-width: 1199px) {
	.widget h3 {
		margin: 0 0 24px;
	}

	.widget .logo-holder {
		height: 190px;
		margin-bottom: 23px;
	}

	.wp-caption {
		margin: 0 0 36px;
	}

	h2,
	.h2 {
		margin: 0 0 38px;
	}

	.breadcrumbs {
		margin: 0 0 34px;
	}

	.title {
		margin: 0 0 14px;
	}

	.remark {
		margin: 29px 0 28px;
		padding: 22px;
	}

	.content-accordion .slide {
		padding-bottom: 5px;
	}

	.content-accordion .slide .twocolumns {
		padding: 0 0 3px;
	}

	.header-popup.active:before {
		display: block;
	}

	.header-popup:before {
		background: #eae8e2;
		content: "";
		height: 9999px;
		left: 0;
		position: absolute;
		right: 0;
		top: 100%;
	}

	.header-popup .holder {
		padding: 25px 15px;
	}

	.header-popup form {
		border: 0;
		box-shadow: none;
		margin: -1px 0 0;
	}

	.header-popup form:before {
		right: 3px;
	}

	.header-popup ul {
		margin: 0 0 0 124px;
		min-width: 0;
	}

	.header-popup .close {
		display: none;
	}

	.map-holder iframe {
		height: 687px;
	}

	.post {
		margin-bottom: 33px;
		padding: 0;
	}

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

	.post .image-holder {
		margin: 26px 0 28px;
	}

	.post .description {
		margin-bottom: 23px;
	}

	.post p {
		margin-bottom: 16px;
	}

	.post.filled {
		padding: 22px 22px 26px;
	}

	#header .nav-opener {
		display: block;
	}

	.file-box {
		max-width: 294px;
	}

	.file-box:before {
		border-width: 0 0 16px 16px;
		height: 82px;
		width: 82px;
	}

	.file-box:after {
		border-left-width: 16px;
		height: 164px;
		margin: -82px -41px 0 0;
		right: 18px;
		top: 18px;
		width: 82px;
	}

	.file-box .holder {
		border-radius: 20px;
		border-width: 16px;
		min-height: 450px;
		padding: 8px 14px 20px;
	}

	.file-box .heading {
		min-height: 72px;
	}

	.file-box h3 {
		line-height: 24px;
	}

	.file-box footer {
		bottom: 36px;
		left: 33px;
		right: 33px;
	}

	.file-box footer a:before {
		bottom: -5px;
	}

	.section-news #content,
	.section-news .content,
	#twocolumns #content,
	#twocolumns .content {
		padding: 0;
		width: 100%;
	}

	.section-news #content .content-holder,
	.section-news .content .content-holder,
	#twocolumns #content .content-holder,
	#twocolumns .content .content-holder {
		margin: -8px 377px 0 0;
	}

	.section-news #sidebar,
	.section-news .aside,
	#twocolumns #sidebar,
	#twocolumns .aside {
		float: right;
		margin: 0 0 0 -100%;
		padding: 0;
		width: 346px;
	}

	#header .actions-list .header-popup ul,
	#menu-mobile .actions-list .header-popup ul {
		padding: 0;
	}

	#header .top-bar .actions-list,
	#header .top-bar .top-nav {
		display: none;
	}

	#header .nav-holder {
		display: none;
	}

	#menu-mobile .top-nav .drop ul ul,
	#menu-mobile #nav-mobile .drop ul ul {
		font-size: 17px;
	}

	#menu-mobile .top-nav .drop ul ul a,
	#menu-mobile #nav-mobile .drop ul ul a {
		padding-bottom: 11px;
	}

	.section-visual {
		height: 204px;
	}

	.section-content .holder {
		padding-bottom: 60px;
	}

	.section-content .twocolumns {
		padding: 0 0 28px;
	}

	.section-content .twocolumns .first {
		padding: 0 27px 0 0;
	}

	.section-content .twocolumns .last {
		padding: 0 0 0 27px;
	}

	.section-content .posts-columns {
		margin: 0;
	}

	.section-slider {
		height: 424px;
	}

	.section-slider .content .holder {
		max-width: 566px;
	}

	.section-slider h2 {
		font-size: 2.3529em;
		line-height: 1.5;
	}

	.section-slider .arrow {
		margin-top: -131px;
		right: -118px;
		width: 134px;
	}

	.section-slider .pagination {
		bottom: 21px;
	}

	.section-news .column {
		display: block;
		margin: 0;
		min-width: 0;
		padding: 0;
		width: auto;
	}

	.section-news .column:first-child .post {
		border-top-width: 0;
		margin-top: -15px;
	}

	.section-news .column .post {
		border-top: 2px solid #fff;
		margin-bottom: 3px;
		padding: 15px 0 16px;
	}

	.section-news .column .post.filled {
		border-top-width: 0;
		margin: 23px 0 27px;
		padding: 36px 31px 43px;
	}

	.section-news .column .post.filled + .post {
		border-top: 0;
	}

	.section-map h2 {
		margin-bottom: 37px;
	}

	.section-info > .holder {
		padding-bottom: 60px;
	}

	.section-info .files-list {
		margin: 0 0 5px;
	}

	.section-project .holder {
		padding-bottom: 0;
	}

	#footer > .holder {
		padding: 30px 0;
	}

	#footer > .holder > .column:first-child {
		max-width: none;
		white-space: normal;
	}

	#footer > .holder > .column .content {
		max-width: none;
	}

	#footer > .holder > .column .footer-nav {
		max-width: none;
	}

	#footer .column:last-child .logo {
		margin: 7px 1px 0 0;
		width: 175px;
	}

	#footer .content {
		display: block;
		padding: 0 0 28px;
	}

	#footer .copyright {
		margin-bottom: 16px;
		white-space: normal;
	}

	#footer .logo {
		margin: 3px 49px 0 -2px;
		width: 76px;
	}

	#footer .footer-nav {
		display: block;
		margin: 0 0 0 127px;
	}
}

@media (max-width: 1099px) {
	.posts-list .post .image-holder {
		float: none;
		margin: 0 0 15px;
	}
}

@media (max-width: 1023px) {
	.widget.business {
		margin: 0 auto;
		max-width: 356px;
	}

	.widget.duplicate {
		display: none;
	}

	.widget ul {
		margin: 0 -31px;
	}

	.widget ul a {
		padding-right: 56px;
		padding-left: 33px;
	}

	.widget ul a:before {
		right: 45px;
	}

	.widget .logo-holder {
		margin-bottom: 26px;
	}

	h2,
	.h2 {
		margin: 0 0 16px;
	}

	p + .documents-download-list {
		margin-top: 33px;
	}

	.breadcrumbs {
		margin: 0 0 22px;
	}

	.title {
		margin: 0 0 23px;
	}

	.remark {
		margin: 33px 0 24px;
		padding: 19px 70px 28px;
	}

	.content-accordion {
		margin: 0 -31px 30px;
	}

	.content-accordion .opener {
		padding-right: 90px;
		padding-left: 31px;
	}

	.content-accordion .opener:before {
		right: 48px;
	}

	.content-accordion .slide {
		padding: 11px 32px 9px;
	}

	.content-accordion .slide .twocolumns {
		padding: 0;
	}

	.content-accordion .slide .wp-caption {
		margin: 0 0 20px;
		max-width: none;
	}

	.content-accordion .slide .wp-caption img {
		max-width: none;
		width: 100%;
	}

	.content-accordion .slide .wp-caption p {
		margin: 20px 32px 0;
	}

	.content-accordion .documents-list .icon-document {
		right: 15px;
	}

	address {
		margin-bottom: 25px;
	}

	.map-holder iframe {
		height: 300px;
	}

	.button-custom {
		margin-bottom: 130px;
	}

	.post {
		margin-bottom: 35px;
	}

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

	.post h2 {
		margin-bottom: 21px;
	}

	.post .image-holder {
		margin: 24px 0 30px;
	}

	.post p {
		margin-bottom: 19px;
	}

	.post.filled {
		margin-right: -34px;
		margin-left: -34px;
		padding: 35px 33px 42px;
	}

	.file-box {
		max-width: none;
	}

	.file-box .holder {
		border-width: 10px;
		height: auto !important;
		min-height: 0;
		padding: 15px 15px 80px;
	}

	.section-news #content,
	.section-news .content,
	#twocolumns #content,
	#twocolumns .content {
		float: none;
		margin: 0 0 30px;
	}

	.section-news #content .content-holder,
	.section-news .content .content-holder,
	#twocolumns #content .content-holder,
	#twocolumns .content .content-holder {
		margin: 0;
	}

	.section-news #sidebar,
	.section-news .aside,
	#twocolumns #sidebar,
	#twocolumns .aside {
		float: none;
		margin: 0;
		padding: 8px 0 0;
		width: auto;
	}

	.section-visual {
		height: 153px;
	}

	.section-content .holder {
		padding: 39px 31px 10px;
	}

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

	.section-content .twocolumns .first,
	.section-content .twocolumns .last {
		float: none !important;
		padding: 0 !important;
		width: auto !important;
	}

	.section-content .posts-columns .duplicate {
		display: block;
	}

	.section-slider {
		height: 309px;
	}

	.section-slider .content .holder {
		max-width: none;
		text-align: center;
		width: auto;
	}

	.section-slider .arrow {
		right: -106px;
	}

	.section-slider .pagination {
		display: none;
	}

	.section-news .column .post.filled {
		margin-right: -31px;
		margin-left: -31px;
	}

	.section-map h2 {
		margin-bottom: 20px;
	}

	.posts-list li {
		overflow: visible;
	}

	.section-info > .holder {
		padding: 39px 31px 10px;
	}

	.section-info .files-list {
		margin: 0 0 -4px;
	}

	.section-info .files-list li {
		display: list-item;
		max-width: none;
		padding: 0 0 34px;
	}

	.section-project .twocolumns {
		padding-bottom: 0;
	}

	#footer {
		font-size: 15px;
		margin: 0;
	}

	#footer > .holder {
		padding: 30px 29px;
	}

	#footer > .holder:after {
		display: none;
	}

	#footer > .holder > * {
		display: block;
		font-size: 15px;
		line-height: 1.4;
	}

	#footer .column:last-child .logo {
		margin: 0;
		width: 161px;
	}

	#footer .content {
		padding: 0 0 4px;
	}

	#footer .copyright {
		margin-bottom: 22px;
	}

	#footer .logo {
		display: block;
		margin: 0 0 23px;
		width: auto;
	}

	#footer .address-box address {
		line-height: inherit;
		margin: 0 0 34px;
	}

	#footer .footer-nav {
		margin: 0 0 28px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers {
		padding: 0;
	}

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

	h2,
	.h2 {
		font-size: 1.5em;
	}

	.breadcrumbs {
		display: none;
	}

	.remark {
		padding-right: 0;
		padding-left: 0;
	}

	.content-accordion {
		margin: 0 -15px 30px;
	}

	.content-accordion .opener {
		font-size: 1.1765em;
		padding-right: 45px;
		padding-left: 15px;
	}

	.content-accordion .opener:before {
		border-width: 0 2px 2px 0;
		height: 20px;
		margin: -15px 0 0;
		right: 15px;
		width: 20px;
	}

	.content-accordion .slide {
		padding: 20px 15px 40px;
	}

	.content-accordion .slide .wp-caption {
		margin-right: -15px;
		margin-left: -15px;
	}

	.content-accordion .slide .wp-caption p {
		margin-right: 15px;
		margin-left: 15px;
	}

	.content-accordion .documents-list > li {
		overflow: visible;
	}

	.content-accordion .documents-list .icon-document {
		right: -5px;
	}

	.post .image-holder {
		margin-right: -15px;
		margin-left: -15px;
	}

	.post.filled {
		margin-right: -15px;
		margin-left: -15px;
		padding: 20px 15px 25px;
	}

	.file-box:before {
		border-width: 0 0 10px 10px;
		height: 55px;
		width: 55px;
	}

	.file-box:after {
		border-left-width: 10px;
		height: 120px;
		margin: -60px -30px 0 0;
		right: 10px;
		top: 10px;
		width: 60px;
	}

	.file-box footer {
		left: 25px;
		right: 25px;
	}

	#menu-mobile > .holder {
		width: 270px;
	}

	#menu-mobile .top-nav,
	#menu-mobile #nav-mobile {
		font-size: 20px;
	}

	#menu-mobile .top-nav li a,
	#menu-mobile #nav-mobile li a {
		padding-left: 23px !important;
	}

	#menu-mobile .top-nav .drop .btn-back,
	#menu-mobile #nav-mobile .drop .btn-back {
		padding-left: 23px;
	}

	#menu-mobile .top-nav .drop .btn-back:before,
	#menu-mobile #nav-mobile .drop .btn-back:before {
		left: 10px;
	}

	.nav-active #wrapper .w1 {
		margin: 0 -277px 0 277px;
	}

	.section-content .holder {
		padding: 20px 15px 10px;
	}

	.section-slider h2 {
		font-size: 30px;
	}

	.section-slider .arrow {
		margin-top: -72px;
		right: -50px;
		width: 74px;
	}

	.section-map .holder {
		padding: 0 15px;
	}

	.posts-list .post .image-holder {
		margin-right: -31px;
		margin-left: -31px;
	}

	.section-info > .holder {
		padding: 20px 15px 10px;
	}
}

@media (max-width: 479px) {
	#header .top-bar .logo {
		margin: -12px 0 0 -75px;
		width: 150px;
	}
}

.hidecontent { position: absolute; top: -9999px; left: -9999px; width: 1266px; }
