.main-header .logo .logo-lg {
	background: url(../img/logo/logo_extend.png) no-repeat center center;
    background-size: contain;
    width: 100%;
	height: 43px;
	margin-top:2px;
    display: inline-block;
}

.main-header .logo .logo-mini {
	background: url(../img/logo/logo_mini.png) no-repeat left center;
    background-size: contain;
    width: 100%;
    height: 45px;
}
.login-logo{
	background: url(../img/logo/logo_extend.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 150px;
}
.skin-blue .main-header .logo{background-color: #fff;}
.skin-blue .main-header .logo:hover{background-color: #fff;}
@media (min-width: 768px){
	.main-header .logo{padding:0px;}
	.main-header .logo .logo-mini{margin:3px!important;width:calc(100% - 6px) !important}
}
