.blogkiemeltkepdiv {
    width: 100%;
    float: left;
    height: 220px;
    background-size: cover;
    background-position: center;
}
.postdatum {
    background: #f50844;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
}
.postdatum h4 {
    margin: 0;
    line-height: 1;
    font-size: 30px;
}
.postdatum h5 {
    font-size: 18px;
    margin: 0;
}
.postikon {
    background-color: #eef0f2;
    text-align: center;
    padding: 10px 0;
    margin-top: 3px;
}
div#blogheader {
    width: 100%;
    min-height: 320px;
    background-size: cover;
    background-position: center;
}
a.blogcimek h2, a.blogcimek {
    color: #333333;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 0px;
}
h1.blogfocime {
    padding: 0 45px;
    color: #333333;
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'MTT Milano Regular';
    margin-bottom: 60px;
    position: relative;
}
h1.blogfocime:before, h1.blogfocime:after {
    content: "";
    width: 35%;
    height: 1px;
    background: #e0dede;
    display: block;
    position: absolute;
    left: 0;
    top: 48%;
}
h1.blogfocime:after {
	right: 0;
	left:inherit;
}
.col-md-12.col-lg-12.col-xs-12.blogbejegyzesek {
    border-bottom: 1px solid #e0dede;
    margin-bottom: 85px;
    padding-bottom: 5px;
}
a.blogtovabblink {
    float: right;
    font-size: 15px;
    color: #333;
}
.kategoria a {
    float: left;
    font-size: 12px;
    color: #333;
	margin-bottom: 20px;
}

.bejegyzes-kepbaloldal {
    padding-right: 0;
}
.bejegyzes-jobboldal {
    padding-left: 0;
}
.col-md-4.col-lg-4.col-xs-11.bejegyzes-baloldal {
    padding-bottom: 35px;
}

a.blogcimek, a.blogcimek h2, .kategoria a, .container.main-container a {
	transition: .3s;
}
a.blogcimek:hover, a.blogcimek:hover h2, .kategoria a:hover, .container.main-container a:hover {
	color: #f50844;
}
.vv_loadmore {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    line-height: 1;
    background: #f50844;
    color: #fff;
    cursor: pointer;
}
