.container {max-width: 980px;}
body {font-family: 'Open Sans', sans-serif; background: url(../images/body-bg.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 20px auto 40px;
		}
	/*.sect-titles {position:relative;} */
	/*.sect-title:after {
	content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #292929;
    position: absolute;
    bottom: -8px;
    left: 48%;
	}*/	
	.logo-container {margin-top: 0 auto; max-width: 50px; width:100%;}
	.form-container {max-width: 500px; width: 100%; border: 1px solid #09F;
    padding: 5px 20px;}
	.form-container img {}
	//.top-row { background-color: #09F;}
	// .top-row h1 {font-weight: bold; color:#ffffff;}
	// .top-row p { color: #ffffff;}
	.top-row img {padding-bottom: 20px; border-bottom: 2px solid #000;}
	#donate-form {}
	.form-row .form-control {height: 35px; border-radius:0; border: 1px solid #0DB0F5;}
	.input-group .form-control {border: 1px solid #ccc;}
	.input-group-special[class*=col-] { padding-right: 15px; padding-left: 15px;}
	// .pers-info {padding: 0}
	.pers-info h3 {color: #ffffff; background-color: #0D57F5; padding: 20px;}
	// .offer-type {padding-right: 0}
	.offer-type h3 {color: #ffffff; background-color: #ff6500; padding: 20px;}
	.form-row {
	// padding-bottom: 20px;
    // border-bottom: 2px solid #333;
	 margin-bottom: 10px;
		}
	.form-row h3 {
		}
	.form-row blockquote {
		font-size: 0.93572em;
    margin-bottom: 0;
	color: #bdbdbd;
		}
	.form-row label {font-weight: normal;}
	.offer-type label {color: #0D96F5; font-weight: normal;}
	.projects-row {}
	.project {
		background-color: #fff;
    padding: 20px;
    // border-right: 1px solid #ccc;
    // margin-right: 15px;
    // width: 32.257798878%;
		}
	// .projects-row .project:last-child {margin-right: 0;}
	.desc {margin-top: 10px;}
	.progress {height: 10px; background-color: #FFDEC8;}
	.progress-bar {background-color: #FF6500;}
	.project-icons {color: #b9b9b9;}
	.project .glyphicon-triangle-right {color: #b9b9b9;}
	p.desc {font-size: 12px; color: #b9b9b9}
	.cont-form-group {
		background-color: #fff;
    padding: 20px;
		}
	a {color: #FF6500;}
	a:focus, a:hover {color: #ff3600;}
	.goal-row {font-size: 11px;}
	.collected {padding-right: 0;}
	.btn-donate {
    background-color: #0D57F5;
	border-radius: 0;
		}
	.btn-donate:hover {background-color: #0A42B9;}
	.goal-set {color: #FF6500; font-weight: bold;}
	.col-md-4 .gateways-img {padding-top: 10px;}
	.divider {height: 2px; background-color: #000; margin: 10px auto;}
	footer .copyright {margin-top: 50px;}
	footer .copyright p, footer .copyright a {color: #4e6182; font-size: 11px;}
	
	
@media only screen and (min-width: 768px) {
		.row.vdivide [class*='col-']:not(:last-child):after {
		  background: #e0e0e0;
		  width: 1px;
		  content: "";
		  display:block;
		  position: absolute;
		  top:48%;
		  bottom: 0;
		  right: 0;
		  height: 30px;
		}
}

@media screen and (min-width: 992px) {

	}