.infobox-stripe{
	display: inline-block;
	background-color: #005192;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	position: fixed;
	top: 50px;
	right: -20px;
	color: #fff !important;
	padding: 6px 30px 6px 10px;
	transition: right 0.3s ease;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'PT Sans Narrow', sans-serif;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	z-index: 1030;
}

.infobox-stripe:hover{
	text-decoration: none;
	right: 0px;
}

.infobox-stripe .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.infobox-stripe img{
	margin-right: 15px;
	max-width: 30px;
	max-height: 30px;
}

.infobox-stripe .stripe-text{
	color: #fff;
}

@media(max-width: 520px){
	.infobox-stripe{
	
	}
}