
/*==========imp==*/
*{
	margin:0px;
	padding:0px;
}
a:hover{text-decoration:none;}


/*==========right===========*/
.sticky-container{
		/*background-color: #333;*/
		padding: 0px;
		margin: 0px;
		position: fixed;
		right: -107px;
		top:35px;
		width: 150px;
		z-index:999999;

	}

	.sticky li{
		list-style-type: none;
		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;
		/*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"); 
                filter: gray; 
                -webkit-filter: grayscale(100%); */
				
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff993f+0,ff7c00+51,ff993f+100 */
background: #ff993f; /* Old browsers */
background: -moz-linear-gradient(top,  #ff993f 0%, #ff7c00 51%, #ff993f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff993f), color-stop(51%,#ff7c00), color-stop(100%,#ff993f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff993f 0%,#ff7c00 51%,#ff993f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff993f 0%,#ff7c00 51%,#ff993f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff993f 0%,#ff7c00 51%,#ff993f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff993f 0%,#ff7c00 51%,#ff993f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff993f', endColorstr='#ff993f',GradientType=0 ); /* IE6-9 */
border-radius: 4px 0px 0px 4px;
    border: 2px solid #FFf;
	box-shadow:-2px 2px 3px #BB6206;


	}

	.sticky li:hover{
		margin-left: -86px;
		/*-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;
		color:#fff;

	}
	
	