﻿.sticky-container{
		/*background-color: #333;*/
		padding: 0px;
		margin: 0px;
		position: fixed;
		right: -108px;
		top:208px;
		width: 190px;
		z-index:999999;

	}

	.sticky li{
		list-style-type: none;
		background-color: #333;
		color: #efefef;
		height: 43px;
		padding: 0px;
		margin: 0px 0px 2px 0px;
		-webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;
		cursor: pointer;
		

	}

	.sticky li:hover{
		margin-left: -75px;
		/*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
		/*background-color: #8e44ad;*/
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
                -webkit-filter: grayscale(0%);
	}

	.sticky li img{
		float: left;
		margin: 5px 5px;
		margin-right: 10px;

	}

	.sticky li p{
		padding: 0px;
		margin: 0px;
		text-transform: uppercase;
		line-height: 43px;
	}
	
	
	

	
	/*------------slider inquiry----------*/

.slide_inquiry{
	width:240px;
	float:left;
	padding:0px 0px;
	position:fixed;
	top:170px;
	left:-202px;
	z-index:99999999999;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;	
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix 					 	type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter>	 	 	</svg>#grayscale");
}
.slide_inquiry:hover{
	left:0;
}
.hover_inquiry{
	width:180px;
	float:left;
	cursor:auto;
	background:#555;
	padding:20px 10px;
	border:solid 1px #000;
}
.in_box{
	width:180px;
	float:left;
	margin:0px 0px 10px 0px;
}
.in_box input{
	border:solid 1px #000;
	width:170px;
	height:26px;
	padding:0px 4px;
	border-radius:4px;
	color:#666;
	font-family:Calibri;
	letter-spacing:normal;
	font-size:13px;
	box-shadow: inset 1px 2px 5px #ccc;
}
.in_box textarea{
	border:solid 1px #000;
	width:170px;
	color:#666;
	padding:3px 4px;
	border-radius:4px;
	resize:none;
	font-family:Calibri;
	font-size:13px;
	letter-spacing:normal;
	box-shadow: inset 1px 2px 5px #ccc;
}
.in_box_bt{
	width:180px;
	float:left;
}
.in_box_bt .bt{
	padding:0px 25px;
	line-height:27px;
	background:#000;
	cursor:pointer;
	color:#fff;
	border:solid 1px #000;
	border-radius:5px;
}
.hover_button{
	width:38px;
	float:right;
	height:80px;
	background:#900;
	cursor:pointer;
}


























