@charset "utf-8";
/* CSS Document */

.marquee-1 {
	position: relative;
	z-index: 2;
	color: red;
	/*font-family: arial;*/
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	display: block;
	/*width: 65%;*/
	width: 100%;
	float: left;
	margin-top: 15px;
}

.marquee-bg {
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffd0;
	margin-right: 15px;
	display: inline-block;
}

@media screen and (max-width:945px) {
	.marquee-1 {
		width: 70%;
	}
}
/*@media screen and (max-width:945px) {
	.marquee-1 {
		width: 47%;
	}
}*/
.overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: (255, 255, 255, 0.4);
	z-index: 9999;
	height: 100%;
	background: url(https://www.tooveys.com/media/images/loading.gif) 50% 50% no-repeat rgba(255, 255, 255, 0.4);
}
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: (255, 255, 255, 0.4);
	z-index: 9999;
	height: 100%;
	background: url(https://www.tooveys.com/media/images/loading.gif) 50% 50% no-repeat rgba(255, 255, 255, 0.4);
}


