/*#tsq_ban {
	position: absolute;
    top: 977px;
    left: 0px;
	width: 100%;
}
#tsq_ban .left_sec a{
	padding-left:10px;
	margin-left: -150px;
}
#tsq_ban .right_sec a{
	padding-right:10px;
	margin-right: -150px;
}
#tsq_ban a {
	display: block;
	text-decoration: none;
	margin-bottom: 8px;
}*/

#tsq_ban {
    position: absolute;
    z-index: 100;
    left: 50px;
    top: 250px;
}
#tsq_ban a {
    display: block;
    text-decoration: none;
    margin: 3px 0;
}
html.sticky-header-active #tsq_ban {
    z-index: 80;
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}