body {
	background-color:#9dff20 !important; 
	
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.1);
}
p {
	text-align:justify;
}
.body-background {
	width:920px;
	margin:10px auto;
	padding:15px 0;
	background:#FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}
.nav-l {
	background:url(../images/nav-l.png) left top no-repeat;
	width:12px;
	min-height:50px;
	float:left;
	position:absolute;
}
.nav-r {
	background:url(../images/nav-r.png) top right no-repeat;
	width:12px;
	min-height:50px;
	float:right;
	position:absolute;
}
.nav-br {
	background:url(../images/nav-br.png) center top repeat-x;
	height:40px;
}
.nav-br:hover {
	background:url(../images/nav-br-h.png) center top repeat-x;
	height:40px;
}
.nav-br.active {
	background:url(../images/nav-br-h.png) center top repeat-x;
	height:40px;
}
.nav-fq-l {
	background:url(../images/fq-l.png) left top no-repeat;
	width:12px;
	min-height:50px;
	float:left;
	position:absolute;
}
.nav-fq-r {
	background:url(../images/fq-r.png) right top no-repeat;
	width:12px;
	min-height:50px;
	float:right;
	position:absolute;
}
.nav-fq-br {
	background:url(../images/fq-br.gif) center top repeat-x;
	height:40px;
	width:175px;
}
.nav-fq-br:hover {
	background:url(../images/fq-br-h.png) center top repeat-x;
	height:40px;
	width:175px;
}
.slider-br {
	background:url(../images/slider-br.png) center top repeat-x;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}
.whyus-br {
	color:#FFFFFF;	
	padding:3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}
.whyus {
	background:url(../images/why-br.png) left top no-repeat;
	width:100%;
	padding:10px;	
	text-decoration:none;
	margin-top:1px;
}
.whyus:hover {
	background:url(../images/why-br-h.png) left top no-repeat;
	text-decoration:none;
}
.whyus a h3 {
	font-size:22px;
	margin:0px;		
	color:#FFFFFF;
}
.whyus a h3:hover {	
}
.whyus-pink {
	background:url(../images/why-pink.png) left top no-repeat;
	width:100%;
	padding:0px;	
	text-decoration:none;
	margin-top:1px;
}
.whyus-pink:hover {
	background:url(../images/why-pink-h.png) left top no-repeat;
	text-decoration:none;
}
.whyus-pink a h3 {
	font-size:22px;
	margin:0px;		
	color:#000000;
}
.whyus-pink a h3:hover {	
}
.thumb-br {
	background:url(../images/thumb-br.jpg) center top repeat-x;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}
.thumb-br:hover {
	background:url(../images/thumb-br-h.jpg) center top repeat-x;
}
.thumb-br .img-thumbnail:hover {	
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}
.thumb-br .img-thumbnail a h4:hover {
	color:#530082;
}
.image-br {
	background:url(../images/image-br.png) center top repeat-x;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}
.image-br .img-thumbnail {	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:3px;
}
.hero-br {
	background:url(../images/hero1-br.jpg) center top repeat-x;
	min-height:180px;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}
.hero-br h3 {
	color:#FFFFFF;
}
.footer-br {
	background:url(../images/footer-br.jpg) center top repeat-x;
	min-height:100px;
	padding:10px;
	-moz-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}
.img-thumbnail h4 {
	text-align:center;
	color:#F200C3;
	margin:3px 0px;
}
a .get-started {	
	background:url(../images/getstarted1.png) center top no-repeat;
	width:100%;
	min-height:120px;
	height:auto;
	padding:10px;	
	text-decoration:none;
}
a .get-started h1 {
	color:#ff0000;
	font-size:29px;
	font-weight:700;
	margin:5px 0px;
	text-transform:uppercase;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.5),
		0px 1px 0px rgba(255,255,255,0.3);
}
a .get-started h3 {
	color:#ffffff;
}
a .get-started:hover {	
	background:url(../images/getstarted1-h.png) center top no-repeat;
	text-decoration:none;
	color:#FFFFFF;
}
.margin-topbot3 {
	margin:3px 0px;
}
.margin-notop {
	margin-top:0px;
}
.margin-top5 {
	margin-top:5px;
}
.margin-top10 {
	margin-top:10px;
}
.margin-top15 {
	margin-top:15px;
}
.margin-top20 {
	margin-top:20px;
}
.margin-top25 {
	margin-top:25px;
}
.margin-bot5 {
	margin-bottom:5px;
}
.margin-bot10 {
	margin-bottom:10px;
}
.margin-bot15 {
	margin-bottom:15px;
}
.margin-bot20 {
	margin-bottom:20px;
}
.margin-bot25 {
	margin-bottom:25px;
}
.nomargin {
	margin:0;
}
.nopadding {
	padding:0;
}
/* --- table --- */
table {
	border-collapse:separate; 
	border-spacing:0; 
	border-right:0px;
	border-top-width:5px; 
	margin-bottom:20px; 
	width:128px; 
	clear:both;
	border-left:1px solid #530081;
	border-bottom:1px solid #530081;
	  text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.1);
	-moz-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}
th {	
	background:url(../images/th-br.png) center top repeat-x;
	height:35px;
	max-height:35px;
	padding:0px 5px;
	text-transform:uppercase;
	text-align:center;
    color:#FFFFFF;	  
	border-top:1px solid #530081;
	border-right:1px solid #530081;
	-moz-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 3px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}
th h5 {
	text-align:center;
	color:#ffffff;
	margin:0;
}
td {
	text-align:center;
	padding:5px 5px;
	background:#ffffff;
	color:#530081;
	font-size:14px;
	border-top:1px solid #530081;
	border-right:1px solid #530081;
}
td:hover {
	background:#530081;
	color:#ffffff;
	cursor:pointer;
}
td h5 {
	text-align:left;
	color:#530081;
	margin:0;
	max-height:35px;
}
td h5:hover {
	background:#530081;
	color:#ffffff;
	cursor:pointer;
}
/*tbody tr:nth-child(2n+1) td {	
	background:#ab78c7;
}
tbody tr:nth-child(2n+1) td:hover {	
	background:#530081;
	color:#ffffff;
	cursor:pointer;
}*/
td-br-w {
	background:#ffffff;
}
td-br-w:hover {
	background:#530081;
	color:#ffffff;
	cursor:pointer;
}
.order-br {
	position:fixed;
	bottom:25px;
	height:auto;
	max-width:890px;
	min-height:95px;
	z-index:1000;
	background:#FFFFFF;
	padding:10px;
  border-radius: 10px 10px 5px 5px;  
	-moz-box-shadow:
		0px 3px 4px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 3px 4px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 3px 4px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}
.order-br label {
	font-size:14px;
}
.order-br h3 {
	font-size:20px;
}

.padding-all {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.borderline {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    border:1px solid #000;
    border-radius: 4px;
}

.ticker-container {
            background-color: #ffcc00; /* Bright color to draw attention */
            padding: 20px 0;
            overflow: hidden;
            position: -webkit-sticky; /* Safari */
            position: sticky; /* Sticky for all other modern browsers */
            top: 0;
            z-index: 1000; /* Ensure the banner stays on top */
            white-space: nowrap;
            width: 100%; /* Ensure the banner takes the full width of the page */
            box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.7),
                        inset 0px 0px 1px rgba(255, 255, 255, 0.5);
        }

        /* ====== Ticker-Tape ====== */
        .ticker-tape-section {
            overflow: hidden;
            margin: 10px -10px;
        }

        .ticker-tape-section__container {
            display: flex;
            position: absolute;
            left: 0;
            right: 0;
        }

        .ticker-tape__text-block {
            display: flex;
            justify-content: flex-start;
            animation: autoSliderOne 40s linear infinite;
            animation-delay: -40s;
            animation-play-state: running;
            animation-direction: normal;
        }

        .ticker-tape__text-block:nth-child(2) {
            animation: autoSliderTwo 40s linear infinite;
            animation-delay: -20s;
        }

        .ticker-tape--text {
            flex: 1;
            margin-right: 20px;
            font-family: "Arial";
            font-size: 18px;
            line-height: 0px;
            font-weight: 600;
            color: #6610f2;
            text-transform: uppercase;
            white-space: nowrap;
        }

        @keyframes autoSliderOne {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(-100%);
            }
        }

        @keyframes autoSliderTwo {
            0% {
                transform: translateX(0%);
            }
            100% {
                transform: translateX(-200%);
            }
        }

        .donate-button {
            position: absolute;
            right: 200px;
            top: 50%;
            transform: translateY(-50%);
            background: url(../images/donate-button3.jpg) center top repeat-x;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.2);
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.7),
                        inset 0px 0px 1px rgba(255, 255, 255, 0.5);
            cursor: pointer;
        }
        .donate-button:hover {
            background: url(../images/donate-button2.jpg) center top repeat-x;
            color: #fff;
        }
        
        .quote-button {
            margin-top: 20px;
            margin-bottom: 20px;
            background: url(../images/donate-button3.jpg) center top repeat-x;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.2);
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.7),
                        inset 0px 0px 1px rgba(255, 255, 255, 0.5);
            cursor: pointer;
        }
        .quote-button:hover {
            background: url(../images/donate-button2.jpg) center top repeat-x;
            color: #fff;
        }