/* marquee start */
#marquee {
	width: 100%; 
	position: fixed;
	bottom: 0px;
	left: 0px;
	background: #94a600;
	z-index: 9998;
	border-top: 1px solid #849200;
	color: #ffffff;
}			
#marquee-in { 	
	display: inline-flex;
	margin: 0px;
	padding: 0px;	
	white-space: nowrap;
	overflow: hidden;
}
@media (min-width: 1400px) {
/* marquee start */
.marqueeHight {
	height: 61px; 
	min-width: 320px;
}
#marquee-in { 
	font-size: 26px !important; 
	margin-top: 18px;
}
#footer.marquee_margin {
	margin-bottom: 71px;
}	
.mobile {
	display: none;
}
/* marquee end */
}


@media (max-width: 1399px) and (min-width: 980px) {
/* marquee start */
.marqueeHight { 
	height: 61px; 
	min-width: 320px;
}
#marquee-in { 
	font-size: 26px; 
	margin-top: 15px;
}
#footer.marquee_margin {
	margin-bottom: 71px;
}	
/* marquee end */
.mobile { display: none; }
}


@media (max-width: 979px) and (min-width: 768px) {
#marquee { height: 39px; }
#footer.marquee_margin {
	margin-bottom: 48px;
}
#marquee-in { font-size: 17px; margin-top: 9px; }
.mobile { display: none; }
}

@media (max-width: 767px) {
#marquee { height: 36px; }
#footer.marquee_margin {
	margin-bottom: 44px;
}
#marquee-in { font-size: 14px; margin-top: 10px; display: none; }
.computer { display: none; }
}
#up {
	z-index: 9999 !important;
}