@charset "utf-8";
/* CSS Document */

.bevezeto, .bevezeto p {
	line-height: 170%;
	overflow: hidden;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 0;
}

.bevezeto img {
	padding: 0px;
	margin: 0px;
	float: none;
}

.entry_like {
	height: 60px;
	line-height: 60px;
	float: left;
	padding: 0px;
	margin-right: 20px;
	display: inline;
}

.entry_like img {
	width: 40px;
	height: 40px;
}

.post-bottom {
	float: left;
	clear: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}

.share-post-block {
	float: left;
	width: 100%;
	height: 65px;
	line-height: 65px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	z-index: 99999;
	vertical-align: middle;
	font-size: 48px;
}

.share-post-block a {
	margin-right: 20px;
	color: #808080;
}

.share-post-block a:hover,
.share-post-block a.active {
	color: #000;
	text-decoration: none;
}

.share-post-block a img {
	height: 48px;
	width: 48px;
}

.share-post-block a i {
	margin: 0;
}


.teszt_osszesito {
	float: left;
	background: #2b2d31;
	border-top: 3px solid #F9690E;
	border-bottom: 3px solid #D2D7D3;
	margin: 30px 0px;
	padding: 10px;
	width: 1120px;
	margin-left: -20px;
	height: auto;
	min-height: 170px;
}

.teszt_osszesito h4 {
	float: left;
	color: #F1F1F4;
	height: 40px;
	line-height: 40px;
	font-size: 36px;
	margin: -20px 0px 15px 0px;
}

.teszt_osszesito .tesztpl {
	font-size: 20px;
	line-height: 40px;
}

.teszt_osszesito .teszt_hardverzona {
	padding-top: 20px;
	padding-bottom: 20px;
}

.teszt_osszesito .min_ert {
	color: #F1F1F4;
	line-height: 40px;
	font-size: 20px;
	float: right;
	margin: -65px 0px;
	padding-right: 180px;
}

.teszt_osszesito ul {
	list-style: none;
	text-align: left;
	color: #F1F1F4;
	font-size: 14px;
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	display: inline;
}

.teszt_osszesito ul li {
	margin: 5px 0;
	padding: 0px;
	min-height: 22px;
	line-height: 22px;
}

.teszt_osszesito ul li i {
	font-size: 8px;
	vertical-align: middle;
	min-height: 22px;
	line-height: 22px;
	margin-right: 5px;
}

.hw_ert {
	min-height: 50px;
	height: 50px;
}

.veddszoveg {
	height: 30px;
	font-size: 19px;
	line-height: 30px;
}

/* ----------- ratings ------------------ */
.ratings {
	list-style: none;
	display: inline;
}

.ratings li {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.rate_title {
	width: 90px;
	height: 22px;
	line-height: 22px;
	margin-right: 5px;
}

.rate_title_big {
	width: 27%;
	height: 60px;
	line-height: 60px;
	margin-right: 2.7%;
	margin-bottom: 20px;
}


.rate_frame {
	background: #D2D7D3;
	width: 160px;
	height: 20px;
	display: inline;
	float: left;
}

.rate_value {
	margin-left: 2px;
	display: inline;
	float: left;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
}

.rate {
	background-color: #F9690E;
	height: 20px;
	margin: 0px;
	display: block;
	background-image: linear-gradient(to top right, red, #F9690E);
}

.rate_big,
.rate_frame_big {
	height: 60px;
}

.rate_frame_big {
	width: 70.3%;
	margin-bottom: 20px;
}

.r0 {
	width: 0px;
}

.r1,
.r_10 {
	width: 10%;
}

.r2,
.r_20 {
	width: 20%;
}

.r3,
.r_30 {
	width: 30%;
}

.r4,
.r_40 {
	width: 40%;
}

.r5,
.r_50 {
	width: 50%;
}

.r6,
.r_60 {
	width: 60%;
}

.r7,
.r_70 {
	width: 70%;
}

.r8,
.r_80 {
	width: 80%;
}

.r9,
.r_90 {
	width: 90%;
}

.r10,
.r_100 {
	width: 100%;
}


.el-icon-share:before {
	content: "\e641";
}

.el-icon-record:before {
	content: "\e658";
}

.post .el-icon-record {
	font-size: 8px;
	margin-right: 5px;
}

@media all and (min-width: 0px) and (max-width: 812px) {

	.post .author img,
	.comment-left img,
	.korbutton {
		display: none;
	}

	.post-bottom {
		text-align: center;
	}
	
	.share-post-block {
		height: auto;
	}

	.teszt_osszesito {
		margin: 30px 0px;
		padding: 2px;
		width: 100%;
		margin-left: 0px;
	}

	.teszt_osszesito h4 {
		font-size: 1.25rem;
		padding-top: 10px;
	}

	.tesztcim {
		float: left;
		margin-left: 5px;
	}

	.tesztcim::after {
		content: "\A";
		white-space: pre;
	}

	.tesztpl {
		font-size: 1.10rem;
		float: left;
	}

	.teszt_osszesito .min_ert {
		font-size: 1.10rem;
		float: left;
		margin: 0px;
		padding: 0px 5px;
	}

	.teszt_osszesito ul {
		font-size: 0.8rem;
		float: left;
		width: 100%;
		padding: 0px 0px 0px 5px;
		display: block;
		margin: 5px 0px;
	}

	.teszt_osszesito ul li i {
		font-size: 0.6rem;
	}

	.hw_ert {
		height: auto;
		padding: 10px 2px 15px 2px;
	}

	.veddszoveg,
	.also_termekajanlo p {
		font-size: 1rem;
		float: left;
		margin-left: 0px;
	}

	.also_termekajanlo p a {
		float: left;
		width: 100%;
		display: block;
	}

	.also_termekajanlo i {
		display: none;
	}
}

@media all and (max-width: 812px) {
	.bevezeto {
		font-size: 1.25rem;
	}
}