.bluebg {
	background: #1681d3;
	background: -moz-linear-gradient(top, #1681d3 0%, #57baef 100%);
	background: -webkit-linear-gradient(top, #1681d3 0%,#57baef 100%);
	background: linear-gradient(to bottom, #1681d3 0%,#57baef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1681d3', endColorstr='#57baef',GradientType=0 );
	color: white;
}
html {
	height: 100%;
}
body {
	margin-top: 50px;
	padding-top: 20px;

}

.btn, .alert {
	border-radius: 0px;
	border: none;
}
.btn-default {
	outline: 1px solid #ccc;
}
.navbar-right {
	padding-right: 15px;
}

.btn-facebook{
	background-color:#1877f2;
	color: white;
	height: 40px;
	line-height: 1.7rem;
	border-radius: 5px;
}
.btn-facebook:hover, .btn-facebook:active {
	background-color:#1877f2;
	color: white;
}
.btn-google-plus{
	background-color:#dd4b39;
	color: white;
	height: 40px;
	line-height: 1.7rem;
	border-radius: 5px;
}
.btn-google-plus:hover, .btn-google-plus:active {
	background-color:#ca3523;
	color: white;
}

h2 {
 
}
.pad {
	padding-top: 20px;
	padding-bottom: 20px;
}

.btn-cta {
	font-size: 2em;
	padding: 0.5em 1.5em;
	margin-top: 20px;
	margin-bottom: 35px;
	background-color: #ffbe0f;
	color: #333333;
}
.btn-cta:hover{
	background-color: gold;
}

/*Landing Page*/

.landing {
	margin-top: -20px;
}

.landing h1 {
	font-size: 3em;
}

.landing .bluebg h1, .landing .bluebg h2, .landing .bluebg p {
	color: white;
}

.landingx p {
	font-size: 1.5em;
}

.landingx .icon_compatible img, .landing .paymenticons img {
	padding: 1em;
}

.landing .paddedrow {
	padding-top: 3em;
}

.landing .paddedrow-bottom {
	padding-bottom: 3em;
}

.landing .btn-cta {
		font-size: 2em;
		padding: 0.5em 2em;
		background-color: #ffbe0f;
		color: #333333;
}

.landing .paddedrow-bottom.quotes .each-q p:before {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.landing .paddedrow-bottom.quotes {
	padding-bottom: 0;
}

.landing .paddedrow-bottom.quotes h1 {
	padding-bottom: 2em;
	margin-bottom: 30px;
}

.landing .paddedrow-bottom.quotes .each-q {
	min-height: 140px;
}


.landing .paddedrow-bottom.quotes .each-q p, .landing .paddedrow-bottom.quotes .each-q span {
	text-align: left;
	display: block;
	font-style: italic;
	position: relative;
}

.landing .paddedrow-bottom.quotes .each-q span {
	font-style: normal;
}

.landing .paddedrow-bottom.quotes .each-q span a {
	text-transform: uppercase;
	color: #ababab;
	text-decoration: underline;
}

.landing .paddedrow-bottom.quotes .each-q span {
	color: #ababab;
}

.landing .paddedrow-bottom.quotes .each-q img {
	-webkit-clip-path: circle(35px at center);
					clip-path: circle(35px at center);
	width: 118px;
}

.landing .paddedrow.quotes-buttons{
	padding-top: 0;
}

.halfmoon{
	padding-left: 1em;
	padding-right: 1em;
}

.tooltip{
	font-size:1em;
}

/*.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 5%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}*/

#modalAds .modal-bg-1 {
		background-color: white;
}

.modal-bg-1 .close {
		color: black;
		display: block;
		font-size: 34px;
		font-weight: bold;
		line-height: 10px;
		opacity: 0.6;
		padding: 12px;
		position: absolute;
		right: 0;
		text-shadow: none;
		top: 0;
		z-index: 1;
}

#modalAds .modal-dialog {
		max-width: 900px;
		display: block;
		overflow: auto;
		padding: 15px;
		position: relative;
}

.files {
  width: 100%;
}
.files tr {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); 

}
.files tr:last-child {
  border-bottom-width: 0px;
}
.files td { 
  display: flex;
  align-items: center;
}

.files td.name {
  flex-grow: 1;

}
.files td > * {
   padding: 6px 12px;
}
.filesx td:first-child > * {
  padding-left: 24px;
}
.filesx td:last-child > * {
  padding-right: 24px;
}
.files td.name a {
  text-decoration: none; 
  color: #495057;
}
.files tr:hover {
  background: #f8f9fa;
}
.files tr:active {
  background: #e9ecef;
}

.files a {

  
  
} 
.files td.name a {
 
}
.files label {
  display: flex;
  align-self: stretch;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0px;
}
.files tr td:last-child {
 
}
.files tr td:first-child {
 
}



.files td a {
  display: flex;
  align-self: stretch;
  align-items: center;
  width: 100%;
  word-break: break-all;
}
.files input[type=checkbox] {
  outline: none;
    align-self: center;
  display: flex;
}

@media screen and (max-width: 992px) {
	.landing .paddedrow-bottom.quotes h1 {
		padding-bottom: 50px;
	}
	.landing .paddedrow-bottom.quotes .each-q {
		min-height: 200px;
		padding-bottom: 3em;
	}
	.landing .paddedrow-bottom.quotes .each-q p:before {
		display: none;
	}
	.landing .paddedrow-bottom.quotes .each-q p, .landing .paddedrow-bottom.quotes .each-q span {
		text-align: center;
	}
}

@media (max-width: 990px){
	.donation {
		text-align: center;
	}
	.btn-default {
		margin-bottom: 20px;
	}
}
/*Landing Page*/


a, .btn-link {
	color: rgb(156, 137, 79);
}
a:hover, .btn-link:hover, .btn-link:active {
	color: #927b00;
}
.btn-primary {
	background-color: rgb(255, 192, 0);
	color: black;
}
.btn-primary:hover, .bto-primary:active {
	background-color: #ce9b00;
	color: black;
}
.navbar-nav .glyphicon {
	color: #FFCD32;
	display: none;
}