html,body {
    margin: 0;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
	font-weight: 400;
	color: rgba(0,0,0,.9);
	background:#f5f5f5;
}
body{
	background-image: url(../images/bg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 20px 0px;
}
div,p,h1,h2,h3,h4,ul,form,br{
	margin:0;
}
div,p,h1,h2,h3,h4,ul,form,br{
	margin:0;
}
select{
	font-size: 14px;
	width:100%;
	height: 30px;
	padding-left:10px;
}
.info-circle{
	border-radius:50%;
	width:20px;
	height:20px;
	line-height:20px;
	color: #00529B;
	background-color: #BDE5F8;
	padding:10px;
	margin:20px auto 20px auto;
	font-size:20px;
	text-align:center;
}
.success-circle{
	border-radius:50%;
	width:20px;
	height:20px;
	line-height:20px;
	background:#88ffd1;
	color:#4F8A10;
	padding:10px;
	margin:20px auto 20px auto;
	font-size:20px;
	text-align:center;
}
.fail-circle{
	border-radius:50%;
	width:20px;
	height:20px;
	line-height:20px;
	background:#FFBABA;
	color:#D8000C;
	padding:10px;
	margin:20px auto 20px auto;
	font-size:20px;
	text-align:center;
}
a{
	text-decoration:none;
	color: rgba(0,0,0,.9);
}
a.link:hover{
	text-decoration:underline;
}
input[type="submit"],a.button{
	background-color: #00aff0;
	border: 1px solid #00aff0;
	border-top-color: rgb(99, 94, 190);
	border-right-color: rgb(99, 94, 190);
	border-bottom-color: rgb(99, 94, 190);
	border-left-color: rgb(99, 94, 190);
	color: rgba(255,255,255,.9);
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	border: 1px solid transparent;
	border-radius: 50px;
	padding: 10px 25px;
	font-size: .875rem;
	transition: all .2s ease;
	vertical-align: middle;
	font-weight: 300;
	cursor: pointer;
	box-shadow: 0 5px 10px rgba(99,94,190,.4) !important;
}
input[type="submit"],a.btn{
	background-color: #00aff0;
	border: 1px solid #00aff0;
	border-top-color: rgb(99, 94, 190);
	border-right-color: rgb(99, 94, 190);
	border-bottom-color: rgb(99, 94, 190);
	border-left-color: rgb(99, 94, 190);
	color: rgba(255,255,255,.9);
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	border: 1px solid transparent;
	border-radius: 50px;
	padding: 10px 25px;
	font-size: .875rem;
	transition: all .2s ease;
	vertical-align: middle;
	font-weight: 300;
	cursor: pointer;
	box-shadow: 0 5px 10px rgba(99,94,190,.4) !important;
}
a.btn:hover{
	color: rgba(255,255,255,.9);
}
input[type="text"],input[type="password"],input[type="number"]{
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #dfe7f3;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom:5px;
	height: 30px;
}
.container{
	width:950px;
	margin:50px auto 50px auto;
}
.header{
	background:#f5f5f5;
	padding:10px;
	font-weight:bold;
	text-align:center;
}
.header.white{
	background:#fff;
}
.content{
	background:#fff;
	padding:20px;
	border-radius:20px;
}
.inline-block{
	display:inline-block;
	vertical-align:top;
}
.information p, .success p, .warning p,.validation p,.error p{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:30px;
}
.information {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
	background-repeat: no-repeat;
}
.success {
	color: #4F8A10;
	background-color: #88ffd1;
	background-image:url('../images/success.png');
	background-repeat: no-repeat;
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
	background-repeat: no-repeat;
}
.error ,.success,.warning,.information{
	margin: 10px 0px;
	padding:0px 10px 0px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}
.feedback-container{
	width:400px;
	margin:20px auto 20px auto;
}
#animation,#animation_2,#animation_3{
	display:none;
}
.spinner {
  margin:200px auto 200px auto;
  width:10px;
  height:10px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #00aff0;
  border-right-color: transparent;
  border-radius: 50%;
  margin-left:auto;
  margin-right:auto;
}
@keyframes rotate {
	0%    { transform: rotate(0deg); }
	100%  { transform: rotate(360deg); }
}
.spin{
  margin: 30px;
  height: 10px;
  width: 10px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #00aff0;
  border-right-color: transparent;
  border-radius: 50%;
  margin-left:auto;
  margin-right:auto;
}
@keyframes rotate {
	0%    { transform: rotate(0deg); }
	100%  { transform: rotate(360deg); }
}
.dialog{
	position: fixed;
	z-index: 2;
	content:'';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display:none;
}
.dialog-content{
	display:none;
	width:300px;
	margin:120px auto 40px auto;
	background:#fff;
	padding:20px;
	position:relative;
}
.dialog-close{
	display:none;
	position:absolute;
	right:0;
	top:-30px;
	font-size: 25px;
	cursor:pointer;
	color:#00aff0;
}
.color_1{
	color:#00aff0;
}
.cur{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	border-radius:20px;
	padding:5px;
	margin-left:10px;
	position: relative;
	top: 13px;
	cursor:pointer;
	background:#fff;
}
.cur i{
	color:#000;
}
.currency{
	position:fixed;
	right: 130px;
	top: 71px;
	background:#fff;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	border-radius:20px;
	display:none;
}
.currency ul li:first-child{
	border-radius:20px 20px 0px 0px; 
}
.currency ul li{
	border-bottom:1px solid #f0f0f0;
}
.currency ul li:last-child{
	border-bottom:0px solid #f0f0f0;
	border-radius:0px 0px 20px 20px; 
}
.currency ul li a{
	padding:10px 20px 10px 20px;
	color:#000;
	display:block;
	cursor:pointer;
}
.currency ul li:hover{
	background:#f0f0f0;
}
.currency ul li:hover a{
	color:#1686D9;
}
.currency ul li.active{
	background:#f0f0f0;
}
.currency ul li.active a{
	color:#1686D9;
}
ul{
	list-style:none;
}
#progress{
	display:none;
}
#response{
	margin-top:20px;
}
.spin{
	margin: 30px;
	height: 10px;
	width: 10px;
	animation: rotate 0.8s infinite linear;
	border: 8px solid #00aff0;
	border-right-color: transparent;
	border-radius: 50%;
	margin-left:auto;
   margin-right:auto;
}
.pull-right{
	float:right;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.bold{
	font-weight:bold;
}
.pay-box{
	border: 1px dotted #00aff0;
	padding: 20px;
	border-radius:20px;
}
.donors {
    font-weight: bold;
    font-size: 25px;
}
.donors-text {
    font-weight: bold;
    font-size: 15px;
}
.contributions {
    font-weight: bold;
    font-size: 25px;
}
ul{
	list-style:none;
}
.header-container {
	width:950px;
	margin: 14px auto 10px auto;
}
.top-header {
	border-bottom: 3px solid #00aff0;
}
.footer{
	width:950px;
	margin: 100px auto 10px auto;
}
.footer-links{
	border-bottom:1px dotted #000;
	padding: 0px 0px 10px 0px;
	margin-bottom: 20px;
}
.footer-links ul li{
	list-style:none;
	display:inline-block;
}
.footer-links ul li a{
	padding:10px 20px 10px 0px;
	text-decoration:none;
	color:#000;
}
.footer-links ul li a:hover{
	text-decoration:underline;
}
ul{
	margin:0px;
	padding: 0px;
}
.remain-inline{
	display: inline-block;
	vertical-align:top;
}
.rounded{
	border-radius:20px;
}
@media only screen and (max-width: 992px) {
	.spinner{
		margin:50px auto 50px auto;
	}
	.currency{
		right: 10px ! important;
		top: 82px ! important;
	}
	.inline-block{
		display:block ! important;
		width:100% ! important;
		margin-bottom:30px;
	}
	.container {
		width: 100% ! important;
		margin: 10px auto 10px auto;
	}
	.header-container {
		width: 100% ! important;
	}
	.wrapper{
		padding:10px;
	}
	.content {
		padding:0px ! important;
	}
	.content .inner{
		padding:10px;
	}
	.pay-box {
		padding:0px ! important;
	}
	.pay-box .inner{
		padding:10px;
	}
	.footer{
		width:100% ! important;
		margin: 30px auto 10px auto ! important;
		font-size:12px;
	}
	#feedback {
		right: 10px ! important;
		left: 10px;
	}
}