  /*classes added on 8may 2018 for alertbar*/
.alertbar{
	position:fixed;

	background:#cf202e;
	color:#fff;
	width:100%;
	box-shadow:0 0 10px #333;
	z-index:9999999;
	/*Added by Yoodle to hide or show the alert bar once per session*/
	display:inline-block;
}

.alertrrow{
	font-size:34px;
	color:#000;
	float:left;
	padding:0px 10px 20px;
}
.alertrrow i{
	vertical-align:top;
	display:inline-block;
	margin-top:-5px;
}

.alerttext{
	width:80%;
	font-size:17px;

}

.closebtnalert{
	font-size:10px;
	float:right;
	padding:5px 10px;
	display:inline-block;
	color:#fff;
	background:#000;
	margin-top:25px;


}
.closebtnalert span{
	display:inline-block;
	font-weight:700;
	padding:0 0 0 8px ;
}

.closebtnalert:hover{
	color:#ccc;
}
.alerttextbosx{
	padding:20px;
}
.alerttext h3{
	margin-bottom: 3px;
}

@media (max-width: 767px){
	/**/
	/****/

	.closebtnalert{
		font-size:14px;
		float:right;
		padding:7px 15px;
		margin-top:5px;

	}
	.alertrrow{
	padding:0px 10px 125px;
}
	.alerttextbosx {
		padding: 5px;
		float:left;
	}
	.alerttext {
		width: 85%;
		float:left;
	}
	.closebtnalert{
		text-align:right;
	}
}