#front-welcome {
    position: relative;

    background-color: #ededed;

    /*height: 659px;*/
    /*height: 630px;*/
    height: 651px;

    overflow: hidden;
}

#front-welcome .container {
    position: relative;

    height: 100%;
}

#front-welcome-kriza-akos-img {
    position: absolute;
    bottom: 0;
    /*right: -434px;*/

    /*background-image: url("../../images/front/welcome/kriza_hero_jav03.png");*/
    background-image: url("../../images/front/welcome/kriza_fooldal_01-min.jpg");

    /*width: 1412px;*/
    width: 100%;
    height: 651px;
    /*height: 617px;*/

    background-repeat: no-repeat;
    background-size: 1920px 651px;
    background-position: center center;
}

#front-welcome-kriza-akos-click-map {
    position: absolute;
    bottom: 0;
    width: 350px;
    height: 600px;
    z-index: 10;
}

#front-welcome .row {
    position: relative;
}

#front-welcome .row .col-lg-6 {
    position: relative;

    /*margin-left: -17px;*/
    /*margin-top: 95px;*/

    margin-left: -19px;
    margin-top: 66px;
}

/*#front-welcome-title {
    position: relative;

    font-family: Rogan-Bold;
    font-size: 50px;
    color: #414042;
    letter-spacing: 0.3px;
}*/

#front-welcome-small-text-with-line-container {
    margin-top: 4px;

    position: relative;

    margin-right: -15px;
}

#front-welcome-text {
    position: relative;

    font-family: merriweatherregular;
    font-size: 14px;

    color: #6f6f6f;

    line-height: 24px;

    margin-top: 50px;

    letter-spacing: 0.3px;

    width: 400px;
}

#front-welcome-signature {
    position: relative;

    margin-top: 50px;

    font-family: Rogan-Regular;
    font-size: 16px;
    color: #383739;

    letter-spacing: 0.2px;
}

#front-welcome-signature-image {
    position: absolute;

    background-image: url("../../images/front/welcome/kriza_sign_retina-min.png");

    width: 158px;
    height: 73px;

    top: -30px;
    left: 122px;

    background-size: 158px 73px;

    /*
        background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
     */
}

#front-welcome-signature-name {
    position: relative;

	color: #383739;

    font-family: Rogan-Bold;

    margin-bottom: 2px;
	
	display: inline-block;
}

/* responsive */
@media (max-width: 991px) {
    #front-welcome .row .col-lg-6 {
        margin-left: -15px;
    }
}

@media (max-width: 767px) {
    #front-welcome {
        height: 1100px;
    }

    #front-welcome-text {
        width: 100%;

        margin: 0 15px;
    }

    #front-welcome .front-title {
        /*font-size: 40px;*/
        /*font-size: 28px;*/
        font-size: 35px;

        margin-right: -15px;
    }

    #front-welcome-signature {
        margin-left: 15px;
    }
}

