.ertekeles {
	display: none;
	position: fixed;
	width: 294px;
	float:right;
	height: auto;
	bottom: 200px;
	right: 36px;
	background-color: #24c2c2;
	color: #fff;
	padding: 21px;
	font-size: 14px;
	-moz-box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
	-webkit-box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
	box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
	z-index: 2;
}

.ertekeles .rating-kod {
	width:50%;
	float:left;
}

.ertekeles .bezar-gomb{
	padding:3px 0px;
	background-color:#bc0000;
	font-size:14px;
	text-align:center;
}

.ertekeles .bezar-gomb:hover {
	background-color: #e60000;
	cursor: pointer;
}

.hr {
	display:none;
}

.hibabejelentes-ajanlo {
	display: none;
	position: fixed;
	width: 20%;
	height: auto;
	bottom: 50px;
	right: 50px;
	background-color: #24c2c2;
	color: #fff;
	padding: 21px;
	font-size: 14px;
	text-align:center;
	-moz-box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
	-webkit-box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
	box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
	z-index: 2;
}

.hibabejelentes-ajanlo .cta-gomb {
	display:inline-block !important;
}

@media screen and (max-width:768px) {
	.hibabejelentes-ajanlo {
		width: 90%;
		right:15px;
	}
	
	.ertekeles {
		display: block;
		position: relative;
		width: auto;
		float:none;
		bottom: 0px;
		right: 0px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.ertekeles .bezar-gomb {
		display:none;
	}
	.ertekeles .rating-kod {
		display: inline-block;
		width: auto;
		float: none;
	}
	.hr {
	display:block;
	}
}