.baner{
	background-color: #474F53;
	overflow: hidden;
	padding: 5px;
}
.top_baner{
	margin-bottom: 5px;
}
.banner_vertical_text{
	color: #fff;
	transform: rotate(90deg);
}

.banner_horizontal_text{
	color: #fff;
}

.top_baner  .banner_vertical_text{
margin-top: 20px;
}
#sticky_bottom_of_page  .banner_vertical_text{
margin-top: 40px;
}
.banner_250_250 .banner_vertical_text{
	margin-top: 15px;
}
#sticky_bottom_of_page{
	position: fixed;
	bottom: 0;
	z-index: 20000;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width: auto;
}
#left_side{
	position:absolute;
	top:205px;
	min-width:100px;
	width: calc(50% - 570px);
	left: 0;
	padding-right:15px;
}
#right_side{
	position:absolute;
	top:205px;
	min-width:100px;
	width: calc(50% - 570px);
	right: 0;
	padding-left:15px;
}
.bs-callout a img{
	display: none;
}

#sticky_bottom_of_page img {
  margin:0 auto;
}

.banner_h5 {
    width: 310px;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}
