.red {
	animation: pulse-red 4s infinite;
}
 @keyframes pulse-red {
 0% {
 transform: scale(0.95);
 box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
}
 70% {
 transform: scale(1);
 box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
}
 100% {
 transform: scale(0.95);
 box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
}
}
.esemenydatum {
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
	margin-top: 2px;
}
.myk-wa-bg {
	-webkit-transform: scale(1);
	transform: scale(1);
 -webkit-transition: .5s ease-in-out;
 transition: .5s ease-in-out;
}
.myk-wa-bg:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.myk-ava, .myk-btn, .myk-list, .myk-name, .myk-panel, .myk-wa-icon, .myk-who, .myk-number, .myk-panelhead, .myk-wa-icon, .myk-paneltitle {
	margin: 0;
	padding: 0;
	font-family: 'Jost', sans-serif, Helvetica, sans-serif
}
.myk-wa-bg {
	position: relative;
	margin-top: -18px;
	z-index:0;
}
.myk-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: #bc1824;
	border-radius: 12px;
	display: inline-block;
	padding: 0px;
	height: 65px;
	box-shadow: 3px 3px 5px #cccccc;
	cursor: pointer;
	transition: all 0.5s;
	margin: 0;
	z-index: 99999;
	width: 160px;
    text-align: center;
}
.myk-btn:hover {
	opacity: 0.7
}
.myk-who {
 -webkit-transition: .5s ease-in-out;
 transition: .5s ease-in-out;
    line-height: 16px;
	font-size:14px;
 
}
.myk-who:hover {
	color:#bc1824;
}
.myk-name {
 -webkit-transition: .5s ease-in-out;
 transition: .5s ease-in-out;
 font-size:16px;
}
.myk-name:hover {
	color:#bc1824;
	font-weight: bold;
}
.myk-btn img {
	width: 140px;
	position: relative;
	margin-top: -65px;
	top: 8px;
}
.jegyvasarlas {
    font-size: 14px !important;
    color: #fff;
    font-family: 'Jost', sans-serif;
    line-height: 14px;
    display: block;
    text-align: center;
}
.myk-panel {
	position: fixed;
	right: 30px;
	bottom:100px;
	background-color: #fff;
	width: 250px;
	height:0px;
	box-shadow: 0px 0px 10px #075E54;
	overflow: hidden;
	    z-index: 9999;
	border-radius: 5px;
	transition: all 0.5s ease-out;
}
.myk-panel .myk-list {
	background-color: #ffffff;
	overflow: hidden;
	display: block;
	padding: 12px 10px;
	color:#333;
	text-decoration: none;
	font-family: 'Jost', sans-serif, Helvetica, sans-serif;
}
.myk-panel .myk-ava {
	width: 40px;
	float: left;
	margin-right:20px
}
.myk-panelhead {
	background-color: #bc1824;
	text-align: center;
	color: white;
	height: auto;
}
.myk-paneltitle {
	font-weight: lighter
}
.myk-show {
	height:240px
}
.myk-number {
	text-align:left;
}
.myk-panelbody {
	text-align:left;
	overflow-y: scroll;
	height: calc(100%)
}
 @media only screen and (max-width: 400px) {
 .myk-panel {
width: 100%;
right: 0;
top: 0;
bottom: 0;
}
 .myk-panel.myk-show {
height: 100%
}
}
.myk-close {
	display: block;
	background-color: #bc1824;
	cursor: pointer;
	opacity: 1;
	text-align: center;
	width: 45px;
	float: right;
	transition: ease all 0.3s;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.myk-close:hover {
	background-color: #000;
}
