/*---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-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.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;
    }
}



/* iframe igazítás */

@media only screen and (max-width: 767px)  {
    .articleContent p iframe {
        width: 100%;
        margin-bottom: -100px;
    }
    .articleContent .fb_iframe_container iframe {
        width: 100%;
        margin-bottom: -100px;
    }
    .articleContent .fb_iframe_widget span {
        /*
        height: 250px !important;
        */
    }
}

@media only screen and (max-width: 480px)  {
    .articleContent .fb_iframe_widget span {
        /*	height: 240px !important;*/
    }
    .articleContent p iframe {
        width: 100%;
        margin-bottom: -80px;
    }
    .articleContent .fb_iframe_container iframe {
        width: 100%;
        margin-bottom: -80px;
    }
}

@media only screen and (max-width: 440px)  {
    .articleContent p iframe {
        width: 100%;
        margin-bottom: -100px;
    }
    .articleContent .fb_iframe_container iframe {
        width: 100%;
        margin-bottom: -100px;
    }
    .articleContent .fb_iframe_widget span {
        /*	height: 230px !important;*/
    }
}
@media only screen and (max-width: 400px)  {
    .articleContent p iframe {
        width: 100%;
        margin-bottom: -120px;
    }
    .articleContent .fb_iframe_container iframe {
        width: 100%;
        margin-bottom: -120px;
    }
    .articleContent .fb_iframe_widget span {
        /*	height: 200px !important;*/
    }
}
@media only screen and (max-width: 360px) {
    .articleContent p iframe {
        width: 100%;
        margin-bottom: -130px;
    }
    .articleContent .fb_iframe_container iframe {
        width: 100%;
        margin-bottom: -130px;
    }
    .articleContent .fb_iframe_widget span {
        /*	height: 190px !important;*/
    }
}

@media only screen and (max-width: 320px) {
    .articleContent p iframe {
        width: 100%;
        margin-bottom: -140px;
    }
    .articleContent .fb_iframe_container iframe {
        width: 100%;
        margin-bottom: -140px;
    }
    .articleContent .fb_iframe_widget span {
        /*	height: 180px !important;*/
    }
}
