@charset "utf-8";

/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button,
select,
textarea {
    color: inherit;
    direction: ltr;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    vertical-align: baseline;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/* Remove IOS input effects */

input.text,
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    border-radius: 0;
    -webkit-appearance: none;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/* Font family */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button,
select,
textarea {
    font-family: 'PT Sans', sans-serif;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* Make selected text white on a black background */

::selection {
    color: #fff;
    background-color: #000;
}

::-moz-selection {
    color: #fff;
    background-color: #000;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* Box model */

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* Remove gray highlight when tapping links in mobile safari */

html {
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    height: 100%;
    color: #666;
    line-height: 1.2;
    cursor: default;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
}

@media (max-width: 767px) {
    body {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 18px;
    }
}

@media (min-width: 1400px) {
    body {
        font-size: 20px;
    }
}

@media (min-width: 1921px) {
    body {
        font-size: 22px;
    }
}

@media (min-width: 2561px) {
    body {
        font-size: 24px;
    }
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

blockquote,
q {
    quotes: none;
}

block quote:before,
block quote:after,
q:before,
q:after {
    content: "";
    content: none;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

*:hover,
*:focus {
    outline: none;
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    cursor: pointer;
    text-decoration: none;
}

a:link,
a:visited {
    text-decoration: none;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

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


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b2b2b;
    display: block;
    font-weight: 700;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

p {
    color: #666;
    line-height: 1.58;
}

.mt-30 {
    margin-top: 30px;
}

p + p {
    margin-top: 1em;
}

.bg-darkgray p,
.bg-darkgray h1,
.bg-darkgray h3,
.bg-darkgray h4,
.bg-darkgray h5,
.bg-darkgray h6 {
    color: #fff;
}

p a,
h2 a {
    font-weight: bold;
    white-space: nowrap;
}

p a:hover {
    color: #2b2b2b;
}

small {
    font-size: 0.875em;
}

.big {
    font-size: 2em;
    display: inline-block;
}

em,
i {
    font-style: normal;
}

strong,
b {
    font-weight: bold;
}

u {
    text-decoration: underline;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.nis-small {
    font-size: 18px;
    white-space: nowrap;
}

code {
    display: block;
    background: rgba(1, 1, 1, 0.05);
    border-radius: 0.25em;
    border: solid 1px rgba(1, 1, 1, 0.15);
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    white-space: pre-wrap;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

hr {
    border: 0;
    border-bottom: solid 1px #EFEFEF;
    margin: 0 0 2em 0;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

figure {
    overflow: hidden;
}

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

figure img {
    vertical-align: middle;
    width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

img,
embed,
object,
video {
    border: 0;
    display: block;
    vertical-align: middle;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* List */

nav ul {
    list-style: none;
}

ol,
ul {
    list-style: none;
}

article ul:last-child {
    margin-bottom: 0;
}

article ul li:before {
    content: "";
    display: block;
    background-color: #666;
    width: 0.5em;
    height: 2px;
    position: absolute;
    left: 0;
    top: 1em;
}

.bg-darkgray article ul li:before {
    background-color: #fff;
}

article ul li {
    line-height: 2;
    display: block;
    position: relative;
    padding: 0 0 0 1.5em;
}

article ul li:last-child {
    padding-bottom: 0;
}

.disabledImage img {
    filter: grayscale(1);
}

.soldHouse {
    pointer-events: none;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

form label {
    color: #666;
    display: block;
    cursor: pointer;
    margin-bottom: 1em;
}

label strong {
    display: block;
    line-height: 1.8;
}

textarea {
    resize: vertical;
    height: 11em;
    min-height: 11em;
    max-height: 20em;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
input[type="date"],
textarea {
    color: #333;
    width: 100%;
    cursor: text;
    font-size: 14px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    background-color: #f0f3f7;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="file"]:hover,
input[type="date"]:hover,
textarea:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="date"]:focus,
textarea:focus {
    border: 1px solid #999;
    border-top: 1px solid #666;
}

input[type="submit"],
input[type="button"] {
    width: 100%;
    color: #fff;
    display: block;
    cursor: pointer;
    max-width: 15em;
    font-weight: bold;
    text-align: center;
    border: medium none;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #666;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    border: 0px;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

/* Margin-paddings */

.pad-top-xs {
    padding-top: 1em;
}

.pad-hor-xs {
    padding-left: 1em;
    padding-right: 1em;
}

.pad-vert-xs {
    padding-bottom: 1em;
    padding-top: 1em;
}

.pad-bottom-xs {
    padding-bottom: 1em;
}

.marg-top-xs {
    margin-top: 1em;
}

.marg-hor-xs {
    margin-left: 1em;
    margin-right: 1em;
}

.marg-vert-xs {
    margin-bottom: 1em;
    margin-top: 1em;
}

.marg-bottom-xs {
    margin-bottom: 1em;
}

.marg-right-xs {
    margin-right: 1em;
}

.pad-top-sm {
    padding-top: 1.5em;
}

.pad-hor-sm {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.pad-vert-sm {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
}

.pad-bottom-sm {
    padding-bottom: 1.5em;
}

.marg-top-sm {
    margin-top: 1.5em;
}

.marg-hor-sm {
    margin-left: 1.5em;
    margin-right: 1.5em;
}

.marg-vert-sm {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.marg-bottom-sm {
    margin-bottom: 1.5em;
}

.pad-top-md {
    padding-top: 2em;
}

.pad-hor-md {
    padding-left: 2em;
    padding-right: 2em;
}

.pad-vert-md {
    padding-bottom: 2em;
    padding-top: 2em;
}

.pad-bottom-md {
    padding-bottom: 2em;
}

.marg-top-md {
    margin-top: 2em;
}

.marg-hor-md {
    margin-left: 2em;
    margin-right: 2em;
}

.marg-vert-md {
    margin-bottom: 2em;
    margin-top: 2em;
}

.marg-bottom-md {
    margin-bottom: 2em;
}

.pad-top-lg {
    padding-top: 2.5em;
}

.pad-hor-lg {
    padding-left: 2.5em;
    padding-right: 2.5em;
}

.pad-vert-lg {
    padding-bottom: 2.5em;
    padding-top: 2.5em;
}

.pad-bottom-lg {
    padding-bottom: 2.5em;
}

.marg-top-lg {
    margin-top: 2.5em;
}

.marg-hor-lg {
    margin-left: 2.5em;
    margin-right: 2.5em;
}

.marg-vert-lg {
    margin-bottom: 2.5em;
    margin-top: 2.5em;
}

.marg-bottom-lg {
    margin-bottom: 2.5em;
}

.pad-top-xlg {
    padding-top: 3em;
}

.pad-hor-xlg {
    padding-left: 3em;
    padding-right: 3em;
}

.pad-vert-xlg {
    padding-bottom: 3em;
    padding-top: 3em;
}

.pad-bottom-xlg {
    padding-bottom: 3em;
}

.marg-top-xlg {
    margin-top: 3em;
}

.marg-hor-xlg {
    margin-left: 3em;
    margin-right: 3em;
}

.marg-vert-xlg {
    margin-bottom: 3em;
    margin-top: 3em;
}

.marg-bottom-xlg {
    margin-bottom: 3em;
}

@media (min-width: 992px) {
    .pad-right-md {
        padding-right: 4em !important;
    }

    .pad-top-xs {
        padding-top: 1em;
    }

    .pad-hor-xs {
        padding-left: 1em;
        padding-left: 1em;
    }

    .pad-vert-xs {
        padding-bottom: 1em;
        padding-top: 1em;
    }

    .pad-bottom-xs {
        padding-bottom: 1em;
    }

    .marg-top-xs {
        margin-top: 1em;
    }

    .marg-hor-xs {
        margin-left: 1em;
        margin-right: 1em;
    }

    .marg-vert-xs {
        margin-bottom: 1em;
        margin-top: 1em;
    }

    .marg-bottom-xs {
        margin-bottom: 1em;
    }

    .pad-top-sm {
        padding-top: 1.750em;
    }

    .pad-hor-sm {
        padding-left: 1.750em;
        padding-right: 1.750em;
    }

    .pad-vert-sm {
        padding-bottom: 1.750em;
        padding-top: 1.750em;
    }

    .pad-bottom-sm {
        padding-bottom: 1.750em;
    }

    .marg-top-sm {
        margin-top: 1.750em;
    }

    .marg-hor-sm {
        margin-left: 1.750em;
        margin-right: 1.750em;
    }

    .marg-vert-sm {
        margin-bottom: 1.750em;
        margin-top: 1.750em;
    }

    .marg-bottom-sm {
        margin-bottom: 1.750em;
    }

    .pad-top-md {
        padding-top: 2.650em;
    }

    .pad-hor-md {
        padding-left: 2.650em;
        padding-right: 2.650em;
    }

    .pad-vert-md {
        padding-bottom: 2.650em;
        padding-top: 2.650em;
    }

    .pad-bottom-md {
        padding-bottom: 2.650em;
    }

    .marg-top-md {
        margin-top: 2.650em;
    }

    .marg-hor-md {
        margin-left: 2.650em;
        margin-right: 2.650em;
    }

    .marg-bottom-md {
        margin-bottom: 2.650em;
    }

    .pad-top-lg {
        padding-top: 4.000em;
    }

    .pad-hor-lg {
        padding-left: 4.000em;
        padding-right: 4.000em;
    }

    .pad-vert-lg {
        padding-bottom: 4.000em;
        padding-top: 4.000em;
    }

    .pad-bottom-lg {
        padding-bottom: 4.000em;
    }

    .marg-top-lg {
        margin-top: 4.000em;
    }

    .marg-hor-lg {
        margin-left: 4.000em;
        margin-right: 4.000em;
    }

    .marg-vert-lg {
        margin-bottom: 4.000em;
        margin-top: 4.000em;
    }

    .marg-bottom-lg {
        margin-bottom: 4.000em;
    }

    .pad-top-xlg {
        padding-top: 5.300em;
    }

    .pad-hor-xlg {
        padding-left: 5.300em;
        padding-right: 5.300em;
    }

    .pad-vert-xlg {
        padding-bottom: 5.300em;
        padding-top: 5.300em;
    }

    .pad-bottom-xlg {
        padding-bottom: 5.300em;
    }

    .marg-top-xlg {
        margin-top: 5.300em;
    }

    .marg-hor-xlg {
        margin-left: 5.300em;
        margin-right: 5.300em;
    }

    .marg-vert-xlg {
        margin-bottom: 5.300em;
        margin-top: 5.300em;
    }

    .marg-bottom-xlg {
        margin-bottom: 5.300em;
    }
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.modal {
    height: 0;
    padding: 0 1em;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.modal-close {
    padding: 14px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.modal-close:hover {
    color: #e74c3c;
}

.modal .state {
    position: absolute;
    top: 0;
    left: -1000%;
}

.modal > article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    margin: 1em auto;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 2em);
    width: auto;
    max-width: calc(100vw - 10em);
    position: relative;
    background-color: #fff;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: 0.3s -webkit-transform ease-in-out;
    transition: 0.3s transform ease-in-out;
}

.state:checked ~ article {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.state:checked ~ .backdrop {
    bottom: 0;
    opacity: 1;
    z-index: 1;
}

.modal .backdrop {
    opacity: 0;
    z-index: -1;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    left: 0;
    bottom: 100%;
    -webkit-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* Responsive youtube */

.youtube-container {
    height: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
}

.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.youtube-16by9 {
    padding-bottom: 56.25%;
}

.youtube-4by3 {
    padding-bottom: 75%;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.current > a {
    cursor: default;
    text-decoration: none !important;
}

.left {
    float: left;
    display: inline-block;
}

.right {
    float: right;
    display: inline-block;
}

.row:after,
.row:before,
.clear:after,
.clear:before {
    height: 0;
    clear: both;
    content: "";
    font-size: 0;
    display: block;
    line-height: 0;
    visibility: hidden;
}

.eq {
    display: flex;
    flex-wrap: wrap;
}

.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.midflex {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

noscript,
#ie9 {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
}

noscript > div,
#ie9 > div {
    padding: 1em;
    background-color: #f0f3f7;
    width: 100%;
    min-height: 100%;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

noscript > div > div,
#ie9 > div > div {
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 400px;
}

noscript figure,
#ie9 figure {
    padding: 2em 3em;
    margin-bottom: 2em;
    background-color: #021217;
}

noscript figure img,
#ie9 figure img {
    background-color: #021217;
}

noscript p,
#ie9 p {
    padding: 0 3em;
}

noscript a,
#ie9 a {
    color: #fff;
    display: block;
    margin: 2em 3em;
    line-height: 3.6;
    font-weight: bold;
    text-align: center;
    background-color: #021217;
    text-transform: uppercase;
}

noscript a:hover,
#ie9 a:hover {
    background-color: #333;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

#muszaki {
    display: none;
}

#muszaki article {
    max-width: 500px;
}

#muszaki article strong {
    display: block;
    margin-top: 1em;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

#breadcrumbs {
    color: #999;
    display: block;
    padding-bottom: 1em;
    list-style: outside none none;
}

#breadcrumbs ul {
    font-size: 0.8em;
}

#breadcrumbs li {
    float: left;
    display: inline-block;
}

#breadcrumbs li + li:before {
    content: "/";
    padding: 0 5px;
    float: left;
    display: inline-block;
}

#breadcrumbs a {
    color: #333;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.bg-gray {
    background-color: #f0f3f7;
}

.bg-white {
    background-color: #fff;
}

.bg-darkgray {
    color: #fff;
    background-color: #2c3e50;
}

#contact-label {
    color: #f0f3f7;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: -10px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    #contact-label {
        font-size: 3em;
        margin-bottom: -15px;
    }
}

#contact {
    overflow: hidden;
    line-height: 1.6;
}

#contact .bg-darkgray {
    position: relative;
    z-index: 10;
    color: #fff;
}

#contact .bg-darkgray:before {
    z-index: -1;
    content: "";
    background-color: #2c3e50;
    position: absolute;
    top: 0;
    left: -200%;
    right: -200%;
    bottom: 0;
}

@media (min-width: 768px) {
    #contact .bg-darkgray {
        padding-left: 3em;
    }

    #contact .bg-darkgray:before {
        left: 100%;
    }
}

h6 {
    font-size: 0.8em;
    text-transform: uppercase;
}

#contact strong {
    font-size: 1.2em;
    display: block;
}

#contact span {
    display: block;
}

#contact a {
    display: block;
}

#contact a:hover {
    text-decoration: underline;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.container {
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    max-width: 1120px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1em;
    padding-right: 20px;
}

.net-main-menu{
    max-width: unset!important;
    margin: unset!important;
    width: 99%!important;
}

@media (min-width: 992px) {
    .container {
        width: 85%;
    }

    .net-main-menu {
        width: calc(99% - 125px)!important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 88%;
    }

    .net-main-menu {
        width: calc(99% - 260px)!important;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 88%;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1600px;
        width: 88%;
    }
}

@media (min-width: 2560px) {
    .container {
        width: 88%;
    }
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

.row.center-category {
    justify-content: center;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.nogap .row {
    margin-right: 0;
    margin-left: 0;
}

.nogap [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

[class*="col-"] {
    width: 100%;
    min-height: 1px;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}

.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}


/* --------------------------------------------------------------------------------------- */

[class*="col-"] {
    width: 100%;
    min-height: 1px;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}

[class*="col-xs-"] {
    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%;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

@media (min-width: 480px) {
    /* --------------------------------------------------------------------------------------- */
    [class*="col-s-"] {
        float: left;
    }

    .col-s-12 {
        width: 100%;
    }

    .col-s-11 {
        width: 91.66666667%;
    }

    .col-s-10 {
        width: 83.33333333%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-8 {
        width: 66.66666667%;
    }

    .col-s-7 {
        width: 58.33333333%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-5 {
        width: 41.66666667%;
    }

    .col-s-4 {
        width: 33.33333333%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-2 {
        width: 16.66666667%;
    }

    .col-s-1 {
        width: 8.33333333%;
    }
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

@media (min-width: 768px) {
    /* --------------------------------------------------------------------------------------- */
    [class*="col-sm-"] {
        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-2 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

@media (min-width: 1024px) {
    /* --------------------------------------------------------------------------------------- */
    [class*="col-md-"] {
        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%;
    }
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

@media (min-width: 1300px) {
    /* --------------------------------------------------------------------------------------- */
    [class*="col-lg-"] {
        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%;
    }
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

footer {
    width: 100%;
    padding: 0 1em;
    font-size: 0.8em;
    background-color: #2b2b2b;
}

footer nav {
    display: none;
}

footer ul li a {
    line-height: 2;
    display: block;
    padding: 0 10px;
}

footer ul li.current a {
    font-weight: bold;
}

footer p {
    color: #999;
}

footer span {
    margin-right: 1em;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (min-width: 768px) {
    footer nav {
        display: block;
        margin-bottom: 2em;
    }

    footer ul li a {
        line-height: 2;
    }

    footer ul li {
        margin: 0;
        padding: 0;
        float: left;
        display: inline-block;
    }

    footer ul li:first-child a {
        padding-left: 0;
    }
}

@media (min-width: 1024px) {
    footer ul li a {
        padding: 0 1em;
    }
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.room-list {
    width: 100%;
    color: #2b2b2b;
    font-size: 0.8em;
    margin-top: 1em;
}

.room-list tbody {
    counter-reset: tr;
}

.room-list tbody tr {
    counter-increment: tr;
    border-top: 1px solid #ececec;
}

.room-list tbody tr td:first-child:before {
    color: #fff;
    float: left;
    display: inline-block;
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    margin-right: 1em;
    content: counter(tr);
    background-color: #DA2128;
    width: 1.5em;
    line-height: 1.5em;
}

.room-list tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.room-list td {
    padding: 10px;
}

.room-list td:last-child {
    text-align: right;
    text-wrap: nowrap;
}

.room-list tfoot {
    font-weight: bold;
    border-top: 1px solid #ececec;
}

.room-list tfoot td:first-child {
    padding-left: 2.75em;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.status:before {
    content: "";
    margin: -4px 5px 0 0;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    background-color: #94C853;
}

small.green {
    color: #94C853;
}

.info.green {
    border-color: #94c853;
}

small.green:before {
    background-color: #94C853;
}

small.yellow {
    color: #EECB3E;
}

.info.yellow {
    border-color: #EECB3E;
}

small.yellow:before {
    background-color: #EECB3E;
}

.piros,
small.red {
    color: #DA2128;
}

.info.red {
    border-color: #DA2128;
}

small.red:before {
    background-color: #DA2128;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

#head-details {
    z-index: 10;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

#head-details p {
    font-size: 0.8em;
}

@media (min-width: 768px) {
    #head-details .wrap {
        width: 80%;
        margin: 0 auto;
        max-width: 800px;
    }
}

#head-details a,
#head-details figure,
#head-details img {
    display: block;
    height: 100%;
}

#head-details .swiper-button-next,
#head-details .swiper-button-prev {
    background: none;
    position: relative;
    margin: 0 1em 1em 0;
    border: 1px solid #ececec;
    width: auto;
    height: auto;
    float: left;
    display: inline-block;
    left: auto;
    right: auto;
    top: auto;
    padding: 1em;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* Slider */

body {
    padding-top: 4em;
}

#slider_helper {
    height: 50vh;
    display: none;
}

#slider {
    position: relative;
    padding: 0 1em 1em 1em;
    width: 100%;
    height: 50vh;
    display: block;
}

@media (min-width: 1200px) {
    body {
        padding-top: 5em;
    }
    #slider {
        height: 75vh;
    }
    #slider_helper {
        height: 25vh;
    }
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

#img-slider .swiper-container,
#slider .swiper-container {
    width: 100%;
    height: 100%;
    background-color: #2c3e50;
}

#slider .swiper-slide:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#img-slider .swiper-container,
#slider .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}

#slider .swiper-slide > div {
    z-index: 10;
    padding: 3em;
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    position: relative;
}

#img-slider .swiper-slide img,
#slider .swiper-slide img {
    object-fit: cover;
    height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#slider strong {
    color: #FFF;
    font-size: 2.4em;
    font-weight: 900;
    line-height: 120%;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    #slider strong {
        font-size: 1.2em
    }
}

@media (min-width: 768px) {
    #slider strong {
        font-size: 1.6em
    }
}

@media (min-width: 1024px) {
    #slider strong {
        font-size: 1.8em
    }
}

@media (min-width: 1200px) {
    #slider strong {
        font-size: 2em
    }
}

@media (min-width: 1400px) {
    #slider strong {
        font-size: 2.2em
    }
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

#img-slider {
    position: relative;
    padding: 0 1em 1em 1em;
    width: 100%;
    height: 40vh;
}

@media (min-width: 768px) {
    #img-slider {
        height: 70vh;
    }
}

#img-slider .swiper-slide:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#img-slider .fix-info {
    z-index: 1000;
    max-width: 90%;
    margin: 0 auto;
    padding: 2em 3em;
    line-height: 1.4;
    position: absolute;
    background-color: #fff;
}

#img-slider .technical-parameters,
#img-slider .vr-walk {
    margin-top: 240px!important;
    z-index: 1000;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.4;
    position: absolute;
    min-width: 15%;
}

#img-slider .technical-parameters a,
#img-slider .vr-walk a {
    width: 100%;
    text-align: center;
    line-height: 2.5em;
}

#img-slider .technical-parameters a label {
    cursor: pointer;
}

#line-gallery{
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}

.button_container {
    margin-top: 1.75em;
    text-align: center;
}

.button.faqbutton {
    width: fit-content;
    margin-bottom: 10px;
}

#line-gallery .technical-parameters,
#line-gallery .vr-walk {
    z-index: 1000;
    max-width: 90%;
    margin: auto;
    line-height: 1.4;
    position: absolute;
    min-width: 15%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

#line-gallery .technical-parameters a,
#line-gallery .vr-walk a {
    width: 100%;
    text-align: center;
    line-height: 2.5em;
}

#line-gallery figure{
    margin-bottom: 0px;
}

#img-slider .fix-info h1 {
    margin-bottom: 0.5em;
}

#img-slider .fix-info small,
#img-slider .fix-info span {
    display: block;
}

@media (max-width: 1400px) {
    #img-slider .technical-parameters,
    #img-slider .vr-walk {
        margin-top: 220px!important;
    }
}

@media (max-width: 1200px) {
    #img-slider .technical-parameters,
    #img-slider .vr-walk {
        margin-top: 200px!important;
    }
}

@media (max-width: 1025px) {
    #img-slider .technical-parameters,
    #img-slider .vr-walk {
        margin-top: 180px!important;
    }
}

@media (max-width: 766px) {
    #img-slider .technical-parameters,
    #img-slider .vr-walk {
        margin-top: 150px!important;
    }
}

@media (max-width: 504px) {
    #img-slider .technical-parameters,
    #img-slider .vr-walk {
        margin-top: 165px!important;
    }
}

@media (max-width: 340px) {
    #img-slider .technical-parameters,
    #img-slider .vr-walk {
        margin-top: 185px!important;
    }
}

/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

#button {
    display: none;
}

#nav ul {
    display: none;
}

#nav label {
    z-index: 20;
    padding: 1em;
    cursor: pointer;
    width: 5em;
    height: 5em;
    position: absolute;
    top: -1em;
    right: 0;
}

#nav label:before {
    content: "";
    display: block;
    border: 1px solid #2c3e50;
    width: 100%;
    height: 100%;
}

#nav label span {
    display: block;
    background-color: #2c3e50;
    width: 1em;
    height: 2px;
    position: absolute;
    left: 2em;
    top: 50%;
}

#nav label span:before,
#nav label span:after {
    content: "";
    position: absolute;
    background-color: #2c3e50;
    width: 100%;
    height: 2px;
    left: 0;
    transition-duration: 0.25s, 0.25s;
    -moz-transition-duration: 0.25s, 0.25s;
    -webkit-transition-duration: 0.25s, 0.25s;
    transition-delay: 0.25s, 0s;
    -moz-transition-delay: 0.25s, 0s;
    -webkit-transition-delay: 0.25s, 0s;
}

#nav label span:before {
    top: -0.35em;
    transition-property: top, transform;
    -moz-transition-property: top, transform;
    -webkit-transition-property: top, transform;
}

#nav label span:after {
    bottom: -0.35em;
    transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
}

#button:checked ~ label span {
    background-color: transparent;
}

#button:checked ~ label span:before {
    top: 0;
    transition-delay: 0s, 0.25s;
    -moz-transition-delay: 0s, 0.25s;
    -webkit-transition-delay: 0s, 0.25s;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#button:checked ~ label span:after {
    bottom: 0;
    transition-delay: 0s, 0.25s;
    -moz-transition-delay: 0s, 0.25s;
    -webkit-transition-delay: 0s, 0.25s;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#button:checked ~ ul {
    display: block;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

#nav {
    width: 100%;
    z-index: 1000;
    padding: 10px 0;
    text-align: right;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
}

#nav ul {
    clear: both;
    padding: 1em 0;
    text-align: center;
    background-color: #fff;
}

#nav ul li a {
    line-height: 3;
    display: block;
    padding: 0 10px;
    -webkit-transition: line-height 0.2s linear;
    transition: line-height 0.2s linear;
}

#nav ul li.current a {
    font-weight: bold;
}

#nav ul li:not(.current) a:hover {
    /*font-weight: bold;*/
}

#logo {
    color: #2b2b2b;
    font-weight: bold;
    font-size: 0.8em;
    float: left;
    display: inline-block;
}

#sz_logo {
    position: absolute;
    right: 0;
    z-index: 999;
}

#sz_logo img {
    height: 90px;
}

#logo img {
    height: 3em;
    -webkit-transition: height 0.2s linear;
    transition: height 0.2s linear;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

@media (min-width: 992px) {
    #nav {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #logo img {
        height: 2.25em;
    }

    #sz_logo {
        top: 0;
        z-index: 99999;
    }

    #nav label {
        display: none;
    }

    #nav ul {
        padding: 0;
        display: inline-block;
        vertical-align: middle;
    }

    #nav ul li {
        margin: 0;
        padding: 0;
        float: left;
        display: inline-block;
    }

    #nav ul li a {
        font-size: 0.8em;
    }

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

@media (min-width: 1024px) {
    #nav ul li a {
        padding: 0 0.4em;
    }
}

@media (min-width: 1200px) {
    #nav ul li a {
        padding: 0 0.3em;
    }

    #sz_logo img {
        height: 160px;
    }
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.button {
    color: #fff;
    height: auto !important;
    font-size: 0.8em;
    border-radius: 2px;
    line-height: 2.2em;
    background: #2b2b2b;
    padding: 0.4em 2.2em;
    display: inline-block !important;
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, .15);
}

.wpcf7-submit.button {
    border-radius: 2px;
}

.ecohouse {
    max-width: 100%;
    text-align: left;
    padding: 2em 3em;
    display: inline-block;
    background-color: #DA2128;
}

.ecohouse h3,
.ecohouse p {
    color: #fff;
}

.ecohouse:hover {
    background-color: #2c3e50;
}

.ecohouse svg,
.ecohouse img {
    fill: #fff;
    width: 5em;
    height: 5em;
}

.ecohouse figure {
    displaY: block;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .ecohouse {
        max-width: 750px;
    }

    .ecohouse figure {
        float: left;
        display: inline-block;
        margin-bottom: 0;
    }

    .ecohouse figure + div {
        margin-left: 8em;
    }
}

.mauto {
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide strong + div {
    margin-top: 2em;
}

.swiper-slide .button {
    margin: 1em 0.5em 0em 0.5em;
}

.button svg {
    fill: #a1a1a1;
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    width: 22px;
    height: 22px;
}

.white {
    color: #2b2b2b;
    background-color: #fff;
}

.button:hover {
    color: #fff;
    background-color: #DA2128;
}

.button:hover svg {
    fill: #fff;
}

.red {
    background-color: #DA2128;
}

.red:hover {
    background-color: #2b2b2b;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

#heading {
    position: relative;
    font-size: 1.2em;
}

.head-icon {
    display: none;
    height: 100%;
    padding: 1em;
}

@media (min-width: 1024px) {
    .head-icon {
        display: block;
    }
}

.head-icon svg,
.head-icon img {
    fill: #333;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 150px;
    max-height: 150px;
}

#company {
    padding: 0 1em 1em 1em;
}

#company h1 {
    margin-bottom: 0.5em;
}

#company img {
    width: 100%;
    max-width: 200px;
}

@media (min-width: 767px) {
    #company img {
        max-width: 400px;
        margin: 0 auto;
    }
}

h1,
.sameash1 {
    font-size: 1.8em;
    line-height: 1.2;
}

@media (max-width: 767px) {
    h1,
    .sameash1 {
        font-size: 1.6em
    }
}

h2 {
    font-size: 1.25em;
    margin-bottom: 1em;
}

h5 {
    font-size: 1.25em;
    line-height: 1.2;
    margin-bottom: 1em;
}

.mid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding: 0 30px;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.bigmid-center {
    z-index: 1;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.mid-center {
    z-index: 1;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding: 0 30px;
    text-align: center;
}

.bigmid-center .redabove:after,
.mid-center .redabove:after {
    margin-left: auto;
    margin-right: auto;
}

.tc {
    text-align: center;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

h3 {
    font-size: 1.25em;
    margin-bottom: 1em;
}

#szimetrik img {
    width: 50%;
}

.icons {
    text-align: left;
    background: #fff;
    padding: 2em 10%;
}

@media (min-width: 768px) {
    #szimetrik img {
        float: left;
        width: 50%;
    }

    .icons {
        float: right;
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .icons {
        width: 70%;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
    }

    #opinions_new .icons {
        width: 60%;
    }
}

.icons a,
.icons div.clear {
    display: table;
}

.icons a:hover svg {
    fill: #DA2128;
}

.icons a:hover img {
    filter: invert(37%) sepia(93%) saturate(7471%) hue-rotate(356deg) brightness(91%) contrast(135%);
}

.icons a:hover {
    color: #DA2128;
}

.icons svg,
.icons img {
    fill: #444;
    margin: 1em;
    display: inline-block;
    vertical-align: middle;
    width: 2em !important;
    height: 2em;
}

.icons h4 {
    font-size: 0.8em;
    line-height: 1.4;
    display: table-cell;
    font-weight: normal;
    vertical-align: middle;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

h4 {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 1em;
}

#pre-infos {
    position: relative;
    background-size: cover;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('../pic/helyszinrajz.jpg');
}

@media (min-width: 1024px) {
    #pre-infos {
        padding-bottom: 8em;
    }

    /*#infos{margin-top: -7em;} */
}

#pre-infos:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.info {
    line-height: 1.4;
}

.info figure {
    padding: 1em;
    display: block;
    border-radius: 50%;
    margin-bottom: 1em;
    width: 5em;
    height: 5em;
    background-color: #DA2128;
}

.info svg,
.info img {
    fill: #fff;
    display: block;
    width: 100%;
    height: 100%;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.house {
    background-color: #fff;
}

.house figure {
    position: relative;
}

.house figure strong {
    color: #fff;
    padding: 1em;
    z-index: 10;
    position: absolute;
    bottom: 0;
    right: 0;
    text-shadow: 0 0 10px #000;
}

.house .info {
    padding: 1.5em 2em;
    border-top: 6px solid #9cde3e;
}

.house.soldHouse .info {
    border-top: 6px solid #DA2128;
}

.house span {
    display: block;
}

.house .price {
    display: block;
    margin-top: 1em;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.house {
    width: 100%;
    display: block;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

#gallery .no-gutters {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

#line-gallery a {
    display: block;
}

.gallery-item a {
    padding: 0.5em;
    display: block;
    overflow: hidden;
}

.house figure,
.zoom figure {
    cursor: pointer;
    position: relative;
}

.house figure:after {
    opacity: 0;
    color: #fff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-size: auto auto;
    background-size: 24px 24px;
    transition: all 150ms;
}

.zoom figure:after {
    opacity: 0;
    color: #fff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUyLjk2NiA1Mi45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUyLjk2NiA1Mi45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8cGF0aCBkPSJNNTEuNzA0LDUxLjI3M0wzNi44NDUsMzUuODJjMy43OS0zLjgwMSw2LjEzOC05LjA0MSw2LjEzOC0xNC44MmMwLTExLjU4LTkuNDItMjEtMjEtMjFzLTIxLDkuNDItMjEsMjFzOS40MiwyMSwyMSwyMSAgYzUuMDgzLDAsOS43NDgtMS44MTcsMTMuMzg0LTQuODMybDE0Ljg5NSwxNS40OTFjMC4xOTYsMC4yMDUsMC40NTgsMC4zMDcsMC43MjEsMC4zMDdjMC4yNSwwLDAuNDk5LTAuMDkzLDAuNjkzLTAuMjc5ICBDNTIuMDc0LDUyLjMwNCw1Mi4wODYsNTEuNjcxLDUxLjcwNCw1MS4yNzN6IE0yMS45ODMsNDBjLTEwLjQ3NywwLTE5LTguNTIzLTE5LTE5czguNTIzLTE5LDE5LTE5czE5LDguNTIzLDE5LDE5ICBTMzIuNDU5LDQwLDIxLjk4Myw0MHoiIGZpbGw9IiNmNGY0ZjQiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) center center no-repeat rgba(218, 33, 40, 0.8);
    background-size: auto auto;
    background-size: 24px 24px;
    transition: all 150ms;
}

.house:hover figure:after,
.zoom:hover figure:after {
    opacity: 1;
}

.house img,
.zoom img {
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.house:hover img,
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.contact-left {
    padding: 2em;
    position: relative;
}

@media (min-width: 1024px) {
    .contact-left:before {
        z-index: -1;
        content: "";
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        right: -4em;
        bottom: 0;
    }

    .contact-right .button.google_maps_button {
        margin-top: auto;
    }
}

.contact-right .button.google_maps_button {
    width: fit-content;
}

.contact-right {
    color: #fff;
    height: 100%;
    padding: 2em;
    display: flex;
    flex-flow: column;
}

.contact-right ul li {
    margin-bottom: 1em;
}

.contact-right ul li a:Hover {
    text-decoration: underline;
}

.contact-right ul li a svg,
.contact-right ul li a img {
    margin-right: 0.5em;
    width: 1.2em;
    height: 1.2em;
    float: left;
    display: inline-block;
}

.contact-right svg {
    fill: #fff;
}

.wpcf7-list-item {
    margin-left: 0 !important;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

#map {
    width: 100%;
    height: 40vh;
}

#map_canvas {
    width: 100%;
    height: 40vh;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.redabove:after {
    content: "";
    display: block;
    margin: 5px 0 1em 0em;
    width: 3em;
    height: 6px;
    background-color: #DA2128;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.apostrof {
    position: relative;
}

.apostrof:after {
    content: "„";
    opacity: 0.25;
    display: block;
    line-height: 1;
    font-size: 12em;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.politics,
.signature {
    width: 32%;
    font-size: 0.8em;
    text-align: center;
    float: left;
    display: inline-block;
}

.politics svg,
.politics img {
    fill: #fff;
    margin: 0 auto;
    max-width: 100px;
}

.signature img {
    margin: 0 auto;
    max-width: 150px;
}

.politics figcaption {
    color: #fff;
    font-weight: bold;
}

.politics figcaption,
.signature figcaption {
    line-height: 2;
    margin-top: 30px;
}

.signature small {
    display: block;
    font-style: italic;
}

.politics + .politics,
.signature + .signature {
    margin-left: 2%;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.numbers strong {
    font-size: 1.6em;
    font-size: bold;
    color: #DA2128;
    line-height: 1.2;
    display: block;
}

.numbers + .numbers {
    margin-top: 2em;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.opinion {
    position: relative;
}

.opinion:before {
    content: "”";
    opacity: 0.25;
    display: block;
    line-height: 1;
    font-size: 12em;
    position: absolute;
    left: 0;
    top: -30px;
}

.opinion:after {
    content: "„";
    opacity: 0.25;
    display: block;
    line-height: 1;
    font-size: 12em;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.opinion p + strong {
    display: block;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.cd-top {
    opacity: 0;
    z-index: 100;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top div {
    display: block;
    width: 40px;
    height: 40px;
    background: #111 url(../pic/cd-top-arrow.svg) no-repeat center 50%;
}

@media (min-width: 1200px) {
    .cd-top {
        right: 30px;
        bottom: 30px;
    }

    .cd-top div {
        width: 60px;
        height: 60px;
    }

    .cd-top.cd-is-visible {
        opacity: 1;
        visibility: visible;
    }

    .cd-top.cd-fade-out {
        opacity: .5;
    }

    .cd-top.cd-is-visible,
    .cd-top.cd-fade-out,
    .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

#references {
    text-align: center;
    position: relative;
}

#references:after {
    z-index: 0;
    width: 70%;
    content: "";
    display: block;
    background-color: #f0f3f7;
    position: absolute;
    top: 0;
    bottom: 5em;
    left: 15%;
}

#references .mid-center {
    max-width: 65%;
}

@media (min-width: 1200px) {
    #references .mid-center {
        max-width: 35%;
    }

    #references:after {
        width: 40%;
        left: 30%;
    }
}

#references .wrapper:nth-child(odd) {
    -ms-flex-direction: row;
    flex-direction: row;
}

#references .wrapper:last-child .content {
    width: 60%;
    margin-top: 60px;
}

#references .wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1em;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1;
    position: relative;
}

#references .wrapper figure {
    width: 55%;
    z-index: 1;
    position: relative;
}

#references .wrapper figcaption {
    padding: 0.5em 1em;
    font-weight: bold;
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 10;
    background-color: #fff;
}

#references .wrapper:nth-child(even) figcaption {
    left: auto;
    right: 1em;
}

#references .wrapper .content h5,
#references .wrapper .content h2,
#references .wrapper .content p {
    color: #fff;
}

#references .wrapper .content p {
    font-size: 0.9em;
}

#references .wrapper .content {
    width: 50%;
    z-index: 2;
    text-align: left;
    padding: 50px 5%;
    position: relative;
    margin: 5% 0 0 -10%;
    background-color: #272E3D;
}

#references .wrapper:nth-child(even) .content {
    margin: 5% -10% 0 0;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.partner img {
    width: auto;
    max-width: 100%;
    max-height: 80px;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

#fff {
    background: #fff;
    text-align: center;
}

#fff .sec {
    padding: 0 1em;
    margin: 1em 0;
    text-align: left;
    display: inline-block;
}

#fff .sec > strong {
    display: block;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 5px;
}

#fff .sec span {
    display: inline-block;
    float: left;
}

#fff svg {
    fill: #ddd;
    margin: 10px 5px;
    display: inline-block;
    vertical-align: middle;
    width: 1.25em;
    height: 1.25em;
}

#filter-form label {
    color: #ddd;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0em;
    font-size: 0.8em;
    outline: none;
    padding: 0 1em 0 0.5em;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#filter-form span {
    margin-right: 5px;
    margin-bottom: 5px;
}

#filters-container-wrapper{
    display: flex;
    flex-flow: column-reverse;
}

#fff input[type="checkbox"] {
    display: none;
}

#fff input[type="checkbox"]:checked + label svg {
    fill: #DA2128;
}

#fff input[type="checkbox"] + label svg{
    fill: #444;
}
#fff input[type="checkbox"] + label{
    color: #444;
    border-color: #444;
}

#fff input[type="checkbox"]:checked + label {
    color: #DA2128;
    border-color: #DA2128;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.bigger figure {
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.bigger img {
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.bigger:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.pattern {
    background-image: url(../pic/pattern.png);
    background-repeat: repeat;
    background-size: auto;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.faqanchor {
    margin: 0.5em;
    font-size: 14px;
    padding: 10px 1em;
    border-radius: 2px;
    border: 1px solid #ddd;
    display: inline-block;
}

.faqanchor:hover {
    border-color: #999;
}

#faqs h3 {
    line-height: 1.2;
    font-size: 1.3em;
}

#faqs h3:after {
    content: "";
    display: block;
    font-size: 1.25em;
    margin: 0.5em 0 1em 0;
    width: 80px;
    height: 5px;
    background-color: #DA2128;
}

#faqs .bg-white {
    padding-left: 3em;
    padding-right: 3em;
}

@media (min-width: 768px) {
    .faq {
        padding-left: 2em;
    }

    #faqs h3 {
        text-align: right;
        font-size: 1.5em;
        margin-bottom: 2em;
        top: 1em;
        position: relative;
        position: -webkit-sticky;
        position: sticky;
    }

    #faqs h3:after {
        margin-left: calc(100% - 80px);
    }
}

#faqs h4 {
    line-height: 1.4;
    font-size: 1.25em;
    margin-bottom: 0.5em;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.college {
    height: 100%;
    padding: 2em;
    border-top: 5px solid #DA2128;
}

.college a {
    display: block;
    font-weight: bold;
    margin-bottom: 1em;
}

.college a.last {
    margin-bottom: 0;
}

.college small {
    display: block;
    margin-bottom: 1em;
}

.college a:hover {
    text-decoration: underline;
}

.college a > svg {
    margin: 0 9px 0 0;
    margin-right: 0.5em;
    width: 1.2em;
    height: 1.2em;
    float: left;
    display: inline-block;
    fill: rgb(102, 102, 102);
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.chooser {
    display: block;
}

.chooser figure {
    width: 70%;
    z-index: 10;
    margin: 0 auto;
    position: relative;
    max-width: 300px !important;
    border: 1em solid #fff;
    border-radius: 100%;
    background-color: #DA2128;
}

.chooser:hover figure {
    border-color: #DA2128;
}

.chooser img {
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.chooser:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.chooser div {
    width: 100%;
    padding: 6em 3em 3em 3em;
    margin-top: -4em;
}

@media (min-width: 1024px) {
}

@media (min-width: 1400px) {
    .chooser figure {
        max-width: 350px !important;
    }
}

@media (max-width: 767px) {
    .chooser {
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: space-between;
    }

    .chooser.one {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .chooser div {
        padding: 2em;
        text-align: center;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 2em !important;
        padding-right: 2em !important;
        padding-top: 5em !important;
        margin-top: -3em !important;
    }

    .chooser figure {
        width: 70%;
        margin: 0 auto;
        max-width: 200px;
        display: block !important;
        float: none !important;
    }
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/***
 *	TINY  
 */

.tiny * + h1,
.tiny * + h2,
.tiny * + h3,
.tiny * + h4,
.tiny * + h5,
.tiny * + h6 {
    margin-top: 1em;
}

.tiny p * {
    font-size: 1em;
    line-height: 1.42857143;
}

.tiny p {
    font-size: 1em;
    line-height: 1.42857143;
}

.tiny p ~ p {
    margin-top: 1em;
}

.tiny p:first-of-type {
    margin-bottom: 1em;
}

.tiny b,
.tiny strong {
    font-weight: bold;
}

.tiny i,
.tiny em {
    font-style: italic;
}

.tiny u {
    text-decoration: underline;
}

.tiny table td,
.tiny table th {
    color: #3e3e3e;
}

.tiny td {
    border: 1px solid #ddd;
    padding: 5px 15px;
}

.tiny tr:nth-child(even) {
    background-color: #eee;
}

.tiny table {
    border: 1px solid #ddd;
    width: 100% !important;
    font-size: 0.8em;
    margin: 1em 0;
}

.tiny a:not {
    text-decoration: underline;
    color: #000;
    font-weight: 700;
}

.tiny ul {
    margin-top: 1em;
    list-style: disc outside;
    line-height: 1.42857143;
    margin-left: 1em;
}

.tiny ol {
    margin-top: 1em;
    list-style: decimal outside;
    line-height: 1.42857143;
    margin-left: 1em;
}

.tiny ul ul,
.tiny ol ol {
    padding-left: 2em;
    margin-bottom: 1em;
}

.tiny ol ul {
    list-style: disc outside;
}

.tiny ol ol {
    list-style: upper-roman outside;
}

.tiny a:hover,
.tiny a:active,
.tiny a:focus {
    color: #111;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

#uno_sheet ol li {
    padding-left: 20px;
    margin-bottom: 10px;
}

#uno_sheet ul li {
    margin-bottom: 10px;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

.no_result {
    display: none;
}

#opinions_new .icons {
    padding: 2em 5%;
}

#opinions_new .icons a.button.red {
    margin-top: 30px;
    float: right;
}

#opinions_new .icons a.button.red:hover {
    color: #fff;
    background: #666;
}


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */

#family_building {
    display: block;
    width: 100%;
}

#family_building .family_building_header {
    display: block;
    width: 100%;
    height: 800px;
    max-height: 100vh;
}

#family_building .family_building_header img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#family_building #references .wrapper:nth-child(even) .content,
#family_building #references .wrapper .content {
    margin-top: 0 !important;
}

.family_building_post_images .image_container {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

.family_building_post_images .image_container img {
    max-width: 100%;
    max-height: 100vh;
}

@media only screen and (min-width: 1200px) {
    #family_building #references .mid-center {
        max-width: 50%;
    }

    #family_building #references:after {
        width: 60%;
        left: 20%;
    }

    #opinions_new .icons {
        width: 70%;
    }
}


/* CONTACT MAP CONTAINER */

.contact_map_container {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    min-height: 483px;
}

.contact_map_container .contact_map_col {
    flex: 0 0 70%;
    max-width: 70%;
    position: relative;
}

.contact_map_container .contact_map_col #contact_map_holder {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.contact_map_container .contact_map_contact_col {
    display: flex;
    flex-flow: column nowrap;
    padding: 20px;
    flex: 0 0 30%;
    max-width: 30%;
    background: #fff;
}

.contact_map_container .contact_map_contact_col .contact_map_contact_box:not(:last-of-type) {
    margin-bottom: 60px;
}

.contact_map_container .contact_map_contact_col .contact_map_contact_box {
    padding-left: 25%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    background: #f2f2f9;
}

.contact_map_container .contact_map_contact_col .contact_map_contact_box::before {
    content: "";
    position: absolute;
    width: 15%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: #2c3e50;
}

.contact_map_container .contact_map_contact_col .contact_map_contact_box.red::before {
    background: #da2129;
}

.contact_map_container .contact_map_contact_col .contact_map_contact_box .contact_pos {
    margin-bottom: 1em;
    display: block;
}

.contact_map_container .contact_map_contact_col .contact_map_contact_box .contact_email,
.contact_map_container .contact_map_contact_col .contact_map_contact_box .contact_tel {
    font-weight: bold;
    margin-bottom: 1em;
    display: block;
}

.contact_map_container .contact_map_contact_col .contact_map_contact_box .contact_tel {
    margin-bottom: 0;
}

.contact_map_container .contact_map_contact_col .contact_map_contact_box .contact_email svg,
.contact_map_container .contact_map_contact_col .contact_map_contact_box .contact_tel svg {
    margin: 0 9px 0 0;
    margin-right: 0.5em;
    width: 1.2em;
    height: 1.2em;
    float: left;
    display: inline-block;
    fill: rgb(102, 102, 102);
}

@media only screen and (max-width: 1919px) {
    .contact_map_container .contact_map_col {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .contact_map_container .contact_map_contact_col {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media only screen and (max-width: 991px) {
    .contact_map_container {
        flex-flow: column wrap;
    }

    .contact_map_container .contact_map_col {
        display: flex;
        width: 100%;
        max-width: 100%;
    }

    .contact_map_container .contact_map_col #contact_map_holder {
        height: 400px;
        position: relative;
    }

    .contact_map_container .contact_map_contact_col {
        display: flex;
        flex-flow: row nowrap;
        width: 100%;
        max-width: 100%;
    }

    .contact_map_container .contact_map_contact_col .contact_map_contact_box {
        padding-left: 25px;
        width: calc(50% - 15px);
    }

    .contact_map_container .contact_map_contact_col .contact_map_contact_box::before {
        width: 15px;
    }

    .contact_map_container .contact_map_contact_col .contact_map_contact_box:not(:last-of-type) {
        margin-bottom: 0;
    }

    .contact_map_container .contact_map_contact_col .contact_map_contact_box:nth-child(odd) {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 574px) {
    .contact_map_container .contact_map_contact_col {
        flex-flow: column wrap;
    }

    .contact_map_container .contact_map_contact_col .contact_map_contact_box {
        padding-left: 25px;
        width: 100%;
    }

    .contact_map_container .contact_map_contact_col .contact_map_contact_box:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .contact_map_container .contact_map_contact_col .contact_map_contact_box:nth-child(odd) {
        margin-right: 0;
    }
}

@media (min-width: 2561px) {
    .contact_map_container .contact_map_contact_col .contact_map_contact_box .contact_email {
        font-size: 19px;
    }
}

@media (max-width: 1280px) {
    .nis-small {
        font-size: 14px;
    }
}


/* CONTACT MAP CONTAINER END */


.net-pagination{
    margin-top: 55px;
}

.net-pagination a:hover, .net-pagination .current{
    color: #DA2128;
}

.net-blog-single{
    padding-right: 20px;
}

.house_box > a {
    display: flex;
    flex-flow: column;
}

.house .wrapper-progress {
    padding: 0 2em;
    padding-bottom: 1.5em;
    margin-top: auto;
}

.progress-bar,
#conception .progressbar-row .progress-bar {
    background-color: #777777;
    margin-top: 10px;
    height: 30px;
    position: relative;
    display: flex;
}

.progress-bar .progress-bar-fill {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress-bar .progress-bar-fill.szerkezetkesz {
    background-color: #a0cc5d;
    width: 50%;
}

.progress-bar .progress-bar-fill.futeskesz {
    background-color: #7aa941;
    width: 30%;
    left: 50%;
}

.progress-bar .progress-bar-fill.kulcsrakesz {
    background-color: #5f7e30;
    width: 20%;
    left: 80%;
}

@media(min-width: 1920px) {
    .progress-bar .label {
        position: absolute;
        top: 0;
        height: 100%;
        width: 50%;
        text-align: center;
        line-height: 29px;
        z-index: 2;
        color: white;
        font-size: 13px;
        font-weight: 500;
    }
}

@media(min-width: 1024px) and (max-width: 1920px) {
    .progress-bar .label {
        position: absolute;
        top: 0;
        height: 100%;
        width: 50%;
        text-align: center;
        line-height: 29px;
        z-index: 2;
        color: white;
        font-size: 9px;
        font-weight: 500;
    }
}

@media(min-width: 1200px) and (max-width: 1300px) {
    .progress-bar .label {
        position: absolute;
        top: 0;
        height: 100%;
        width: 50%;
        text-align: center;
        line-height: 29px;
        z-index: 2;
        color: white;
        font-size: 10px;
        font-weight: 500;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
    .progress-bar .label {
        position: absolute;
        top: 0;
        height: 100%;
        width: 50%;
        text-align: center;
        line-height: 29px;
        z-index: 2;
        color: white;
        font-size: 10px;
        font-weight: 500;
    }
}

@media(min-width: 450px) and (max-width: 768px) {
    .progress-bar .label {
        position: absolute;
        top: 0;
        height: 100%;
        width: 50%;
        text-align: center;
        line-height: 29px;
        z-index: 2;
        color: white;
        font-size: 13px;
        font-weight: 500;
    }
}

@media(max-width: 450px) {
    .progress-bar .label {
        position: absolute;
        top: 0;
        height: 100%;
        width: 50%;
        text-align: center;
        line-height: 29px;
        z-index: 2;
        color: white;
        font-size: 10px;
        font-weight: 500;
    }
}

.progress-bar .label.futeskesz {
    left: 50%;
    width: 30%;
}

.progress-bar .label.kulcsrakesz {
    left: 80%;
    width: 20%;
}

.progress-bar .divider {
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: white;
    z-index: 3;
}

.progress-bar .divider.divider1 {
    left: 50%;
}

.progress-bar .divider.divider2 {
    left: 80%;
}


.custom-icon-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 2em -10px 0;
}

.politics-item {
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
}

.politics-item img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.politics-item {
    width: 50%;
}

@media (min-width: 500px) {
    .politics-item {
        width: 33.3333%;
    }
}

.button.contact-thanks {
    width: 100%;
    text-align: center;
    font-size: 1.04em;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.button.contact-thanks:not(:last-of-type) {
    margin-bottom: 20px;
}

@media only screen and (max-width: 410px) {
    .button.contact-thanks {
        font-size: 1em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1920px) {
    .button.contact-thanks {
        font-size: 0.8em;
    }
}
