
.assist-bar-container{
	max-width: 960px;
	width: 100%;
	margin: auto;
	z-index: 101;
	position: fixed;
	bottom:0;
	left:0;
	right:0;

	-webkit-transition: bottom 0.5s ease;
	-moz-transition: bottom 0.5s ease;
	-ms-transition: bottom 0.5s ease;
	-o-transition: bottom 0.5s ease;
	transition: bottom 0.5s ease;
}

.assist-bar-container.open{
	bottom: 514px;
}
.assist-bar{
	display: none;
	position: absolute;
	bottom: 0;
	right: 50px;
	background: #4F6300;
	cursor: pointer;
}
.assist-bar > *{
	height: 49px;
	float:right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ab-form-trigger{
	color:white;
	font-weight: 500;
	padding: 12px 58px 3px 65px;
	position: relative;
}
.ab-form-trigger img{
	position: absolute;
	top: 15px;
	left: 15px;
	height: 20px;
}
.ab-form-trigger .ab-contact-name{
	font-size: 9px;
	line-height: 8px;
}
.ab-form-trigger .ab-help-text{
	font-size: 15px;
}
.ab-button{
	display: block;
	width: 45px;
	height: 49px;
	border-left: 1px solid transparent;
}
.ab-skype{
	background: #30D4FF url('/view/img/ico_skype_24_w.png') center center no-repeat;
	display: none;
}
.ab-message{
	position: absolute;
	top: 0;
	right: 0;
	background: url('/view/img/ico_message_24_w.png') center center no-repeat;
}
.ab-phone{
	background: url('/view/img/ico_call_24_w.png') center center no-repeat;
}


.assist-iframe-container{
	position:fixed;
	right: 0;
	z-index: 502;
	border-top: 0px solid #007f3d;
	bottom: -514px;
	bacground: #f1eee8;
	width: 100%;
	height: 514px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: bottom 0.5s ease;
	-moz-transition: bottom 0.5s ease;
	-ms-transition: bottom 0.5s ease;
	-o-transition: bottom 0.5s ease;
	transition: bottom 0.5s ease;
	background: white;
}
.assist-iframe-container.open{
	bottom: 0;
}
.assist-iframe-container iframe{
	width: 100%;
	height: 480px;
}

.assist-iframe-container .close{
	margin: 12px 23px 0 0;
	background: url('/view/img/ico_close_12_b.png') center center no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: right;
}

.assist-bar-overlay{
	display: none;
	position: fixed;
	top:0;left:0;
	z-index:100;
	width: 100%;
	height: 100%;
	background: rgba(0, 127, 61, 0.7);
}

@media all and (max-width:1000px){
	.assist-bar{
		right: 20px;
	}
}
@media all and (min-width:1000px){
	.ab-phone{
		display: none;
	}
}