#front-welcome {
    position: relative;
    background-color: #ededed;
    overflow: hidden;
}

#front-welcome .container {
    position: relative;
    height: 100%;
}

#front-welcome-polgarmester-img {
    position: absolute;
    bottom: 0;
    /*right: -434px;*/
    background-image: url("../../images/front/welcome/veres_pal_fooldal_01-min.jpg");
    /*width: 1412px;*/
    width: 100%;
    height: 844px;
    /*height: 617px;*/
    background-repeat: no-repeat;
    background-size: 1920px 844px;
    background-position: center center;
}

#front-welcome-polgarmester-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; 
}

#myBtn{
background: transparent;
border: none;
color: #1e66b8;cursor: pointer;
padding: 0!important;
}

#front-welcome-signature {
    position: relative;
     margin-top: 50px; 
    font-family: Rogan-Regular;
    font-size: 16px;
    color: #383739;
    letter-spacing: 0.2px;
}

#front-welcome-more {display: none;}
#front-welcome-signature-image {
    position: absolute;
    background-image: url("../../images/front/welcome/polgarmester_sign_retina-min.png");
    width: 210px;
    height: 100px;
    top: -10px;
    left: 122px;
    background-size: 210px 100px;
    /*
    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 (min-width: 991px) {
 #front-welcome {
       height: 820px;
    }
}

@media (max-width: 470px) {
 #front-welcome {
       height: 1480px;
    }
}

@media (min-width: 471px) and (max-width: 768px) {
 #front-welcome {
    height: 1280px!important;
    }
}

@media  (min-width: 769px) and (max-width: 991px) {

 #front-welcome {
        height: 980px;
    }
}




@media (max-width: 991px) {
	#front-welcome-polgarmester-img {
    position: absolute;
    bottom: 0;
    background-image: url("../../images/front/welcome/veres_pal_fooldal_01_mobil.jpg");
    width: 100%;
    height: 844px;
    background-repeat: no-repeat;
    background-size: 1920px 844px;
    background-position: center center;
}
}

@media (max-width: 767px) {

#front-welcome-signature-image {
    position: absolute;
    background-image: url("../../images/front/welcome/polgarmester_sign_retina-min.png");
    width: 210px;
    height: 100px;
    top: -10px;
    left: 90px!important;
    background-size: 210px 100px;
}
}

@media (max-width: 991px) {
    #front-welcome .row .col-lg-6 {
        margin-left: -15px;
    }
}

@media (max-width: 767px) {


    #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;
    }
}

