#notifications_box{
	width: 360px;
	bottom: -5px;
	right: 26px;
	position: fixed;
	z-index:10;
}

.notifications{
	background-color: rgba(255,255,255,1);
	height: 0px;
	overflow:hidden;
	width: 360px;
	top:0px;
	right: 0px;
	position: relative;
	border-radius: 5px;
	margin:0;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	z-index:10;
	opacity:0;
	cursor: pointer;
	position: relative;
	transition: all .8s ease-in-out, opacity .8s, height .5s, margin-top .4s, margin-bottom .4s .4s;//,
}

.notifications.remove{
	cursor: default;
}

.notifications .messageTime,
.notifications.missedVideoCall .text div.messageTime{
	position: absolute;
	text-align: right;
	bottom: 3px;
	right: 8px;

	font-size: 11px;
}

.notifications .messageTime{
	color: #848484;
}

.notifications.missedVideoCall .text div.messageTime{
	color: #686868;
}



.notifications.missedVideoCall{
	background-color: #d566af;
}

.notifications.missedVideoCall .text div,
.notifications.missedVideoCall .messages .title{
	color: black;

}

.notifications.missedVideoCall .close_notif,
.notifications.missedVideoCall .close_notif:hover{
	background: url("../images/icon_close_black.png") 0 0 no-repeat;
}




.notifications a{ text-decoration: none; }






.notifications .close_notif{
	background: url("../images/icon_close_grey.png") 0 0 no-repeat;
	display: block;
	height: 36px;
	width: 36px;
	position: absolute;
	top: 0;
	right: 0;
}
.notifications .close_notif:hover {

	background: url("../images/icon_close_grey_hover.png") 0 0 no-repeat;
	cursor: pointer;
}

.notifications .close_notif a{ display: block; height: 36px; width: 36px; }


.notifications.remove .close_notif,
.notifications.remove .close_notif a{
	display: none
}



.notifications .avatar{
	float: left;
	height: 100px;
	width: 70px;
	margin-left: 20px;
	opacity: 0;
	transition: all .3s;
}
.notifications .avatar img{
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	-khtml-border-radius: 50% 50% 50% 50%;
	float: left;
	margin-top: 20px;
	cursor:pointer;
}

.notifications.remove .avatar img{
	cursor: default;
}


.notifications .messages{
	float: left;
	width: 210px;
	margin-left: 10px;
	margin-top: 20px;
}
.notifications .messages .title{
	float: left;
	width: 100%;
	color: #949494;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 5px;
	cursor: pointer;
}

.notifications.remove .messages .title,
.notifications.remove .avatar{
	visibility: hidden;
}


.notifications .title a{ color: #000; }



.notifications .text{
	float: left;
	width: 232px;
	height: 40px;
	font-size: 12px;
	line-height: 18px;
	color: #6796DD;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	text-overflow: ellipsis;
	word-wrap: break-word;
}



.notifications.remove .text{
	cursor: default;
}






.notifications .notifivationMediaLink{
	width: 150px;
	height: 40px;
}


.notifications .notifivationMediaLinkUtube{
	width: 97px;
	height: 40px;
	background-position: -244px -40px;
}


.notifications .notifivationMediaLinkYandexMusic{
	width: 75px;
	height: 40px;
	background-position: -244px 0;
}








