@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: fallback;
    src: url(../fonts/Montserrat-ExtraLight.woff2) format('woff2'), url(../fonts/Montserrat-ExtraLight.woff) format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(../fonts/Montserrat-Light.woff2) format('woff2'), url(../fonts/Montserrat-Light.woff) format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal; /*400*/
    font-display: fallback;
    src: url(../fonts/Montserrat-Regular.woff2) format('woff2'), url(../fonts/Montserrat-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(../fonts/Montserrat-Bold.woff2) format('woff2'), url(../fonts/Montserrat-Bold.woff) format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: fallback;
    src: url(../fonts/Montserrat-ExtraBold.woff2) format('woff2'), url(../fonts/Montserrat-ExtraBold.woff) format('woff');
}

body {
    color: #4d4d4f;
    background: #fff;
    font-family: Montserrat, "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6em;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    /*overflow-anchor: none;*/
}
@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

a{
    color: #48478d;
    text-decoration: none;
    transition: color 0.3s ease;
}
a:hover, a:focus{
    color: #75ad94;
    text-decoration: none;
}

.inline-block{
    display: inline-block;
}

/** BUTTON **/
.btn {
    padding: 10px 30px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 21px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none
}
.btn:active,.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none
}
@media (max-width: 991px){
    .btn {
        font-size: 12px;
        line-height: 20px;
    }
}
@media (max-width: 767px){
    .btn {
        padding: 8px 25px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.05em;
        text-transform: none;
    }
}
.btn-primary {
    color: #000;
    background: none;
    border-color: #000
}

.btn-primary:focus,.btn-primary.focus {
    color: #ffffff;
    background-color: #1a1614;
    border-color: #1a1614
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #1a1614;
    border-color: #1a1614
}

.btn-primary:active,.btn-primary.active {
    color: #ffffff;
    background-color: #1a1614;
    border-color: #1a1614
}

.btn-primary:active:hover,.btn-primary.active:hover,.btn-primary:active:focus,.btn-primary.active:focus,.btn-primary:active.focus,.btn-primary.active.focus {
    color: #ffffff;
    background-color: #1a1614;
    border-color: #1a1614
}

.btn-primary.disabled:hover,.btn-primary[disabled]:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus {
    background-color: #1a1614;
    border-color: #1a1614
}
/** BUTTON END **/

/** WRAP **/
#wrap{
    position: relative;
    padding-top: 90px;
    overflow: hidden;
}
@media (min-height: 900px) {
    #wrap {
        display:flex;
        flex-direction: column;
        justify-content: center
    }
}
@media (max-width: 991px) {
    #header,
    #wrap,
    #footer{
        min-width: 750px;
    }
}

/** HEADER **/
#header{
    background: none;
    margin: 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
#header:before,
#header:after{
    content: " ";
    display: table;
    clear: both;
}
#header .left-logo {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    font-weight: normal;
    float: left;
    margin-left: 50px;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 4;
    padding: 0px 0px 0px;
}
#header .left-logo > img {
    height: 130px
}

#header .center-logo {
    display: inline-block;
    margin: 0px;
    padding: 10px 0px 10px;
    font-size: 0px;
    line-height: 0px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 4;
    transform: translateX(-50%);
}
#header .center-logo > img {
    height: 70px
}
@media (max-width: 991px){
    #header .left-logo {
        margin-left: 15px;
    }
    #header .left-logo > img {
        height: 100px
    }
}
@media (max-width: 767px){
    #header .left-logo{
        top: 15px;
    }
    #header .left-logo > img {
        height: 80px;
    }
}

#header .mail-box{
    position: absolute;
    top: 35px;
    right: 250px;
    z-index: 3;
    color: #48478d;
    color: #75ad94;
    font-size: 18px;
    line-height: 20px;
}
@media (max-width: 991px){
    #header .mail-box{
        right: 200px;
        font-size: 18px;
        line-height: 20px;
    }
}
@media (max-width: 767px){
    #header .mail-box{
        right: 150px;
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 480px){
    #header .mail-box{
    }
}

#header .parts-container {
    float: right;
    margin-right: 50px;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    z-index: 4;
}
#header .parts-container .lang-box {
    float: left;
    margin: 0px;
    position: relative
}
#header .parts-container .lang-box a {
    display: inline-block;
}
#header .parts-container .lang-box a:not(:first-child){
    margin-left: 20px;
}
#header .parts-container .lang-box .txt-box {
    display: inline-block;
    width: 40px;
    padding: 10px 0px;
    text-decoration: none;
    color: #9d9fa2;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    float: left;
    text-align: center;
    transition: color 0.3s ease;
}
#header .parts-container .lang-box a.active .txt-box,
#header .parts-container .lang-box a:hover .txt-box,
#header .parts-container .lang-box a:focus .txt-box {
    text-decoration: none;
    color: #000000;
}
#header .parts-container .lang-box .img-box{
    display: inline-block;
    padding: 0px 0px;
    font-size: 0;
    line-height: 0;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}
#header .parts-container .lang-box .img-box img{
    height: 40px;
}
#header .parts-container .lang-box a.active .img-box,
#header .parts-container .lang-box a:hover .img-box,
#header .parts-container .lang-box a:focus .img-box{
    opacity: 1;
}
@media (max-width: 991px){
    #header .parts-container {
        margin-right: 15px;
    }
}
@media (max-width: 767px){
}
/** HEADER END **/

/** CONTENT **/
.decor-box{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 50%;
    height: 50%;
    background-image: url(../../modules/balaton/img/decor-bg-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom 50px right 0px;
    opacity: 0.1;
}
.intro-box{
    position: absolute;
    top: 220px;
    left: 65px;
    z-index: 2;
    width: 40%;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6em;
}
.intro-box p{
    margin: 0 0 20px;
}
@media (max-width: 991px){
    .intro-box{
        top: 200px;
        left: 15px;
        width: 50%;
        font-size: 16px;
        line-height: 1.6em;
    }
}
@media (max-width: 767px){
    .intro-box{
        top: 160px;
        width: 50%;
        font-size: 14px;
        line-height: 1.4em;
    }
}

.balaton-box{
    display: block;
    position: relative;
    margin: 10px 30px 40px;
    padding: 20px 0px 20px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
@media (min-width: 1200px) {
    .balaton-box{
        margin-left: auto;
        margin-right: auto;
        width: 1140px;
        transition: all 0.3s ease;
    }
    .balaton-box.move{
        transform: translateX(500px);
        /*
        width: 50%;
        transform: translateX(50%);*/
    }
}
@media (min-width: 1440px) {
    .balaton-box{
        width: 1150px;
        width: 1380px;
    }
}
@media (max-width: 991px) {
    .balaton-box{
    }
}
.balaton-box img{
    width: 100%;
    pointer-events: none;
}
.balaton-box .settlement{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    transform-origin: center;
}
.balaton-box .settlement.k1{
    width: 20px;
    height: 20px;
}
.balaton-box .settlement.k2{
    width: 18px;
    height: 18px;
}
.balaton-box .settlement.k3{
    width: 16px;
    height: 16px;
}
.balaton-box .settlement.k4{
    width: 14px;
    height: 14px;
}
.balaton-box .settlement .slider-carousel-open3{
    cursor: pointer;
    display: inline-block;
}
.balaton-box .settlement a{
    color: #48478d;
    text-decoration: none;
}
.balaton-box .settlement a:hover, .balaton-box .settlement a:focus{
    color: #75ad94;
    text-decoration: none;
}
.balaton-box .settlement .dot{
    display: inline-block;
    background: #48478d;
}
.balaton-box .settlement.k1 .dot{
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
.balaton-box .settlement.k2 .dot{
    width: 18px;
    height: 18px;
    border-radius: 9px;
}
.balaton-box .settlement.k3 .dot{
    width: 16px;
    height: 16px;
    border-radius: 8px;
}
.balaton-box .settlement.k4 .dot{
    width: 14px;
    height: 14px;
    border-radius: 7px;
}
.balaton-box .settlement .txt{
    display: inline-block;
    position: absolute;
}
.balaton-box .settlement .txt span{
    display: inline-block;
    background: #fff;
    padding: 0 5px;
    white-space: nowrap;
}
.balaton-box .settlement.k1 .txt{
    font-size: 18px;
    line-height: 20px;
    height: 20px;
}
.balaton-box .settlement.k2 .txt{
    font-size: 14px;
    line-height: 18px;
    height: 18px;
}
.balaton-box .settlement.k3 .txt{
    font-size: 12px;
    line-height: 16px;
    height: 16px;
}
.balaton-box .settlement.k4 .txt{
    font-size: 10px;
    line-height: 14px;
    height: 14px;
}
.balaton-box .settlement.left .txt{
    top: 0;
}
.balaton-box .settlement.k1.left .txt{
    right: 20px;
}
.balaton-box .settlement.k2.left .txt{
    right: 18px;
}
.balaton-box .settlement.k3.left .txt{
    right: 16px;
}
.balaton-box .settlement.k4.left .txt{
    right: 14px;
}
.balaton-box .settlement.left .txt span{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.balaton-box .settlement.right .txt{
    top: 0;
}
.balaton-box .settlement.k1.right .txt{
    left: 20px;
}
.balaton-box .settlement.k2.right .txt{
    left: 18px;
}
.balaton-box .settlement.k3.right .txt{
    left: 16px;
}
.balaton-box .settlement.k4.right .txt{
    left: 14px;
}
.balaton-box .settlement.right .txt span{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.balaton-box .settlement.top .txt{
    top: -1px;
    left: 10px;
    transform: translate(-50%, -100%);
}
.balaton-box .settlement.top .txt span{
    border-radius: 2px;
}
.balaton-box .settlement.bottom .txt{
    bottom: -1px;
    left: 10px;
    transform: translate(-50%, 100%);
}
.balaton-box .settlement.bottom .txt span{
    border-radius: 2px;
}
/*@media (max-width: 1439px) {
}
@media (max-width: 1199px){
}*/
@media (max-width: 991px){
    .balaton-box .settlement.k1{
        width: 16px;
        height: 16px;
    }
    .balaton-box .settlement.k2{
        width: 14px;
        height: 14px;
    }
    .balaton-box .settlement.k3{
        width: 12px;
        height: 12px;
    }
    .balaton-box .settlement.k4{
        width: 10px;
        height: 10px;
    }
    .balaton-box .settlement.k1 .dot{
        width: 16px;
        height: 16px;
        border-radius: 8px;
    }
    .balaton-box .settlement.k2 .dot{
        width: 14px;
        height: 14px;
        border-radius: 7px;
    }
    .balaton-box .settlement.k3 .dot{
        width: 12px;
        height: 12px;
        border-radius: 6px;
    }
    .balaton-box .settlement.k4 .dot{
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    .balaton-box .settlement.k1 .txt{
        font-size: 10px;
        line-height: 16px;
        height: 16px;
    }
    .balaton-box .settlement.k2 .txt{
        font-size: 10px;
        line-height: 14px;
        height: 14px;
    }
    .balaton-box .settlement.k3 .txt{
        font-size: 9px;
        line-height: 12px;
        height: 12px;
    }
    .balaton-box .settlement.k4 .txt{
        font-size: 8px;
        line-height: 10px;
        height: 10px;
    }
    .balaton-box .settlement.k1.left .txt{
        right: 16px;
    }
    .balaton-box .settlement.k2.left .txt{
        right: 14px;
    }
    .balaton-box .settlement.k3.left .txt{
        right: 12px;
    }
    .balaton-box .settlement.k4.left .txt{
        right: 10px;
    }
    .balaton-box .settlement.k1.right .txt{
        left: 16px;
    }
    .balaton-box .settlement.k2.right .txt{
        left: 14px;
    }
    .balaton-box .settlement.k3.right .txt{
        left: 12px;
    }
    .balaton-box .settlement.k4.right .txt{
        left: 10px;
    }
}
@media (max-width: 767px){
    
}
/* modal */
#text_modal .modal-header {
    padding: 15px 50px;
}
#text_modal .modal-title{
    font-size: 20px;
    line-height: 20px;
}
#text_modal .close{
    font-size: 40px;
    line-height: 28px;
}
#text_modal .modal-body{
    padding: 40px 50px;
    font-size: 17px;
    line-height: 1.6em;
    text-align: justify;
}
#text_modal .modal-body .title{
    margin: 0px 0px 25px;
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.015em
}
#text_modal .modal-body p{
    margin: 0 0 15px;
}
#text_modal .modal-body p:last-child{
    margin-bottom: 0;
}
.modal-backdrop.in{
    opacity: 0.3;
}
@media (min-width: 768px) {
    #text_modal.modal.left .modal-dialog,
    #text_modal.modal.right .modal-dialog {

    }
    #text_modal.modal.left.fade .modal-dialog,
    #text_modal.modal.right.fade .modal-dialog{
        -webkit-transition: -webkit-transform 0.3s ease;
        -o-transition: -o-transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    #text_modal.modal.left.fade .modal-dialog{
        margin-left: 0px;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    #text_modal.modal.right.fade .modal-dialog {
        margin-right: 0px;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    #text_modal.modal.left.fade.in .modal-dialog,
    #text_modal.modal.right.fade.in .modal-dialog{
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

#settlement_modal .modal-title{
    font-size: 20px;
    line-height: 20px;
}
#settlement_modal .modal-body{
    text-align: center;
}
#settlement_modal .modal-body .icon{
    font-size: 30px;
    line-height: 40px;
}
#settlement_modal .modal-body .text{
    margin-top: 5px;
}
/* modal end */

/** CONTENT END **/

/** FOOTER **/

/* footer legalul */
html,body {
    height: 100%;
}
#wrap {
    min-height: 100%;
    height: auto;
    margin: 0px auto -170px;
    padding-bottom: 170px;
}
#footer {
    height: 120px;
}
@media (max-width: 991px){
    /*#wrap {
        min-height: 0;
        margin: 0 auto 0px;
        padding-bottom: 0px;
    }
    #footer {
        height: auto;
    }*/
    #wrap {
        min-height: 100%;
        height: auto;
        margin: 0px auto -150px;
        padding-bottom: 150px;
    }
    #footer {
        height: 100px;
    }
}
/* footer legalul end*/

#footer{
    background: #48478d;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 50px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
}
#footer a{
    color: #231f20;
    text-decoration: none;
    transition: color 0.3s ease;
}
#footer a:focus,
#footer a:hover{
    color: #ae8b00;
    text-decoration: none;
}

#footer .logo-container{
    font-size: 0px;
    line-height: 0px;
    text-align: center;
}
#footer .logo-box{
    float: left;
    margin: 0 30px;
}
#footer .logo-box a{
    display: inline-block;
}
#footer .logo-box{
    height: 50px;
}
#footer .logo-box img{
    height: 50px;
}
#footer .logo-box.bigger img{
    height: 72px;
    margin-top: -11px;
}

@media (max-width: 991px){
    #footer{
        padding-top: 10px;
        padding-bottom: 40px;
    }
    #footer .logo-box{
        text-align: center;
        margin: 0;
    }
}
/** FOOTER END **/

/** WAVE **/
.waves {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 100%;
}
.wave > use {
    animation: move-forever 6s cubic-bezier(.55,.5,.45,.5) infinite;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% { 
        transform: translate3d(85px,0,0);
    }
}
#footer .waves .wave > use:nth-child(1) {
    fill: #75ad94;
    animation-delay: 0s;
    animation-duration: 10s;
}
#footer .waves .wave > use:nth-child(2) {
    fill: #48478d;
    animation-delay: -5s;
    animation-duration: 20s;
}
/** WAVE END **/
/**  **/
#slider-carousel .item .carousel-alt-box{
    bottom: 0px;
}
/**  **/