
.footer{
	padding-top: 82px;
	background:#024ba9 url(../images/footer/footer-bg.jpg) bottom center no-repeat;
}


.footer .in-footer{
	position: relative;
	padding: 0 0;
}

.footer .logo-footer{
}
.footer .logo-footer img{
	
}
.footer .name{
	margin-top: -66px;
	padding-top: 16px;
	padding-bottom: 110px;
	font-size:18px;
	line-height:18px;
	color:#fff;
	font-weight:bold;
	position: relative;
	background:url(../images/footer-32-1/logo-bg.png) top center no-repeat;
	background-size:100% auto;
	text-align:center;
}
.footer .address{
	color: #fff;
	font-size:14px;
	line-height:18px;
}

.footer .abt-name{
	padding: 0 9px;
	padding-bottom: 5px;
	font: 28px / 30px 'lineseed', Arial, sans-serif;
	color: #fff;
	font-weight: bold;
}
.footer .abt-name span{
	color: #fff;
}


.footer .address .ad-in-1{
	padding-bottom:20px;
	padding-left: 50px;
	background:url(../images/footer-32-1/icc-1.png) top left no-repeat;
}
.footer .address .ad-in-2{
	padding-top:8px;
	padding-bottom:20px;
	padding-left: 50px;
	background:url(../images/footer-32-1/icc-2.png) top left no-repeat;
}
.footer .address .ad-in-3{
	padding-top:8px;
	padding-bottom:20px;
	padding-left: 50px;
	background:url(../images/footer-32-1/icc-3.png) top left no-repeat;
}
.footer .address .ad-in-4{
	padding-top:8px;
	padding-bottom:20px;
	padding-left: 50px;
	background:url(../images/footer-32-1/icc-4.png) top left no-repeat;
}

.footer .tel{
	padding:10px 0px;
}

.footer .menu{
	font-size:14px;
	line-height:18px;
	margin-top: 7px;
}
.footer .menu .title{
	font-size: 17px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
}
.footer .menu ul{
	margin:0;
	padding:0;
}
.footer .menu ul li{
	margin:0;
	padding: 2px 0px;
}
.footer .menu ul li a{
	color:#fff;
}
.footer .menu ul li a:hover{
	color: #FFEB3B;
}
.footer .social-block{
	padding: 11px 0;
}

.footer .social-block .sblock-in{
	margin:0 5px;	
	width:30px;
	height:30px;
}
.footer .social-block .sblock-in img{
	max-width:100%;
	height:auto;
}
.footer .systemblock{
	background-color: #423c3f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:196px;
	font-size:12px;
	line-height:16px;
	margin: 0 auto;
	margin-top: 10px;
	color:#fff;
}
.footer .admin-system{
    position:relative;
    width: 120px;
    height: 22px;
    margin-left:0px;
    padding: 3px 8px;
    font-size:12px;
    text-align: left;
    background-position:4% 50%;
}
.footer .admin-system .notification{
    position:absolute;
    top: 4px;
    right: 5px;
    width: 28px;
    height:16px;
    /* background:url(../images/footer-36-1/notification_bg.png) top left no-repeat; */
    background: #ff0600;
    text-align:center;
    color:#fff;
    font-size:11px;
    line-height:16px;
    border-radius: 3px;
}
.footer .admin-system a{
    color: #fff;
    display:block;
    width:100%;
}
.footer .admin-system a:hover{
	color:#ff9c00;
}
.footer .stat{
    margin: 0px 0 0 5px;
    padding:0 5px;
    background: #e77b2b;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.footer .hi-stat{
    width: auto;
    height:18px;
    margin:-1px 0 0 5px;
}	
.footer .email{
	
}
.footer .email a{
	color:#fff;
	font-size: 12px;
	line-height: 21px;
}
.footer .email a:hover{
	color:#ff9c00;
}

.f-line{
	padding-left: 30px;
	border-right:#ff0600 3px solid;
	}

@media (min-width: 320px) and (max-width: 767px) { 
.footer{
	    padding-top: 10px !important;
	    min-height: 329px;
	    background-size: 899%;
}

.footer .name{
	margin-top: 0px;

}
.footer .name img{
	max-width:50%;
	height:auto;

}

.footer .menu{
	display:none;	
}
.footer .address{
	font-size: 14px;
	line-height: 18px;
}

.footer .abt-name {
	text-align:center;
    padding-bottom:10px;
    font: 28px / 30px 'lineseed', Arial, sans-serif;
	color:#fff;

}
.footer .abt-name span{
	color:#fff;

}
.f-line{
	padding-left:0px;
	border-right:#ff0600 0px solid;
	}

 }
 @media (min-width: 768px) and (max-width: 991px) { 
 .footer{
	    min-height: 329px;
    background-size: 399%;	
}
.footer .menu{
	display:none;	
}

.f-line{
	padding-left:0px;
	border-right:#ff0600 0px solid;
	}
 }
  @media (min-width: 992px) and (max-width: 1199px) { 
   .footer{
	    min-height: 329px;
    background-size: 399%;	
}
.footer .menu{
	display:none;	
}
.footer .name{
	font-size: 15px;
    line-height: 18px;	
}
  }