.kekedes h3 {
	font-family: "vinyl",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #000;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: -.03em;
}

.kekedes {
	background:#68BCA5;
	padding:12px 10px 0 10px;
	width:120px;
	height:49px;
	-webkit-transition: background-color .25s ease-in; /*safari and chrome */
 	-o-transition: background-color .25s ease-in; /* opera */
 	position:absolute;
 	top: 65px;
 	right: -25px;
 	z-index: 100;
 	padding: 
 	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg); /* Standard syntax */
    overflow: hidden;
}

.kekedes:hover {
	background: #cbd500;
	cursor:pointer;
}

.kekedes h1, .kekedes h3, .kekedes p, .fourcol-prop h1, .fourcol-prop h3, .fourcol-prop p {
	text-align: center;
	color: #fff;
}



.kekedes h3 {
	margin-top: -15px;
}

.kekedes p {
	padding-bottom: 2px;
	border-bottom: 2px solid #fff;
}

.kekedes p {
	font:18px 'LinuxLibertineORegular', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	margin: -10px 0 15px 0;
}