/* Go to Demos */
.go-to-demos {
	-webkit-transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	transition: padding 0.3s ease;
	background-color: #EEE;
	border-radius: 0 6px 6px 0;
	color: #888 !important;
	display: block;
	font-size: 10px;
	height: 40px;
	left: 0;
	line-height: 38px;
	padding: 0 15px 0 10px;
	position: fixed;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 90px;
	width: auto;
	z-index: 1050;
}
.go-to-demos .fa {
	-webkit-transition: left 0.3s ease;
	-moz-transition: left 0.3s ease;
	transition: left 0.3s ease;
	display: inline-block;
	padding-right: 5px;
	position: relative;
	left: 0;
}
.go-to-demos:hover {
	text-decoration: none;
	padding-left: 25px;
}
.go-to-demos:hover .fa {
	left: -7px;
}
 @media (max-width: 991px) {
.go-to-demos {
	display: none;
}
}