@charset "utf-8";
/* CSS Document */
/* Font */
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500);
/*
RESET 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	margin: 0;
	padding: 0;
	color: #585858;
	background: #fff;
	font-size: 13px;
	font-family: 'Roboto', arial, verdana;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
ol, ul, li {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
p {
	margin: 10px 0;
	line-height: 22px;
}
img {
	width: auto/9;
	height: auto;
	max-width: 100%;
	/*vertical-align: middle;*/
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* 
CSS For Navigation 
*/
a img {
	border: 0;
}
a{
	color: #202020;
	text-decoration: none;
	transition: all .7s ease;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	-ms-transition: all .7s ease;
}
a:hover {
	color: #b01344
}
/*
 Common CSS 
 */
.clr {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.center {
	text-align: center;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.bgDgrey {
	background: #38383f;
	color: #fff;
}
.bgRed {
	background: #d6374c;
	color: #fff;
}
.bgRed1 {
	background: #d6374c;
	color: #fff;
	font-size:20px;
	padding:6px;
	
}
.colorRed, .colorRed a {
	color: #d6374c;
}
.yellowPatch {
	background: url(../images/yellow-bg.png) repeat 0 0;
	color: #fff;
}
.redPatch {
	background: url(../images/red-bg.png) repeat 0 0;
	color: #fff;
}
.lgreyPatch {
	background: url(../images/lgrey-bg.png) repeat 0 0;
}
.dgreyPatch {
	background: url(../images/dgrey-bg.png) repeat 0 0;
	color: #fff;
}
.pageWidth {
	padding-left: 30px;
	padding-right: 30px;
}
input {
	font-size: 12px;
	font-family: 'Roboto', arial, verdana;
	border: 0;
	margin: 0;
}
.gryBor{
	border:1px solid #e1e1e1;
}
/* 
 Main CSS Starts here
*/

#wrapper {
	width: 1100px;
	margin: 0 auto;
}
/*
Header
*/
header {
	background: url(../images/crossline-bg.png) repeat 0 0;
}
header::after, nav::after {
	content: '';
	clear: both;
	display: block;
}
#logo {
	margin-top: 35px;
}
#helpline {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.donateNow {
	display: table;
	background: url(../images/yellow-bg.png) repeat 0 0;
	transition: all .7s ease;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	-ms-transition: all .7s ease;
}
.donateNow:hover {
	background: url(../images/dgrey-bg.png) repeat 0 0;
}
.donateNow .wrap {
	width: 161px;
	height: 97px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: url(../images/donate.png) no-repeat 50% 30%;
	padding-top: 20px;
	text-transform: uppercase;
}
nav {
	font-size: 16px;
}
nav li {
	float: left;
	margin-left: 53px;
}
nav li:first-child {
	margin-left: 0;
}
nav li a {
	color: #fff;
	text-transform: uppercase;
	padding: 20px 0;
	display: block;
	position: relative;
}
nav li a:hover {
	color: #e9aa35;
}
nav li a span {
	height: 3px;
	width: 100%;
	display: block;
	bottom: 0;
	position: absolute;

}
nav li a:hover span {
	background: #e9aa35;
}
#banner{
	background:url(../images/banner-shadow.jpg) no-repeat left bottom;
	padding-bottom:29px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

#mid1 {
	padding-top: 30px;
	padding-bottom: 30px;
}
#mid1 h2, #sidebar h2 {
	margin-bottom: 15px;
}
#mid1 #mission {
	width: 444px;
	margin-right: 27px;
}
#mission img {
	border: 1px solid #dfdfdf;
}
#mid1 #whatWedo {
	width: 283px;
	border-left: 1px dotted #a7a7a7;
	border-right: 1px dotted #a7a7a7;
}
#mid1 #whatWedo .wrap {
	padding: 0 37px;
}
#whatWedo .wrap li {
	margin-bottom: 9px;
}
#whatWedo .wrap li a {
	display: block;
	border-left: 3px solid #e9aa35;
	padding: 7px;
	font-size: 15px;
	color: #fff;
}
#whatWedo .wrap li a:hover {
	background: #e9aa35
}
#photos {
	width: 245px;
}
#photosCrou {
	position: relative;
}
#photosCrou .mask {
	width: 245px;
}
.carousel ul {
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.no-js .carousel ul {
	position: static;
}
.carousel .mask {
	position: relative;
	overflow: hidden;
}
.carousel ul li {
	float: left;
	width: 117px;
	height: 117px;
	color: #fff;
	font-size: 8em;
	text-align: center;
	margin:0;
	margin-right: 12px;
	margin-bottom: 12px;
}
.carousel .pagination-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.carousel .pagination-links li {
	display: inline;
}
.carousel .pagination-links li a {
	padding: 2px 6px;
}
.carousel .pagination-links li a:hover {
	text-decoration: none;
}
.carousel .pagination-links li.current a {
	background: #444;
	color: #fff;
}
.carousel .disabled {
	color: gray;
	cursor: default;
}


#mid2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
	padding: 5px 0;
}
#mid2 span {
	line-height: 36px;
}
#mid2 a {
	background: #e9aa35 url(../images/donate.png) no-repeat 10px 50%;
	color: #fff;
	font-size: 20px;
	padding: 5px 10px 5px 45px;
	display: inline-block;
}
#mid2 a:hover {
	background-color: #d6374c;
}
#mid3 {
	margin: 1px 0;
}
#mid3 a {
	color: #fff;
}
#mid3 a:hover {
	color: #8b8b8b;
}
#contactUs {
	width: 417px;
	padding: 30px;
}
#contactUs, #usefulLinks {
	padding: 30px 0;
}
#mid3 #usefulLinks {
	width: 313px;
}
#usefulLinks li {
	border-bottom: 1px solid #3e3e3e;
	background: url(../images/bullet-white.png) no-repeat 0 50%;
	padding: 10px;
}

#mid3 #usefulLinks li a, #mid3 #contactUs a {
	color: #fff;
}
#mid3 #becomeVolunteer {
	width: 187px;
}
#becomeVolunteer {
	background: #f37936 url(../images/volunteer.png) no-repeat 50% 30px;
	padding: 120px 20px 10px 20px;
	color:#fff;
}
.weNeed span {
	font-size: 21px;
}
#pageContent{
	padding:40px 0;
	}
#content{
	width:750px;
}
.pageTitle{
	padding:6px 20px;
}
#contentWrap{
	padding:10px 20px 20px;
}
#sidebar{
	width:280px;
}
#sidebar #usefulLinks{
	padding: 20px 0 30px 0;
}
#sidebar #usefulLinks h2{
	margin-bottom:5px;
}
#sidebar #usefulLinks li {
	border-bottom: 1px solid #9e9c9c;
	background: url(../images/bullet-grey.png) no-repeat 0 50%;
}
#sidebar #becomeVolunteer{
	font-size:14px;
}

/* footer*/
#footerNav {
	font-size: 14px;
	padding: 10px 0;
}
#footerNav a {
	color: #fff;
	display: inline-block;
	margin: 0 5px;
}
#footerNav a:hover {
	color: #e9aa35;
}
#footerMeta {
	padding: 20px 0;
	font-size: 12px;
	color: #8b8b8b;
}


/*body{
margin:0px;
background-color:#e7e7e7;}
@charset "utf-8";
/* CSS Document */*/
.lof-slidecontent{
	position:relative;
	overflow:hidden;
 	width:892px;
	height:300px;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	color:#FFF;
	text-align:center
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:600px;
	z-index:3px;
	overflow:hidden;
}


/*******************************************************/
.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	top:150px;
	left:50px;
	width:400px;
	background:url(../images/transparent_bg.png);

	/* filter:0.7(opacity:60) */
}
.lof-main-item-desc p{
	color:#FFF;
	margin:0 8px;
	padding:8px 0
}
.lof-main-item-desc h3 a{
	color:#FFF;	
	margin:0;
	font-size:140%;
	padding:20px 8px 2px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
.lof-main-item-desc h3 a:hover{
	color:#FF6;
	text-decoration:underline;
}


/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	height:300px;
	width:600px;
	position:absolute;
	overflow:hidden;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:600px;
	float:left;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;	
	width:600px;
}

li-desc{
	z-index:100px;
	position:absolute;
	top:150px;
	left:50px;
	width:400px;
	background:url(../images/transparent_bg.png);

	/* filter:0.7(opacity:60) */
}
li-desc p{
	color:#FFF;
	margin:0 8px;
	padding:8px 0
}
li-desc h3 a{
	color:#FFF;	
	margin:0;
	font-size:140%;
	padding:20px 8px 2px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
li-desc h3 a:hover{
	color:#FF6;
	text-decoration:underline;
}

/* item navigator */
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
.lof-navigator-outer{
	position:absolute;
	right:0;
	top:00px;
	z-index:100;
	height:300px;
	width:310px;
	overflow:hidden;
	color:#FFF
}
.lof-navigator li.active{
	background:url(../images/arrow-bg.png) no-repeat scroll left center; 
	color:#FFF
}
.lof-navigator li:hover{
	
}


.lof-navigator li h3{
	color:#FFF;
	font-size:100%;
	padding:15px 0 0 !important;
	margin:0;

}
.lof-navigator li div{
	background:url(../images/transparent_bg.png);
	color:#FFF;
	height:100%;
	position:relative;
	margin-left:15px;
	padding-left:15px;
 }

.lof-navigator li.active div{
	background:url(../images/grad-bg.gif);
	color:#FFF;
}
.lof-navigator li img{
	height:60px;
	width:60px;
	margin:15px 15px 10px 0px;
	float:left;
	padding:3px;
/*	border:#C5C5C5 solid 1px;
*/}
.lof-navigator li.active img{
/*	border:##6C8E5C  solid 1px;
*/}
.lof-navigator li.active h3{
	color:#FFF;
}