footer p.copyright{
	padding-bottom:65px !important;
}
#topcontrol{
	z-index:98;
}
iframe{
	z-index:1;
}
#stl-bottom{
	padding-bottom:50px;
}
#bottombar{
	width:100%;
	border:none;
	position: fixed;
	bottom: 0px;
	z-index :95;
	left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#019734;
	opacity: 0.9;
	color:#e9f112;
	font-size:17px;
}
#bottombar .inner{
	width:990px;
	margin:0 auto;
	text-align:left;
}
#bottombar .inner, #bottombar .t, #bottombar .hotline{
	height:40px;
}
#bottombar .hotline{
	line-height:40px;
	vertical-align:middle;
	background:url(../images/hotline.png) no-repeat left;
	padding-left:80px;
	float:left;
	/*text-shadow: 2px 2px 2px #333;*/
	white-space:nowrap;
}
#bottombar .hotline span{
	font-size:23px;
	font-weight:bold;
}
#bottombar .hotline  span a{ 
	color:inherit;
	text-decoration:none;
}
#bottombar .line2{
	margin-left:50px;
}
#bottombar .line3{
	float:right;
}
#bottombar .t{
	float:right;
	margin-right:25px;
	white-space:nowrap;
	line-height:45px;
	text-shadow: 2px 2px 2px #333;
	font-size:18px;
}
#bottombar .t a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-left: 15px;
}
#bottombar .t a.button {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 20px;
  line-height:1.3;
}
@media (max-width: 1024px) {
}

@media (max-width: 930px) {
	#bottombar .t{
		float:left !important;
		margin-left:25px;
	}
}

@media (max-width: 640px) {
	#bottombar{
		font-size:15px;
	}
	#bottombar .t{
		display:none;
	}
	#bottombar .hotline span{
		font-size:18px;
	}
}
