@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	font-weight:300;
	}
	
a 	{
	text-decoration:none;
	color:#000000;
	}
		
#wrapper {
	width:100%;
	margin:0;
	}
	
#banner {
	overflow:hidden;
	height:500px;
	width:100%;
	-webkit-transition: all ease-in-out 0.2s ;
	-moz-transition: all ease-in-out 0.2s ;
	-o-transition: all ease-in-out 0.2s ;
	-ms-transition: all ease-in-out 0.2s ;
	transition: all ease-in-out 0.2s ;
	}
	
	#banner2 {
		width:100%;
		height:400px;
		background-image:url(../images/volunteerbanner.png);
		}
		
	#banner2 img {
		width:180px;
		height:auto;
		margin-top:100px;
		margin-left:555px;
		}
	
		/*flex slider start*/
		
		@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 14%;
  z-index: 100;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255,255,255,0.5);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '<';
  z-index:100;
  color: rgba(255,255,255,0.5);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '>';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: 1;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  text-align: center;
}
.flex-control-nav li {
  margin: 10px;
  display: inline;
  zoom: 1;
  display: inline;
  
}
.flex-control-paging li a {
	z-index:100;
  width:11px;
  height: 11px;
  display: inline;
  float:left;
  margin-left:0px;
  position:absolute;
  margin-top:-1360px;
  background: #fff;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #fff;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  position: absolute;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.flexslider ul li #welcome {
	width:100%;
	height:500px;
	background-image:url(../images/slider.png);
	color:#fff;
	font-family:inherit;
	}
	
	.flexslider ul li button  {
		z-index:10;
		font-style:bold;
		font-size:18px;
		}
		
	.flexslider ul li #welcome img {
		z-index:10;
		float:left;
		margin-left:570px;
		margin-top:130px;
		width:160px;
		height:auto;
	}
	
	.flexslider ul li #slider1 {
		width:100%;
		height:500px;
		color:#fff;
		background-image:url(../images/slider1.png)
		}
		
		.flexslider ul li #slider1 button{
		margin-left:760px;
		margin-top:350px;
		}
		
		.flexslider ul li #slider2 {
		width:100%;
		height:500px;
		color:#fff;
		background-image:url(../images/slider2.png)
		}
		
		.flexslider ul li #slider2 button {
		margin-left:170px;
		margin-top:250px;
		}
	

/*flexslider css end*/

	
	
#logo {
	top:25%;
	left:45%;
	position:absolute;
	height:240px; 
	width:175px;
	}
	
	.logo {
	position:absolute;
	visibility:hidden;
	top:15px;
	left:20px;
	height:45px; 
	width:53px;
	}
	
	
	/*Start of navi css*/
nav {
	width:100%;
	transition: all 0.5s;
	height:90px;
	margin-top:0px;
	position:absolute;
	height:75px;
	background-color:#fff;
	font-size:18px;
	overflow:hidden;
	z-index:1;
}



	nav a {
		position: relative;
		float:left;
		display:inline;
		margin-top:15px;
		outline: none;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 400;
		text-shadow: 0 0 1px rgba(255,255,255,0.3);
		font-size: 20px;
		text-align:center;
	}
	
	
	.navbar-fixed {
		top: 0;
		z-index: 100;
	  position: fixed;
		width: 1280px;
		-webkit-transition: all ease-in-out 0.2s ;
	-moz-transition: all ease-in-out 0.2s ;
	-o-transition: all ease-in-out 0.2s ;
	-ms-transition: all ease-in-out 0.2s ;
	transition: all ease-in-out 0.2s ;
	}
	
	nav.navScroll {
		top:0;
		background: #000;
		background:rgba(0,0,0,0.7);
		transition: all 0.5s;
		position:fixed;
		top:0;
		z-index:10000;
	}
		
	img.logo {
		float:left;
		transition: all 0.5s;
	}
	
	.logoScroll {
		display:inline;
		visibility:visible;
		z-index:99999;
		top:15px;
		left:20px;
		position:fixed;
		height:45px; 
		width:53px;
		transition:all 0.5s;
	}
	
	
	div.menu {
		text-align:center;
	}
	
	div.menuScroll {
		float:right;
	}
	
	li.nav {
		display:inline;
		text-decoration:none;
		padding-left:15px;
	}
	
		li.nav a {
			list-style-type: none;
			text-decoration:none;
			color:#fff;
			text-shadow:0.5px 0 0 rgba(255,255,255,0.5);
		}
	
		li.nav a:hover {
			color: #F0C0A8;
		}
	
	.navScroll a.selected {
		color: #F0C0A8;
	}
	
	/*End of navi css*/

.navibutton {
	margin-left:108px;
	font-size:19px;
	}
	
#facebook {
	position:fixed;
	margin-top:77px;
	z-index:99999;
	right:0;
	width:40px;
	height:40px;
	background-image:url(../images/facebookicon.svg);
	}
	
	#facebook:hover {
		background-image:url(../images/facebookiconhover.svg);
		}
	
	#youtube {
	position:fixed;
	margin-top:118px;
	z-index:99999;
	right:0;
	width:40px;
	height:40px;
	background-image:url(../images/youtubeicon.svg);
	}
	
	#youtube:hover {
		background-image:url(../images/youtubeiconhover.svg);
		}
	
	
	
	/*Search component css start*/
	
		@font-face {
			font-family: 'icomoon';
			src:url('../fonts/icomoon/icomoon.eot');
			src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
				url('../fonts/icomoon/icomoon.woff') format('woff'),
				url('../fonts/icomoon/icomoon.ttf') format('truetype'),
				url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
			font-weight: normal;
			font-style: normal;
		}
		
		.sb-search {
			z-index:999999;
			position: fixed;
			margin-top:159px;
			right:0px;
			width: 40px;
			height: 40px;
			float: left;
			overflow: hidden;
			-webkit-transition: width 0.5s;
			-moz-transition: width 0.5s;
			transition: width 0.5s;
			-webkit-backface-visibility: hidden;
		}
		
		.positioning {
			top:44px;
			}
		
		
		.sb-search-input {
			position: relative;
			top: 0;
			float:right;
			border: none;
			outline: none;
			background-color: #fff;
			width: 220px;
			height: 40px;
			margin: 0;
			z-index: 10;
			font-family: inherit;
			font-size: 15px;
			color: #000;
			padding-left:20px;
			right:40px;
			
		}
		
		.sb-search-input::-webkit-input-placeholder {
			color: #6a6a6a;
		}
		
		.sb-search-input:-moz-placeholder {
			color: #6a6a6a;
		}
		
		.sb-search-input::-moz-placeholder {
			color: #6a6a6a;
		}
		
		.sb-search-input:-ms-input-placeholder {
			color: #6a6a6a;
		}
		
		.sb-icon-search,
		.sb-search-submit  {
			border-radius: 9px;
			width: 40px;
			height: 40px;
			display: block;
			position: absolute;
			right: 0;
			top: 0;
			padding: 0;
			margin: 0;
			line-height: 40px;
			text-align: center;
			cursor: pointer;
		}
		
		.sb-search-submit {
			background: #fff; /* IE needs this */
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
			filter: alpha(opacity=0); /* IE 5-7 */
			opacity: 0;
			color: transparent;
			border: none;
			outline: none;
			z-index: -1;
		}
		
		.sb-icon-search {
			color: #ffda00;
			background: rgba(48,48,48,0.8);
			z-index: 90;
			font-size: 22px;
			font-family: 'icomoon';
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			-webkit-font-smoothing: antialiased;
		}
		
		.sb-icon-search:hover {
			background-color:rgb(48,48,48,0.8);
			color:#fff;
			}
		
		.sb-icon-search:before {
			content: "\e000";
		}
		
		/* Open state */
		.sb-search.sb-search-open,
		.no-js .sb-search {
			width: 100%;
			
		}
		
		.sb-search.sb-search-open .sb-icon-search,
		.no-js .sb-search .sb-icon-search {
			background: #000;
			color: #fff;
			z-index: 11;
		}
		
		.sb-search.sb-search-open .sb-search-submit,
		.no-js .sb-search .sb-search-submit {
			z-index: 90;
		}
		
		#sb-icon-search-:hover {
			}
		/*Search component end*/
			
#aboutus {
	margin-top:70px;
	width:100%;
	height:500px;
	background-color:#f7f7f5;
	}
	
	#aboutus h2 {
		font-size:36px;
		letter-spacing:2px;
		margin-left:160px;
		padding-top:70px;
		color:#C8C8B6;
		}
		
		#aboutus #events {
			width:360px;
			height:420px;
			position:absolute;
			float:left;
			margin:-30px 0 0 790px;
			}
			
			#aboutus #events .eventsect {
				width:360px;
				height:80px;
				margin-top:5px;
				background-color:#fff;
				}
				
				#aboutus #events .eventsect .eventcontent { margin: -65px 10px 10px 90px;
				font-size:13px;
				}
				
				#aboutus #events .eventsect .time { 			
				margin: 10px 10px 10px 120px;
				font-size:13px;
				font-weight:500;
				text-align:right
				}
				
				
				#aboutus #events .eventsect .date {				
				width:80px;
				height:80px;
				background-color:#000;
				color:#ffd923;
				padding:13px;
				font-size:18px;
				line-height:23px;
				text-align:center;
					}
					
				#aboutus #events .eventsect .date:hover {	width:80px;
				height:80px;
				background-color:#ffd923;
				color:#000;
				padding:13px;
				font-size:18px;
				line-height:23px;
				text-align:center;
				
				
		-webkit-transition: all ease-in-out 0.2s ;
		-moz-transition: all ease-in-out 0.2s ;
		-o-transition: all ease-in-out 0.2s ;
		-ms-transition: all ease-in-out 0.2s ;
		transition: all ease-in-out 0.2s ;
					}
					
		#aboutus #events .eventsect .date strong {			font-size:36px;
					}
		
				
		.bodytext {
			position:absolute;
			width:490px;
			height:400px;
			margin-left:160px;
			text-align:justify;
			text-justify:inter-word;
			line-height:35px;
			}
		
		#aboutus button {
			margin-top:240px;
			float:left;
			z-index:10;
			color:#000;
			margin-left:160px;
			}
			
			#aboutus button:hover {
			color:#ffd923;
			}
			
			
#ourservices { 
	width:100%;
	height:620px;
	margin:0px;
	}
	
	#ourservices h2 {
		font-size:36px;
		letter-spacing:2px;
		margin-left:440px;
		color:#C8C8B6;
		}
		
	.services {
			margin-top:10px;
			width:293px;
			height:480px;
			position:absolute;
			background-color:#f7f7f5;
			}
	
	.services:hover {
		box-shadow: inset 0 0 0 9px #e8e8e8;
		-webkit-transition: all ease-in-out 0.2s ;
		-moz-transition: all ease-in-out 0.2s ;
		-o-transition: all ease-in-out 0.2s ;
		-ms-transition: all ease-in-out 0.2s ;
		transition: all ease-in-out 0.2s ;
		}
	
	#treatment {
		margin-left:165px;
		float:left;
		}
	
	#rehab {
		margin-left:508px;
		float:left;
		} 
	
	#supervision {
		margin-left:836px;
		float:left;
		} 
		
		.services h3 {
			font-family:'Raleway';
			font-size:18px;
			padding:10px;
			text-align:center;
			}
			
			.services img {
				margin-left:28%;
				}
				
				.services .text {
					margin-top:30px;
					margin-left:21.5px;
					width:250px;
					height:150px;
					line-height:30px;
					text-align:center;
					}
					
#help {
	width:100%;
	height:820px;
	padding-top:70px;
	background-color:#ffd923;
	background-repeat:no-repeat;
	background-size: cover;
	-webkit-transition: all ease-in-out 0.2s ;
	-moz-transition: all ease-in-out 0.2s ;
	-o-transition: all ease-in-out 0.2s ;
	-ms-transition: all ease-in-out 0.2s ;
	transition: all ease-in-out 0.2s ;
	} 
		
		#help h3 {
		font-family:'Raleway';
		font-size:38px;
		letter-spacing:2px;
		margin:60px 0 0 440px;
		color:#FFFFFF;
			}
		
			#help .image {
			height:285px;
			width:440px;
			float:left;
			margin: -50px 0 0 0;
				}
			
/* Hover Image Thing */
#help .grid2 {
	margin: 10px 130px;
	max-width: 1000px;
}

#help .grid2 a {
	float: left;
	max-width: 500px;
	color: #333;
}

#help .grid2 a:nth-child(odd) {
	margin:0;
}

#help .grid2 figure {
	position: relative;
	overflow: hidden;
	margin: 30px;
	background: #333;
}

#help .grid2 figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#help .grid2 figcaption {
	position: absolute;
	top: 0;
	z-index: 11;
	padding: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height:32px;
}

#help .grid2 figcaption h2 {
	font-style:italic;
	letter-spacing:2px;
	font-family:'Raleway','Helvetica', 'Arial', sans serif;
	color:#ffd923;
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	margin-top:-0.5px;
	font-size: 130%;
	-webkit-transition: -webkit-transform 0.3s;
		-moz-transition: -moz-transform 0.3s ;
		-o-transition: -o-transform 0.3s ;
		-ms-transition: -ms-transform 0.3s ;
		transition: transform 0.3s ;
}

#help .grid2 figcaption p {
	padding: 0 20px;
	color: #aaa;
	font-weight: 300;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

#help .grid2 figcaption h2,
#help .grid2 figcaption p {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

#help .grid2 figure button {
	position: absolute;
	padding: 4px 20px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

#help .grid2 figcaption,
#help .grid2 figcaption h2,
#help .grid2 figcaption p,
#help .grid2 figure button {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Style for SVG */
#help .grid2 svg {
	position: absolute;
	top: -1px; /* fixes rendering issue in FF */
	z-index: 10;
	width: 100%;
	height: 100%;
}

#help .grid2 svg path {
	fill: #fff;
}

/* Hover effects */
#help .grid2 a:hover figure img {
	opacity: 1;
}

#help .grid2 a:hover figcaption h2,
#help .grid2 a:hover figcaption p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#help .grid2 a:hover figcaption p {
	opacity: 0;
}

#help .grid2 figure button {
	top: 50%;
	left: 50%;
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0.25);
	transform: translateY(-50%) translateX(-50%) scale(0.25);
}

#help .grid2 a:hover figure button{
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
	transform: translateY(-50%) translateX(-50%) scale(1);
}




/* Hover Image Thing */	
			
#donate .text{
	width:400px;
	float:left; 
	margin:320px 50px 0 150px;
	position:absolute;
	text-align:justify;
	text-justify:inter-word;
	line-height:35px;
	}
		#donate h4 {
			font-style:italic;
			font-size:24px;
			letter-spacing:2px;
			font-family:'Helvetica', 'Arial', sans serif;
			color:#FFF;
			text-align:center;
			float:left;
			}
						
		#donate imgoverlay {
			float:right;
			}
							
		#donate .img {
			background-image:url(images/elderly-pic-2.jpg);
			width:400px; 
			height:270px;
			float:left;
			margin-left:150px;
			margin-top:30px;
			}
				
			#volunteer .text{
				width:400px;
				float:left; 
				margin:320px 50px 0 700px;
				position:absolute;
				text-align:justify;
				text-justify:inter-word;
				line-height:35px;
				}
#footer {
	width:100%;
	height:255px;
	background-color:#353535;
	padding-left:120px;
	overflow:hidden;
	color:#fff;
	}
	
	#copyright {
		margin-top:20px;
		margin-left:80px;
		}
		
		#copyright a {
			color:#ffda00;
			margin-left:30px;
			}

		#copyright a:hover {
			color:#fff;
			}
	#newsletter form {
		margin-left:70px;
		margin-top:160px;
		}
		
		#newsletter button {
			width:250px;
			height:50px;
			background-color:#ffda00;
			border:none;
			text-align:center;
			font-weight:500;
			
		-webkit-transition: all ease-in-out 0.2s ;
		-moz-transition: all ease-in-out 0.2s ;
		-o-transition: all ease-in-out 0.2s ;
		-ms-transition: all ease-in-out 0.2s ;
		transition: all ease-in-out 0.2s ;
			
			}
			
			#newsletter button:hover {
				background-color:#AFAFAF;
				}
				
	#newsletter input {
		width:700px;
		height:50px;
		padding:10px 8px 10px 8px;
		float:left;
		}
		
		#newsletter input:focus {
		border:solid 4px #ffda00;
		}
	
	
	#footer ul {
		list-style:none;
		}
	
	#footer ul a {
		color:#fff;
		line-height:28px;
		-webkit-transition: all ease-in-out 0.2s ;
		-moz-transition: all ease-in-out 0.2s ;
		-o-transition: all ease-in-out 0.2s ;
		-ms-transition: all ease-in-out 0.2s ;
		transition: all ease-in-out 0.2s ;
		}
	
	#footer ul a:hover {
		color:#ffd923;
	}
	#footer .sect {
		float:left;
		width:300px;
		height:120px;
		}
	
		
/*donation form*/
		@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

#donate #form {
	width:100%;
	height:900px;
	position:absolute;
	}

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:120px;
	background-image:url(../images/geometry2.png)
}

	#form-main h2{
		font-size:18px;
		margin-left:510px;
		}

	#form-main div.panel {
		padding: 0 18px;
		max-height: 0;
		overflow: hidden;
		transition: 0.6s ease-in-out;
		opacity: 0;
		}

		#form-main div.panel.show {
			opacity: 1;
			max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
		}
		
		
/*ACCORDION START*/
	#accordionfaq button.accordion {
    color: #444;
	margin-left:160px;
	width: 1000px;
    cursor: pointer;
    padding: 18px;
 	background-color:#ffd923;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

	#accordionfaq button.accordion:hover {
   background-color:#D9D9C2;
}
	

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
#accordionfaq button.accordion.active, button.accordion:hover {
    background-color: #ffd923;
}
#accordionfaq a {
	font-weight:600;
	}
	
	#accordionfaq a:hover {
	color:#FFD400;
	}

/* Style the accordion panel. Note: hidden by default */
#accordionfaq div.panel {
	margin-left:160px;
	width: 1000px;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
#accordionfaq div.panel.show {
    opacity: 1;
    max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

#accordionfaq button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #D8D8D8;
    float: right;
    margin-left: 5px;
}

#accordionfaq button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}


/*ACCORDION END*/

#contactus h2 {
	font-size:24px;
	margin-left:450px;
		color:#C8C8B6;
		padding-top:90px;
	}
	
	#contactus {
		margin-top:00px;
		}
		
		#contactus #form-div {
			margin-top:50px;
			}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
    margin-top:70px;
	margin-bottom:60px;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-left:10%;
	z-index:100;
}

	.feedback-input {
		color:#3c3c3c;
		font-family:  'Raleway','Helvetica', 'Arial', sans-serif;
		letter-spacing:1px;
	  font-weight:500;
		font-size: 16px;
		border-radius: 0;
		line-height: 22px;
		background-color: #fbfbfb;
		padding: 13px 13px 13px 54px;
		margin-bottom: 10px;
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	  border: 3px solid rgba(0,0,0,0);
	  
	}
	
#donate .form .name {
	width:430px;
	margin-left:200px;
	}
	
	#donate .form .lastname {
	width:430px;
	float:left;
	margin-top:-64px;
	margin-left:670px;
	}
	
	#donate .form .donation {
	width:430px;
	}
	
		.feedback-input::-webkit-input-placeholder
		{
   color: #a1a1a1;
}
		.feedback-input:-moz-placeholder
{
   color: #a1a1a1;
}

.feedback-input::-moz-placeholder
{
   color: #a1a1a1;
}
.feedback-input:-ms-input-placeholder
		{
   color: #a1a1a1;
}

		.feedback-input:focus{
			background: #fff;
			box-shadow: 0;
			border: 3px solid #ffd923;
			color: #000;
			outline: none;
		  padding: 13px 13px 13px 54px;
		}
		
		.focused{
			color:#30aed6;
			border:#30aed6 solid 3px;
		}
		
	#form select {
		background-color:#583B3C;
		}
	
/* Icons in form Start ---------------------------------- */
#name{
	background-image: url(../images/formname.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(../images/formsemail.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(../images/formscomment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#address  {
background-image: url(../images/formshome.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#donation  {
background-image: url(../images/formsmoney.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}


/* Icons in form End ---------------------------------- */

	textarea {
		width: 100%;
		height: 150px;
		line-height: 150%;
		resize:vertical;
	}
	
	input:hover, textarea:hover,
	input:focus, textarea:focus {
		background-color:white;
	}

#button-blue{
	background-color: #ffd923;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size:24px;
 	font-weight:700;
	color:white;
	float:left;
	width: 100%;
	cursor:pointer;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  	margin-top:-4px;
	border: #fbfbfb solid 4px;
}
	
	#button-blue:hover{
		background-color: rgba(0,0,0,0);
		color: #3c3c3c;
	}
			
		.submit:hover {
			color: #3498db;
		}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}
		
		.submit:hover .ease{
		  width:100%;
		  background-color:white;
		}



 #map {
	 float:right;
     width: 550px;
     height: 330px;
	 background-color:#5D3B3C;
	 margin-top:70px;
	 right:100px;
	 position:absolute;
     }
	 
	
	#contactinfo {
		padding:10px;
		width:545px;
		height:125px;
		margin-top:450px;
		float:right;
		right:8%;
		position:absolute;
		background-color:rgba(72,72,72,0.4);
		border-radius:7px;
  		-moz-border-radius: 7px;
  		-webkit-border-radius: 7px;
  		text-align:left;
		}
		
		#contactinfo img {
			float:left;
			margin: 5px 24px 0 24px;
			}
			
 

#donate {
	width:100%;
	height:985px;
	font-size:18px;
	margin-top:75px;
	background-color:#f7f7f5;
	}
	
	#donate .submit {
		margin-top:50px;
		}
	
	#donate h3 {
		z-index:999;
		font-size:28px;
		padding-top:60px;
		margin: 0 0 0 420px;
		color:#C8C8B6;
		}

	#donate p {
		text-align:center;
		width: 900px;
		margin-left:200px;
		}
		
		#donate form {
			background-color:rgba(72,72,72,0.4);
			padding-left:35px;
			padding-right:35px;
			padding-top:35px;
			padding-bottom:50px;
			width: 100%;
			height:700px;
			z-index:100;
			position:absolute;
		}
		
div.cs-skin-underline {
	background: transparent;
	font-size: 16px;
	max-width: 300px;
	height:55px;
	font-family:'Raleway', 'Helvetica', 'Arial', sans serif;
	 color: #AAAAAA;
	 left:0;
}
		
		@media screen and (max-width: 30em) {
			div.cs-skin-underline { font-size: 16px; }
		}
		
		.cs-skin-underline > span {
			padding: 0.5em 3em 0.5em 0.5em;
			border-bottom: 1px solid #C9C9C9;
			border-color: inherit;
		}
		
		.cs-skin-underline > span::after {
			font-family: 'Raleway';
			content: '\e003';
			right: 0.25em;
			-webkit-transform: translate3d(0,-50%,0) rotate3d(0,0,1,45deg);
			transform: translate3d(0,-50%,0) rotate3d(0,0,1,45deg);
			-webkit-transition: -webkit-transform 0.5s;
			transition: transform 0.5s;
		}
		
		.cs-skin-underline.cs-active > span::after {
			-webkit-transform: translate3d(0,-50%,0) rotate3d(0,0,1,270deg);
			transform: translate3d(0,-50%,0) rotate3d(0,0,1,270deg);
		}
		
		.cs-skin-underline .cs-options {
			background: #bbc7c8;
			opacity: 0;
			-webkit-transition: opacity 0.3s 0.4s, visibility 0s 0.7s;
			transition: opacity 0.3s 0.4s, visibility 0s 0.7s;
		}
		
		.cs-skin-underline.cs-active .cs-options {
			opacity: 1;
			-webkit-transition: opacity 0.3s;
			transition: opacity 0.3s;
		}
		
		.cs-skin-underline ul span {
			position: relative;
			text-transform: uppercase;
			font-size: 66%;
			font-weight: 400;
			padding: 1.2em 0.8em;
			opacity: 0;
			-webkit-transform: translate3d(100%,0,0);
			transform: translate3d(100%,0,0);
			-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
		}
		
		.cs-select ul span::after {
			content: '';
			opacity: 0;
		}
		
		.cs-select .cs-selected span::after {
			font-family: 'icomoon';
			content: '\e010';
			opacity: 1;
			-webkit-transition: opacity 0.3s 0.7s;
			transition: opacity 0.3s 0.7s;
		}
		
		.cs-skin-underline ul span::before {
			content: '';
			position: absolute;
			bottom: 1px;
			left: 0;
			height: 3px;
			width: 100%;
			background-color: #fff;
			-webkit-transform: translate3d(200%,0,0);
			transform: translate3d(200%,0,0);
			-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
		}
		
		.cs-skin-underline.cs-active ul span,
		.cs-skin-underline.cs-active ul span::before {
			opacity: 1;
			-webkit-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			border-style:hidden;
		}
		
		.cs-skin-underline li:nth-child(5) span,
		.cs-skin-underline li:nth-child(5) span::before,
		.cs-skin-underline.cs-active li:first-child span,
		.cs-skin-underline.cs-active li:first-child span::before {
			-webkit-transition-delay: 0s;
			transition-delay: 0s;
		}
		
		.cs-skin-underline li:nth-child(4) span,
		.cs-skin-underline li:nth-child(4) span::before,
		.cs-skin-underline.cs-active li:nth-child(2) span,
		.cs-skin-underline.cs-active li:nth-child(2) span::before {
			-webkit-transition-delay: 0.05s;
			transition-delay: 0.05s;
		}
		
		.cs-skin-underline li:nth-child(3) span,
		.cs-skin-underline li:nth-child(3) span::before {
			-webkit-transition-delay: 0.1s;
			transition-delay: 0.1s;
		}
		
		.cs-skin-underline li:nth-child(2) span,
		.cs-skin-underline li:nth-child(2) span::before,
		.cs-skin-underline.cs-active li:nth-child(4) span,
		.cs-skin-underline.cs-active li:nth-child(4) span::before {
			-webkit-transition-delay: 0.15s;
			transition-delay: 0.15s;
		}
		
		.cs-skin-underline li:first-child span,
		.cs-skin-underline li:first-child span::before,
		.cs-skin-underline.cs-active li:nth-child(5) span,
		.cs-skin-underline.cs-active li:nth-child(5) span::before {
			-webkit-transition-delay: 0.2s;
			transition-delay: 0.2s;
		} /* more items require more delay declarations */
		
		.cs-skin-underline .cs-options li span:hover,
		.cs-skin-underline .cs-options li.cs-focus span,
		.cs-skin-underline li.cs-selected span {
			background: transparent;
		}
		
		/* Default custom select styles */
		div.cs-select {
			display: inline-block;
			margin-left:-400px;
			position: relative;
			text-align: left;
			background: #fff;
			z-index: 100;
			width: 100%;
			border:#fff solid 3px;
			max-width: 500px;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}
		
		div.cs-select:focus {
			outline: none; 
			box-shadow: 0;
					border: 3px solid #ffd923;
					outline: none;/* For better accessibility add a style for this in your skin */
		}
		
				
				.cs-select .focused{
					border:#30aed6 solid 3px;
				}
		
		.cs-select select {
			display: none;
		}
		
		.cs-select span {
			display: block;
			position: relative;
			cursor: pointer;
			padding: 1em;
			white-space: nowrap;
			overflow: hidden;
		}
		
		/* Placeholder and selected option */
		.cs-select > span {
			padding-right: 3em;
		}
		
		.cs-select > span::after,
		.cs-select .cs-selected span::after {
			speak: none;
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
		
		.cs-select > span::after {
			content: '\25BE';
			right: 1em;
		}
		
		.cs-select .cs-selected span::after {
			content: '\2713';
			margin-left: 1em;
		}
		
		.cs-select.cs-active > span::after {
			-webkit-transform: translateY(-50%) rotate(180deg);
			transform: translateY(-50%) rotate(180deg);
		}
		
		div.cs-active {
			z-index: 200;
		}
		
		/* Options */
		.cs-select .cs-options {
			position: absolute;
			overflow: hidden;
			width: 100%;
			background: #fff;
			visibility: hidden;
		}
		
		.cs-select.cs-active .cs-options {
			visibility: visible;
		}
		
		.cs-select ul {
			list-style: none;
			margin: 0;
			padding: 0;
			width: 100%;
		}
		
		.cs-select ul span {
			padding: 1em;
		}
		
		.cs-select ul li.cs-focus span {
			background-color: #ddd;
		}
		
		/* Optgroup and optgroup label */
		.cs-select li.cs-optgroup ul {
			padding-left: 1em;
		}
		
		.cs-select li.cs-optgroup > span {
			cursor: default;
		}
/*donation form end*/

#benefitaries {
	width:100%;
	height:600px;
	background-image:url(../images/geometry2.png)}
	
#benefitaries h3 {
	margin-top:50px;
	margin-left:400px;
	font-size:24px;
	color:#C8C8B6;
	}
	
	#benefitaries #profiles {
		margin-left:30px;
		}
		
		
		/* Hover Image Thing for benefictaries section*/
#profiles .grid2 {
	margin: 0px 130px;
	max-width: 1000px;
}

#profiles .grid2 figure {
	position: relative;
	overflow: hidden;
	margin: 20px;
	background: #333;
}

#profiles .grid2 figcaption {
	position: absolute;
	top: 0;
	z-index: 11;
	padding: 5px;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height:25px;
}

#profiles .grid2 figcaption h2 {
	font-style:italic;
	letter-spacing:2px;
	font-family:'Raleway','Helvetica', 'Arial', sans serif;
	color:#ffd923;
	text-align:center;
	text-transform: uppercase;
	font-weight: 600;
	margin-top:-5px;
	font-size: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

#profiles .grid2 figure button {
	position: absolute;
	padding: 6px 10px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

/* Style for SVG */
#profiles .grid2 svg {
	position: absolute;
	top: -1px; /* fixes rendering issue in FF */
	z-index: 10;
	width: 100%;
	height: 100%;
	fill:rgba(255,255,255,0.4);
}

/*Volunteer page*/

#volunteer {
	margin-top:70px;
	height:400px;
	padding:30px;
	background-image:url(../images/geometry2.png);
	}
	
	#volunteer h3 {
		font-size:24px;
		margin-left:510px;
		color:#C8C8B6;
		}
		
		#volunteer button {
			margin-top:35px;
			margin-left:470px;
			color:#e9c725;
			}
			
			#volunteer button:hover {
				color:#ffd923;
				}
		
		#registration img {
			margin-top:13px;
			}

#registration {
	width:300px;
	height:230px;
	background-color:#ffd923;
	position:fixed;
	float:left;
	z-index:100;
	left:490px;
	top:70px;
	padding:10px;
	color:#fff;
	text-align:center;
	font-weight:400;
	}
	

/*VOLUNTEER FORM BEGINS*/


/*here here*/
@font-face {
	font-family: 'nlicons';
	src:url('../fonts/nlicons.eot');
	src:url('../fonts/nlicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/nlicons.woff') format('woff'),
		url('../fonts/nlicons.ttf') format('truetype'),
		url('../fonts/nlicons.svg#nlicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* general style for the form */
.nl-form {
	width: 100%;
	margin: 0.1em auto 0 auto;
	font-size: 23px;
	line-height: 1.5;
	text-align:center
}

.nl-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* normalize the input elements, make them look like everything else */
.nl-form input,
.nl-form select,
.nl-form button {
	border: none;
	background: transparent;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
	display: inline-block;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.nl-form input:focus {
	outline: none;
}
.nl-field {
	display: inline-block;
	position: relative;
}

.nl-field.nl-field-open {
	z-index: 10000;
}

/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form input,
.nl-form select  {
	line-height: inherit;
	display: inline-block;
	color: #9e9e9e;
	cursor: pointer;
	border-bottom: 1px dashed #b14943;
}


/* drop-down list / text element */
.nl-field ul {
	position: absolute;
	visibility: hidden;
	background: #ffd923;
	left: -0.5em;
	top: 50%;
	font-size: 80%;
	opacity: 0;
	-webkit-transform: translateY(-40%) scale(0.9);
	-moz-transform: translateY(-40%) scale(0.9);
	transform: translateY(-40%) scale(0.9);
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}

.nl-field.nl-field-open ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li {
	color: #fff;
	position: relative;
}

.nl-dd ul li {
	padding: 0 1.5em 0 0.5em;
	cursor: pointer;
	white-space: nowrap;
}

.nl-dd ul li.nl-dd-checked {
	color: #9e9e9e;}

.no-touch .nl-dd ul li:hover {
	background: rgba(0,0,0,0.05);
}

.no-touch .nl-dd ul li:hover:active {
	color: rgba(255,217,35,0.2);
}



/* icons for some elements */
.nl-dd ul li.nl-dd-checked:before,
.nl-submit:before,
.nl-field-go:before {
	font-family: 'nlicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.nl-dd ul li.nl-dd-checked:before {
	content: "\e000";
	position: absolute;
	right: 1em;
	font-size: 50%;
	line-height: 3;
}

.nl-ti-text ul {
	min-width: 250px;
}

.nl-ti-text ul li.nl-ti-input input {
	width: 100%;
	padding: 0.2em 2em 0.2em 0.5em;
	border-bottom: none;
	color: #fff;
}

.nl-form .nl-field-go {
	position: absolute;
	right: 0;
	top: -35px;
	height: 100%;
	cursor: pointer;
	background: rgba(0,0,0,0.1);
	width: 1.8em;
	text-align: center;
	color: transparent;
}

.nl-field-go:before {
	content: "\e001";
	font-size: 75%;
	color: #fff;
	width: 100%;
	line-height: 2.5;
	display: block;
}

/* custom placeholder color */
input::-webkit-input-placeholder {
	color: rgba(19,19,19,0.4);
}

input:active::-webkit-input-placeholder ,
input:focus::-webkit-input-placeholder {
		color: rgba(19,19,19,0.4);
}

input::-moz-placeholder {
		color: rgba(19,19,19,0.4);
}
input:active::-moz-placeholder,
input:focus::-moz-placeholder {
		color: rgba(19,19,19,0.4);
}
input:-ms-input-placeholder {  
	color: rgba(19,19,19,0.4);
}

input:active::-ms-input-placeholder ,
input:focus::-ms-input-placeholder {
	color: rgba(19,19,19,0.4);
}

/* example field below text input */
.nl-ti-text ul li.nl-ti-example {
	font-size: 60%;
	font-style: italic;
	font-weight: 400;
	height:30px;
	padding: 0.4em 1em;
	color: #FFF;
	border-top: 1px dashed rgba(255,255,255,0.7);
}

.nl-ti-text ul li.nl-ti-example em {
	color: #000;
}

/* submit button */
.nl-submit-wrap {
	margin-top: 75px;
}

.nl-form .nl-submit {
	line-height: 3;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	background: #ffd923;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 3px;
}

.nl-submit:before {
	content: "\e001";
	color: #fff;
	float: left;
	padding: 0 0.7em;
	margin: 0 0.8em 0 0;
	background: #ffd923;
}

.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
	background: #ffd923;
}

.no-touch .nl-form .nl-submit:hover:before {
	background: #58a199;
}

/* overlay becomes visible when a field is opened */
.nl-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	z-index: 9999;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s;
	-moz-transition: visibility 0s 0.3s, opacity 0.3s;
	transition: visibility 0s 0.3s, opacity 0.3s;
}

.nl-field.nl-field-open ~ .nl-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

@media screen and (max-width: 45em) {
	.nl-form {
		font-size: 3em;
	}
}

@media screen and (max-width: 25em) {
	.nl-form {
		font-size: 2em;
	}
}

/*VOLUNTEER FORM ENDS*/

#volunteerasp {
	width:100%;
	height:440px;
	background-image:url(../images/indianvolunteer.png);
	padding:80px;
	background-size:cover;
	}
	
	#volunteerasp h2 {
		COLOR:#FFF;
		margin-left:700px;
		width:430px;
		text-shadow:2px 2px #000000;
		font-size:22px;
		font-weight:400;
		}
		
			#volunteerasp h3 {
		COLOR:#FFF;
		margin-left:700px;
		text-shadow:2px 1px #000000;
		font-size:16px;
		font-weight:200;
		font-style:oblique;
		}
		
#volunteerasp2 {
	width:100%;
	height:440px;
	background-image:url(../images/volunteer2.png);
	padding:80px;
	background-size:cover;
	}
	
	#volunteerasp2 h2{
		COLOR:#FFF;
		margin-left:100px;
		text-shadow:2px 1px #000000;
		width:430px;
		font-size:22px;
		font-weight:400;
		}
		
		#volunteerasp2 h3{
		COLOR:#FFF;
		margin-left:100px;
		
		text-shadow:2px 1px #000000;
		font-size:16px;
		font-weight:200;
		font-style:oblique;
		}
		
/*circles*/

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background-image: url(../images/intellectuallydisabled.png);
	background-size:300px;
}

.ch-img-2 { 
	background-image: url(../images/volunteercare.png);
	background-size:250px;
}

.ch-img-3 { 
	background-image: url(../images/intellectuallydisabled.png);
	background-size:230px;
}

.ch-info {
	position: absolute;
	background: rgba(255,217,35, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 85px 0 0 0;
	height: 140px;
	font-family: 'Raleway', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}

.ch-grid {
	margin-top:-50px;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}


#who {
	width:100%;
	height:690px;
	margin-top:70px;
	background-color:#f7f7f5;
	}
	
	#who h2 {
	font-size:28px;
	margin-left:550px;
	padding-top:90px;
	color:#C8C8B6;
	}
	
	#who p {
		width:900px;
		margin-left:210px;
		font-size:18px;
		text-align:center;
		line-height:30px;
		text-justify:auto}
	
#vision {
	background-image:url(../images/geometry2.png);
	width:100%;
	height:350px;
	text-align:center;
	}
	
	#vision img {
		width:600px;
		height:350px;
		float:left;
		}
	
	#vision h3 {
		margin-top:125px;
		font-size:36px;
		letter-spacing:3px;
		color:#ffd923;
		}
		
	#vision h4 {
		font-size:14px;
		line-height:14px;
		margin-top:-40px;
		font-weight:500;
		font-style:oblique;
		}
		
#mission {
	width:100%;
	height:350px;
	background-image:url(../images/geometry2.png);
	margin-top:-20px;
	}
		
	#mission h4 {
		padding:90px 20px 70px 20px;
		line-height:30px;
		text-align:center;
		font-size:14px;
		font-weight:500;
		}
	
	#mission img {
		float:right;
		}
		
		#mission b {
			font-weight:600;
			color:#ffd923;
			}
			
#values {
	width:100%;
	height:350px;
	background-image:url(../images/geometry2.png);
	
	}
	
	#values img {
		float:left;
		}
		
		#values h4 {
			line-height:30px;
			text-align:center;
			font-size:14px;
			font-weight:500;
			width:500px;
			float:right;
			padding-top:80px;
			padding-right:130px;
			}
			
			#values b {
			font-weight:600;
			color:#ffd923;
			font-size:24px;
			}
		
#maintenance {
	width:100%;
	height:650px;
	background-image:url(../images/geometry2.png);
	}
	
	#maintenance img {
		width:200px;
		height:200px;
		margin-left:555px;
		margin-top:100px;
		}
		
	#maintenance h4 {
		font-family:'Raleway';
		font-size:34px;
		font-weight:700;
		margin-left:434px;
		}
		
		#maintenance h5 {
			font-size:25px;
			font-weight:300;
			margin-left:530px;
			} 
			
		#maintenance i {
			margin-left:450px;
			}
			
			#maintenance a {
			font-weight:600;
			}
			
			#maintenance a:hover {
			color:#ffd923;
			}
		

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(130,130,130,0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


/*button start*/

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-envelope:before {
	content: "\e000";
}

.icon-cart:before {
	content: "\e007";
}

.icon-cart-2:before {
	content: "\e008";
}

.icon-heart:before {
	content: "\e009";
}

/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
	content: "\e00a";
}

.icon-star:before {
	content: "\e00b";
}

/* Filled star */
.icon-star:after,
.icon-star-2:before {
	content: "\e00c";
}

.icon-arrow-right:before {
	content: "\e00d";
}

.icon-arrow-left:before {
	content: "\e003";
}

.icon-truck:before {
	content: "\e00e";
}

.icon-remove:before {
	content: "\e00f";
}

.icon-cog:before {
	content: "\e010";
}

.icon-plus:before,
.icon-plus:after {
	content: "\e011";
}

.icon-minus:before {
	content: "\e012";
}

.bh-icon-smiley:before {
	content: "\e001";
}

.bh-icon-sad:before {
	content: "\e002";
}

.icon-file:before {
	content: "\e004";
}

.icon-remove-2:before {
	content: "\e005";
}

/* Button 1 */
.btn-1 {
	border: 3px solid #ffd923;
	color: #000;
}

.btn-A {
	border: 3px solid #fff;
	color: #000;
}

.btn-A img{
	height:30px;
	width:30px;
}

/* Button 1a */
.btn-1a:hover,
.btn-1a:active {
	color: #ffd923;
	background: #fff;
}

/* Button 1b */
.btn-1b:after {
	width: 100%;
	height: 30px;
	top: 0;
	left: 0;
	color:#ffd923;
	background: #fff;
}

.btn-1b:hover,
.btn-1b:active {
	color: #FFF;
}

.btn-1b:hover:after,
.btn-1b:active:after {
	height: 100%;
}

/* Button 1c */
.btn-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}

.btn-1c:hover,
.btn-1c:active {
	color: #0e83cd;
}

.btn-1c:hover:after,
.btn-1c:active:after {
	width: 100%;
}

/* Button 1d */
.btn-1d {
	overflow: hidden;
}

.btn-1d:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.btn-1d:hover,
.btn-1d:active {
	color: #0e83cd;
}

.btn-1d:hover:after {
	width: 90%;
	opacity: 1;
}

.btn-1d:active:after {
	width: 101%;
	opacity: 1;
}

/* Button 1e */
.btn-1e {
	z-index:9999;
	overflow: hidden;
	color:#fff;
}

.btn-1e:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.btn-1e:hover,
.btn-1e:active {
	color: #ffd923;
}

.btn-1e:hover:after {
	height: 75%;
	opacity: 1;
}

.btn-1e:active:after {
	height: 130%;
	opacity: 1;
}

/* Button 1f */
.btn-1f {
	overflow: hidden;
}

.btn-1f:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.btn-1f:hover,
.btn-1f:active {
	color: #ffd923;
}

.btn-1f:hover:after {
	height: 75%;
	opacity: 1;
}

.btn-1f:active:after {
	height: 130%;
	opacity: 1;
}

/* Button 2 */
.btn-2 {
	background: #cb4e4e;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

/* Button 2a */
.btn-2a {
	border-radius: 0 0 5px 5px;
}

.btn-2a:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2a:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2b */
.btn-2b {
	border-radius: 0 0 5px 5px;
}

.btn-2b:hover {
	box-shadow: 0 8px #ab3c3c;
	top: -2px;
}

.btn-2b:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2c */
.btn-2c {
	border-radius: 5px;
}

.btn-2c:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2c:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2d */
.btn-2d {
	border-radius: 5px;
}

.btn-2d:hover {
	box-shadow: 0 8px #ab3c3c;
	top: -2px;
}

.btn-2d:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2e */
.btn-2e {
	border-radius: 5px;
	box-shadow: -6px 0 #ab3c3c;
}

.btn-2e:hover {
	box-shadow: -4px 0 #ab3c3c;
	left: -2px;
}

.btn-2e:active {
	box-shadow: 0 0 #ab3c3c;
	left: -6px;
}

/* Button 2f */
.btn-2f {
	border-radius: 5px;
	box-shadow: 6px 0 #ab3c3c;
}

.btn-2f:hover {
	box-shadow: 4px 0 #ab3c3c;
	left: 2px;
}

.btn-2f:active {
	box-shadow: 0 0 #ab3c3c;
	left: 6px;
}

/* Button 2g */
.btn-2g {
	border-radius: 40px;
}

.btn-2g:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2g:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2h */
.btn-2h {
	border-radius: 20px;
}

.btn-2h:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2h:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2i */
.btn-2i {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	padding: 0;
}

.btn-2i:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2i:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 2j */
.btn-2j {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	padding: 0;
}

.btn-2j:hover {
	box-shadow: 0 8px #ab3c3c;
	top: -2px;
}

.btn-2j:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

/* Button 3 */
.btn-3 {
	background: #fcad26;
	color: #fff;
}

.btn-3:hover {
	background: #f29e0d;
}

.btn-3:active {
	background: #f58500;
	top: 2px;
}

.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 140%;
	width: 60px;
}

/* Button 3a */
.btn-3a {
	padding: 25px 60px 25px 120px;
}

.btn-3a:before {
	background: rgba(0,0,0,0.05);
}

/* Button 3b */
.btn-3b {
	padding: 25px 60px 25px 120px;
	border-radius: 10px;
}

.btn-3b:before {
	border-right: 2px solid rgba(255,255,255,0.5);
}

/* Button 3c */
.btn-3c {
	padding: 80px 20px 20px 20px;
	border-radius: 10px;
	box-shadow: 0 3px #da9622;
}

.btn-3c:active {
	box-shadow: 0 3px #dc7801;
}

.btn-3c:before {
	height: 60px;
	width: 100%;
	line-height: 60px;
	background: #fff;
	color: #f29e0d;
	border-radius: 10px 10px 0 0;
}

.btn-3c:active:before {
	color: #f58500;
}

/* Button 3d */
.btn-3d {
	padding: 25px 60px 25px 120px;
	border-radius: 10px;
}

.btn-3d:before {
	background: #fff;
	color: #fcad26;
	z-index: 2;
	border-radius: 10px 0 0 10px;
}

.btn-3d:after {
	width: 20px;
	height: 20px;
	background: #fff;
	z-index: 1;
	left: 55px;
	top: 50%;
	margin: -10px 0 0 -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-3d:active:before {
	color: #f58500;
}

.btn-3d:active {
	top: 0;
}

.btn-3d:active:after {
	left: 60px;
}
