/* CSS Document */
.header-fixed{
  position: absolute;
  top: 0;
}
.fa {
font-size: 1.5em;
padding: 1px 0 0 0;
}
h1 {
font-size: 28px;
line-height: 32px;
font-weight: 300;
padding: 0 0 12px;
}
h2 {
	font-size: 18px;
	padding: 0;
	font-weight: 300;
}
.main_text {
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	display: inline-block;
	color: #FFFFFF;
	padding: 0px 10px;
}
.main_text2 {
font-size: 18px;
line-height: 32px;
text-align: left;
display: inline-block;
color:#FFFFFF;
}
.ft_txt {
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	color: #FFFFFF;
	padding: 0px 10px;
}
.inl_01 img {
display: inline-block;
vertical-align: middle;
padding:0 0 3px 0;
}
#pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1001;
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 0 0 0;
	border-radius: 30px;
	width: 45px;
	height: 45px;
	background-color: #FF6600;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	opacity: 0.8;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 1;
}
.12bg {
	background: url(http://shapes-dl.com/images/417_bg.jpg) no-repeat center;
	background-size:cover;
	overflow: hidden;
	width: 100%;
	height: auto;
    margin: 0px;
    padding: 0px;
}
.u_10 {
padding: 8px 0;
}
@media screen and (max-width:940px) {

}

@media screen and (max-width:767px) {

}

@media screen and (max-width:480px) {
h1 {
font-size: 15px;
}
h2 {
font-size: 13px;
}
.main_text {
font-size: 12px;
line-height: 18px;
}
.main_text2 {
font-size: 14px;
line-height: 24px;
}
.sf-menu a {
font-size: 12px;
}
.ft_txt {
font-size: 12px;
line-height: 18px;
}
}