.button_wrapper {
    width: 100%;
    float: left;
    margin: 10px 0 30px;
}

.half {
    width: 50%;
    float: left;
    text-align: center;
}

.six_buttons {
    width: 16.667%;
    float: left;
    text-align: center;
}

.button_wrapper button {
    cursor: pointer;
}

.sub-text {
    width: 100%;
    margin-top: 0px;
    font-style: italic;
    font-size: 11px;
    text-align: right;
}

.sub-text-div {
    position: relative;
    top: 42px;
    width: 100%;
    margin-top: 0px;
    font-style: italic;
    font-size: 11px;
    text-align: right;
}

.replaced-footer {
    margin-top: -50px;
    margin-bottom: -20px;
}

.footer {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.scrollToTop {
    background: #555;
}

/* .slider-icons {
    position: absolute !important;
    left: 10%;
    top: 700px;
    width: 80%;
    text-align: center;
} */

.slider-icons {
    position: relative !important;
    left: 10%;
    top: -280px;
    width: 80%;
    text-align: center;
}

@media (min-width:1200px) {
    .slider-icons {
        position: relative !important;
        left: 10%;
        top: -200px;
        width: 80%;
        text-align: center;
    }
}

@media (min-width:920px) {
    .slider-icons {
        position: relative !important;
        left: 10%;
        top: -200px;
        width: 80%;
        text-align: center;
    }
}

/* 
@media (min-width:1920px) {
    .slider-icons {
        position: absolute !important;
        left: 10%;
        top: 900px;
        width: 80%;
        text-align: center;
    }
}

@media (min-width:2400px) {
    .slider-icons {
        position: absolute !important;
        left: 10%;
        top: 1000px;
        width: 80%;
        text-align: center;
    }
} */

/*
Page breadcrumb
*/
.page-breadcrumb-kedvezmeny {
    padding: 250px 0 150px;
    background: url(../images/bg6.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 0;
    position: relative;
}

.page-breadcrumb-kedvezmeny:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.page-breadcrumb-kedvezmeny .container {
    position: relative;
}

.page-breadcrumb-kedvezmeny h1 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.page-breadcrumb-szolgaltatasok {
    padding: 250px 0 150px;
    background: url(../images/bg7.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 0;
    position: relative;
}

.page-breadcrumb-szolgaltatasok:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.page-breadcrumb-szolgaltatasok .container {
    position: relative;
}

.page-breadcrumb-szolgaltatasok h1 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

/*
.col-lg-20 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

 @media (min-width:576px) {
    .col-lg-20 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width:768px) {
    .col-lg-20 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width:992px) {
    .col-lg-20 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width:1200px) {
    .col-lg-20 {
        padding-right: 15px;
        padding-left: 15px;
    }
} */

.col-lg-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.center {
    text-align: center;

}

.larger {
    font-size: x-large;
    font-weight: bold;
    padding: 5px 0;
}