.container-alert {
	/* overflow:hidden; */
	position:absolute;
	bottom:0;
	right:0;
	/* width:500px; */
	/* height:500px; */
}

.menu-alert {
	position:absolute;
	bottom:0;
	right:5px;
}

.reveal-menu-alert {
	display: block;
	width: 70px;
	height: 70px;
	background: #fdb81f;
	margin: 10px;
	cursor:pointer;
	float:right;
	z-index:100;
	position:relative;
	text-align: center;
	line-height: 38px;
	color: white;
	border-radius:50%;
}
.count-alert {
    background: #5dc628;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 24px;
    line-height: 26px;
    position: absolute;
    left: 5px;
    text-align: center;
    top: 15px;
    width: 24px;
    z-index: 101;
    font-family: Biryani,sans-serif;
}
.icon-alert i{
	text-shadow:0px 0px 40px rgba(0, 0, 0, 0.5);
}
.icon-alert {
    color: #FFF;
    display: inline-block;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 24px;
    text-align: center;
    bottom: 24px;
    width: 24px;
    z-index: 1;
}

.reveal-menu-alert:hover {
	background:#b12121;
}

.list-wrapper-alert {
	background:rgba(255, 255, 255, 0.9);
	padding:50px;
	position: absolute;
	min-height:300px;
	z-index:0;
}

.list-wrapper-alert .list-wrapper-alert {
	background:#aaa;
	z-index:300;
}

.close-btn-alert {
	background-color: #ca0000;
	border-radius:100%;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50px;
    right: 10px;
    color: white;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
}

#top-menu-alert ul li h2{
	color:#ca0000;
}
#top-menu-alert ul li {
	float:left;
	padding:10px;
	list-style:none;
	margin: 0 5px;
	color:#464646;
}

#top-menu-alert {	
	bottom: -60px;
	width: 350px;
	height:350px;
	right: -170px;
	opacity: 0;
	border-radius:100%; 
	
	-webkit-transform: 	scale(.1);
	-moz-transform: 	scale(.1);
	-ms-transform: 		scale(.1);
	-o-transform: 		scale(.1);
	transform: 			scale(.1);
	
	/*animation*/
	-webkit-transition: all .4s;
    -moz-transition: 	all .4s;
    -ms-transition: 	all .4s;
    -o-transition: 		all .4s;
	transition: 		all .4s;
}

#top-menu-alert.genie {
	z-index:99999999;
	bottom: 60px;
	right: 42px;
	opacity:1;
	
	-webkit-transform: 	scale(1);
	-moz-transform: 	scale(1);
	-ms-transform: 		scale(1);
	-o-transform: 		scale(1);
	transform: 			scale(1);
}

#sub-menu {
	width: 262px;
	opacity: 1;
	right: -350px;
	bottom: 0px;
	
	-webkit-transition: all .3s;
    -moz-transition: 	all .3s;
    -ms-transition: 	all .3s;
    -o-transition: 		all .3s;
	transition: 		all .3s;
}

#sub-menu.slide {
	opacity: 1;
	right: 0px;
	bottom: 0px;
}
