/*
Theme Name: Praxamed
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: praxamed
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

hr {
    border: .5px solid #4a4a4a;
}

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

#nav ul,
.offers-list,
.team,
.offer-list,
.team-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.articles article:after,
.wpcf7 .row-holder:after {
    content: "";
    display: block;
    clear: both;
}


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

@font-face {
    font-family: "Gill Sans";
    src: url("fonts/GillSans.eot");
    src: local("☺"), url("fonts/GillSans.woff") format("woff"), url("fonts/GillSans.ttf") format("truetype"), url("fonts/GillSans.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gill Sans";
    src: url("fonts/GillSans-SemiBold.eot");
    src: local("☺"), url("fonts/GillSans-SemiBold.woff") format("woff"), url("fonts/GillSans-SemiBold.ttf") format("truetype"), url("fonts/GillSans-SemiBold.svg") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Gill Sans";
    src: url("fonts/GillSans-Bold.eot");
    src: local("☺"), url("fonts/GillSans-Bold.woff") format("woff"), url("fonts/GillSans-Bold.ttf") format("truetype"), url("fonts/GillSans-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}

/* Captcha */

.grecaptcha-badge {
    visibility: hidden;
}

/* Styles */

html {
    box-sizing: border-box;
}

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

* {
    max-height: 1000000px;
}


body {
    color: #4a4a4a;
    background: #fff;
    background: #fff url(images/body-bg.jpg) no-repeat;
    background-size: 100% auto;
    font: 16px/1.813 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


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

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

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

.wp-popup .wp-popup-close-icon {
    top: 8px;
    right: 8px;
}

.wp-popup-content h2 {
    color: #D35052;
}

.wp-popup-content a {
    color: #4a4a4a;
}

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

th,
td {
    border: 1px solid #979797;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

th {
    text-align: center;
    vertical-align: middle;
}

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

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

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

strong {
    font-weight: 600;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #979797;
    padding: 16px 10px;
    display: block;
    line-height: 1.3;
}

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

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

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

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

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

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

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="search"],
.wpcf7 input[type="password"],
.wpcf7 textarea {
    width: 100%;
}

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

textarea {
    resize: vertical;
    vertical-align: top;
    width: 100%;
    min-height: 130px !important;
    height: 130px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    border: none;
    -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    border-radius: 5px;
    background-color: #005168;
    padding: 15px 15px;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin: 0 0 30px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
    background: #4fa988;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="file"]:focus,
input[type="submit"]:focus {
    outline: none;
    box-shadow: none;
}

#content {
    float: left;
    width: calc(100% - 300px);
}

#content:only-child {
    float: none;
    width: 100%;
}

#sidebar {
    float: right;
    width: 300px;
    padding: 0 0 0 30px;
}

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

.widget {
    margin-bottom: 1.813em;
}

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

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

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

.post-password-form label {
    display: block;
    margin-bottom: 4px;
}

.post-password-form input[type="password"] {
    margin: 0 4px 0 0;
    max-width: 300px;
    width: 100%;
    padding: .3em .7em;
}

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

.search-form input {
    float: left;
    height: 40px;
}

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

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

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

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    height: 40px;
    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 1.813em;
}

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

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

.commentlist .meta {
    font-size: 16px;
    text-align: left;
    margin: 0;
}

.commentlist p {
    margin: 0 0 10px;
}

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

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

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

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

.gallery {
    display: flex;
    justify-content: space-between;
}

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

#gallery-1 .gallery-item {
    margin-top: 2rem !important;
    margin-bottom: 0;
    width: calc(50% - 20px) !important;
}

.home .container .contact-section .columns .col:only-child {
    width: 100% !important;
    margin: 0 !important;
}

.gallery img {
    border: none !important;
}

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

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

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

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #005168;
    color: #fff;
    padding: .4em;
    text-decoration: none;
    border-radius: 5px;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
    opacity: .8;
}

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

.navigation-single .next,
.navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #005168;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
    opacity: .8;
}

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

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

.menu-item {
    position: relative;
}


/* Images */

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

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

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

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

div.aligncenter img {
    border-radius: 5px;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}

.alignleft {
    float: left;
    margin: 0 20px 16px 0;
    border-radius: 5px;
}

.alignleft img {
    border-radius: 5px;
    display: block;
}

.alignright {
    float: right;
    margin: 0 0 16px 20px;
    border-radius: 5px;
}

.alignright img {
    border-radius: 5px;
    display: block;
}

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

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal;
    margin: 0 0 .5em;
    color: #005168;
    line-height: 1;
}

h1,
.h1 {
    font-family: "Gill Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 70px;
    text-align: right;
    line-height: 1;
    margin: 0 0 55px;
}

h1 span,
.h1 span {
    display: block;
    color: #005168;
}

h2,
.h2 {
    font-size: 38px;
    position: relative;
    overflow: hidden;
    margin: 0 0 7px;
    font-weight: 600;
    line-height: 1.25;
}

.contact-page h2,
.home h2,
.contact-page .h2,
.home .h2 {
    margin: 0 0 33px;
    font-family: "Gill Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h2 span,
.h2 span {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

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

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

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

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

p {
    line-height: 1.8;
    text-align: left;
    font-size: 19px;
    margin: 0 0 .6rem;
}

p.compact {
    line-height: 1.05;
    margin-bottom: 10px;
}

a {
    -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    color: #005168;
}

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

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

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.btn,
.offers-list a {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    background-color: #005168;
    font-size: 19px;
    text-decoration: none;
    line-height: 1;
    padding: 13px 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 30px;
}

.buttons .btn.small {
    background: #005168;
}

.btn:hover,
.offers-list a:hover {
    background: #005168;
}

.btn.alter,
.offers-list a.alter {
    background-color: #005168;
}

.btn.alter:hover,
.offers-list a.alter:hover {
    background: #4fa988;
}

.btn.small,
.offers-list a.small {
    font-size: 16px;
    padding: 10px 12px 10px;
}


#header {
    border-top: 8px solid #01c7ae;
    position: relative;
    -webkit-transition: top .3s;
    transition: top .3s;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
}


#header:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
}

.fixed-header #header {
    top: 0;
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #eee;
}

#header .container {
    position: relative;
}

.logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 13px;
    overflow: hidden;
    width: 250px;
    height: 90px;
}

.fixed-header .logo {
    height: 51px;
    width: 140px;
    margin: 2px 0 0;
}

.logo img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: none;
    width: 250px;
    height: 90px;
}

.fixed-header .logo img {
    width: 140px;
    height: auto;
}

.nav-opener {
    float: right;
    position: relative;
    font-size: 12px;
    text-decoration: none;
    color: #4a4a4a;
    margin: 30px 0 0;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span:before {
    content: "";
    position: absolute;
    background: #005168;
    top: 10px;
    right: 0;
    height: 3px;
    width: 30px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

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

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    top: 9px;
    right: 0;
}

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

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

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

.nav-opener span {
    display: block;
    padding: 0 42px 0 0;
    position: relative;
}

#nav {
    float: right;
    font: 24px/1 "Gill Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 50px 0 74px;
    -webkit-transition: padding .3s;
    transition: padding .3s;
}

.fixed-header #nav {
    padding: 32px 0 30px;
}

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

#nav li {
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
}


#nav li.current_page_item:not(.home #nav li.current_page_item) a {
    background: #005168;
    color: #fff;
}

#nav li a.highlight,
#nav li.menu-item-has-children.active > a {
    background: #005168;
    color: #fff;
}

#nav a {
    display: block;
    border-radius: 5px;
    background-color: #005168;
    text-decoration: none;
    padding: 8px 15px;
    color: #333;
    background: transparent;
}

.resize-active #nav,
.resize-active #nav > ul {
    -webkit-transition: none !important;
    transition: none !important;
}

#main {
    padding: 165px 0 53px;
}

.home #main {
    padding-bottom: 0;
}

.meta,
.sub-head {
    display: block;
    text-align: right;
    font: 600 24px/1.42 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: -42px 0 33px;
}

.meta a,
.sub-head a {
    color: #4a4a4a;
    text-decoration: none;
}

.meta a:hover,
.sub-head a:hover {
    color: #1D99D6;
}

.meta address,
.sub-head address {
    font-style: normal;
    margin: 0;
}

.meta {
    margin: -41px 0 52px;
    font: 600 26px/1.42 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.lead-text {
    font-size: 20px;
    line-height: 1.81;
    margin: 0 0 48px;
}

.lead-text p {
    margin: 0 0 1.69em;
}

.offers-section {
    margin: 25px 0 0;
}

.offers-list {
    margin: 14px -30px 14px 0;
    text-align: center;
}

.offers-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 28px 0;
}

.offers-list a {
    margin: 0;
}

.offers-list a:hover {
    background: #1D99D6;
}

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

.team-section {
    margin: 0 0 22px;
}

.team {
    display: grid;
    gap: 1.8rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    width: calc(100% + 20px);
    font-size: 19px;
    line-height: 1.33;
    margin: 40px 0 13px;
}

.team li {
    width: 100%;
    padding: 0 20px 20px 0;
}

.team .photo {
    display: block;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
    max-width: 220px;
    margin: 0 0 12px;
}

.team .photo img {
    display: block;
    border-radius: 5px;
}

.team h3 {
    font: 600 20px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #4a4a4a;
    margin: 0 0 .5rem;
}

.team h3 a {
    color: #4a4a4a;
    text-decoration: none;
}

.team h3 a:hover {
    text-decoration: none;
    color: #1D99D6;
}

.team p {
    margin: 0;
    text-align: left;
}

.offer-list li,
.team-list li {
    margin: 0 0 37px;
    overflow: hidden;
}

.offer-list .photo,
.team-list .photo {
    width: 220px;
    float: left;
    margin: 0 20px 10px 0;
}

.offer-list .photo img,
.team-list .photo img {
    display: block;
    border-radius: 5px;
    max-width: none;
    width: 100%;
}

.offer-list .sub-title,
.team-list .sub-title {
    display: block;
    font-weight: 600;
    font-size: 19px;
    margin: 0 0 12px;
}

.offer-list h2,
.team-list h2 {
    padding-top: 8px;
}

.offer-list p,
.team-list p {
    margin: 0 0 25px;
}

.offer-list .buttons,
.team-list .buttons {
    margin: -4px -10px 0 0;
}

.offer-list .buttons .btn,
.offer-list .buttons .offers-list a,
.offers-list .offer-list .buttons a,
.team-list .buttons .btn,
.team-list .buttons .offers-list a,
.offers-list .team-list .buttons a {
    margin: 0 5px 10px 0;
    font-size: 16px;
    padding: 9px 2 10px;
}

.offer-list .frame,
.team-list .frame {
    overflow: hidden;
}

.team-list h2 {
    margin: 0 0 1px;
}

.team-list li:last-child {
    margin-top: -20px;
}

.title {
    font-size: 26px;
    line-height: 1.45;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    display: block;
    padding: .5rem 0;
    margin-bottom: .8rem;
}


.contact-section address {
    font-size: 20px;
    line-height: 1.35;
    font-style: normal;
    margin: -4px 0 0;
    font-weight: 400;
    position: relative;
    overflow: hidden;
}

.contact-section address span {
    display: block;
    margin: 0 0 25px;
}


.contact-section p.normal {
    font-size: 20px;
    margin: 1rem 0;
    font-weight: normal;
}


.contact-section address .spacer {
    height: 27px;
    width: 100%;
}

.contact-section address a {
    text-decoration: underline;
    color: #4a4a4a;
}

.contact-section p strong {
    padding-bottom: 15px;
    display: inline-block;
}


.contact-section address a:hover {
    color: #01AE98;
}

.contact-section address a[href^="mailto"] {
    text-decoration: underline;
}

.contact-section address a[href^="mailto"]:hover {
    text-decoration: none;
}

.contact-section ul {
    padding-left: 0;
    list-style-type: none;
    font-size: 1.1rem;
    line-height: 1.7;
}

.contact-section .large,
.contact-section address a {
    font-size: 19px;
    margin: 0 0 1.5rem;
    font-weight: 600;

}

.contact-section address a {
    display: inline-block;
    margin-top: -1rem;
}

.contact-section p.bold {
    font-weight: 600;
    margin: 1.5rem 0 1rem;
}

.contact-section p.small {
    font-size: 1.1rem;
    margin-top: 1rem;
}

.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% + 20px);
}

.columns .col {
    width: calc(50% - 4rem);
}

.map-section {
    position: relative;
    margin-top: 4.5rem;
}

.container .map-section {
    margin: 0 0 49px;
}

.map-section .buttons {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: absolute;
    top: -29px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: right;
}

.map-section .btn,
.map-section .offers-list a,
.offers-list .map-section a {
    margin: 0 0 0 7px;
    padding: 15px 15px;
}

.map {
    height: 285px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
}

.articles {
    margin: 0 0 84px;
}

.articles article {
    margin: 0 0 40px;
}

.articles h2 a {
    color: #005168;
    text-decoration: none;
}

.articles h2 a:hover {
    text-decoration: none;
    color: #005168;
}

.articles .image {
    width: 367px;
    float: left;
    margin: -3px 20px 10px 0;
}

.articles .image img {
    display: block;
    border-radius: 5px;
}

.articles p {
    margin: 0;
}

.articles .meta {
    font-size: 19px;
    line-height: 1.813;
    margin: 0 0 9px;
    text-transform: none;
    text-align: left;
}

.articles .btn,
.articles .offers-list a,
.offers-list .articles a {
    margin: 0;
}

.info-row {
    background: #005168;
    padding: 47px 0;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 53px 0 -53px;
}

.info-row .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-row .container:after {
    display: none;
}

.info-row p {
    margin: 0;
    text-align: left;
}

.info-row .btn,
.info-row .offers-list a,
.offers-list .info-row a {
    background: #fff;
    color: #005168;
    margin: 0;
}

.info-row .btn:hover,
.info-row .offers-list a:hover,
.offers-list .info-row a:hover {
    background: #d9d9d9;
}

form {
    margin: 20px 0 0;
}

.wpcf7 h2 {
    margin: 0 0 22px;
}

.wpcf7 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 20px);
}

.wpcf7 .col {
    width: 50%;
    padding: 0 20px 0 0;
}

.wpcf7 label {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 3px;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin: 0 0 13px;
}

.wpcf7 .wpcf7-form-control-wrap.textarea-required {
    margin: 0 0 28px;
}

.wpcf7 .recaptcha-holder {
    float: left;
    margin: 15px 0 8px;
}

.wpcf7 .submit-holder {
    overflow: hidden;
    padding: 15px 0 0;
}

.wpcf7 input[type="submit"] {
    float: right;
    margin: 19px 0 0 20px;
}

#footer {
    background: #005168;
    color: #fff;
    padding: 33px 0 41px;
    font-size: 19px;
    line-height: 1.56;
}

#footer .container:after {
    display: none;
}


#footer a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}


#footer address {
    margin: 0;
    font-style: normal;
}

#footer .column {
    max-width: 50%;
    padding: 0 20px 0 0;
}

#footer .column-right {
    margin: 1rem 0;
    width: 100%;
}


#footer .column-right .footer-nav ul {
    padding: 1rem 0 0 !important;
    list-style-type: none;
    margin-left: 0;
}

#footer .column-right .footer-nav ul li {
    padding: 1rem 0 0 !important;
    margin: 0 .6rem 0 0;
    display: inline-block;
    font-size: 1rem;
}

#footer .by {
    font-size: 16px;
    margin: 0 0 21px;
}

.arrow-top {
    margin: 8px 39px 0 0;
    position: relative;
    font-size: 16px;
    border-bottom: none !important;
}

.arrow-top:hover {
    opacity: .6;
}

.arrow-top:before {
    content: "";
    position: absolute;
    right: -36px;
    top: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
}

.arrow-top span {
    display: inline-block;
    position: relative;
}

.arrow-top span:before,
.arrow-top span:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -27px;
    width: 2px;
    height: 7px;
    background: #005168;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arrow-top span:after {
    right: -23px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

    h2 span:after,
    .h2 span:after {
        content: "";
        position: absolute;
        top: 19px;
        height: 1px;
        left: 100%;
        right: -9999px;
        margin: 0 0 0 38px;
        background: #005168;
    }

    #footer .container {
        display: flex;
        justify-content: space-between;
    }

    #footer address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 47.5%;
        min-width: 543px;
    }

    #footer .column-right {
        text-align: right;
    }
}

@media (min-width: 1160px) {
    /* Navigation inkl. Submenu*/
    #nav li a:hover,
    #nav li.menu-item-has-children:hover > a {
        background: #005168;
        color: #fff;
    }

    #nav li.menu-item-has-children {
        display: inline-flex !important;
        align-items: center;
    }

    #nav li.menu-item-has-children:hover:after,
    #nav li.menu-item-has-children.active:after {
        color: #fff;
    }

    #nav li.menu-item-has-children:after {
        content: '▾';
        font-size: 16px;
        position: absolute;
        right: 10px;
    }

    #nav li.menu-item-has-children a {
        padding-right: 1.8rem;
    }

    #nav li.menu-item-has-children:hover .drop-holder {
        visibility: visible;
    }


    #nav .menu-item.menu-item-has-children {
        position: relative;
    }

    #nav .drop-holder {
        visibility: hidden;
        position: absolute;
        background: #fff;
        border: 1px solid #eee;
        display: inline-flex;
        flex-direction: row;
        border-radius: 10px;
        top: 2.5rem;
        padding: 1rem .2rem;
        -webkit-box-shadow: 0px 0px 23px 1px rgb(0 0 0 / 5%);
        box-shadow: 0px 0px 23px 1px rgb(0 0 0 / 5%);
    }

    #nav .drop-holder ul {
        margin: 0 !important;
    }

    #nav .drop-holder li a {
        padding: .5rem 1rem;
        margin: .2rem 0;
    }

    #nav .drop-holder li a:hover {
        background: transparent !important;
        color: #333 !important;
    }

    #nav .drop-holder li.active a {
        background: transparent !important;
        color: #01ae98 !important;
    }

    #nav .drop-holder:hover {
        visibility: visible;
    }

    .nav-opener {
        display: none;
    }
}

@media (max-width: 1159px) {
    #nav {
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
        max-height: 0;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
        font-size: 14px;
        padding: 0;
    }

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

    .fixed-header #nav {
        padding: 0;
    }

    #nav ul {
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        margin: 0;
    }

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

    #nav li {
        display: block;
        margin: 0;
    }


    #nav li + li {
        border-top: 1px solid #f5f5f5;
    }

    #nav a {
        border-radius: 0;
        padding: 13px 15px;
    }

    /* Nav Submenu */
    #nav .drop-holder ul a {
        margin-left: .5rem;
    }

    #nav .drop-holder ul {
        background-color: #eee;
    }

    #nav ul {
        margin: 0;
    }

    #nav {
        padding: 40px 0;
        font-size: 22px;
    }
    
    .fixed-header #header .container {
        height: 76px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    h2 span:after,
    .h2 span:after {
        top: 17px;
        margin: 0 0 0 20px;
    }
}

@media (max-width: 1199px) {
    .info-row {
        font-size: 21px;
        padding: 30px 0;
    }
}

@media (max-width: 1023px) {
    #content {
        width: calc(100% - 270px);
    }

    #sidebar {
        width: 270px;
    }

    iframe {
        width: 100%;
    }

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

    .logo {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        -webkit-transform-origin: 0 -125%;
        -ms-transform-origin: 0 -125%;
        transform-origin: 0 -125%;
    }

    .fixed-header .logo {
        left: 37px;
    }

    #main {
        padding: 140px 0 53px;
    }

    .meta,
    .sub-head {
        margin: -15px 0 30px;
    }

    .meta {
        margin: -15px 0 30px;
    }

    .offers-section {
        margin: 0;
    }

    .offers-list {
        margin: 0 -20px 14px 0;
    }

    .offer-list .photo,
    .team-list .photo {
        margin: 0 20px 16px 0;
        width: 250px;
    }

    .contact-section address {
        font-size: 24px;
        margin: -4px 0 29px;
    }

    .articles .image {
        width: 250px;
        margin: 0 20px 16px 0;
    }

    .info-row .container {
        display: block;
        text-align: center;
    }

    .info-row p {
        margin: 0 0 23px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    body {
        background-image: url(images/body-bg-mobile.jpg);
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="file"],
    input[type="submit"] {
        padding: 16px 25px;
        font-size: 19px;
        line-height: 1;
        margin: 0 0 20px;
    }

    #content {
        float: none;
        width: auto;
    }

    #sidebar {
        float: none;
        width: auto;
        padding: 0;
    }

    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0 3px;
    }

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

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

    .alignleft {
        float: none;
        display: block;
        margin: 0 auto 16px;
    }

    .alignright {
        float: none;
        display: block;
        margin: 0 auto 16px;
    }

    h1,
    .h1 {
        font-size: 55px;
        margin: 0 0 45px;
    }

    h2,
    .h2 {
        font-size: 24px;
        line-height: 1.3;
        margin: 0 0 19px;
    }

    .contact-page h2,
    .home h2,
    .contact-page .h2,
    .home .h2 {
        margin: 0 0 16px;
    }

    p {
        margin: 0 0 1.5em;
    }

    .btn,
    .offers-list a {
        padding: 16px 19px;
        font-size: 19px;
        line-height: 1;
        margin: 0 0 20px;
    }

    #header {
        border-width: 4px 0 0;
        height: 86px;
    }

    .nav-active #header {
        background: #fff;
        -webkit-transition: none;
        transition: none;
    }

    #header:after {
        border-width: 0 0 2px;
    }

    #header:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 9999px;
        background: rgba(74, 74, 74, .86);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear;
    }

    .fixed-header #header {
        height: 82px;
    }

    #header .container {
        position: static;
        height: 80px;
    }

    .nav-active #header:before {
        visibility: visible;
        opacity: 1;
    }

    .logo {
        width: 102px;
        height: 61px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        margin: 0 0 0 2px;
    }

    .fixed-header .logo {
        width: 82px;
        height: 49px;
        margin: 0 0 0 2px;
        left: 13px;
    }

    .logo img {
        width: 102px;
        height: 61px;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

    .fixed-header .logo img {
        width: 82px;
        height: 49px;
    }

    #main {
        padding: 97px 0 33px;
    }

    .meta,
    .sub-head {
        font-size: 18px;
        line-height: 1.28;
        margin: -22px 0 26px;
    }

    .meta {
        margin: -22px 0 26px;
    }

    .lead-text {
        font-size: 16px;
        line-height: 1.88;
        margin: 0 0 27px;
    }

    .offers-section {
        margin: 0 0 22px;
    }

    .offers-list {
        margin: 0 -5px 12px 0;
    }

    .offers-list li {
        margin: 0 8px 5px 0;
    }

    .offers-list a {
        font-size: 16px;
        padding: 11px 15px 10px;
    }

    .team-section {
        margin: 0 0 14px;
    }

    .team {
        width: calc(100% + 10px);
        font-size: 14px;
        line-height: 1.4;
        margin: 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .team .photo {
        margin: 0 0 10px;
    }

    .team h3 {
        font-size: 16px;
        margin: 0 0 8px;
    }

    .offer-list li,
    .team-list li {
        margin: 0 0 46px;
    }

    .offer-list .alignleft,
    .team-list .alignleft {
        text-align: center;
    }

    .offer-list .alignleft img,
    .team-list .alignleft img {
        display: inline-block;
    }

    .offer-list .photo,
    .team-list .photo {
        float: none;
        width: 100%;
        max-width: 367px;
        margin: 0 auto 16px;
    }

    .offer-list .sub-title,
    .team-list .sub-title {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        font-size: 16px;
        margin: 0 0 10px;
    }

    .offer-list h2,
    .team-list h2 {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .offer-list p,
    .team-list p {
        width: 100%;
        margin: 0 0 10px;
    }

    .offer-list .buttons,
    .team-list .buttons {
        width: calc(100% + 10px);
    }

    .offer-list .buttons .btn,
    .offer-list .buttons .offers-list a,
    .offers-list .offer-list .buttons a,
    .team-list .buttons .btn,
    .team-list .buttons .offers-list a,
    .offers-list .team-list .buttons a {
        margin: 0 5px 10px 0;
    }

    .team-list li:last-child {
        margin-top: -35px;
    }

    .title {
        font-size: 16px;
    }

    .contact-section address {
        margin: 0 0 34px;
    }

    .contact-section address span {
        margin: 0 0 11px;
    }

    .columns {
        display: block;
        width: auto;
    }

    .columns .col {
        width: auto;
        padding: 0;
        display: block;
    }

    .container .map-section {
        margin: 0 -15px 34px;
    }

    .map-section .buttons {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 0 -32px;
        text-align: left;
        left: 0;
        top: 0;
    }

    .map-section .btn,
    .map-section .offers-list a,
    .offers-list .map-section a {
        margin: 0 0 7px;
        font-size: 19px;
        line-height: 1;
    }

    .articles {
        margin: 0 0 33px;
        padding: 3px 0 0;
    }

    .articles article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .articles h2 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
    }

    .articles .image {
        float: none;
        width: 100%;
        max-width: 367px;
        margin: 0 auto 16px;
    }

    .articles p {
        margin: 0 0 3px;
        width: 100%;
    }

    .articles .meta {
        width: 100%;
        font-size: 16px;
    }

    .info-row {
        margin: 33px 0 -33px;
        font-size: 19px;
        line-height: 1.223;
        padding: 27px 5px 35px;
    }

    .info-row .container {
        text-align: left;
    }

    .info-row p {
        text-align: left;
    }

    .wpcf7 h2 {
        margin: 0 0 11px;
    }

    .wpcf7 .row {
        display: block;
        width: auto;
    }

    .wpcf7 .col {
        padding: 0;
        width: auto;
    }


    .wpcf7 .wpcf7-form-control-wrap.textarea-required {
        margin: 0 0 23px;
    }

    .wpcf7 .recaptcha-holder {
        float: none;
        display: block;
        margin: 24px 0 0;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .wpcf7 .recaptcha-holder .wpcf7-form-control-wrap {
        margin: 0;
    }

    .wpcf7 .submit-holder {
        padding: 14px 0 0;
    }

    .wpcf7 input[type="submit"] {
        float: none;
        margin: 0 0 20px;
    }

    #footer {
        padding: 60px 0 19px;
        position: relative;
    }


    #footer .column {
        max-width: none;
        padding: 0;
        display: block;
    }

    #footer .column:first-child {
        padding: 0 0 25px;
    }

    #footer .by {
        display: inline-block;
        vertical-align: top;
        margin: 13px 0 0;
    }

    .arrow-top {
        position: absolute;
        top: 10px;
        right: 12px;
    }

    .gallery {
        display: inline-block;
    }

    #gallery-1 .gallery-item {
        width: 100% !important;
        margin-top: 1rem !important;
    }
}