.visitor {
	background: #660000;
	padding: 10px 20px 0px 20px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	color: white;
	border-radius: 10px 0px 0px;
	font-weight: 600;
}
.visitor img {
	margin-right: 10px;
	margin-top: -2px;
}

div.sticky-queue
	{ 
	position:absolute;
	font-family: 'Source Sans Pro', sans-serif;
	/* background:#fff;
	border:1px solid #999;
	box-shadow:0px 0px 5px #bbb;
	-moz-box-shadow:0px 0px 5px #bbb;
	-webkit-box-shadow:0px 0px 5px #bbb; */
	
	}
div.sticky-note
	{ padding-right:5px;
	}
div.sticky
	{
	color:#555;
	display:none;
	padding:0px;
	position:relative;
	}
img.sticky-close
	{
	position:absolute;
	top:10px;
	right:10px;
	height:14px;
	width:14px;
	cursor:pointer;
	}

.avatar{
	margin-left:-1px;
}

.top-right
	{ right:20px; }
.top-left
	{ left:20px; }
.top-right, .top-left
	{
	top:-2px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	}
.bottom-right
	{ right:10px; }
.bottom-left
	{ left:20px; }
.bottom-right, .bottom-left
	{
	bottom:-2px;
	border-top-right-radius:6px;
	border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	}

.border-top-right, .border-top-left
	{ border-top:1px solid #999; }
/* .border-bottom-right, .border-bottom-left
	{ border-bottom:1px solid #999; } */

@media screen and (max-width: 480px) {
    div.sticky-queue {
        display: none;
    }
}



/* aby */
#notifications-bottom-right {
	position: absolute;
	width: 360px;
	right: 20px;
	bottom: 20px;
}
#notifications-bottom-right-tab{
	background: #282627;
    border: 1px solid #302E2F;
	float: right;
	height: 76px;
	/*width: 315px;*/
	width: 300px;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	/*
	-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);
	*/
	-moz-box-shadow: 0 0 3px #ddd;
	-webkit-box-shadow: 0 0 3px #ddd;
	box-shadow: 0 0 3px #ddd;
	border-radius:4px 4px 4px 4px;
	
}
#notifications-bottom-right-tab-close{
	height: 20px;
	width: 20px;
	position: absolute;
	top: 8px;
	right: 8px;
	color: #cccccc;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#notifications-bottom-right-tab-close:hover {
	color: rgba(102,102,102,1);
	cursor: pointer;
}
#notifications-bottom-right-tab-avatar{
	float: right;
	height: 75px;
	width: 75px;
}
#notifications-bottom-right-tab-avatar img{
	/*-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	-khtml-border-radius: 50% 50% 50% 50%;
	margin-top: 15px;
	*/
	float: right;
	border-radius: 50%;
}
#notifications-bottom-right-tab-right{
	float: right;
	width: 200px;
	/*width: 220px;*/
	margin: 10px;
}
#notifications-bottom-right-tab-right-title{
	font-size:12px !important;
	float: right;
	width: 100%;
	color: #ffffff;
	font-weight: 600;
}
#notifications-bottom-right-tab-right-title span{
	color: #ff6a00;
}
#notifications-bottom-right-tab-right-text{
	float: right;
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	font-style: italic;
	margin-top: 5px;
}