html{
	min-height: 100%;
}
body {
	background: url("../images/bg.jpg");
	margin-bottom: 25px !important;
	margin-top: 50px !important;
	overflow: auto !important;
}

.zhuti {
	position: fixed !important;
	top: 0 !important;
	background-color: antiquewhite !important; 
	width: 100% !important; 
	height: 50px !important;
	-webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.2) !important;
	box-shadow: 2px 5px 8px rgba(0,0,0,0.2) !important;
	z-index: 9999;
}




.m-foot-position{
	position: fixed !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 5em !important;
	font-weight: 300 !important;
	letter-spacing: 1px !important;
	opacity: 0.9 !important;
}

.m-high-min-small{
	min-height: 100px !important;
}
.m-high-min{
	min-height: 300px !important;
}
.m-high-min-big{
	min-height: 900px !important;
}

.m-padded-tb-massive {
	padding-top: 5em !important;
	padding-bottom: 15em !important;
}
.m-padded-bottom {
	padding-bottom: 5em !important;
}
.m-margin-top {
	max-width: 300px !important;
	max-height: 300px !important;
	margin-top: 1.5em !important;
	margin-left: 1em !important;
}
.m-margin-top-tiny {
	margin-top: 0.5em !important;
}

.m-image-size{
	height: 200px !important;
	width: 200px !important;
}

.m-span-title-style{
	font-size: 20px !important;  
}

.m-shadow-small{
	-webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.2) !important;
	box-shadow: 2px 5px 8px rgba(0,0,0,0.2) !important;
}

@media screen and (max-width: 768px){

	
}



