.tagintezmenyek h2 {

}

.tagintezmenyek h4 {
    font-family: "BlenderMedium", Helvetica, Arial, sans-serif;
    font-weight: 600 !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
    margin-top: 40px !important;
}

.tagintezmenyek p {
    font-family: "Blender", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    text-align: justify !important;
    margin-bottom: 20px !important;
    line-height: 30px !important;
}

.tagintezmenyek span.indent {
    display: block;
    padding-left: 70px;
}

.tagintezmenyek-main {
    margin-top: 120px;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .tagintezmenyek-main {
        margin-top: 25px;
    }
}

.tagintezmenyek-main h2 {
    color: #000;
    font-size: 42px;
}

.line-before {
    width: 100%;
    border-bottom: 1px solid #000;
    height: 2px;
    margin-top: 25px;
}

.sidelogos {
    margin-top: -5px;
}

@media (max-width: 767px) {
    .sidelogos {
        margin-top: 15px;
    }
}

.sidelogos a {
    display: block;
    float: left;
    width: 60px;
    border: 2px solid transparent;
    margin: 0 20px;
}

.sidelogos a > img {
    width: 60px;
    padding: 6px 10px 6px 6px;
}

.sidelogos a:hover, .sidelogos a.active {
    border: 2px solid #FFAD1D;
}

.tagintezmenyek-main h1 {
    font-size: 38px;
    color: #FFAD1D;
    line-height: 38px;
}

.tpic {
    position: relative;
}

.bottom-row {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 10px 10px 15px;
    text-align: right;
    height: 60px;
    width: auto;
    font-family: "BlenderBold", Helvetica, Arial, sans-serif;
}
.bottom-row a {
    font-family: "BlenderBold", Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .bottom-row a {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .bottom-row a {
        font-size: 16px;
        text-transform: none;
    }
}

.tdata h4 {
    font-family: "BlenderMedium", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    text-transform: uppercase;
}
.tdata p {
    font-family: "BlenderThin", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    margin-bottom: 5px !important;
    line-height: 22px !important;
}