/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*basic reset*/
* {
	margin: 0;
	padding: 0;
}
.nav {
	float: right !important;
}
.nav li {
	padding: 20px 2px 0 2px !important;
	text-transform: uppercase;
}
.nav li a {
	font-size: 14px;
	padding: 5px 8px;
}
.nav li:last-child a {
	background: #ec4736;
	border-radius: 5px;
	color: #ffffff;
}
.nav a:hover {
	text-decoration: none;
	color: #ec4736;
}
body {
	background: #67c58a;
}
.red {
	width: 100%;
	float: left;
	background: #ec4736;
	color: #ffffff;
	min-height: 40px;
	padding: 6px 0;
}
.red a {
	text-decoration: none
}
.red a:hover {
	text-decoration: none;
	color: #ffffff;
}
.red .fa {
	padding: 2px !important;
	font-size: 18px !important;
	width: 24px !important;
	background: #db362e !important;
}
.white {
	background: #ffffff;
	padding: 2px 0;
	width: 100%;
	float: left;
	min-height: 40px;
}
.step-1 {
	padding: 5% 0 !important;
}
.dark {
	background: #022213;
	min-height: 40px;
	width: 100%;
	float: left;
	z-index: 9999999;
	color: #ffffff;
	padding: 35px 0;
	font-size: 14px;
}
.dark li {
	list-style: none;
}
.dark h4 {
	font-size: 16px;
	text-transform: uppercase;
}
.dark a:hover {
	color: #ffffff;
	text-decoration: none;
}
.dark h3 {
	color: #14a762;
	font-size: 20px;
	text-transform: uppercase;
}
.make-untouchable {
	pointer-events: none;
}
/* Style all font awesome icons */
.fa {
	padding: 4px;
	font-size: 20px;
	width: 30px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
}
/* Add a hover effect if you want */
.fa:hover {
	opacity: 0.7;
}
/* Set a specific color for each brand */
/* Facebook */
.fa-facebook {
	background: #3B5998;
	color: white;
}
/* Twitter */
.fa-twitter {
	background: #55ACEE;
	color: white;
}
.fa-youtube {
	background: #ba2b04;
	color: white;
}
.fa-linkedin {
	background: #007bb6;
	color: white;
}
.fa-instagram {
	background: #ea2c59;
	color: white;
}
img {
	max-width: 100%;
	height: auto;
}
#top-header {
	background: #ec4736;
}
a.icon {
	color: #ffffff !important;
	line-height: 16px !important;
	max-height: 32px !important;
	box-sizing: border-box !important;
}
a.icon * {
	color: #ffffff !important;
}
.custom-select option {
	line-height: 25px !important;
	font-size: 16px;
	padding: 6px 2px !important;
	box-sizing: border-box;
}
.custom-select option:nth-child(2n) {
	background: #e9f4ed !important;
	cursor: pointer;
	color: #000000;
}
option.hover, .custom-select option:hover, .custom-select option:visited, .custom-select option:focus, .custom-select option:active {
	background: #67c58a !important;
}
.bg-dark * {
	color: #ffffff !important;
}
.content1 {
	position: absolute;
	z-index: 9999;
	left: 50%;
	top: 0;
	text-align: right;
	background-color: #ec4736;
	border-radius: 0 0 4px 4px;
	color: #ffffff;
	padding: 7px 1%;
	display: none;
	width: 400px;
	margin-left: -200px;
	text-align: center;
}
.i3-donation-cart-count {
	background: #ffffff;
	color: #00a561;
	border-radius: 4px;
	padding: 1px 5px;
}
.content1 a {
	color: #fff;
	text-decoration: none;
}
/*form styles*/
#msform {
	text-align: center;
	position: relative;
	margin-top: 30px;
}
#msform fieldset {
	background: white;
	border: 1px solid #9acab6;
	border-radius: 0px;
	box-shadow: 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 100%;
	margin: 0% auto;
	border-radius: 8px;
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
}
.overlay {
	background: rgba(0,0,0,0.59);
	display: none;
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 100%;
}
.overlay2 {
	background: rgba(0,0,0,0.59);
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 100%;
}
#msform input:focus, #msform textarea:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #ec4736;
	outline-width: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition: all 3s ease;
}
/*buttons*/
#msform .action-button, .action-button {
	width: auto;
	background: #ec4736;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 6px;
	cursor: pointer;
	padding: 15px 20px;
	margin: 10px 0px;
}
#msform .action-button:hover, #msform .action-button:focus, .action-button:hover, .green {
	background: #00a561;
	color: white;
}
.black {
	color: #000000;
	text-decoration: none;
}
.auto {
	width: auto;
	float: left;
	font-weight: bold;
	border: 0 none;
	border-radius: 6px;
	cursor: pointer;
	padding: 15px 20px;
	margin: 0 0px;
}
.green:hover {
	text-decoration: none;
	color: #ffffff;
}
.big {
	font-size: 30px;
}
.big2 {
	font-size: 30px;
	color: #000000;
	vertical-align: middle;
	font-weight: bold;
}
.gray {
	background: #d4d4d4;
	margin: 0 0 25px 0;
	padding: 10px 10px 0 10px;
	clear: both;
	width: 100%;
	height: auto;
}
.gray * {
	padding: 0px !important;
	margin: 0px !important;
}
.big3 {
	font-size: 34px;
	color: #1b9f4c;
	word-wrap: break-word;
}
.carts {
	background: #ffffff;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 500px;
	padding: 20px 0 1% 0;
	z-index: 999999;
	display: none;
}
.carts .row {
	padding: 10px 20px;
}
.carts2 {
	background: #ffffff;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 500px;
	padding: 20px 0 1% 0;
	z-index: 999999;
}
.carts2 .row {
	padding: 10px 20px;
}
#msform .action-button-previous {
	width: 100px;
	background: #a8afac;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 20px;
	margin: 10px 5px;
}
#msform .action-button-previous:hover, #msform .action-button-previous:focus {
	background: #00a561;
}
/*headings*/
.fs-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-weight: bold;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
.step-1 {
	padding-top: 5%;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: #0c2013;
	text-transform: uppercase;
	font-size: 12px;
	width: 24.33%;
	float: left;
	position: relative;
	letter-spacing: 1px;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 24px;
	height: 24px;
	line-height: 26px;
	display: block;
	font-size: 12px;
	color: #333;
	background: white;
	border-radius: 25px;
	margin: 0 auto 10px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px !important;
	background: #ffffff !important;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
	color: #065534;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
	background: #ec4736;
	color: white;
}
/* Not relevant to this form */
.dme_link {
	margin-top: 30px;
	text-align: center;
}
.dme_link a {
	background: #FFF;
	font-weight: bold;
	color: #ec4736;
	border: 0 none;
	border-radius: 25px;
	cursor: pointer;
	padding: 5px 25px;
	font-size: 12px;
}
.dme_link a:hover, .dme_link a:focus {
	background: #C5C5F1;
	text-decoration: none;
}
.last * {
	text-align: left !important;
}
.last input[type="button"] {
	text-align: center !important;
}
.price {
	display: none;
	font-size: 20px;
	padding: 0;
	text-align: center;
}
#priceselector {
	margin: 20px 0;
}
.rmd-donation__currencies, .rmd-donation__contents {
	max-width: 300px !important;
	float: none !important;
	margin: 0px auto 18px auto;
}
.rmd-donation__currencies li {
	width: 33.333%;
	padding-right: 6px;
	float: left;
	list-style: none;
}
.rmd-donation__currencies li:last-child {
	padding: 0;
}
.rmd-donation__currency {
	position: relative
}
.rmd-donation__currency input {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1
}
.rmd-donation__currency input:checked + .rmd-donation__currency__text {
	border-color: #009241
}
.rmd-donation__currency__text {
	border: 2px solid #ccc;
	height: 42px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	display: block
}
.rmd-donation__currency__text:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
	padding-top: 2px
}
.rmd-donation__radio {
	position: relative;
	margin-bottom: .86957em
}
.rmd-donation__radio input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.rmd-donation__radio input[type="radio"]:checked + .rmd-donation__radio__text {
	background-color: #e02b20;
	color: #ffffff !important;
}
.rmd-donation .rmd-donation__radio input[type="radio"]:checked + .rmd-donation__radio__text:after {
	color: #ffffff
}
.rmd-donation__radio:hover .rmd-donation__radio__text {
	background-color: #e02b20;
	color: #ffffff !important;
}
.rmd-donation .rmd-donation__radio:hover .rmd-donation__radio__text:after {
	color: #ffffff;
}
.rmd-donation__radio:hover .rmd-donation__radio__textfield {
	background-color: #e02b20;
	color: #ffffff !important;
}
.rmd-donation__radio__text {
	border: 1px solid #ccc;
	padding: 1.21739em 1.73913em 1.21739em 1.08696em;
	display: block;
	font-size: .95652em;
	font-weight: 600;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	overflow: hidden
}
.rmd-donation__radio__text.\--completed, .rmd-donation.\--step-1 .rmd-donation__box.\--step-1 .rmd-donation__radio input[type="radio"]:checked + .rmd-donation__radio__text, .rmd-donation.\--step-2 .rmd-donation__box.\--step-1 .rmd-donation__radio input[type="radio"]:checked + .rmd-donation__radio__text, .rmd-donation.\--step-2 .rmd-donation__box.\--step-2 .rmd-donation__radio input[type="radio"]:checked + .rmd-donation__radio__text {
	background-color: #e02b20
}
.rmd-donation .rmd-donation__radio__text {
	color: #ffffff;
}
.rmd-donation__radio__text:after {
	font-family: 'muslimaid'!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.04348em;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -.52174em;
	color: #253522
}
.rmd-donation .rmd-donation__radio__text {
	border: 0;
	background-color: #009241;
}
.rmd-donation__radio__check {
	color: #253522;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #898d88;
	position: absolute;
	top: 50%;
	left: 17px;
	font-size: 18px;
	margin-top: -7px;
	font-family: 'muslimaid'!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.rmd-donation__radio__check:before {
	display: none;
	width: 16px;
	height: 16px;
	margin-top: -1px
}
.close {
	float: right;
	text-align: right !important;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.searchable-container {
	margin: 0;
	height: auto;
	max-height: 320px;
	overflow-y: auto;
	padding: 0px !important;
}
.searchable-container h4 {
	font-size: 16px;
	font-weight: bold;
}
.searchable-container h3 {
	font-size: 17px;
}
.box-donation__price {
	font-size: 24px;
	font-weight: bold;
}
.searchable-container label.btn-default.active .box-donation__price, .searchable-container label.btn-default.active h4 {
	color: #009241
}
.searchable-container label.btn-default.active {
	background-color: #ffffff;
	border: #009241 2px solid;
}
.searchable-container label.btn-default {
	width: 120%;
	border: 2px solid #d4d5cf;
	margin: 0px 0 10px 0;
	outline: 0px !important;
	padding: 60px 5px 10px 5px;
	box-sizing: border-box;
	min-height: 300px;
}
.searchable-container label .bizcontent {
	width: 100%;
}
.searchable-container .btn-group {
	width: 100%
}
.searchable-container .btn span.glyphicon {
	opacity: 0;
}
.searchable-container .btn.active span.glyphicon {
	opacity: 1;
}
@media only screen and (max-width: 600px) {
body {
	background: #fff;
	overflow-x: hidden
}
.col-sm {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-sm-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col-sm-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-sm-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-sm-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-sm-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-sm-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-sm-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-sm-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-sm-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-sm-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-sm-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-sm-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-sm-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
	float: left;
	padding: 0 15px !important;
}
.carts2 .row {
	padding: 10px 0px;
	margin: 0px;
}
.searchable-container {
	margin: 0;
	height: auto;
	max-height: 50%;
	overflow-y: auto
}
.searchable-container h4 {
	font-size: 16px;
	font-weight: bold;
}
.searchable-container h3 {
	font-size: 17px;
}
.box-donation__price {
	font-size: 24px;
	font-weight: bold;
}
.searchable-container label.btn-default.active .box-donation__price, .searchable-container label.btn-default.active h4 {
	color: #009241
}
.searchable-container label.btn-default.active {
	background-color: #ffffff;
	border: #009241 2px solid;
}
.searchable-container label.btn-default {
	width: 120%;
	border: 2px solid #d4d5cf;
	margin: 0px 0 10px 0;
	outline: 0px !important;
	padding: 20px 5px 10px 5px;
	box-sizing: border-box;
	min-height: 200px;
}
.searchable-container label .bizcontent {
	width: 100%;
}
.searchable-container .btn-group {
	width: 100%
}
.searchable-container .btn span.glyphicon {
	opacity: 0;
}
.searchable-container .btn.active span.glyphicon {
	opacity: 1;
}
}
.checkbox label:after, .radio label:after {
	content: '';
	display: table;
	clear: both;
}
.checkbox .cr, .radio .cr {
	position: relative;
	display: inline-block;
	border: 2px solid #a9a9a9;
	border-radius: 50%;
	width: 1.2em;
	height: 1.2em;
	float: none;
	margin-right: 0;
}
.radio .cr {
	border-radius: 50%;
}
.checkbox .cr .cr-icon, .radio .cr .cr-icon {
	position: absolute;
	font-size: .8em;
	line-height: 0;
	top: 50%;
	left: 20%;
}
.radio .cr .cr-icon {
	margin-left: 0.04em;
}
.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
	display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
	opacity: .5;
}
/************************ UBS CSS START HERE *****************************/
.account_block .row div {
	margin-bottom: 10px;
}
.account_block .or_11 {
	margin: 0 5px;
}
.account_block .login-form-block, .account_block .create-account-block {
	border: 3px solid #67c58a;
	border-radius: 5px;
	text-align: left;
}
.error.display-alerts {
	color: #dc3545;
	display: block;
	width: 100%;
}
.error_list {
	color: #dc3545;
	text-align: center;
}
.login-user-block .after-login a, .login-user-block .before-login a {
	color: #fff;
	display: inline-flex;
	padding: 2px;
	padding-right: 2px;
	background-color: #db362e;
	padding: 2px 10px;
	border-radius: 2px;
	text-align: right;
	color: #fff;
	margin-left: 10px;
}
#acoount-created-alert-popup {
	position: absolute;
	top: 50%;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 500px;
	z-index: 99999;
	padding: 40px 20px;
	text-align: center;
	transform: translate(0, -50%);
	border: 1px solid #bbb;
	color: #67c58a;
}
.content-block-area #example_wrapper {
	padding: 40px 0;
}
#createAccount .create_account_block {
	max-width: 1200px;
	display: block;
	left: 0;
	opacity: 1;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	border-radius: 6px;
}
.forgot_password_main .forgot_password_fieldset {
	max-width: 350px;
	display: block;
	left: 0;
	opacity: 1;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	border-radius: 6px;
}
.forgot_password_main .display-error-list {
	text-align: center;
	margin-bottom: 20px;
}
.forgot_password_main .display-success-list {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	color: green;
}
.forgot_password_main .single_err {
	margin-bottom: 10px;
	color: #ec4736;
}
.forgot_password_main #RPform {
	margin: 180px auto;
}
.login-create-block .account_block ul li {
	display: inline-block;
	width: 150px;
	text-align: center;
	background: #fff;
	margin: 10px;
	padding: 10px 20px;
	cursor: pointer;
}
.login-create-block .account_block ul {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
.login-create-block .account_block ul li.active {
	background: #ec4736;
	color: #fff;
}
#donations_qurbani_submenu_list {
	margin-bottom: 18px;
}
/**************************** USERADMIN CSS START HERE****************************/
.user-admin-area-section .content-block-area {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.user-admin-area-section .content-block-area .menu__lock-- {
	width: 250px;
	padding-top: 40px;
	padding-right: 10px;
}
.clearfix.container.user-admin-area-section {
	max-width: 1400px;
}
.user-admin-area-section .content-block-area .table__block__ {
	width: calc(100% - 300px);
	background: #fff;
	margin: 40px 0;
	padding: 20px;
}
.user-admin-area-section .content-block-area .menu__lock-- ul li.active {
	background-color: #ec4736;
}
.user-admin-area-section .content-block-area .menu__lock-- ul li.active a {
	color: #fff;
}
.menu__lock-- ul li a {
	color: #000;
	padding: 0 10px;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.menu__lock-- ul li {
	list-style: none;
	color: #fff;
	height: 35px;
	background: #fff;
	margin-bottom: 10px;
	line-height: 35px;
}
.display-error-list {
	text-align: center;
	color: #ec4736;
}
.display-success-list {
	text-align: center;
	color: green;
}
.action_buttons_11 button {
	margin-right: 15px;
	margin-bottom: 10px;
}
element {
	display: block;
}
.account_block .row div {
	margin-bottom: 10px;
}
.account_block .login-form-block {
	max-width: 450px;
	margin: 0 auto;
}
.login-create-block .create-account-block .col-md-6 {
	display: inline-block;
}
.user_reciepts_table .download_reciepts_btn .btn {
	background-color: #6ba944;
	color: #fff;
	margin: 5px 0;
}
#directDebitDonationForm div input {
	margin: 6px auto;
}
#direct-debit-block-start .inner1 {
	background: #fdfcf6 none repeat scroll 0 0;
	border: 1px solid #ec4736;
	margin: 0 auto;
	padding: 12px 47px;
	width: 700px;
	text-align: left;
}
#ContentPlaceHolder1_submit:hover {
	background-color: #67c58a;
	border-color: #67c58a;
}
#direct-debit-block-start .go-back-btn-to--cart-page {
	background-color: #6ba944;
	color: #fff;
}
/**************************** USERADMIN CSS END HERE****************************/
/************************ UBS CSS END HERE *****************************/
.next__button {
	width: auto;
	background: #ec4736;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0;
	cursor: pointer;
	padding: 10px 20px;
	margin: 0 0px;
}
.next__button:hover {
	background: #00a561;
}
#virtual_back_btn__11 {
	background-color: #00a561;
	width: 100px;
	background: #00a561;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 20px;
	margin: 10px 5px;
}
div#direct-debit-block-start {
	margin: 35px 0 50px;
}
#ContentPlaceHolder1_directform .text-center > h2 {
	color: #555;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 24px;
	font-weight: 700;
}
#ContentPlaceHolder1_mainform .row p {
	font-family: sans-serif;
	font-size: 14px;
	color: #666;
}
#directDebitDonationForm > h3 {
	color: #ec4736;
	font-weight: 700;
	margin-top: 20px;
}
#ContentPlaceHolder1_mainform > form#directDebitDonationForm {
	color: #666;
	font-size: 14px;
}
#directDebitDonationForm .chkbox {
	margin-right: 10px;
}
#submitDirectDebitform.btn.btn-primary {
	border: 1px solid #777;
	font-weight: bold;
	padding: 11px 36px;
	text-transform: uppercase;
}
#submitDirectDebitform.btn.btn-primary:hover {
	background: #67c58a none repeat scroll 0 0;
	border-color: #67c58a;
}
#direct-debit-block-start > .container {
	text-align: center;
}
h1#sitehead {
	border-bottom: 4px solid #ccc;
	display: inline-block;
	float: none;
	font-size: 26px;
	margin: 0 auto 20px;
	text-align: left;
	text-transform: uppercase;
	width: 80%;
}
#sitehead a {
	color: #ec4736 !important;
	font-weight: 700 !important;
	line-height: normal;
	text-decoration: none !important;
	cursor: auto !important;
}
#msform .monthly--donation---plan {
	width: auto;
	background: #ec4736;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 6px;
	cursor: pointer;
	padding: 18px 20px;
	margin: 10px 0px;
	margin-left: 20px;
	display: none;
}
.current_page__direct-debit #cart_top_info_div {
	display: none !important;
}
/*For Mobile*/
@media only screen and (max-width:760px) {
img {max-width:100%; height:auto;}
body {font-size:0.7rem !important;}	
.dark {text-align:center !important;}
}