#chat-slider {
    position: fixed;
    right: 0;
    top: 150px;
	z-index: 1000;
}

@media all and (max-width: 768px) {
	#chat-slider { display:none; }
}

.slider-wrapper {    
    height: 100px;
    clear: both;
}

.slider-handle {
    width: 52px;
    height: 173px;
    background: #38af4b;
    float: left;
	cursor: pointer;
}

.slider-expand {
	background: url(/images/chat/slider-ex.jpg) no-repeat;
}

.slider-collapse {
	background: url(/images/chat/slider-col.jpg) no-repeat;
}

.slider-body {
    width: 300px;
	margin-right: -300px;
    height: 100%;
	min-height: 200px;
	color: #fff;
    float: left;
	background: #083860 url(/images/chat/agent.png) no-repeat bottom right;
}

.slider-content {
    width: 300px;
	padding: 15px;
}

.slider-content p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 15px;
}

.slider-content h3 {
	margin-top: 0;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}

.slider-content .link {
	color: #fff;
	font-size: 12px;
	background: url(/images/chat/ChatWhite.png) no-repeat top left;
	display: block;
	padding-top: 60px;
	margin-bottom: 10px;
}