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

@media screen and (min-width: 1500px) and (max-width: 1800px) {

}

@media screen and (min-width: 1350px) and (max-width: 1500px) {

}

@media screen and (min-width: 1200px) and (max-width: 1350px) {

}

@media screen and (min-width: 1000px) and (max-width: 1200px) {

}

@media screen and (min-width: 801px) and (max-width: 999px) {

}

@media screen and (min-width: 651px) and (max-width: 800px) {

}

@media screen and (min-width: 480px) and (max-width: 650px) {

}

@media screen and (max-width: 479px) {
	.donation-top-pad{margin-top:25%;}
	.top-margin{margin-top:25%;}
	.navbar-right {float: left!important; margin-right: 25px;}
	.select-box{margin-left:0px;}
	.pull-right {float: none !important; margin-top:15px;}
	.form-control{padding:0px;}
	.add_btn {position: absolute;left: 4px; z-index: 1; margin-left: 15px; top: 6%;}
	.card .header {color: #555; padding: 0px 20px 65px 20px; position: relative; border-bottom: 1px solid rgba(204, 204, 204, 0.35);}
}
