.TG-footer {
	right: -135px;
	bottom: 10px;
	width: 300px;
	height: 55px;
	position: fixed;
	z-index: 100000;
	font-size: 11px;
	border-radius: 5px;

}

.TG-content, .TG-logo, .TG-name{
	float: left;
	display: inline-block;
}

.TG-content {
	width: 40%;
	height: 100%;
	background-color: #e67817;
	color: #fff;
	padding: 12px 10px 5px 15px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	position: absolute;
	right: 65%;
}

.TG-logo {
	width: 20%;
	height: 100%;
	z-index: 100000;
	position: absolute;
	right: 45%;
	-webkit-box-shadow: -2px 0 4px 0 rgba(0,0,0,1);
	box-shadow: -2px 0 4px 0 rgba(0,0,0,1);
}

.TG-logo img{
	width: 100% !important;
	height: 100% !important;
}

.TG-name {
	width: 45%;
	height: 55px;
	background-color: #e67817;
	padding: 12px 5px 5px 15px;
	position: absolute;
	border-top-left-radius: 5px;
	right: 20%;
	border-bottom-left-radius: 5px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.TG-name a{
	color: #fff;
}

.TG-name a:hover{
	text-decoration: none;
	color: #000;
}

.TG-name-display{
	right: 65%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.tgfooter-div {
	display: none;
	background: #000;
	padding: 10px;	
}

.tgfooter-text {
	color: #e67817;
	margin: 0 0 8px;
	font-weight: bold;
	font-size: 12px;
}

.tgname {
	margin: 0;
}

.tgname a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	transition: .2s all ease;
}

.tgname a:hover {
	color: #e67817;
	transition: .2s all ease;
}