/*---CÍMLAPMEGJELENÍTŐ---*/
.cover .hh-row-container {
    margin-bottom: 40px;
    position: relative;
}
.cover .hh-row-container .hh-row-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 1px 0;
}
.cover .hh-row-container .hh-row-segment {
    float: left;
    min-height: 1px;
}
/*---CÍMLAPMEGJELENÍTŐ EDDIG---*/

/*---ELŐRE DEFINIÁLT SOR STÍLUSOK---*/
.hh-row-container.beforeTitle .row-title-container {
    position: absolute;
    top: -50px;
}
.hh-row-container.beforeTitle {
    margin-top: 50px;
}

/*--KÖZÖS STÍLUSOK--*/
.circle-loader {
    width: 32px;
    height: 32px;
    background-image: url("IMG/menu/loading-circle.gif");
    margin: 0 auto;
    background-repeat: no-repeat;
}

/*--Reszponzív Grid layout--*/
@media (min-width: 480px) and (max-width: 767px) {
    .hh-row-segment.segment-half {
        width: 100% !important;
    }
}
@media (max-width: 479px){
    .hh-row-segment.segment-half {
        width: 100% !important;
    }
}