/*
Theme Name: Increase Estate
Theme URI: https://www.digitalpartners.ro
Description: Increase Estate Theme
Tags: increase, estate, realestate, portfolio, building, blog, clean, elegant, modern, design
Author: Digital Partners
Author URI: https://www.digitalpartners.ro
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: increase
Domain Path: /languages

CSS changes can be made in files in the /assets/css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

@font-face {
    font-family: 'New Hero';
    font-style: normal;
    font-weight: 300;
    src: local('New Hero'), url('./assets/fonts/Hero_New_Light.woff2') format('woff2');
}

@font-face {
    font-family: 'New Hero';
    font-style: normal;
    font-weight: 400;
    src: local('New Hero'), url('./assets/fonts/Hero_New_Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'New Hero';
    font-style: normal;
    font-weight: 600;
    src: local('New Hero'), url('./assets/fonts/Hero_New_SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'New Hero';
    font-style: normal;
    font-weight: 800;
    src: local('New Hero'), url('./assets/fonts/Hero_New_Bold.woff2') format('woff2');
}

.hidden {
    display: none !important
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media screen and (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    .hidden-xl,
    .hidden-md {
        display: none;
    }
    .show-on-desktop {
        display: block;
    }
    .column-left-in-container {
        padding-left: calc(50vw - 660px);
    }
}

@media screen and (min-width: 1601px) {
    .column-left-in-container .content-general-custom {
        max-width: 600px;
    }
    .column-left-in-container {
        padding-left: calc(50vw - 800px);
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (max-width: 991px) {
    .show-on-mobile {
        display: block;
    }
    .hidden-sm {
        display: none;
    }
    .padding-xs-0 {
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

*:focus {
    outline: none;
}

a {
    color: #141414;
    text-decoration: none;
    position: relative;
}

a:hover {
    color: #2D7FB4;
}

body {
    margin: 0;
    padding: 0;
    font-family: "New Hero", Arial, sans-serif;
    color: #141414;
    font-size: 16px;
}

p {
    font-size: 16px;
}

:focus {
    outline: 0
}

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

body {
    line-height: 26px
}

ol,
ul {
    list-style: none
}

p {
    margin: 0 0 10px;
}

article ul {
    list-style: disc
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

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

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

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

video::-webkit-media-controls {
    display: none !important;
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

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

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

html,
button,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.icon.icon-angle-down {
    display: none
}

.title-general-custom h2 {
    color: #172440;
    font-family: "New Hero";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 0 0 20px
}

.title-general-custom h3 {
    color: #172440;
    font-family: "New Hero";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 20px
}

.counter span,
.counter strong {
    position: relative;
    font-family: "New Hero";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    line-height: 1;
    color: #172440;
    opacity: .7;
}

.title-general-custom h2 strong {
    position: relative;
    font-family: "New Hero";
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    line-height: 1;
    color: #172440;
    opacity: .7;
}

.counter span {
    text-transform: initial !important;
}

.counter span,
.counter strong {
    color: #172440;
    opacity: 1;
}

.title-general-custom h2 strong::after {
    content: '';
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    height: 60%;
    display: block;
    opacity: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.content-general-custom {
    position: relative;
    z-index: 1
}

.content-general-custom ul {
    padding: 0 0 0 20px;
    list-style: disc;
}

.content-general-custom p,
.content-general-custom li,
.content-general-custom {
    color: #171C26;
    font-family: "New Hero";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 33px;
}

.container {
    max-width: 100vw;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
}

@media screen and (min-width:1981px) {
    .container {
        max-width: 1800px;
    }
}

@media screen and (max-width:991px) {
    .counter span,
    .counter strong,
    .title-general-custom h2 strong {
        font-size: 60px;
    }
    .title-general-custom h2 {
        font-size: 40px;
    }
    .title-general-custom h3 {
        font-size: 28px;
    }
}

@media screen and (max-width:767px) {
    .counter span,
    .counter strong,
    .title-general-custom h2 strong {
        font-size: 36px;
    }
    .title-general-custom h2 {
        font-size: 32px;
    }
    .title-general-custom h3 {
        font-size: 26px;
    }
}

@media screen and (max-width:360px) {
    .counter strong,
    .counter span,
    .title-general-custom h2 strong {
        font-size: 34px;
    }
}

@media screen and (max-width:340px) {
    .counter strong,
    .counter span,
    .title-general-custom h2 strong {
        font-size: 34px;
    }
    .title-general-custom h2 {
        font-size: 30px;
    }
    .title-general-custom h3 {
        font-size: 24px;
    }
}

@media screen and (max-width:1600px) {
    .container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width:350px) {
    .counter span,
    .counter strong,
    .title-general-custom h2 strong {
        font-size: 28px;
    }
    .title-general-custom h2 {
        font-size: 24px;
    }
    .title-general-custom h3 {
        font-size: 22px;
    }
}

.wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: -50px;
}

.wpcf7 .wpcf7-not-valid-tip,
#form-style .form-group-custom .wpcf7-not-valid-tip {
    position: absolute;
    min-width: 300px;
}

.wpcf7 .acceptance-class p,
#form-style .form-group-custom .acceptance-class p {
    float: left;
    color: #5C5F66;
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
}

.page-id-3963 .wpcf7 .acceptance-class p a,
.page-id-3963 .wpcf7 .acceptance-class p,
.page-id-4365 .wpcf7 .acceptance-class p a,
.page-id-4365 .wpcf7 .acceptance-class p {
    color: #fff !important
}

.wpcf7 .acceptance-class div,
#form-style .form-group-custom .acceptance-class div {
    padding-left: 20px;
}

.wpcf7 .wpcf7-not-valid-tip,
.acceptance-class .wpcf7-not-valid-tip {
    margin: 0;
    position: absolute;
    min-width: 300px;
    top: -20px;
}

.wpcf7 .wpcf7-list-item-label,
.acceptance-class .wpcf7-list-item-label {
    display: none;
}

.single-custom-page-builder ul {
    padding-left: 20px;
    list-style: disc;
}

.text-primary {
    color: #EF4B23 !important;
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
    background: #EF4B23 !important
}

@media screen and (max-width:1300px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width:991px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Header */

header .row-center {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    flex-wrap: nowrap;
}

#custom-header {
    padding: 0;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

#media_image-2 {
    filter: brightness(0) invert(1);
}

#custom-header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

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

@media screen and (max-width:767px) {
    .header-logo img {
        max-width: 90px;
    }
}

.nav-header-menu a {
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #171C26;
}

.nav-header-menu .current_page_item a {
    color: #EF4B23;
}

.nav-header-menu a:focus,
.nav-header-menu a:hover {
    text-decoration: none;
}

#custom-header:not(.sticky) .nav-header-menu #top-menu>li:not(.telefon-custom)>a {
    color: #fff;
}

#custom-header:not(.sticky) .nav-header-menu #top-menu>li>a:hover {
    color: #EF4B23;
}

#custom-header.sticky .nav-header-menu #top-menu>li>a:hover {
    color: #EF4B23;
}

.nav-header-menu ul {
    padding: 0;
    margin: 0;
}

.nav-header-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 335px;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

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

@media screen and (min-width:992px) {
    .nav-header-menu .menu-item-has-children:hover .sub-menu {
        display: block;
    }
}

.nav-header-menu .menu-item-has-children .sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    padding: 0 20px;
}

.nav-header-menu .menu-item-has-children>a::after {
    content: '';
    background: url('./assets/images/angle-menu.svg') center center no-repeat;
    transform: rotate(180deg);
    background-size: cover;
    position: absolute;
    right: -18px;
    width: 18px;
    height: 18px;
    display: block;
    top: 0;
}

.nav-header-menu .menu-item-has-children:hover>a::after {
    transform: rotate(0deg);
}

.sticky .nav-header-menu .menu-item-has-children>a::after {
    filter: invert(93%) sepia(8%) saturate(3838%) hue-rotate(183deg) brightness(97%) contrast(98%);
}

.nav-header-menu .menu-item-has-children .sub-menu a {
    color: #172440;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 0px;
    transition: .5s all;
    text-transform: inherit;
}

.nav-header-menu .menu-item-has-children .sub-menu a:hover {
    padding-left: 5px;
    transition: .5s all;
}

.nav-header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-header-menu .menu-item-has-children:hover .sub-menu a span {
    color: #172440;
    font-family: "New Hero";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    min-width: 126px;
    text-align: center;
    background: #F6F9FC;
    padding: 6px 12px;
}

.nav-header-menu .menu-item-has-children .sub-menu #menu-item-358 a span,
.nav-header-menu .menu-item-has-children .sub-menu #menu-item-361 a span {
    color: #3D7EC1;
}

div .telefon-custom a {
    background: #EF4B23;
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 15px 40px;
    position: relative;
    color: #fff;
    display: flex;
    overflow: hidden;
    border: 1px solid #EF4B23
}

div .telefon-custom a:hover {
    text-decoration: none;
}

header div .telefon-custom a:hover {
    background: #fff;
    color: #EF4B23;
}

header div .telefon-custom a {
    border: 1px solid #EF4B23 !important;
}

.form-group-custom .row {
    margin: 0
}

.section-contact div .telefon-custom a {
    letter-spacing: 1px;
    padding: 15px 47px;
}

.section-contact div .telefon-custom a:hover {
    background: #fff;
    color: #EF4B23;
}

.telefon-custom {
    position: relative;
    overflow: hidden;
    padding: 0;
    display: inline-block;
}

#custom-header .telefon-custom {
    margin-left: 15px;
}

@media screen and (max-width:991px) {
    header div.telefon-custom::after,
    header div.telefon-custom a {
        font-size: 10px;
    }
    header div.telefon-custom a {
        padding: 10px 32px;
    }
    header#custom-header div.telefon-custom {
        margin: 0 10px 0 0;
    }
    #custom-header {
        padding: 15px 0;
        min-height: 74px;
    }
}

@media screen and (max-width:361px) {
    header div.telefon-custom::after,
    header div.telefon-custom a {
        font-size: 10px;
    }
    header div.telefon-custom a {
        padding: 5px 25px;
    }
    header#custom-header div.telefon-custom {
        margin: 0 10px 0 0;
    }
}

footer .telefon-custom {
    margin: 0;
    display: inline-block;
    line-height: 10px !important;
}

.telefon-custom.active-phone::after {
    display: none;
}

.telefon-custom::after {
    content: '031... VEZI NUMĂRUL';
    position: absolute;
    color: #fff;
    right: 0;
    width: 100%;
    height: 100%;
    transition: top .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 10;
    background: #EF4B23;
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer
}

@media screen and (min-width:992px) {
    .nav-header-menu ul {
        display: flex;
        align-items: center;
    }
    .nav-header-menu ul>li {
        padding: 0 10px;
        line-height: 100px;
    }
    .nav-header-menu .menu-item-has-children {
        padding-right: 30px;
    }
    #custom-header .telefon-custom {
        padding: 0;
    }
    .current-menu-item {
        border-bottom: 1px solid #FFF;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 100%);
    }
    .nav-header-menu ul>li:last-child {
        padding-right: 0;
    }
}

@media screen and (max-width:1425px) and (min-width: 1330px) {
    .nav-header-menu ul>li {
        padding: 0 10px
    }
    .nav-header-menu .menu-item-has-children {
        padding-right: 20px;
    }
}

@media screen and (max-width:1329px) and (min-width: 1050px) {
    #custom-header .telefon-custom::after,
    #custom-header .telefon-custom * {
        font-size: 12px;
    }
    .nav-header-menu ul>li {
        padding: 0 5px;
    }
    .nav-header-menu ul>li a {
        font-size: 13px;
    }
    .nav-header-menu .menu-item-has-children {
        padding-right: 10px;
    }
    .nav-header-menu .menu-item-has-children>a::after {
        right: -15px;
    }
    #custom-header div .telefon-custom a {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width:1049px) and (min-width: 992px) {
    .nav-header-menu ul>li {
        padding: 0 5px;
    }
    .nav-header-menu ul>li a {
        font-size: 11px;
    }
    .nav-header-menu .menu-item-has-children {
        padding-right: 10px;
    }
    #custom-header .telefon-custom::after,
    #custom-header .telefon-custom * {
        font-size: 12px;
    }
    .nav-header-menu .menu-item-has-children>a::after {
        right: -15px;
    }
    #custom-header div .telefon-custom a {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.section-hero-apartments {
    margin-top: 102px
}

/* Responsive Menu Button */

@media screen and (max-width:991px) {
    .section-hero-apartments {
        margin-top: 74px;
    }
    .nav-header-menu .sub-menu {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        min-width: calc(100vw - 60px);
        box-shadow: none;
    }
    .nav-header-menu .menu-item-has-children>a::after {
        filter: invert(93%) sepia(8%) saturate(3838%) hue-rotate(183deg) brightness(97%) contrast(98%);
        position: relative;
        right: auto;
    }
    .nav-header-menu .menu-item-has-children>a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-trigger {
        display: inline-block;
        cursor: pointer;
    }
    body.menu-active {
        overflow: hidden;
    }
    body:not(.menu-active) #custom-header:not(.sticky) .mobile-trigger {
        /* filter: brightness(0) invert(1); */
    }
    body.menu-active .header-logo {
        /* z-index: 100000000; */
        position: relative;
        filter: none;
    }
    header li.telefon {
        display: none;
    }
    .header-phone-custom {
        margin: 0 15px;
    }
    .right-part-header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .icon-trigger {
        position: relative;
        right: 0;
        top: calc( 50% - 15px);
        z-index: 101;
        margin: 0;
        padding: 0;
        background: transparent;
        border: 0;
        float: right;
        z-index: 9999999999;
        outline: none !important
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 35px;
        height: 2px;
        background-color: #000;
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-10px, 6px);
        background-color: #000;
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-5px, -1px);
        background-color: #000;
    }
    .nav-header-menu ul li a {
        padding: 15px 0;
        display: block;
        font-size: 22px;
        line-height: 30px;
        color: #000 !important;
        text-align: center;
    }
    .nav-header-menu ul li.telefon a {
        color: #fff !important;
    }
    .nav-header-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background: #fff;
        z-index: 100;
        justify-content: center;
        align-items: center;
        padding: 30px;
        z-index: 99999999;
        width: 100%;
        overflow-y: scroll;
    }
    .menu-active .nav-header-menu {
        display: flex;
        align-items: flex-start;
        padding-top: 125px;
    }
    .menu-active #custom-header .header-logo {
        filter: none !important;
        z-index: 999999999
    }
    .nav-header-menu .menu-item-has-children .sub-menu,
    .nav-header-menu .menu-item-has-children .sub-menu a {
        padding: 0;
        font-size: 18px;
    }
}

.back-bottom a img {
    margin-right: 5px;
    transform: translateX(0);
    transition: .3s all;
}

.back-bottom a {
    color: #FFF;
    font-family: "New Hero";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.back-bottom a:hover {
    text-decoration: none
}

.back-bottom a:hover img {
    transform: translateX(-5px);
    transition: .3s all;
}

.back-bottom {
    color: #FFF !important;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    position: absolute;
    top: -100px;
}

/* Top Footer*/

.section-contact {
    padding: 0 0 40px;
    overflow: hidden;
}

.section-contact .content-general-custom {
    max-width: 620px;
}

.section-contact .content-general-custom a[href^="mailto:"]::before {
    display: none !important;
}

.download-btn:focus,
.download-btn:hover {
    color: transparent;
    border: 0;
}

/* Footer */

.site-footer {
    display: flex;
    padding: 80px 0 30px;
    background: linear-gradient(257deg, #172440 0%, #254068 100%), #17233F;
    color: #fff;
    flex-direction: column;
}

.site-footer ul {
    margin: 0;
    padding: 0;
}

.nf-error .nf-error-msg {
    position: absolute;
    color: #EF4B23;
    opacity: 1;
    font-size: 12px;
    line-height: 1;
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout {
    background: transparent !important
}

@media screen and (max-width:991px) {
    .mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout {
        padding: 0 !important
    }
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout #mkt-embedded-form-privacy-policy-input-label * {
    background: transparent !important;
    font-family: "New Hero";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
    color: #fff !important;
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout .mkt-embedded-form-powered-by {
    display: none !important
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout #mkt-embedded-form-privacy-policy-input-label a {
    text-decoration: underline !important;
}

@media screen and (min-width:992px) {
    .mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout .mkt-embedded-form-single-bar-inputs-container {
        padding-right: 0 !important;
    }
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout #mkt-embedded-form-subscriber-email-input {
    font-family: "New Hero" !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 30px !important;
    padding: 10px !important;
    border: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
}

@media screen and (min-width:992px) {
    .form-brosura-custom .mkt-embedded-form-privacy-policy {
        min-width: 390px;
        min-height: 65px;
    }
    .form-brosura-custom .mkt-embedded-form-privacy-policy-input-wrap {
        position: absolute;
        width: 100%;
        max-width: 550px;
    }
    .form-brosura-custom .mkt-embedded-form-privacy-policy-input-wrap #mkt-embedded-form-subscriber-privacy-policy {
        top: 2px
    }
}

.form-brosura-custom .mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout #mkt-embedded-form-subscriber-email-input {
    line-height: 28px !important;
    border: 1px solid #172440 !important;
}

.form-brosura-custom .mkt-embedded-form-single-bar-inputs-container,
.form-brosura-custom .mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout {
    padding: 0 !important;
}

.form-brosura-custom .mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout #mkt-embedded-form-privacy-policy-input-label * {
    color: #172440 !important
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-acceptance label .wpcf7-list-item-label {
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 10px;
    position: relative;
}

.wpcf7-acceptance label .wpcf7-list-item-label a {
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #fff;
}

.wpcf7-acceptance label .wpcf7-list-item-label a:hover {
    color: #EF4B23 !important;
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout button {
    font-family: "New Hero";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 20px !important;
    background: #EF4B23;
    color: #fff;
    transition: .25s all;
    height: auto;
    border: 1px solid #EF4B23;
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout button:hover {
    background: #fff;
    color: #EF4B23;
    opacity: 1;
    transition: .25s all;
}

.acceptance-class input:checked .wpcf7-list-item-label {
    position: relative;
}

.acceptance-class input:checked+.wpcf7-list-item-label:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #EF4B23 !important;
    display: block;
    position: absolute;
    left: -10px;
    top: 4px;
    z-index: 1;
}

.acceptance-class input:checked+.wpcf7-list-item-label::after {
    border-color: #EF4B23 !important;
    background: #fff;
    border: 1px solid #EF4B23;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 1px;
    bottom: auto;
}

.right-column-newsletter .acceptance-class a {
    color: #fff;
    text-decoration: underline;
}

.right-column-newsletter .gdpr-1 {
    margin-top: 10px;
}

.right-column-newsletter .acceptance-class .wpcf7-not-valid-tip {
    margin: 0;
    top: -20px
}

.email-newsletter .wpcf7-not-valid-tip {
    position: absolute;
    bottom: calc(100% + 15px);
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    display: none;
}

.acceptance-class {
    display: inline-block;
    width: 100%;
}

.nf-error.field-wrap .nf-field-element:after,
.ninja-forms-req-symbol,
.nf-form-fields-required {
    display: none;
}

.left-column-newsletter h3 {
    font-family: "New Hero";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 20px;
    max-width: 750px;
}

.left-column-newsletter p {
    font-family: "New Hero";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    max-width: 620px;
}

#text-4 a[target="_blank"]:hover {
    text-decoration: none;
    opacity: .8;
}

@media screen and (max-width:1441px) {
    .left-column-newsletter h3 {
        max-width: 600px;
    }
}

@media screen and (min-width:992px) {
    .top-footer .col-md-3 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        min-height: 380px;
    }
    #text-5 .widget-title {
        margin: 0 0 10px;
        color: #98A3B2;
        font-family: "New Hero";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0.8px;
        text-transform: uppercase;
    }
}

@media screen and (max-width:991px) {
    .left-column-newsletter h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .left-column-newsletter p {
        font-size: 16px;
        line-height: 26px;
    }
}

.right-column-newsletter form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.right-column-newsletter .acceptance-class>p {
    float: left;
}

.right-column-newsletter .acceptance-class div {
    float: left;
    width: calc(100% - 30px);
    padding-left: 10px;
}

.trimite-newsletter {
    order: 2;
}

@media screen and (min-width:992px) {
    .right-column-newsletter {
        max-width: 705px;
        float: right;
    }
    .right-column-newsletter form {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        position: relative;
    }
    .email-newsletter {
        width: 77%;
        float: left;
        order: 1;
    }
    .trimite-newsletter {
        width: 23%;
        float: left;
        position: absolute;
        right: 0;
        top: -1px;
    }
    .gdpr-1 {
        /* order: 3; */
    }
    .gdpr-2 {
        /* order: 4; */
    }
}

.top-footer {
    margin: 0;
}

.top-footer .container .row {
    padding-left: 30px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
    margin-top: 60px;
    margin-bottom: 0;
    padding-right: 30px;
}

.top-footer .container .row::before {
    background: url(./assets/images/hero-footer.jpg?v=1) center center no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: inline-block;
    opacity: 1;
}

.top-footer .container .row .col-xs-12 {
    position: relative;
    z-index: 1;
}

.copyright-section * {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.copyright-section {
    padding: 15px 0 0;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    /* 187.5% */
    letter-spacing: 0.8px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-section ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.toggle-gdpr.cli_settings_button,
.copyright-section ul li a {
    color: #fff !important;
    margin: 0;
    margin-left: 30px;
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.8px;
    display: flex;
}

.copyright-section ul li a:hover {
    text-decoration: none
}

@media screen and (max-width:991px) {
    .site-footer {
        padding: 40px 0 20px;
    }
    .copyright-section,
    .copyright-section ul {
        flex-direction: column;
    }
    #text-7 {
        order: 1
    }
    #text-6 {
        order: 2;
        text-align: center;
        margin: 0;
    }
    #media_image-2 {
        margin: 0 auto 20px !important;
    }
    #media_image-3 {
        margin: 0 auto 20px !important;
        max-width: 150px !important;
    }
    #media_image-4 {
        margin: 0 auto 20px;
        max-width: 150px !important;
    }
}

.d-flex {
    display: flex;
}

.d-flex a {
    margin-right: 30px;
    text-decoration: none;
    transition: .25s all;
}

.d-flex a:hover {
    opacity: .8;
    transition: .25s all;
}

.top-footer img {
    max-width: 100%;
}

.top-footer .widget-title {
    font-family: "New Hero";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

#media_image-4 {
    max-width: 200px;
}

#media_image-2 {
    margin: 0 0 140px;
    max-width: 200px;
}

#media_image-3 {
    margin: 0 0 20px;
    max-width: 200px;
}

.top-footer p a,
.top-footer p {
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    /* 187.5% */
    letter-spacing: 0.8px;
    color: #fff;
}

.top-footer p[style="color:#98A3B2"] {
    font-weight: 500;
}

#media_image-2 img {
    max-height: 66.66px
}

#text-4 p {
    margin-bottom: 20px;
}

#text-3 p {
    margin-bottom: 10px;
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout .mkt-embedded-form-privacy-policy * {
    background: transparent !important;
    font-family: "New Hero";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
    color: #fff !important;
    line-height: 1.3 !important;
}

.top-footer p a[href^="mailto:"] {
    margin: 20px 0;
    display: inline-block;
}

#text-2 li {
    margin-bottom: 20px;
}

a[href^="mailto:"],
.top-footer p a[href="#harta"] {
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}

#text-4 a {
    text-decoration: none;
}

.top-footer a[href^="mailto:"]::before,
#text-4 a::before,
.copyright-section a::before,
.top-footer ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: width .25s ease-in-out;
    -moz-transition: width .25s ease-in-out;
    -o-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}

#text-4 p,
#text-4 p a {
    font-weight: 500;
}

.top-footer ul li a {
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    /* 187.5% */
    letter-spacing: 0.8px;
    color: #fff;
    text-decoration: none;
}

.top-footer a[href="#harta"] img {
    transform: translateX(0px);
    transition: .25s all;
}

.top-footer a[href="#harta"]:hover img {
    transform: translateX(7px);
    transition: .25s all;
}

.top-footer a[href^="mailto:"]:hover:before,
#text-4 a:hover:before,
.copyright-section a:hover:before,
.top-footer ul li a:hover:before {
    width: 100%;
    -webkit-transition: width .25s ease-in-out;
    -moz-transition: width .25s ease-in-out;
    -o-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}

.telefon-custom a.telefon-footer {
    background: #EF4B23;
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 15px 47px !important;
    letter-spacing: 1px;
}

.section-2-contact div .telefon-custom a:hover,
.telefon-custom a.telefon-footer:hover {
    background: #fff;
    color: #EF4B23;
}

footer #text-3 p.telefon-custom {
    margin: 0
}

@media screen and (max-width: 1600px) {
    .copyright-section ul li a,
    .copyright-section * {
        font-size: 14px;
    }
    .copyright-section ul li .toggle-gdpr.cli_settings_button,
    .copyright-section ul li a {
        margin-left: 15px;
    }
}

@media screen and (max-width:991px) {
    .site-footer section {
        margin-bottom: 20px;
    }
    .top-footer {
        margin: 0;
    }
    .top-footer .widget-title {
        margin: 30px 0 15px;
    }
    .top-footer .container .row {
        padding: 40px 0 20px;
        margin-top: 30px;
    }
    #media_image-2 {
        margin: 0 0 20px;
    }
    .telefon-custom a.telefon-footer {
        display: flex;
    }
}

.content-area {
    padding: 40px 0
}

main.single-post {
    padding: 40px 0
}

/* HERO SECTION */

.section-hero {
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}

@media screen and (max-width:991px) {
    .section-hero {
        min-height: 450px;
        padding-top: 100px;
    }
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.3);
    }
}

.section-hero::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center-top !important;
    background-position-x: 50% !important;
    background-position-y: 0% !important;
    -webkit-animation: zoomin 20s infinite;
}

.section-hero::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.30);
    z-index: 1
}

.single-post .section-hero::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1
}

.section-hero .container {
    position: relative;
    z-index: 2;
}

.section-hero h1 {
    color: #FFF;
    font-family: "New Hero";
    font-size: 50px;
    line-height: 1.3;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 20px
}

.section-hero p {
    color: #FFF;
    max-width: 660px;
    font-family: "New Hero";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

@media screen and (max-width:991px) {
    .section-hero h1 {
        font-size: 40px;
        line-height: 1.3;
    }
    .section-hero p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width:767px) {
    .section-hero h1 {
        font-size: 26px;
        line-height: 1.3;
    }
}

@keyframes moveUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.down-btn img {
    animation: moveUpDown 2s infinite;
}

@media screen and (min-width:992px) {
    .single-article {
        padding: 60px 0;
    }
    .down-btn {
        position: absolute;
    }
}

@media screen and (min-width:992px) {
    .down-btn {
        top: 45vh;
    }
}

.down-btn {
    color: #FFF !important;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none !important;
    display: flex;
    align-items: center;
}

.down-btn img {
    margin-right: 20px
}

.down-btn:hover {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width:991px) {
    .down-btn {
        display: none
    }
}

/* Form style */

#form-style .form-group-custom {
    background: #F6F9FC;
    padding: 30px;
}

#form-style .form-group-custom .col-xs-12 {
    margin-bottom: 10px;
}

#form-style .form-group-custom label {
    color: #172440;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 15px;
}

.wpcf7 select,
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
#form-style .form-group-custom select,
#form-style .form-group-custom input[type="email"],
#form-style .form-group-custom input[type="text"] {
    -webkit-appearance: none;
    background: #F6F9FC;
    max-height: 100px;
    width: 100%;
    padding: 10px;
    border: 0;
    color: #5C5F66;
    border-bottom: 1px solid #98A3B2;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

.wpcf7 textarea,
#form-style .form-group-custom textarea {
    background: #F6F9FC;
    max-height: 100px;
    width: 100%;
    padding: 10px;
    border: 0;
    color: #5C5F66;
    border-bottom: 1px solid #98A3B2;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

.wpcf7 *,
#form-style * {
    font-family: "New Hero";
}

.wpcf7 a,
#form-style .form-group-custom a {
    text-decoration: underline;
    color: #172440 !important;
}

.wpcf7 .wpcf7-submit,
#form-style .form-group-custom .wpcf7-submit {
    background: linear-gradient(257deg, #172440 0%, #254068 100%);
    padding: 15px 42px;
    text-align: center;
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #172440;
    transition: .5s all;
}

.wpcf7 .wpcf7-submit:hover,
#form-style .form-group-custom .wpcf7-submit:hover {
    color: #172440;
    background: #fff;
    transition: .5s all;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.fancybox-thumbs__list a:before {
    border-color: #EF4B23 !important
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    width: 100%;
}

.fancybox-navigation .fancybox-button--arrow_right div,
.fancybox-navigation .fancybox-button--arrow_left div {
    display: none;
}

.fancybox-navigation .fancybox-button--arrow_right {
    width: 64px !important;
    height: 64px !important;
    background: url(./assets/images/arrow-right.svg) center center no-repeat;
    background-size: cover !important;
}

.fancybox-navigation .fancybox-button--arrow_left {
    width: 64px !important;
    height: 64px !important;
    background: url(./assets/images/arrow-left.svg) center center no-repeat;
    background-size: cover !important;
}

.fancybox-thumbs {
    z-index: 99995;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
}

.fancybox-thumbs__list {
    margin: 0 auto;
    display: table;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev {
    width: 64px !important;
    height: 64px !important;
    background: url(./assets/images/arrow-left.svg) center center no-repeat;
    background-size: cover !important;
    z-index: 10 !important;
    top: calc(50% - 12px) !important;
    bottom: auto;
    left: 0 !important;
    transform: none;
}

.swiper-button-next {
    width: 64px !important;
    height: 64px !important;
    background: url(./assets/images/arrow-right.svg) center center no-repeat;
    background-size: cover !important;
    z-index: 10 !important;
    top: calc(50% - 12px) !important;
    bottom: auto;
    right: 0 !important;
}

@media screen and (min-width:1600px) {
    #form-style .form-group-custom {
        padding: 100px
    }
}

@media screen and (min-width:992px) {
    #form-style .form-group-custom .wpcf7-submit {
        float: right;
    }
}

@media screen and (max-width:991px) {
    #form-style .form-group-custom {
        padding: 15px 0 10px;
        margin: 0px 0 0;
    }
    #form-style .form-group-custom .col-xs-12 {
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }
}

header .nav-header-menu .menu-item-has-children .sub-menu li.tagline-custom a {
    pointer-events: none;
    cursor: none;
    color: #98A3B2 !important;
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

header .nav-header-menu .menu-item-has-children .sub-menu li.tagline-custom {
    margin-bottom: 0px !important;
}

header ul li.tagline-custom#menu-item-400 {
    margin-top: 20px !important;
}

.ty-cariere a {
    position: relative;
}

.ty-cariere a::after {
    content: '';
    background: #EF4B23;
    width: 28px;
    height: 1.5px;
    position: absolute;
    top: calc(50% - 0.5px);
    right: -35px;
    display: inline-block;
    transition: .25s all;
    opacity: .6
}

.ty-cariere a:before {
    right: 0;
    content: '';
    background: url(./assets/images/arrow-red.svg) center center no-repeat;
    background-size: cover;
    width: 28px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    opacity: 0;
    transform: translateX(0);
    display: block;
    transition: .25s all;
    z-index: -1;
}

.ty-cariere a:hover:after {
    opacity: 0;
    transition: .1s all;
}

.ty-cariere a:hover:before {
    transform: translateX(35px);
    display: block;
    opacity: 1;
    transition: .25s all;
}

.mkt-embedded-form-single-bar-headline-container,
#gdpr2 .wpcf7-list-item-label,
#gdpr .wpcf7-list-item-label {
    display: none !important
}

.mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout .mkt-embedded-form-privacy-policy a {
    text-decoration: underline;
}

.form-brosura-custom .mkt-embedded-form-layout-container.mkt-embedded-form-single-bar-layout .mkt-embedded-form-privacy-policy * {
    color: #172440 !important;
}

.mktr-embedded-form-container input[type="email"] {
    border-radius: 0 !important;
    min-height: 50px !important;
}

.wt-cli-cookie-bar-container[data-banner-version="3.0"] .cli-plugin-button {
    font-size: 14px;
}

@media screen and (min-width:767px) {
    .cli-preference-btn-wrapper {
        flex-wrap: nowrap;
    }
}

.page-template-template-utile .vc_do_btn a,
.page-template-template-utile .vc_do_btn {
    display: inline-block;
    width: 100%;
}

.page-template-template-utile .vc_do_btn a::after {
    content: '';
    background: url(./assets/images/mdi_eye.svg) center center no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
}

.page-template-template-utile .vc_row {
    margin: 0 auto 40px;
    max-width: 1020px;
    display: table;
    width: 100%;
}

.page-template-template-utile .vc_do_btn a {
    margin: 20px 0 0;
    color: #172440 !important;
    font-family: "New Hero" !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    transition: .5s all !important;
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
    padding: 40px 30px;
    background: #fff !important;
    border: 1px solid #ccc !important;
    line-height: 35px;
    padding-right: 75px !important;
}

.page-template-template-utile .vc_do_btn a span {
    transform: translateX(0px);
    transition: .5s all !important;
}

.page-template-template-utile .vc_do_btn a:hover span {
    transform: translateX(10px);
    transition: .5s all !important;
}

.page-template-template-utile .vc_do_btn a:hover {
    text-decoration: none;
}

.single-template-page {
    padding: 40px 0;
}

@media screen and (min-width:1600px) {
    .single-template-page {
        padding: 100px 0;
    }
}

.single-post .section-hero h1 {
    max-width: 1000px;
}

.single-template-page ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
}

.single-template-page ol {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
}

.single-template-page h2 {
    color: #172440;
    font-family: "New Hero";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

a.disable-click {
    pointer-events: none !important
}

@media screen and (max-width:767px) {
    .single-template-page h1 {
        font-size: 30px;
    }
    .single-template-page h2 {
        font-size: 26px;
    }
    .table-custom {
        max-width: 100vw;
        overflow-x: scroll;
    }
}

.single-template-page h3 {
    color: #172440;
    font-family: "New Hero";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.single-template-page li {
    margin-bottom: 10px;
}

.single-template-page table {
    border-collapse: collapse;
    width: 100%;
}

.single-template-page td,
.single-template-page th {
    border: 1px solid #172440;
    text-align: left;
    padding: 8px;
}

.single-template-page tr:nth-child(even) {
    background-color: #ddd;
}

.single-template-page li,
.single-template-page p {
    color: #171C26;
    font-family: "New Hero";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

.single-template-page a {
    color: #171C26;
    font-family: "New Hero";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-decoration: underline;
    word-break: break-word;
}

.increase-im-info.bg-light,
.dropdown-item.active,
.dropdown-item:active,
.increase-im-info.bg-light {
    background: #EF4B23 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f0f0f0 !important;
}

.increase-im-info {
    color: #fff !important
}

.alege-etaj .dropdown,
.alege-etaj .dropdown-menu {
    z-index: 999999999;
}

.archive .content-general-custom {
    position: relative;
    z-index: 10;
}

button.mkt-embedded-form-subscribe-button {
    border: 0 !important;
    border-radius: 0 !important;
}

.col-md-12 .wpcf7-not-valid-tip {
    display: none !important
}

.top-content-rooms {
    padding-top: 0;
    padding-bottom: 0;
}

.wpcf7 form .wpcf7-response-output {
    position: relative;
    bottom: 0;
    width: auto;
    max-width: max-content;
}

.wpcf7-form-control-wrap.recaptcha {
    margin-top: 10px !important
}

.increase-imagemap .increase-imagemap-shape {
    stroke: #EF4B23 !important;
    fill: #EF4B23 !important;
}

.pret-custom.subtitle-small-general-custom {
    color: #fff;
    font-family: 'New Hero';
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
}

.cta-small-general-custom a {
    background: #fff;
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 15px 40px;
    position: relative;
    color: #171C26;
    display: inline-block;
    overflow: hidden;
}

.increase-imagemap {
    position: relative;
}

.increase-imagemap::before {
    content: '';
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    border: 2px solid #fff;
}

#contacteaza {
    position: relative;
    top: -100px;
    width: 100%;
    display: inline-block;
}

.navig {
    margin: 20px 0;
}

.navig a {
    margin-right: 15px;
}

.btnnav {
    display: flex;
    align-items: center;
}

.btnnav,
.navig {
    flex-direction: column !important;
    align-items: flex-start !important;
}

.navig div {
    display: flex !important;
    align-items: center;
    margin: 0 0 15px !important;
}

.navig div p {
    font-weight: 500;
    flex-direction: row !important;
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
}

#contacteaza {
    position: relative;
    top: -100px;
    width: 100%;
    display: inline-block;
}

.sticky-contact-area {
    display: none
}

.tur_virtual {
    color: #EF4B23;
}

.tur_virtual a:hover,
.tur_virtual a {
    color: #fff;
    background: #EF4B23;
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    margin-left: 10px;
    padding: 9px 20px;
}

@media screen and (max-width: 991px) {
    .sticky-contact-area a {
        color: #fff;
        text-align: center;
        font-size: 14px;
        text-decoration: none
    }
    .sticky-contact-area .col-md-6:first-child {
        border-right: 1px solid #fff;
    }
    .sticky-contact-area {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #EF4B23;
        padding: 10px 0;
        z-index: 99;
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
        text-align: center;
    }
    .cta_hero {
        margin-top: 25px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .cta_hero a {
        margin-top: 15px;
    }
    .cta_hero #btn_solicita_oferta,
    .cta_hero .vezi_apartamente {
        display: none !important;
    }
}

.cta_hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 389px) {
    .cta_hero a {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 13px !important;
    }
    .sticky-contact-area a {
        font-size: 13px;
    }
}