@media (max-width: 992px){
	li.menu-item-has-children > ul.dropdown-menu > li.menu-item {
	    padding: 0px !important;
	}

	ul.navbar-nav > li.current-menu-item > a, 
	ul.navbar-nav > li.current-menu-item > a:hover {
	    color: #5FC51B !important;
	}
  .icon-trees-will{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.card{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	width: auto;
	border-radius: 10px;
}
.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card-body{
	padding:10px;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.count-title{
	padding: 10px;
    font-weight: bold;
    font-size: 20px;
}
.count-title-btn{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.count-title-btn:hover{
	color: #5FC51B !important;
	background-color: #fff !important;
	border: 1px solid #2ac933 !important;
}
  
.banner-title{
	text-align: center;
}
.banner-logo img{
    display: block !important;
    height: 100px !important;
    left: 50% !important;
    min-height: 100% !important;
    min-width: 100% !important;
    object-fit: contain !important;
    position: relative !important;
    /* top: 50% !important; */
	margin-top: 120px;
    transform: translate(-50%, 0%) !important;
    width: auto !important;

}
.why-should-do.giving-tuesday-section {
	margin-top: 110px;
}
.why-should-do.giving-tuesday-section .title-center{
	text-align: center;
	color:#8CC10B;
	font-size:35px;
	margin-bottom: 20px;
}
.why-should-do.description-header h3{
	font-size: 30px;
	padding: 15px;
}
.why-should-do.description p{
	font-size: 20px;
}
.why-should-do.bottom-description{
	font-size: 20px;
    padding: 15px;
}
.article.giving-tuesday.img{
	width: 100%;
    height: 268px !important;
    object-fit: cover;
    object-position: center;
}
@media only screen and (max-width: 600px) {
	.banner-logo img{
		display: block !important;
		height: 100px !important;
		left: 50% !important;
		min-height: 100% !important;
		min-width: 100% !important;
		margin-top: 46px;
		object-fit: contain !important;
		position: relative !important;
		transform: translate(-50%, 0%) !important;
		width: auto !important;
	}

	.why-should-do.giving-tuesday-section .title-center{
		text-align: center;
		color:#8CC10B;
		font-size:20px;
	}
	.why-should-do.description-header h3{
		font-size: 36px;
		padding: 0px;
	}
	.why-should-do.bottom-description{
		margin-top: 10px;
		font-size: 24px;
		padding: 0px;
	}
  .icon-trees-will{
    position: relative !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  /* .title-big{
    font-size: 13px !important;
    letter-spacing: 2.67px !important;
    line-height: 1em !important;
    font-weight: 300 !important;
    color: #fff !important;
  }
  .logo{
    height: 60px !important;
    margin-bottom: 20px !important;
  }
  .sub-title {
    font-size: 11px !important;
    letter-spacing: 2.67px !important;
    line-height: 1em !important;
    font-weight: 300 !important;
    color: #fff !important;
    margin-bottom: 20px !important;
} */
}

/* PROGRESS BAR */
.progress {
	width: 100%;
	height: 50px;
}

.progress-wrap {
	background: #8CC10B;
	margin: 20px 0;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.progress-bar {
	background: #ddd;
	left: 0;
	position: absolute;
	top: 0;
}


/* CLOCK */
/* #clockdiv {
	font-family: sans-serif;
	color: #FFFFFF;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
  }
  
  #clockdiv > div {
	padding: 10px;
	border-radius: 3px;
	background: #8cc10b;
	display: inline-block;
  }
  
  #clockdiv div > span {
	padding: 15px;
	border-radius: 3px;
	background: #FFFFFF;
	display: inline-block;
  }
  
  .smalltext {
	padding-top: 5px;
	font-size: 16px;
  }
  
  #clockdiv span {
	 color: #1a1a1a;
  } */
  /* .title-big{
    font-size: 80px ;
    letter-spacing: 2.67px ;
    line-height: 1em ;
    font-weight: 300 ;
    color: #fff ;
  }
  .sub-title{
    font-size: 20px ;
    letter-spacing: 2.67px ;
    line-height: 1em ;
    font-weight: 300 ;
    color: #fff ;
    margin-bottom: 20px ;
  } */
  .btn.btn-border{
    padding: 15px 40px;
    display: inline-block;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: all ease 0.2s;
    color: #fff;
    border: 2px solid white;
  }
  /* TESTIMONIAL */
  @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
.testimonial.giving-tuesday-section{
	margin-top: 50px;
}
figure.snip1157 {
  max-height: 500px;
  height: 500px;
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
}
figure.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 25px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
  /* font-family: 'FontAwesome'; */
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
}
figure.snip1157 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fafafa;
  margin: 0;
  position: absolute;
}
figure.snip1157 .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.snip1157 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1157 .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}

.testimonial-people {
  background-color: #87bb0b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
}

.testimonial-title{
   color: #8CC10B !important;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

