/*
Theme Name: Ev. Kita Büchen
Author: Gurtmann.digital
Author URI: https://www.gurtmann.digital
Version: 2.0.0
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 8.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kindergarten
*/

/* --- Fonts --- */

/* ubuntu-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/ubuntu-v21-latin/ubuntu-v21-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-300italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 300;
    src: url('./fonts/ubuntu-v21-latin/ubuntu-v21-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/ubuntu-v21-latin/ubuntu-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/ubuntu-v21-latin/ubuntu-v21-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/ubuntu-v21-latin/ubuntu-v21-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-500italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 500;
    src: url('./fonts/ubuntu-v21-latin/ubuntu-v21-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/ubuntu-v21-latin/ubuntu-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-700italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 700;
    src: url('./fonts/ubuntu-v21-latin/ubuntu-v21-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/open-sans-v44-latin/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url('./fonts/open-sans-v44-latin/open-sans-v44-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/open-sans-v44-latin/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('./fonts/open-sans-v44-latin/open-sans-v44-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/open-sans-v44-latin/open-sans-v44-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    src: url('./fonts/open-sans-v44-latin/open-sans-v44-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/open-sans-v44-latin/open-sans-v44-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url('./fonts/open-sans-v44-latin/open-sans-v44-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/open-sans-v44-latin/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('./fonts/open-sans-v44-latin/open-sans-v44-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/open-sans-v44-latin/open-sans-v44-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: url('./fonts/open-sans-v44-latin/open-sans-v44-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* --- Normalize --- */

html {line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
body {margin: 0;}
article, aside, footer, header, nav, section {display: block;}
figcaption, figure, main{display: block;}
figure {margin: 1em 40px;}
hr {box-sizing: content-box; height: 0; overflow: visible;}
pre {font-family: monospace, monospace; font-size: 1em;}
a {background-color: transparent; -webkit-text-decoration-skip: objects;}
abbr[title] {border-bottom: none; text-decoration: underline; text-decoration: underline dotted;}
b, strong {font-weight: 700;}
code, kbd, sam p{font-family: monospace, monospace; font-size: 1em;}
dfn {font-style: italic;}
mark {background-color: #ff0; color: #000;}
small {font-size: 80%;}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sub {bottom: -.25em;}
sup {top: -.5em;}
audio, video {display:inline-block;}
audio:not([controls]) {display: none; height: 0;}
img {border-style: none; height: auto;}
svg:not(:root) {overflow: hidden;}
button, input, optgroup, select, textarea {font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0;}
button, input {overflow: visible;}
button, select {text-transform: none;}
[type=reset], [type=submit], button, html [type=button] {-webkit-appearance: button;}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {border-style: none; padding: 0;}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {outline: 1px dotted ButtonText;}
fieldset {padding: .35em .75em .625em;}
legend {box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal;}
progress {display: inline-block; vertical-align: baseline;}
textarea {overflow: auto;}
[type=checkbox], [type=radio] {box-sizing: border-box; padding: 0;}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {height: auto;}
[type=search] {-webkit-appearance: textfield; outline-offset: -2px;}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button{-webkit-appearance: button; font: inherit;}
details, menu {display: block;}
summary {display: list-item;}
canvas {display: inline-block;}
template {display: none;}
[hidden] {display: none;}


/* --- Reset --- */

html, body {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
span, h1, h2, h3, h4, h5, h6, p, a, label {vertical-align: baseline;}
img, object, embed {max-width: 100%;}

/* --- Global --- */

body {height: 100%; position: relative; -ms-overflow-style: scrollbar; background: #fff; color: #303030; min-width: 300px;}
body.home {background: #f5f5f5;}
body.page-template-page-template-contact,
body.page-template-page-template-calendar {background-color: #f6f6f6; background-image: url(img/bg-contact.svg); background-repeat: no-repeat; background-position: center 170px; background-size: cover;}
input[type="text"], input[type="tel"], input[type="email"], input[type="tel"], textarea {height: 40px; font-size: 14px; border: none; border-bottom: 2px solid #424242; padding: 0; box-sizing: border-box; width: 100%; color: #212121; -webkit-appearance: none; appearance: none; border-radius: 0; outline: none; letter-spacing: 0.05em;}
textarea {height: 100px; padding: 8px 15px; resize: vertical;}
select {height: 40px; font-size: 14px; border: 2px solid #424242; padding: 0 15px; box-sizing: border-box; width: 100%; color: #212121; border-radius: 0; outline: none; letter-spacing: 0.03em;}
em, i {font-style: italic;}
blockquote {background: #212121; border: none; margin: 70px 0 30px; padding: 40px 50px 30px; quotes: none; clear: both; color: #fff; position: relative;}
blockquote:before {content: ''; width: 92px; height: 64px; display: block; background-image: url(img/svg-quotes.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; position: absolute; left: 50px; top: -40px;}
blockquote p {margin: 15px 0; display: block;}
table {width: 100%; border-collapse: collapse;}
table td {padding: 3px 15px; border: 1px solid #ddd;}
label {display: block;}
a {color: #2196f3; outline: none; text-decoration: none;}
a:hover {color: #1262B3;}
ul {margin: 0; padding: 0 0 0 20px;}
@media (max-width: 767px) {
	input[type="text"], input[type="tel"], input[type="email"], input[type="tel"], textarea {padding: 0;}
	textarea {padding: 8px 0;}
	blockquote {padding: 40px 30px 30px;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.preloader {display: none !important;}
}


/* --- Fonts --- */

html, body, input, textarea, select, button {font: 400 14px/2 'Open Sans', serif;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin: 0 0 .4em; line-height: 1.2; font-family: Ubuntu; font-weight: 900;}
h1, .h1 {font-size: 36px;}
h2, .h2 {font-size: 36px;}
h3, .h3 {font-size: 32px;}
h4, .h4 {font-size: 26px;}
h5, .h5 {font-size: 20px;}
h6, .h6 {font-size: 20px;}
@media (max-width: 991px) {
	h1, .h1 {font-size: 32px;}
	h2, .h2 {font-size: 32px;}
	h3, .h3 {font-size: 26px;}
	h4, .h4 {font-size: 20px;}
	h5, .h5 {font-size: 18px;}
	h6, .h6 {font-size: 18px;}
}
@media (max-width: 767px) {
	h1, .h1 {font-size: 26px;}
	h2, .h2 {font-size: 26px;}
	h3, .h3 {font-size: 22px;}
	h4, .h4 {font-size: 20px;}
	h5, .h5 {font-size: 18px;}
	h6, .h6 {font-size: 18px;}
}


/* BS Grid */

.row {margin-left: -15px; margin-right: -15px;}
.row.mg20 {margin-left: -20px; margin-right: -20px;}
.row.mg20 > div {padding-left: 20px; padding-right: 20px;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px;}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float:left}
.col-xs-12 {width: 100%;} .col-xs-11 {width: 91.66666667%;} .col-xs-10 {width: 83.33333333%;} .col-xs-9 {width: 75%;} .col-xs-8 {width: 66.66666667%;} .col-xs-7 {width: 58.33333333%;} .col-xs-6 {width: 50%;} .col-xs-5 {width: 41.66666667%;} .col-xs-4 {width: 33.33333333%;} .col-xs-3 {width: 25%;} .col-xs-2 {width: 16.66666667%;} .col-xs-1 {width: 8.33333333%;} .col-xs-pull-12 {right: 100%;} .col-xs-pull-11 {right: 91.66666667%;} .col-xs-pull-10 {right: 83.33333333%;} .col-xs-pull-9 {right: 75%;} .col-xs-pull-8 {right: 66.66666667%;} .col-xs-pull-7 {right: 58.33333333%;} .col-xs-pull-6 {right: 50%;} .col-xs-pull-5 {right: 41.66666667%;} .col-xs-pull-4 {right: 33.33333333%;} .col-xs-pull-3 {right: 25%;} .col-xs-pull-2 {right: 16.66666667%;} .col-xs-pull-1 {right: 8.33333333%;} .col-xs-pull-0 {right: auto;} .col-xs-push-12 {left: 100%;} .col-xs-push-11 {left: 91.66666667%;} .col-xs-push-10 {left: 83.33333333%;} .col-xs-push-9 {left: 75%;} .col-xs-push-8 {left: 66.66666667%;} .col-xs-push-7 {left: 58.33333333%;} .col-xs-push-6 {left: 50%;} .col-xs-push-5 {left: 41.66666667%;} .col-xs-push-4 {left: 33.33333333%;} .col-xs-push-3 {left: 25%;} .col-xs-push-2 {left: 16.66666667%;} .col-xs-push-1 {left: 8.33333333%;} .col-xs-push-0 {left: auto;} .col-xs-offset-12 {margin-left: 100%;} .col-xs-offset-11 {margin-left: 91.66666667%;} .col-xs-offset-10 {margin-left: 83.33333333%;} .col-xs-offset-9 {margin-left: 75%;} .col-xs-offset-8 {margin-left: 66.66666667%;} .col-xs-offset-7 {margin-left: 58.33333333%;} .col-xs-offset-6 {margin-left: 50%;} .col-xs-offset-5 {margin-left: 41.66666667%;} .col-xs-offset-4 {margin-left: 33.33333333%;} .col-xs-offset-3 {margin-left:25%;} .col-xs-offset-2 {margin-left: 16.66666667%;} .col-xs-offset-1 {margin-left: 8.33333333%;} .col-xs-offset-0 {margin-left: 0;}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float:left} .col-sm-12 {width: 100%;} .col-sm-11 {width: 91.66666667%;} .col-sm-10 {width: 83.33333333%;} .col-sm-9 {width: 75%;} .col-sm-8 {width: 66.66666667%;} .col-sm-7 {width: 58.33333333%;} .col-sm-6 {width: 50%;} .col-sm-5 {width: 41.66666667%;} .col-sm-4 {width: 33.33333333%;} .col-sm-3 {width: 25%;} .col-sm-2 {width: 16.66666667%;} .col-sm-1 {width: 8.33333333%;} .col-sm-pull-12 {right: 100%;} .col-sm-pull-11 {right: 91.66666667%;} .col-sm-pull-10 {right: 83.33333333%;} .col-sm-pull-9 {right: 75%;} .col-sm-pull-8 {right: 66.66666667%;} .col-sm-pull-7 {right: 58.33333333%;} .col-sm-pull-6 {right: 50%;} .col-sm-pull-5 {right: 41.66666667%;} .col-sm-pull-4 {right: 33.33333333%;} .col-sm-pull-3 {right: 25%;} .col-sm-pull-2 {right: 16.66666667%;} .col-sm-pull-1 {right: 8.33333333%;} .col-sm-pull-0 {right: auto;} .col-sm-push-12 {left: 100%;} .col-sm-push-11 {left: 91.66666667%;} .col-sm-push-10 {left: 83.33333333%;} .col-sm-push-9 {left: 75%;} .col-sm-push-8 {left: 66.66666667%;} .col-sm-push-7 {left: 58.33333333%;} .col-sm-push-6 {left: 50%;} .col-sm-push-5 {left: 41.66666667%;} .col-sm-push-4 {left: 33.33333333%;} .col-sm-push-3 {left: 25%;} .col-sm-push-2 {left: 16.66666667%;} .col-sm-push-1 {left: 8.33333333%;} .col-sm-push-0 {left: auto;} .col-sm-offset-12 {margin-left: 100%;} .col-sm-offset-11 {margin-left: 91.66666667%;} .col-sm-offset-10 {margin-left: 83.33333333%;} .col-sm-offset-9 {margin-left: 75%;} .col-sm-offset-8 {margin-left: 66.66666667%;} .col-sm-offset-7 {margin-left: 58.33333333%;} .col-sm-offset-6 {margin-left: 50%;} .col-sm-offset-5 {margin-left: 41.66666667%;} .col-sm-offset-4 {margin-left: 33.33333333%;} .col-sm-offset-3 {margin-left: 25%;} .col-sm-offset-2 {margin-left: 16.66666667%;} .col-sm-offset-1 {margin-left: 8.33333333%;} .col-sm-offset-0 {margin-left: 0;}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float:left} .col-md-12 {width: 100%;} .col-md-11 {width: 91.66666667%;} .col-md-10 {width: 83.33333333%;} .col-md-9 {width: 75%;} .col-md-8 {width: 66.66666667%;} .col-md-7 {width: 58.33333333%;} .col-md-6 {width: 50%;} .col-md-5 {width: 41.66666667%;} .col-md-4 {width: 33.33333333%;} .col-md-3 {width: 25%;} .col-md-2 {width: 16.66666667%;} .col-md-1 {width: 8.33333333%;} .col-md-pull-12 {right: 100%;} .col-md-pull-11 {right: 91.66666667%;} .col-md-pull-10 {right: 83.33333333%;} .col-md-pull-9 {right: 75%;} .col-md-pull-8 {right: 66.66666667%;} .col-md-pull-7 {right: 58.33333333%;} .col-md-pull-6 {right: 50%;} .col-md-pull-5 {right: 41.66666667%;} .col-md-pull-4 {right: 33.33333333%;} .col-md-pull-3 {right: 25%;} .col-md-pull-2 {right: 16.66666667%;} .col-md-pull-1 {right: 8.33333333%;} .col-md-pull-0 {right: auto;} .col-md-push-12 {left: 100%;} .col-md-push-11 {left: 91.66666667%;} .col-md-push-10 {left: 83.33333333%;} .col-md-push-9 {left: 75%;} .col-md-push-8 {left: 66.66666667%;} .col-md-push-7 {left: 58.33333333%;} .col-md-push-6 {left: 50%;} .col-md-push-5 {left: 41.66666667%;} .col-md-push-4 {left: 33.33333333%;} .col-md-push-3 {left: 25%;} .col-md-push-2 {left: 16.66666667%;} .col-md-push-1 {left: 8.33333333%;} .col-md-push-0 {left: auto;} .col-md-offset-12 {margin-left: 100%;} .col-md-offset-11 {margin-left: 91.66666667%;} .col-md-offset-10 {margin-left: 83.33333333%;} .col-md-offset-9 {margin-left: 75%;} .col-md-offset-8 {margin-left: 66.66666667%;} .col-md-offset-7 {margin-left: 58.33333333%;} .col-md-offset-6 {margin-left: 50%;} .col-md-offset-5 {margin-left: 41.66666667%;} .col-md-offset-4 {margin-left: 33.33333333%;} .col-md-offset-3 {margin-left: 25%;} .col-md-offset-2 {margin-left: 16.66666667%;} .col-md-offset-1 {margin-left: 8.33333333%;} .col-md-offset-0 {margin-left: 0;}
}
@media (min-width: 1181px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {float:left} .col-lg-12 {width: 100%;} .col-lg-11 {width: 91.66666667%;} .col-lg-10 {width: 83.33333333%;} .col-lg-9 {width: 75%;} .col-lg-8 {width: 66.66666667%;} .col-lg-7 {width: 58.33333333%;} .col-lg-6 {width: 50%;} .col-lg-5 {width: 41.66666667%;} .col-lg-4 {width: 33.33333333%;} .col-lg-3 {width: 25%;} .col-lg-2 {width: 16.66666667%;} .col-lg-1 {width: 8.33333333%;} .col-lg-pull-12 {right: 100%;} .col-lg-pull-11 {right: 91.66666667%;} .col-lg-pull-10 {right: 83.33333333%;} .col-lg-pull-9 {right: 75%;} .col-lg-pull-8 {right: 66.66666667%;} .col-lg-pull-7 {right: 58.33333333%;} .col-lg-pull-6 {right: 50%;} .col-lg-pull-5 {right: 41.66666667%;} .col-lg-pull-4 {right: 33.33333333%;} .col-lg-pull-3 {right: 25%;} .col-lg-pull-2 {right: 16.66666667%;} .col-lg-pull-1 {right: 8.33333333%;} .col-lg-pull-0 {right: auto;} .col-lg-push-12 {left: 100%;} .col-lg-push-11 {left: 91.66666667%;} .col-lg-push-10 {left: 83.33333333%;} .col-lg-push-9 {left: 75%;} .col-lg-push-8 {left: 66.66666667%;} .col-lg-push-7 {left: 58.33333333%;} .col-lg-push-6 {left: 50%;} .col-lg-push-5 {left: 41.66666667%;} .col-lg-push-4 {left: 33.33333333%;} .col-lg-push-3 {left: 25%;} .col-lg-push-2 {left: 16.66666667%;} .col-lg-push-1 {left: 8.33333333%;} .col-lg-push-0 {left: auto;} .col-lg-offset-12 {margin-left: 100%;} .col-lg-offset-11 {margin-left: 91.66666667%;} .col-lg-offset-10 {margin-left: 83.33333333%;} .col-lg-offset-9 {margin-left: 75%;} .col-lg-offset-8 {margin-left: 66.66666667%;} .col-lg-offset-7 {margin-left: 58.33333333%;} .col-lg-offset-6 {margin-left: 50%;} .col-lg-offset-5 {margin-left: 41.66666667%;} .col-lg-offset-4 {margin-left: 33.33333333%;} .col-lg-offset-3 {margin-left: 25%;} .col-lg-offset-2 {margin-left: 16.66666667%;} .col-lg-offset-1 {margin-left: 8.33333333%;} .col-lg-offset-0 {margin-left: 0;}
}
@media (min-width: 1181px) {.visible-xs, .visible-sm, .visible-md, .hidden-lg {display: none !important;}}
@media (min-width: 992px) and (max-width: 1180px) {.visible-xs, .visible-sm, .hidden-md, .visible-lg {display: none !important;}}
@media (min-width: 768px) and (max-width: 991px) {.visible-xs, .hidden-sm, .visible-md, .visible-lg {display: none !important;}}
@media (max-width: 767px) {.hidden-xs, .visible-sm, .visible-md, .visible-lg {display: none !important;}}
.clearfix:before, .clearfix:after, .row:before, .row:after {content: ' '; display: table;}
.clearfix:after, .row:after {clear: both;}
.pull-right {float: right !important;}
.pull-left {float: left !important;}
.invisible {visibility: hidden;}
.text-hide {font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0;}
.cl, .clear {display: block; clear: both;}
.text-uppercase {text-transform: uppercase;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}


/* --- WP --- */

.alignnone {margin: 5px 20px 3px 0;}
.aligncenter, div.aligncenter {display: block; margin: 5px auto;}
.alignright {float: right; margin: 5px 0 3px 20px;}
.alignleft {float: left; margin: 0 23px 10px 0;}
a img.alignright {float: right; margin: 5px 0 3px 20px; height: auto;}
a img.alignnone {margin: 5px 20px 3px 0; height: auto;}
a img.alignleft {float: left; margin: 5px 20px 3px 0; height: auto;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto; height: auto;}
@media (max-width: 500px) {
	.alignright, .alignleft, a img.alignright, a img.alignleft {margin: 5px 0; width: 100%; height: auto; float: none; clear: both;}
}
.gallery {margin: 0 -8px; clear: both; padding: 20px 0;}
.gallery:after {content: ''; display: table; clear: both;}
.gallery .gallery-item {float: left; margin: 0; text-align: center; width: 100%; max-width: 100%; padding: 8px;}
.gallery-columns-2 .gallery-item {width: 50%;}
.gallery-columns-3 .gallery-item {width: 33.33%;}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery-columns-5 .gallery-item {width: 20%;}
.gallery-columns-6 .gallery-item {width: 16.66%;}
.gallery-columns-7 .gallery-item {width: 14.28%;}
.gallery-columns-8 .gallery-item {width: 12.5%;}
.gallery-columns-9 .gallery-item {width: 11.11%;}
.gallery-caption {display: block;}
.gallery .gallery-icon {display: block; padding-bottom: 100%; position: relative; overflow: hidden; background: #fff; -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3); -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3); box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3); -webkit-transition: all 0.2s; transition: all 0.2s; margin: 0;}
.gallery .gallery-icon:hover {opacity: 0.8;}
.gallery-columns-2 .attachment-medium {max-width: 100%; height: auto;}
.gallery-columns-4 .attachment-thumbnail {max-width: 100%; height: auto;}
.gallery .gallery-caption {color: #888;font-size: 12px;margin: 0 0 12px;}
.gallery dl, .gallery dt {margin: 0;}
.gallery br + br {display: none;}
.gallery-icon img {position: absolute; left: 0; top: 0; border: none !important; box-shadow: none !important; margin: 0 !important; border-radius: 0 !important;}
.gallery-icon.landscape img {width: auto; height: 100%; max-width: 200%;}
.gallery-icon.portrait img {height: auto; width: 100%; max-height: 200%;}
.wp-caption {background: #fff; border: 1px solid #f0f0f0; max-width: 96%; padding: 5px 3px 10px; text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto;}
.wp-caption p.wp-caption-text {font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px;}
#wp-admin-bar-vc_inline-admin-bar-link,
#wp-admin-bar-customize,
#wp-admin-bar-comments,
#wp-admin-bar-all-in-one-seo-pack,
#wp-admin-bar-search,
#wp-admin-bar-aioseo-main {display: none !important;}
#wpadminbar {z-index: 9999;}
@media print {#wpadminbar {display:none;}}
@media (max-width: 900px) {
	#wp-admin-bar-root-default #wp-admin-bar-autoptimize {display: none;}
	#wp-admin-bar-root-default #wp-admin-bar-all-in-one-seo-pack {display: none;}
}
@media screen and (max-width: 600px) {
	#wpadminbar {position: fixed !important;}
}
@media (max-width: 767px) {
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {width: 50%;}
}
@media (max-width: 600px) {
	#wpadminbar {top: 0; position: fixed;}
}
@media (max-width: 500px) {
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {width: 100%;}
	.gallery .gallery-icon {padding-bottom: 0;}
	.gallery-icon img, .gallery-icon.landscape img {position: relative; display: block; max-width: 100%; height: auto; width: 100%;}
}


/* --- Fancybox --- */

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}


/* --- Theme --- */

.site-wrapper {overflow: hidden;}
.admin-bar .site-wrapper {padding-top: 32px;}
.wrapper {max-width: 1240px; padding: 0 30px; margin: 0 auto;}
.site-content {max-width: 1240px; padding: 0 30px 0 340px; margin: 0 auto;}
.home .site-content {padding-left: 330px;}
.page-sections {position: relative; padding: 35px 0 75px;}
.home .page-sections {padding-top: 0;}
.page-template-page-template-calendar .page-sections {padding-top: 0;}
.button {-moz-appearance: none; -webkit-appearance: none; appearance: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: none; line-height: 1.2; display: inline-block; cursor: pointer; outline: none; position: relative; text-decoration: none; -webkit-transition: all 0.3s; transition: all 0.3s; text-align: center; font-weight: 500; font-size: 13px; border-radius: 4px; overflow: hidden; text-overflow: ellipsis; max-width: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); letter-spacing: 0.6px; padding: 12px 20px 13px; font-style: normal;}
.button {color: #fff; background: #303030;}
.button:hover {color: #fff; background: #666; text-decoration: none;}
.button:active {color: #fff; background: #212121; text-decoration: none; -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.35); -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.35); box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.35); -webkit-transition: all 0s; transition: all 0s;}
.wysiwyg-content > *:first-child {margin-top: 0;}
.wysiwyg-content a:not(.button):hover {text-decoration: underline;}
.not-found {padding-top: 250px; min-height: 400px;}
.color-grey {color: #bdbdbd;}
.empty-space-5 {height: 5px;}
.empty-space-10 {height: 10px;}
.empty-space-15 {height: 15px;}
.empty-space-20 {height: 20px;}
@media (max-width: 1249px) {
	.site-content {max-width: 980px;}
	.wrapper {max-width: 980px;}
	.page-template-page-template-calendar .page-sections {padding-top: 15px;}
}
@media (max-width: 991px) {
	.site-content {padding: 0 30px;}
	.home .site-content {padding-left: 30px;}
}
@media screen and (max-width: 782px) {
	.admin-bar .site-wrapper {padding-top: 46px;}
}
@media (max-width: 767px) {
	.site-content {padding: 0 15px;}
	.home .site-content {padding-left: 15px;}
	.wrapper {padding: 0 15px;}
	.not-found {padding-top: 50px; min-height: 200px;}
}


/* --- Sidebar --- */

.site-sidebar {position: fixed; top: 50px; left: 50%; margin-left: -590px; z-index: 20; width: 280px; line-height: 1.75; font-family: Ubuntu;}
.site-sidebar .inner {width: 700px; color: #303030; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap;}
.admin-bar .site-sidebar {top: 82px;}
.compensate-for-scrollbar .site-sidebar {margin-left: -598px;}
.site-sidebar .first {background: #fff; position: relative; padding: 32px 0 20px; -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); border-radius: 20px; width: 280px; z-index: 5; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.site-sidebar .first .sidebar-logo {margin-bottom: 30px;}
.site-sidebar .first .sidebar-logo a {display: block; text-decoration: none; -webkit-transition: all 0.3s; transition: all 0.3s; margin: 0 auto 5px; max-width: 90px;}
.site-sidebar .first .sidebar-logo a:hover {opacity: 0.9;}
.site-sidebar .first .sidebar-logo a img {display: block; width: 100%; height: auto;}
.site-sidebar .first .sidebar-logo p {margin: 0; text-align: center; text-transform: uppercase; font-size: 16px;}
.site-sidebar .first ul {margin: 0; padding: 0 0 0 40px;}
.site-sidebar .first ul li {list-style: none; display: block; position: relative;}
.site-sidebar .first ul li a {color: #303030; font-weight: 400; display: block; font-size: 14px; position: relative; padding: 0 10px 0 10px;}
.site-sidebar .first ul li a > span {position: relative; border-radius: 10px; display: block; padding: 8px 27px 8px 10px; -webkit-transition: all 0.3s; transition: all 0.3s;}
.site-sidebar .first ul li.current > a {font-weight: 700;}
.site-sidebar .first ul li .divider {background: #F5F5F5; height: 1px; margin: 20px 40px 19px 20px;}
.site-sidebar .first ul li.parent > a > i {width: 40px; position: absolute; display: block; top: 0; right: 0; bottom: 0;}
.site-sidebar .first ul li.parent > a > i:after {content: ''; border-bottom: 1px solid #525252; border-right: 1px solid #525252; display: inline-block; height: 8px; width: 8px; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(315deg); -ms-transform:rotate(315deg); transform: rotate(315deg); -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; vertical-align: baseline; position: absolute; top: 50%; right: 22px; margin-top: -5px;}
.site-sidebar .first ul ul {display: none;}
/*
.site-sidebar .first ul li.current:after {content: ''; display: block; height: 2px; right: 0; left: 20px; bottom: 12px; position: absolute; background: #FF294D; z-index: -1;}
.site-sidebar .first ul li a > span > span {position: relative; padding-right: 10px;}
.site-sidebar .first ul li a > span > span:before {content: ''; display: block; height: 4px; right: 0; left: 0; bottom: -1px; position: absolute; background: #fff;}
.site-sidebar .first ul li a > span > span > span {position: relative;}*/
.site-sidebar .second {background: #fff; position: relative; padding: 35px 0 20px 10px; border-radius: 20px; width: 250px; z-index: 4; margin-left: -40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transition: all 0.3s; transition: all 0.3s; left: -210px;}
.site-sidebar .second.hover {left: 0; -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);}
.site-sidebar .second ul {margin: 0; padding: 153px 0 0 30px; opacity: 0; top: 35px; position: absolute; -webkit-transition: opacity 0.3s; transition: opacity 0.3s;}
.site-sidebar .second ul:nth-of-type(2) {padding-top: 193px;}
.site-sidebar .second ul:nth-of-type(3) {padding-top: 233px;}
.site-sidebar .second ul:nth-of-type(4) {padding-top: 273px;}
.site-sidebar .second ul:nth-of-type(5) {padding-top: 313px;}
.site-sidebar .second ul:nth-of-type(6) {padding-top: 353px;}
.site-sidebar .second ul:nth-of-type(7) {padding-top: 393px;}
.site-sidebar .second ul:nth-of-type(8) {padding-top: 433px;}
.site-sidebar .second ul:nth-of-type(9+n) {padding-top: 473px;}
.site-sidebar .second ul.hover {opacity: 1; position: relative; top: 0; z-index: 2;}
.site-sidebar .second ul li {list-style: none; display: block; position: relative; padding-left: 10px;}
.site-sidebar .second ul li a {color: #303030; font-weight: 400; display: block; font-size: 14px; position: relative; padding: 0 10px 0 10px;}
.site-sidebar .second ul li a span {position: relative; border-radius: 10px; display: block; padding: 8px 10px 8px 10px; -webkit-transition: all 0.3s; transition: all 0.3s;}
.site-sidebar .second ul li:hover a span {color: #FF294D; background: #FAFAFA;}
.site-sidebar .second ul li.current > a {font-weight: 700;}
.site-sidebar .second ul li.parent > a > i {width: 40px; position: absolute; display: block; top: 0; right: 0; bottom: 0;}
.site-sidebar .second ul li.parent > a > i:after {content: ''; border-bottom: 1px solid #525252; border-right: 1px solid #525252; display: inline-block; height: 8px; width: 8px; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(315deg); -ms-transform:rotate(315deg); transform: rotate(315deg); -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; vertical-align: baseline; position: absolute; top: 50%; right: 22px; margin-top: -5px;}
.site-sidebar .third {background: #FFAFB9; position: relative; padding: 35px 10px 20px 10px; border-radius: 20px; width: 250px; z-index: 3; margin-left: -40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transition: all 0.3s; transition: all 0.3s; left: -420px;}
.site-sidebar .third.hover {left: -420px;}
.site-sidebar .second.hover + .third.hover {left: 0; -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);}
.site-sidebar .third ul {margin: 0; padding: 153px 0 0 40px; opacity: 0; top: 35px; position: absolute; -webkit-transition: opacity 0.3s; transition: opacity 0.3s;}
.site-sidebar .third ul:nth-of-type(2) {padding-top: 193px;}
.site-sidebar .third ul:nth-of-type(3) {padding-top: 233px;}
.site-sidebar .third ul:nth-of-type(4) {padding-top: 273px;}
.site-sidebar .third ul:nth-of-type(5) {padding-top: 313px;}
.site-sidebar .third ul:nth-of-type(6) {padding-top: 353px;}
.site-sidebar .third ul:nth-of-type(7) {padding-top: 393px;}
.site-sidebar .third ul:nth-of-type(8) {padding-top: 433px;}
.site-sidebar .third ul:nth-of-type(9+n) {padding-top: 473px;}
.site-sidebar .third ul.hover {opacity: 1; position: relative; top: 0; z-index: 2;}
.site-sidebar .third ul li {list-style: none; display: block; position: relative;}
.site-sidebar .third ul li a {color: #303030; font-weight: 400; display: block; font-size: 14px; position: relative; padding: 0 10px 0 10px;}
.site-sidebar .third ul li.current > a {font-weight: 700;}
.site-sidebar .third ul li a span {position: relative; border-radius: 10px; display: block; padding: 8px 10px 8px 10px; -webkit-transition: all 0.3s; transition: all 0.3s;}
.site-sidebar .third ul li.empty {height: 40px;}
.site-sidebar .third ul li:hover a span {color: #fff; background: #303030;}
.site-sidebar .copyright {padding: 93px 0 10px 60px; font-size: 12px; line-height: 1.67; color: #757575;}
.site-sidebar .copyright a {color: #757575; outline: none; text-decoration: none;}
.site-sidebar .copyright a:hover {color: #5C5B5B; text-decoration: underline;}
.slc-links {padding: 8px 0 0 60px;}
.slc-links a {color: #303030; font-weight: 700; display: block; font-size: 14px; position: relative; padding: 0 10px 0 27px; font-family: Ubuntu; -webkit-transition: all 0.3s; transition: all 0.3s;}
.slc-links a:hover {color: #FF294D;}
.slc-links a svg {width: 20px; height: 20px; position: absolute; top: 50%; left: 0; fill: #FF294D; display: block; margin-top: -10px;}
.site-sidebar .mnav-close {display: none;}
@media (max-width: 1249px) {
	.site-sidebar {margin-left: -460px;}
	.compensate-for-scrollbar .site-sidebar {margin-left: -469px;}
}
@media (min-width: 992px) {
	.site-sidebar:not(:hover) .inner {pointer-events: none;}
	.site-sidebar .second:not(.hover) {pointer-events: none;}
	.site-sidebar .third:not(.hover) {pointer-events: none;}
	.site-sidebar.absolute {position: absolute;}
	.site-sidebar .first ul li:hover a > span {color: #FF294D; background: #FAFAFA;}
}
@media (max-width: 991px) {
	.site-sidebar {position: fixed; left: -340px; top: 0; bottom: 0; z-index: 99; background: #fff; -webkit-transition: left 0.4s ease-in-out, opacity 0s linear 0.4s; transition: left 0.4s ease-in-out, opacity 0s linear 0.4s; opacity: 0; margin-left: 0; -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); border-radius: 20px;}
	.compensate-for-scrollbar .site-sidebar {margin-left: 0;}
	.mnav-opened .site-sidebar {left: 0; opacity: 1; -webkit-transition: left 0.4s ease-in-out, opacity 0s linear; transition: left 0.4s ease-in-out, opacity 0s linear;}
	.admin-bar .site-sidebar {top: 32px;}
	.site-sidebar .inner {width: auto; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow-y: auto; overflow-x: hidden;}
	.site-sidebar .inner::-webkit-scrollbar {width: 5px;}
	.site-sidebar .inner::-webkit-scrollbar-track {background: #fafafa; border-radius: 0; background-clip: content-box;}
	.site-sidebar .inner::-webkit-scrollbar-thumb {background: #FF294D; border-radius: 0;}
	.site-sidebar .first {-webkit-box-shadow: none; box-shadow: none; border-radius: 0; width: auto; display: block;}
	.site-sidebar .second {display: none;}
	.site-sidebar .third {display: none;}
	.site-sidebar .first ul {padding-left: 10px;}
	.site-sidebar .first ul li.parent > a > i:after {-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
	.site-sidebar .first ul li.parent.opened > a > i:after {-webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg);}
	.slc-links {padding-left: 30px;}
	.site-sidebar .copyright {padding: 40px 0 10px 30px;}
	.site-sidebar .first ul ul {padding-left: 10px;}
	.site-sidebar .first li.opened {background: #FAFAFA; border-radius: 10px 0 0 10px;}
	.site-sidebar .first ul ul li.opened {background: #f3f3f3;}
	.site-sidebar .first li.opened > ul {display: block;}
	.site-sidebar .mnav-close {display: block; color: #FF294D; position: absolute; display: block; text-decoration: none; top: 7px; right: 11px; -webkit-tap-highlight-color: transparent; z-index: 10;}
	.site-sidebar .mnav-close svg {width: 12px; height: 12px; fill: currentColor;}
	.site-sidebar .mnav-close:active {-webkit-transform: scale(0.8, 0.8); -moz-transform: scale(0.8, 0.8); -ms-transform: scale(0.8, 0.8); -o-transform: scale(0.8, 0.8); transform: scale(0.8, 0.8);}
}
@media (max-width: 782px) {
	.admin-bar .site-sidebar {top: 46px;}
}


/* --- Mobile overlay --- */

.mnav-overlay {display: none;}
@media (max-width: 1100px) {
	.mnav-overlay {display: block; background-color: rgba(0, 0, 0, 0.65); width: 100%; height: 100%; position: fixed; top: 0; right: 0; z-index: 97; -webkit-transform: translateX(-100%); transform: translateX(-100%); opacity: 0; -webkit-transition: opacity 0.4s linear, -webkit-transform 0ms ease-out 0.4s; transition: transform 0ms ease-out 0.4s, opacity 0.4s linear;}
	.mnav-opened .mnav-overlay {opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition: opacity 0.4s linear; transition: opacity 0.4s linear;}
}


/* --- Mobile nav trigger --- */

.mnav-trigger {display: none; text-align: left; vertical-align: middle; background: none; box-sizing: border-box; color: #FF294D; text-decoration: none; font-size: 16px; padding: 3px; line-height: 1; -webkit-transition: all 0.2s; transition: all 0.2s; margin-left: 5px; -webkit-tap-highlight-color: transparent; position: relative;}
.mnav-trigger span {width: 20px; height: 18px; position: relative; display: inline-block; vertical-align: middle; text-decoration: none; -webkit-transition: all 0.2s; transition: all 0.2s;}
.mnav-trigger span i, 
.mnav-trigger span:before, 
.mnav-trigger span:after {display: block; width: 100%; height: 3px; background: #FF294D; position: absolute; left: 0; -webkit-transition: all 0.2s; transition: all 0.2s;}
.mnav-trigger span i {top: 7px;}
.mnav-trigger span:before {content: ''; top: 0;}
.mnav-trigger span:after {content: ''; top: 14px;}
.mnav-trigger strong {display: none; vertical-align: middle; font-weight: 400; padding-left: 12px; position: relative;}
.mnav-opened .mnav-trigger span {width: 24px;}
.mnav-opened .mnav-trigger span i {width: 0;}
.mnav-opened .mnav-trigger span:after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; top: 16px; left: 11px;}
.mnav-opened .mnav-trigger span:before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 0 0; transform-origin: 0 0; left: 11px;}
@media (max-width: 991px) {
	.mnav-trigger {display: inline-block; position: fixed; top: -10px; left: -10px; width: 60px; height: 60px; padding: 22px 5px 10px 22px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; margin-left: 0; text-align: left; z-index: 98;}
	.admin-bar .mnav-trigger {top: 22px;}
	.mnav-trigger:before {content: ''; display: block; width: 140px; height: 140px; position: absolute; left: -70px; top: -70px; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); background: #fff; -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);}
	.mnav-opened .mnav-trigger {left: 150px;}
}
@media (max-width: 782px) {
	.admin-bar .mnav-trigger {top: 36px;}
}


/* --- Breadcrumbs --- */

.breadcrumblist {margin: 0; padding: 0 0 20px; text-align: left; position: relative; font-size: 14px;}
.breadcrumblist li {list-style: none; display: inline-block; vertical-align: top;}
.breadcrumblist li:after {content: '/'; display: inline-block; vertical-align: top; margin: 0 6px 0 5px;}
.breadcrumblist li a,
.breadcrumblist li span {margin: 0; padding: 0; text-decoration: none; color: #fff; display: inline-block;}
.breadcrumblist li a:hover {text-decoration: underline;}
.breadcrumblist li:last-of-type:after {content: none;}
.breadcrumblist li:last-of-type span {pointer-events: none;}
@media (max-width: 991px) {
	.breadcrumblist {padding-bottom: 10px;}
}


/* --- Home page --- */

.homepage-image {height: 695px; background-repeat: no-repeat; background-position: center top; background-size: cover; padding-top: 15px; position: relative; margin-bottom: -210px;}
.homepage-image:after {content: ''; display: block; width: 100%; height: 416px; position: absolute; bottom: -150px; left: 0; background-image: url(img/home-svg.svg); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%;}
.homepage-image p {margin: 0; max-width: 1240px; padding: 0 30px 0 330px; margin: 0 auto; min-height: 440px; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.homepage-image span {display: block; font-family: Ubuntu; font-weight: 700; font-size: 48px; line-height: 1.2; color: #fff; padding: 0 20px; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; white-space: nowrap;}
.home .home-shadowed {background: #fff; border-radius: 20px; padding: 20px; -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);}
@media (max-width: 1249px) {
	.homepage-image p {max-width: 980px;}
	.homepage-image span {font-size: 40px;}
}
@media (max-width: 991px) {
	.homepage-image {height: auto; padding: 20px 0 30px; margin-bottom: 0;}
	.homepage-image:after {height: 200px; bottom: -75px;}
	.homepage-image p {padding: 50px 20px; min-height: 10px;}
	.homepage-image span {font-size: 36px;}
}
@media (max-width: 767px) {
	.homepage-image {padding: 20px 0 50px; margin-bottom: -40px;}
	.homepage-image:after {height: 100px; bottom: -35px;}
	.homepage-image p {padding: 40px 15px; display: block;}
	.homepage-image span {font-size: 30px; display: block; padding: 0 15px;}
	.home .home-shadowed {border-radius: 10px; padding: 15px;}
}


/* --- Default page --- */

.page-template-default:not(.home) {background-image: url(img/bg.svg); background-repeat: no-repeat; background-position: center 780px; background-size: cover;}
.default-page-image {background-repeat: no-repeat; background-position: center top; background-size: cover; padding-top: 15px; position: relative;}
.default-page-image .inner {margin: 0; max-width: 1240px; padding: 0 30px 5px 330px; margin: 0 auto; min-height: 305px; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
.default-page-image .inner .text {display: block; line-height: 1.2; color: #fff; padding: 0 10px; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; white-space: nowrap;}
.default-page-image .inner .text h1 {font-family: Ubuntu; font-weight: 700; font-size: 48px;}
@media (max-width: 1249px) {
	.default-page-image .inner {max-width: 980px;}
	.default-page-image .inner .text h1 {font-size: 40px;}
}
@media (max-width: 991px) {
	.default-page-image {height: auto; padding: 20px 0 0; margin-bottom: 0;}
	.default-page-image .inner {padding: 50px 20px; min-height: 10px;}
	.default-page-image .inner .text h1 {font-size: 36px;}
}
@media (max-width: 767px) {
	.default-page-image:after {height: 100px; bottom: -35px;}
	.default-page-image .inner {padding: 40px 15px 20px; display: block;}
	.default-page-image .inner .text {display: block; padding: 0 15px;}
	.default-page-image .inner .text h1 {font-size: 30px;}
}


/* --- Contact page --- */

.default-page-image.contact {background-repeat: no-repeat; background-position: center top; background-size: cover; padding-top: 75px; position: relative;}
.default-page-image.contact .inner .text {color: #303030;}
.default-page-image.contact .breadcrumblist li a, 
.default-page-image.contact .breadcrumblist li span {color: #303030;}
.default-page-image.contact .breadcrumblist li:last-of-type span {color: #757575;}
.default-page-image.contact .inner {min-height: 10px; display: block;}
.default-page-image.contact .inner h1 {font-size: 38px;}
.default-page-image.contact .inner h1 span {font-weight: 500; font-size: 18px; color: #546A8A; padding-left: 15px;}
@media (max-width: 1249px) {
	.default-page-image.contact .inner .text h1 {margin-bottom: 0;}
}
@media (max-width: 991px) {
	.default-page-image.contact {padding-bottom: 0;}
	.default-page-image.contact .inner {padding: 0 20px;}
	.default-page-image.contact .inner h1 {font-size: 33px;}
}
@media (max-width: 767px) {
	.default-page-image.contact .inner {padding: 0 15px;}
	.default-page-image.contact .inner h1 {font-size: 30px;}
	.default-page-image.contact .inner h1 span {display: block; padding-left: 0; padding-top: 3px; font-size: 16px;}
}


/* --- Contact --- */

.section-contact {position: relative; line-height: 1.4; background: #fff; -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); border-radius: 20px;}
.section-contact .top {padding: 20px 20px 18px;}
.section-contact .text {display: inline-block; vertical-align: top; width: 50%; padding: 0 30px 0 0;}
.section-contact .text p {margin: 0;}
.section-contact .text a {color: inherit;}
.section-contact .image {display: inline-block; vertical-align: top; width: 50%; position: relative;}
.section-contact .image img {display: block; width: 100%; height: auto; border-radius: 4px;}
.section-contact .contacts-map {padding-bottom: 35%; border-radius: 0 0 20px 20px; overflow: hidden;}
@media (max-width: 1249px) {
	.section-contact .contacts-map {padding-bottom: 45%;}
}
@media (max-width: 767px) {
	.section-contact {border-radius: 10px;}
	.section-contact .top {padding: 15px 15px 13px;}
	.section-contact .text {display: block; width: auto; padding: 0 0 30px;}
	.section-contact .image {display: block; width: auto;}
	.section-contact .contacts-map {padding-bottom: 100%; border-radius: 0 0 10px 10px;}
}


/* --- Text/image --- */

.section-text-image {position: relative; line-height: 1.9;}
.section-text-image .text {display: inline-block; vertical-align: top; width: 50%; padding: 0 30px 0 0;}
.section-text-image .text p {margin: 0 0 3px;}
.section-text-image .image {display: inline-block; vertical-align: top; width: 50%; position: relative;}
.section-text-image .image img {display: block; width: 100%; height: auto; border-radius: 4px;}
.home .section-text-image .text {width: 57%;}
.home .section-text-image .image {width: 43%;}
@media (max-width: 1249px) {
	.section-text-image .text,
	.home .section-text-image .text {width: 100%; padding: 0 0 30px 0;}
	.section-text-image .image,
	.home .section-text-image .image {width: 100%;}
}
@media (max-width: 991px) {
	.section-text-image .text {width: 50%; padding: 0 30px 0 0;}
	.section-text-image .image {width: 50%;}
	.home .section-text-image .text {width: 57%; padding: 0 30px 0 0;}
	.home .section-text-image .image {width: 43%;}
}
@media (max-width: 767px) {
	.section-text-image .text,
	.home .section-text-image .text {display: block; width: auto; padding: 0 0 30px 0;}
	.section-text-image .image,
	.home .section-text-image .image {display: block; width: auto;}
}


/* --- Text --- */

.section-text {position: relative; line-height: 1.9;}
.section-text p {margin: 0 0 3px;}


/* --- Text 2 columns --- */

.section-text-text {position: relative; line-height: 1.9;}
.section-text-text .text {display: inline-block; vertical-align: top; width: 51%;}
.section-text-text .text.left {padding: 0 30px 0 0;}
.section-text-text .text.right {width: 49%;}
.section-text-text .text p {margin: 0 0 3px;}
.section-text-text .text img {display: block; width: 100%; height: auto; border-radius: 4px; margin: 15px 0;}
.section-text-text .text p:first-of-type img:first-of-type {margin-top: 0;}
.section-text-text .text p:last-of-type img:last-of-type {margin-bottom: 0;}
@media (max-width: 1249px) {
	.section-text-text .text {width: 100%;}
	.section-text-text .text.left {padding: 0 0 30px 0;}
	.section-text-text .text.right {width: 100%;}
}
@media (max-width: 991px) {
	.section-text-text .text {width: 51%;}
	.section-text-text .text.left {padding: 0 30px 0 0;}
	.section-text-text .text.right {width: 49%;}
}
@media (max-width: 767px) {
	.section-text-text .text {width: 100%;}
	.section-text-text .text.left {padding: 0 0 30px 0;}
	.section-text-text .text.right {width: 100%;}
}


/* --- What we do --- */

.section-what-we-do {position: relative; line-height: 1.9;}
.section-what-we-do .text {padding: 0 20px;}
.section-what-we-do .text p {margin: 0 0 8px;}
.what-we-do-items {margin: 0 -10px;}
.what-we-do-item {padding: 10px; display: inline-block; vertical-align: top; width: 50%;}
.what-we-do-item .inner {background: #fff; -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); border-radius: 10px; position: relative; padding: 10px 20px 10px 80px;}
.what-we-do-item .icon {display: block; width: 60px; height: 60px; background-repeat: no-repeat; background-position: center center; background-size: contain; position: absolute; top: 20px; left: 20px;}
.what-we-do-item .title {font-weight: 700; font-size: 14px; line-height: 1.3; color: #303030;}
.what-we-do-item .title:before {content: ''; display: inline-block; vertical-align: middle; width: 0; min-height: 80px;}
.what-we-do-item .title p {margin: 0; display: inline-block; vertical-align: middle; width: 99%; padding-left: 20px;}
@media (max-width: 1249px) {
	.what-we-do-item {width: 100%;}
}
@media (max-width: 991px) {
	.what-we-do-item {width: 50%;}
}
@media (max-width: 767px) {
	.section-what-we-do .text {padding: 0 15px;}
	.what-we-do-item {width: 100%;}
}


/* --- Gallery --- */

.section-gallery {}
.section-gallery-items {margin: 0 -10px;}
.section-gallery-item {padding: 10px; display: inline-block; width: 33.33%; vertical-align: top;}
.section-gallery-item a {border-radius: 4px; padding-bottom: 100%; display: block; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.section-gallery-item a img {display: none; border-radius: 4px; height: auto; width: 100%;}
.gallery-2-1 .section-gallery-item a {padding-bottom: 0; height: 380px;}
.gallery-2-1 .section-gallery-item:nth-of-type(2n-1) {width: 66.66%;}
@media (max-width: 1249px) {
	.gallery-2-1 .section-gallery-item a {height: 240px;}
}
@media (max-width: 500px) {
	.section-gallery-items {margin: 0 -7px;}
	.section-gallery-item {padding: 7px;}
	.gallery-2-1 .section-gallery-item a {height: 140px;}
}


/* --- Calendar --- */

.section-calendar {font-family: Ubuntu;}
.section-calendar + .section-calendar {margin-top: 30px;}
.calendar-item .heading {font-weight: 600; font-size: 19px; color: #424242; padding: 0 15px 5px;}
.calendar-item .heading span {padding-right: 10px;}
.calendar-item .heading i {font-style: normal; font-weight: 500; color: #546A8A;}
.calendar-item .inner {background: #fff; -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); border-radius: 20px;}
.calendar-item .table {display: table; width: 100%; border-collapse: collapse; line-height: 1.4; color: #757575;}
.calendar-item .table .trow {display: table-row;}
.calendar-item .table .cell {display: table-cell; vertical-align: middle; border-top: 1px solid #F8F8F8; padding: 10px 15px; height: 70px;}
.calendar-item .table .cell:nth-of-type(1) {width: 20%; padding-right: 0;}
.calendar-item .table .cell:nth-of-type(2) {width: 20%; padding-right: 0;}
.calendar-item .table .cell:nth-of-type(3) {width: 60%;}
.calendar-item .table .cell:nth-of-type(1):empty,
.calendar-item .table .trow:nth-of-type(1) .cell {border-top: none;}
.calendar-item .table .cell .date {font-weight: 700; font-size: 16px; color: #789ED7;}
.calendar-item .table .cell .date small {display: block; font-weight: 500; font-size: 12px; color: #424242;}
.calendar-item .table .cell .place {position: relative; font-weight: 700; font-size: 14px; color: #424242; padding-left: 20px;}
.calendar-item .table .cell .circle {position: absolute; width: 8px; height: 8px; top: 50%; left: 0; margin-top: -5px; background: #006600; border-radius: 50%;}
@media (max-width: 600px) {
	.calendar-item .table {display: block; width: auto;}
	.calendar-item .table .trow {display: block;}
	.calendar-item .table .cell {display: block; border-top: none; padding: 0 15px 10px; height: auto;}
	.calendar-item .table .cell:nth-of-type(1) {width: auto; padding-top: 10px; border-top: 1px solid #F8F8F8;}
	.calendar-item .table .cell:nth-of-type(1):empty {border-top: none;}
	.calendar-item .table .cell:nth-of-type(2) {width: auto; border-top: none;}
	.calendar-item .table .cell:nth-of-type(3) {width: auto; border-top: none;}
}


/* --- Footer --- */

.site-footer {background: #303030; padding: 55px 0 50px; font-family: Ubuntu;}
.site-footer ul {margin: 0 -7px; padding: 0; text-align: right;}
.site-footer ul li {list-style: none; display: inline-block; vertical-align: top; padding: 0 7px; position: relative;}
.site-footer ul li:not(:last-of-type):after {content: ''; display: block; width: 2px; background: #FF294D; position: absolute; right: -2px; top: 3px; bottom: 2px;}
.site-footer ul li a {display: block; color: #fff; font-weight: 500; font-size: 14px; border-bottom: 1px solid #fff; line-height: 1.3; -webkit-transition: all 0.3s; transition: all 0.3s;}
.site-footer ul li a:hover {color: #FF294D; border-color: #FF294D;}
@media (max-width: 767px) {
	.site-footer ul {text-align: center;}
}

.site-footer .watermark {color: #fff; text-align: right;}
.site-footer .watermark a{color: #fff; text-decoration: underline!important; text-underline-offset: 5px;}
@media (max-width: 767px) {
    .site-footer .watermark {text-align: center;}
}