#front-quick-access-top {
    /*position: relative;

    margin-top: -93px;

    font-family: Rogan-Bold;
    font-size: 16px;

    color: #ffffff;*/

    position: relative;

    /*margin-top: -145px;*/
    margin-top: -132px;
    margin-bottom: 16px;

    /*font-family: rogan-bold;*/
    font-family: Rogan-Bold;
    font-size: 17px;

    color: #ffffff;

    /*left: -2px;*/
    /*left: -1px;*/
    left: -2px;

    letter-spacing: 1px;

    z-index: 2;
}

/*#front-quick-access .col-lg-4 {*/
    /*height: 100%;*/
/*}*/

#front-quick-access a .col-lg-4 {
    position: relative;

    display: block;

    height: 100%;
}

.front-quick-access-content {
    position: relative;

    top: 0;

    /*transition: all 0.5s ease;*/
}

#front-quick-access a:hover .front-quick-access-content,
#front-quick-access a:focus .front-quick-access-content {
    top: -2px;
}

#front-quick-access a:hover .front-quick-access-title,
#front-quick-access a:focus .front-quick-access-title {
    color: #4094fb;
}

/*#front-quick-access-top-text {
    display: flex;
    flex-direction: row;
}

#front-quick-access-top-text:after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #71bf44;
    margin: auto;
    margin-left: 10px;
}*/

#front-quick-access-top-text {
    position: relative;

    display: flex;
    flex-direction: row;

    clear: both;
}

#front-quick-access-top-text:after {
    content: "";

    display: flex;

    flex: 1 1;
    margin: auto;
    margin-left: 10px;
    height: 1px;

    background: #71bf44;
}

/***************************************************************************************/

#front-quick-access {
    position: relative;

    background: #ffffff;

    border-radius: 10px;

    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);

    height: 180px;

    z-index: 2;
}

#front-quick-access .row {
    position: relative;
    height: 100%;
}

#front-quick-access a:nth-of-type(2) .col-lg-4 {
    position: relative;
    height: 100%;

    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.front-quick-access-icon {
    position: relative;
    float: left;

    /*width: 54px;*/
    /*height: 54px;*/

    width: 65px;
    height: 65px;

    /*background-size: 54px 54px;*/
    background-size: 65px 65px;

    margin-top: 35px;
    /*margin-left: 25px;*/
    margin-left: 28px;
    margin-right: 18px;
}

/*#front-quick-access-icon-ugyintezes {*/
    /*background-image: url("../../images/front/quick-access/top3_ugyintezes_retina_108x108px.png");*/
/*}*/
/*#front-quick-access-icon-menetrend {*/
    /*background-image: url("../../images/front/quick-access/top3_menetrend_retina_108x108px.png");*/
/*}*/
/*#front-quick-access-icon-telefonkonyv {*/
    /*background-image: url("../../images/front/quick-access/top3_telefonkonyv_retina_108x108px.png");*/
/*}*/

.front-quick-access-text {
    position: relative;

    float: left;

    width: 200px;

    color: #6f6f6f;

    font-family: merriweatherregular;
    font-size: 14px;

    line-height: 24px;

    letter-spacing: 0.2px;
}

.front-quick-access-title {
    position: relative;

    margin-top: 50px;
    margin-bottom: 16px;
    margin-left: -2px;

    font-family: Rogan-Bold;
    font-size: 22px;

    color: #414042;

    letter-spacing: 0.3px;

    transition: all 0.5s ease;
}

/* responsive */
@media (max-width: 1199px) {
    .front-quick-access-icon {
        margin-left: 10px;
        margin-right: 10px;
    }

    .front-quick-access-text {
        width: 175px;
    }
}

@media (max-width: 991px) {
    #front-quick-access {
        height: auto;
    }

    #front-quick-access a .col-lg-4 {
        /*height: 150px;*/
        height: 160px;
    }

    #front-quick-access a:nth-of-type(2) .col-lg-4 {
        border: none;

        height: 150px;

        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

    #front-search-input-container {
        width: 90%;
    }

    #front-search-labels-container {
        width: 85%;
        padding-right: 0;
        height: auto;
        min-height: 200px;
    }
}

@media (max-width: 767px) {
    #front-quick-access {
        margin: 0 15px;
    }
}