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

/* ==========================================================================
   NORNALIZE
   ========================================================================== */


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display:block;
 *display: inline;
 *zoom: 1;
}
 audio:not([controls]) {
 display: block;
 height: 0;
}
 [hidden] {
 display: none;
}
html {
	font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}
html, button, input, select, textarea {
	font-family: sans-serif;
}
a {
	color:#663300;
}
a:focus, button {
	outline:none;
}
:focus {
	outline:none;
}
a:active, a:hover {
	outline: 0;
	color:#ba5e01;
}
h1 {
	font-size: 28px;
	color:#333333;
	margin:0 0 20px 0;
}
h2 {
	font-size:18px;
	margin:0 0 20px 0;
	color:#333333;
	font-weight:normal;
}
h3 {
	font-size: 1.17em;
	margin:0 0 20px 0;
}
h4 {
	font-size: 1em;
	margin:0 0 15px 0;
}
h5 {
	font-size: 0.83em;
	margin:0 0 15px 0;
}
h6 {
	font-size: 0.75em;
	margin:0 0 15px 0;
}
li {
	list-style:none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */

p, pre {
	margin: 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl, menu, ol, ul {
	margin:0;
}
dd {
	margin: 0 0 0 40px;
}
menu, ol, ul {
	padding: 0;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}
 svg:not(:root) {
 overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin:0;
	padding: 0;
}
legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
 *margin-left: -7px; /* 3 */
}
button, input, select, textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
 *vertical-align: middle; /* 3 */
}
button, input {
	line-height: normal;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
 *overflow: visible;  /* 4 */
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
 *height: 13px; /* 3 */
 *width: 13px; /* 3 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
p {
	margin-bottom:15px;
}
/* ==========================================================================
   GRID
   ========================================================================== */


body {
	margin:0px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11 {
	position: relative;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}
.container_12 .grid_2 {
	width: 140px;
}
.container_12 .grid_3 {
	width: 220px;
}
.container_12 .grid_4 {
	width: 300px;
}
.container_12 .grid_5 {
	width: 380px;
}
.container_12 .grid_6 {
	width: 460px;
}
.container_12 .grid_7 {
	width: 540px;
}
.container_12 .grid_8 {
	width: 620px;
}
.container_12 .grid_9 {
	width: 700px;
}
.container_12 .grid_10 {
	width: 780px;
}
.container_12 .grid_11 {
	width: 860px;
}
.container_12 .grid_12 {
	width: 940px;
}
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}
.container_12 .prefix_2 {
	padding-left: 160px;
}
.container_12 .prefix_3 {
	padding-left: 240px;
}
.container_12 .prefix_4 {
	padding-left: 320px;
}
.container_12 .prefix_5 {
	padding-left: 400px;
}
.container_12 .prefix_6 {
	padding-left: 480px;
}
.container_12 .prefix_7 {
	padding-left: 560px;
}
.container_12 .prefix_8 {
	padding-left: 640px;
}
.container_12 .prefix_9 {
	padding-left: 720px;
}
.container_12 .prefix_10 {
	padding-left: 800px;
}
.container_12 .prefix_11 {
	padding-left: 880px;
}
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}
.container_12 .suffix_2 {
	padding-right: 160px;
}
.container_12 .suffix_3 {
	padding-right: 240px;
}
.container_12 .suffix_4 {
	padding-right: 320px;
}
.container_12 .suffix_5 {
	padding-right: 400px;
}
.container_12 .suffix_6 {
	padding-right: 480px;
}
.container_12 .suffix_7 {
	padding-right: 560px;
}
.container_12 .suffix_8 {
	padding-right: 640px;
}
.container_12 .suffix_9 {
	padding-right: 720px;
}
.container_12 .suffix_10 {
	padding-right: 800px;
}
.container_12 .suffix_11 {
	padding-right: 880px;
}
/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left: 80px;
}
.container_12 .push_2 {
	left: 160px;
}
.container_12 .push_3 {
	left: 240px;
}
.container_12 .push_4 {
	left: 320px;
}
.container_12 .push_5 {
	left: 400px;
}
.container_12 .push_6 {
	left: 480px;
}
.container_12 .push_7 {
	left: 560px;
}
.container_12 .push_8 {
	left: 640px;
}
.container_12 .push_9 {
	left: 720px;
}
.container_12 .push_10 {
	left: 800px;
}
.container_12 .push_11 {
	left: 880px;
}
/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}
.container_12 .pull_2 {
	left: -160px;
}
.container_12 .pull_3 {
	left: -240px;
}
.container_12 .pull_4 {
	left: -320px;
}
.container_12 .pull_5 {
	left: -400px;
}
.container_12 .pull_6 {
	left: -480px;
}
.container_12 .pull_7 {
	left: -560px;
}
.container_12 .pull_8 {
	left: -640px;
}
.container_12 .pull_9 {
	left: -720px;
}
.container_12 .pull_10 {
	left: -800px;
}
.container_12 .pull_11 {
	left: -880px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before, .clearfix:after, .container_12:before, .container_12:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.clearfix:after, .container_12:after {
	clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix, .container_12 {
	zoom: 1;
}
.f-left {
	float:left;
}
.f-right {
	float:right;
}
li {
	background: url(images/bullet.gif) no-repeat left 7px;
	padding-left: 15px;
}
/* =============================================================================
 01 - @font-face implementation
 ========================================================================== */ 
 
 @font-face {
 font-family: 'ralewaybold';
 src: url('fonts/raleway-bold-webfont.eot');
 src: url('fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/raleway-bold-webfont.woff') format('woff'), url('fonts/raleway-bold-webfont.ttf') format('truetype'), url('fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'ralewaylight';
 src: url('fonts/raleway-light-webfont.eot');
 src: url('fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/raleway-light-webfont.woff') format('woff'), url('fonts/raleway-light-webfont.ttf') format('truetype'), url('fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'ralewayregular';
 src: url('fonts/raleway-regular-webfont.eot');
 src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/raleway-regular-webfont.woff') format('woff'), url('fonts/raleway-regular-webfont.ttf') format('truetype'), url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'ralewayheavy';
 src: url('fonts/raleway-heavy-webfont.eot');
 src: url('fonts/raleway-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/raleway-heavy-webfont.woff') format('woff'), url('fonts/raleway-heavy-webfont.ttf') format('truetype'), url('fonts/raleway-heavy-webfont.svg#ralewayheavy') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* =============================================================================
 02 - Main Style
 ========================================================================== */ 
p {
	line-height: 21px;
	font-size:14px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
.wrap-content li{
	margin-bottom:10px;
	line-height:21px;
}
.wrap {
	width:100%;
}
header {
	background:url(images/header-bg.jpg) repeat;
	width:100%;
	overflow:hidden;
}
.header-container {
	max-width:1420px;
	margin:auto;
}
header .logo {
	margin:0;
	float:left;
	height:100px;
}
nav {
	float:right;
	margin: 0 30px 0 0;
}
nav ul {
	float:left;
}
nav li {
	float:left;
	background:url(images/nav-devider.png) no-repeat right 45px;
	text-align:center;
	line-height:15px;
	padding-left:0;
}
/*nav li:first-child {
	background:none;
}*/
nav li a {
	font-size: 17px;
	color:#333333;
	padding: 45px 20px 21px;
	line-height: 17px;
	display:block;
	font-family: ralewayheavy;
}
nav li a:hover,
nav li.active a {
	background:url(images/nav-bg.jpg) repeat;
	color: #BA5E01;
}
nav li.next-item {
	background:none;
}
.lan-switcher {
	display: inline-block;
	float:left;
	padding: 52px 0 20px 20px;
}
.lan-switcher a {
	color:#8f470d;
}
.lan-switcher a:hover {
	color:#eb7f27;
}
.spotlight {
	text-align:center;
	line-height:0;
	height:609px;
	width:100%;
	margin:auto;
	max-width:1400px;
	position:relative;
}
.outer-donate.donate-now {
	background:url(images/donate-now.jpg);
	display:block;
	width:53px;
	height:184px;
	position:fixed;
	z-index:25;
	right:0;
	top: 286px;
	overflow:hidden;
	text-indent:-999px;
	outline:none;
}
.donate-now:hover {
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.spotlight ul {
	width:100%;
	display:block;
	margin:auto;
	overflow:hidden;
}
.spotlight li {
	width:100%;
	max-width:1400px;
	height:609px;
	padding:0;
	background-image:none;
}
.spotlight .details {
	left: 237px;
	position: absolute;
	top: 116px;
	text-align:center;
	max-width:660px;
}
.spotlight .details h2 {
	font:55px/60px 'ralewayheavy';
	color:#fff;
	text-shadow:0 0 8px rgba(0, 0, 0, 0.5);
}
.spotlight .details p {
	font:19px/22px 'ralewayheavy';
	color:#fff;
	text-shadow:0 0 8px rgba(0, 0, 0, 0.5);
}
.spotlight .learn-more {
	background-image:url(images/learn-more.png);
	width:200px;
	height:45px;
	padding-top:23px;
	color:#fff;
	font-size:22px;
}
.spotlight .learn-more:hover {
	color:#333;
}
.btn-gray 
{
background-image:url(images/learn-more-gray.png) !important; color:#10776a !important; padding-top:18px !important; padding-right:15px !important;text-align: left !important;padding-left: 23px !important;
}
.btn-gray:hover
{
color:#333 !important;
}
.spotlight .title-program {
	background: none repeat scroll 0 0 #c2660a;
	box-shadow: 1px 4px 11px 2px rgba(0, 0, 0, 0.29);
	color: #fff;
	display: inline-block;
	font-size: 24px;
	line-height:24px;
	padding: 8px 30px;
	margin-bottom: 24px;
	font-family: ralewayheavy;
}
.spotlight #cycle-nav a {
	position:absolute;
	top:227px;
	width:76px;
	height:146px;
	z-index:12;
	background:url(images/spot-buttons.png) no-repeat top left;
	outline:none;
	overflow:hidden;
	text-indent:-999px;
}
.spotlight #cycle-nav #next {
	right: 106px;
	background-position:0px -252px;
}
.spotlight #cycle-nav #prev {
	left: 155px;
}
.content-box {
	position:relative;
}
.home-highlight {
	background:url(images/home-highlight-bg.jpg) repeat;
	padding:25px 0 21px 0;
	position:relative;
}
.home-highlight:before {
	content:" ";
	position:absolute;
	background:url(images/dashed-line.png) repeat-x;
	width:100%;
	height:2px;
	bottom:-2px;
	z-index:1;
}
.home-highlight .summery p {
	color:#ebd7c2;
	font-size: 18px;
	padding-top: 5px;
}
.home-highlight .summery p:first-child {
	margin:0;
	line-height: 21px;
}


.wrap-map {
	position:relative;
}
.map-summery {
	background:url(images/map-summery-bg.png) no-repeat;
	position:absolute;
	top:-135px;
	left: 32px;
	z-index:20;
	padding:124px 0 0 0;
	height:150px;
}
.map-summery p {
	padding: 0 60px 0 168px;
	width: 138px;
	color:#7f7164;
	font-size:18px;
	line-height:18px;
}
.apply {
	background:url(images/apply-bg.jpg) repeat;
	position:relative;
	min-height:400px;
}
.apply .thumb {
	bottom: 0;
	float: left;
	margin-left: -264px;
	margin-top: -18px;
	position: absolute;
	width: 636px;
	z-index: 2;
}
.apply-details {
	display: table;
	position:relative;
	margin-left:378px;
	margin-bottom:15px;
}
.apply-details h3 {
	background: url(images/apply-title-bg.png) no-repeat;
	color: #FFFFFF;
	font-size: 24px;
	left: 5px;
	margin: 0 0 46px 0;
	padding: 24px 0 60px 35px;
	position: relative;
	top: 63px;
}
.apply-details p,
.apply-details ul{
	color: #333333;
	font-size: 18px;
	line-height: normal;
	margin: 0 0 25px 35px;
}
.apply-details li{
	background-position:left 10px;
}
.apply-details .more-info {
	background: url(images/more-info-bg.png) no-repeat left top;
	display: block;
	float: left;
	height: 47px;
	margin-left: -88px;
	padding: 24px 20px 10px 101px;
	width: 160px;
	color:#663300;
	font:18px/18px 'ralewaylight';
}
.list-more-info {
	float:left;
	margin-top:10px;
}
.list-more-info li {
	display:block;
	margin:0 0 5px 24px;
	padding-left:48px;
	background: url(images/arrow-gray.png) no-repeat scroll left 3px;
	font:18px/20px 'ralewaybold';
}
.list-more-info li a {
	color:#663300;
}
.list-more-info li a:hover {
	color:#666;
}
.graphics {
	width:223px;
	height:230px;
	position:absolute;
	right:50px;
	top:60px;
	background:url(images/who-can-apply-pattern.png) no-repeat top left;
}
/*------how it works start-------*/

.process {
	background: url(images/how-it-works-pattern.jpg);
	padding-top: 34px;
}
.lines-bg {
	background: url(images/how-it-works-bg.png) top center no-repeat;
	padding-bottom: 40px;
	padding-top: 9px;
}
h2.title {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 1px 4px 11px 2px rgba(0, 0, 0, 0.29);
	color: #663300;
	display: inline-block;
	font-size: 24px;
	padding: 8px 30px;
	margin-left: -13px;
	margin-bottom: 17px;
	font-family: ralewayheavy;
}
.wid-works {
	float:left;
	width: 100%;
	margin-bottom: 15px;
}
.wid-works > li {
	background-image: none;
	float: left;
	width: 205px;
	margin-left: 20px;
	margin-left: 0;
	text-align: center;
	background: url(images/divider.png) no-repeat left top;
	padding-right: 15px;
}
.wid-works .step {
	display: block;
	font: 18px/18px 'ralewaybold';
	color:#663300;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.wid-works .works-highlight {
	text-align: left;
	padding-top: 20px;
	background-image: none;
}
.process .works-highlight p {
	color: #333;
	font: 18px/21px ralewaybold;
	margin-bottom: 15px;
}
.works-highlight li {
	color: #333;
	background-position: left 8px;
	font:18px/18px 'ralewaybold';
	margin-bottom: 12px;
}
.wid-works .thumb {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 100px;
	display: inline-block;
	height: 97px;
	padding: 10px;
	width: 97px;
	text-align: center;
	margin-bottom: 17px;
}
.wid-works h3 {
	font: 18px/20px 'ralewayheavy';
	color: #663300;
	margin-bottom: 9px;
}
.wid-works p {
	margin-bottom: 13px;
	line-height: 17px;
}
.learn-more {
	background: url(images/learn-more-gray.png) no-repeat left top;
	color: #10776A;
	display: block;
	font: 20px/21px 'ralewayheavy';
	height: 42px;
	margin: auto;
	padding-right: 30px;
	padding-top: 18px;
	text-align: center;
	width: 175px;
}
.process .learn-more {
	clear:both;
}
.download {
	background: url(images/overlay-red.png) top left;
	padding:5px 15px;
	display: inline-block;
	color: #663300;
	font:12px/12px 'ralewaybold';
	text-transform: uppercase;
}
.download:before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background: url(images/arrow.png) top left no-repeat;
}
/*-------how it works block end-------*/
/*-------success stories block start-------*/
.success-stories {
	background: url(images/success-pattern.jpg) repeat-x;
	height: auto;
	position:relative;
	min-height:188px;
	padding-bottom:10px;
}
.success-stories:after {
  background: url(images/success-pattern.jpg) repeat-x left bottom;
  content: "";
  position:absolute;
  bottom:0;
  height: 2px;
  width: 100%;
}
.success-stories .title {
	color: #be6205;
	position: relative;
	display: table;
	margin-left: -34px;
	margin-top: -15px;
	margin-bottom: 28px;
}
.success-stories p {
	color: #fff5bd;
	font: 18px/21px 'ralewayregular';
	margin-bottom: 20px;
}
.success-stories strong {
	font-family: 'ralewaybold';
	display: block;
}
.success-stories .view-all {
	margin-left:20px;
	padding-left:20px;
	border-left:1px solid #a18365;
}
.storie-photo {
	margin-top: -33px;
}
.more {
	font:18px/18px 'ralewaybold';
	color: #fff;
}
.more:hover {
	color: #666;
}
.more.white:hover {
	color: #FFF5BD;
}
.more:before {
	content: "";
	width: 20px;
	height: 14px;
	display: inline-block;
	background: url(images/arrow-white.png) no-repeat left top;
}
.yellow
{
	color: #FFF5BD;

}
.yellow:before
{
	background:none;
	margin-left: -15px;
}
.more.yellow:hover
{
	color: #FFF;
}
/*------success stories block end-------*/
/*-----Image gallery block start-----*/
				
 				 .jssort07 .i {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 121px;
                    height: 80px !important;
                    border:3px solid #9e9388;
                }
             
             
    			img .i{
    				width: 123
    			}

             

                * html .jssort07 .o {
                    /* ie quirks mode adjust */
                    width /**/: 99px;
                    height /**/: 66px;
                }

                .jssort07 .pav .o, .jssort07 .p:hover .o {
                  
                }

                .jssort07 .pav:hover .o {
                /* padding-top: 0px !important; padding-bottom: 5px !important; */
   
                }

                .jssort07 .p:hover .o {
                   transition: none;
                    -moz-transition: none;
                    -webkit-transition: none;
                    -o-transition: none; 

                                        /* For Safari 3.1 to 6.0 */

                }
                 .jssora11l,  .jssora11ldn {
                        position: absolute;
                        cursor:pointer;
                        display: block;
                        background: url(images/default/previous.png) no-repeat;
                        overflow: visible;
                    }
                    .jssora11rdn, .jssora11r
                    {
                    	position: absolute;
                        cursor:pointer;
                        display: block;
                        background: url(images/default/next.png) no-repeat;
                        overflow: hidden;
                    }
                    .thumb-nav
                    {
						width: 549px !important;
						left: 37.5px !important;
                    }
                    .p
                    {
                    	width: 128px !important;
                    }

.h3-custom
{
	float: left;
position: relative;
top: 425px;
padding-bottom:5px;
}
/*-----Image gallery block end-----*/
/*-------footer block start------*/
footer {
	padding:20px 0;
	background: url(images/footer-bg.jpg) left top;
}
.copyright {
	font-size:14px;
	color:#000;
	margin-bottom: 7px;
	margin-top: 16px;
}
.footer-icon {
	float:left;
	margin-right:25px;
	margin-top: 13px;
}
.wrap-footer-nav {
	float: left;
}

.zikra-logo{
	float: right;
}

.zikra-text{
	float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 50px 0 0 40px;
    text-align: right;
}
.footer-nav {
	float:left;
}
.footer-nav li {
	float:left;
	background-image:none;
	font-weight:bold;
	font-size:15px;
	background:url(images/footer-nav-divider.png) no-repeat left 4px;
	margin: 0 0 0 7px;
	padding: 0 0 0 10px;
}
.footer-nav li:first-child {
	background:none;
	padding-left:0;
	margin-left:0;
}
.footer-nav li a {
	color:#000;
}
.footer-nav li a:hover {
	color:#666;
}
/*-------footer block end------*/



/*-------inner page styles------*/

.inner-wrap {
	background:url(images/inner-wrap-bg.jpg) repeat;
}
/* About program */
p.highlight {
	color: #663300;
	font-family: ralewayregular;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	padding-top: 20px;
}
.inner-spotlight {
	background:url(images/inner-spotlight-img.jpg) repeat-x;
	margin-bottom: 44px;
	padding-top:1px;
	min-height:257px;
}
.inner-spotlight h1 {
	color:#fffcea;
	font-size:44px;
	font-family: 'ralewayheavy';
	display:table;
	margin: 82px 0 0 0;
	line-height:48px;
}
.inner-spotlight .thumb {
	float:right;
}
.about-left {
	text-align:center;
	background:url(images/content-devider.png) no-repeat right 0;
	width:225px;
	padding: 0px 108px 15px 25px;
}
.about-left h4 {
	font-family: 'ralewaylight';
	color:#663300;
	font-size: 17px;
	font-weight:normal;
	text-transform: uppercase;
}
.about-left li {
	background:none;
	padding:0;
	margin-bottom:15px;
}
.about-left li .thumb {
	margin:0 0 2px -30px;
}
.about-left li .odd {
	margin-left:36px;
}
.about-left li h5 {
	font-size:15px;
	color:#663300;
	font-family: 'ralewaybold';
	text-transform:uppercase;
	margin:0;
}
.about-content .highlight {
	margin: 0 0 36px 0;
	background:url(images/dot-border.jpg) repeat-x 0 bottom;
	padding-bottom: 38px;
}
.about-content p {
	margin-bottom:35px;
}
/*eligibility-page*/

.eligibility-page p.highlight {
	margin-bottom:45px;
}
.eligible-list {
	display:table;
	margin-bottom:60px;
}
.eligible-list > li {
	float:left;
	background:none;
	width: 430px;
	padding-right: 25px;
	padding-left: 25px;
	margin-left: 0px;
	margin-bottom:0;
	background:url(images/vertical-dashed-devider.png) repeat-y left 0;
}
.eligible-list > li:first-child {
	margin:0;
	padding-left:0;
	background:none;
}
.eligible-list .thumb {
	margin-bottom:15px;
}
.eligible-list h2 {
	color:#663300;
	font-size:26px;
	font-family: 'ralewayheavy';
}
.eligible-list p {
	margin-bottom:15px;
}
.view-more {
	color:#663300;
	font: 17px/17px 'ralewayheavy';
	background:url(images/arrow-gray.png) no-repeat left 4px;
	padding-left:20px;
}
.back-top {
	color:#663300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	background:url(images/top-icon.png) no-repeat left 0;
	padding: 1px 0 4px 30px;
	cursor:pointer;
}
.breadcrumb {
	background:url(images/breadcrumb-bg.jpg) repeat-x;
	padding:21px 0;
	margin-top:45px;
}
.breadcrumb li {
	float:left;
	background: url(images/breadcrumb-icon.png) no-repeat left 5px;
	padding:0 10px 0 15px;
}
.breadcrumb li:first-child {
	padding-left:0;
	background:none;
}
.breadcrumb li a, .breadcrumb span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	text-decoration: none;
	text-transform: capitalize;
	color:#fff;
}
.breadcrumb li a {
	color: #e7e7c1;
	font-weight:normal;
}
.breadcrumb li a:hover {
	color:#824509;
}
/* Applicant Eligibility*/

.applicant-left .head-details {
	/*width:380px;
	float:left;
	*/
	width:100%;
	margin-top: 40px;
}
.head-details.small-head {
    width: 380px;
    float: left;
}
.applicant-left .head {
	margin-bottom: 5px;
	width:100%;
	overflow:hidden;
}
.applicant-left .head-details h2 {
	color:#663300;
	font-size:26px;
	font-family: 'ralewayheavy';
}
.applicant-left .head-thumb {
	float:right;
}
.applicant-left ul li {
	background:url(images/brown-arrow.png) no-repeat left 7px;
	padding-left:25px;
	margin-bottom:25px;
}
.applicant-left .back-top {
	margin-top:90px;
	display:table;
}
/*.side-bar {
	background:url(images/content-devider.png) no-repeat left 0;
	margin: 0 0 0 27px;
	padding: 49px 0 125px 50px;
}*/
.side-bar {
	background: url(images/aside-shadow.png) no-repeat left 0;
	margin: 0 0 80px 27px;
	padding: 0px 0 0 50px;
	position: relative;
}
.side-bar:after {
	background: url(images/aside-shadow.png) no-repeat 0 -3625px;
	bottom: -100px;
	content: "";
	display: block;
	height: 100px;
	left: 0;
	position: absolute;
	width: 340px;
}
.side-bar h3 {
	color:#94704c;
	font-size: 23px;
	font-family: 'ralewaybold';
}
.related-links {
	background:url(images/side-bar-devider.png) no-repeat left bottom;
	padding-bottom: 26px;
	margin-bottom: 25px;
}
.related-links li {
	background:none;
	padding:0;
}
.related-links li a {
	color:#663300;
	font-size:17px;
	font-family: 'ralewayheavy';
	background: url(images/arrow-gray.png) no-repeat 20px 14px;
	padding: 10px 0 10px 45px;
	display:block;
}
.related-links li.active a {
	color:#94704b;
	background: url(images/brown-arrow.png) no-repeat 20px 14px #e9e2d3;
}
.related-links li a:hover {
	color:#94704b;
	background: url(images/brown-arrow.png) no-repeat 20px 14px #e9e2d3;
}
.side-bar .story {
	background:url(images/opacity-bg.png) repeat;
	padding: 50px 15px 28px 30px;
	margin-bottom:30px;
	position:relative;
	margin-top:25px;
}
.side-bar .story h4 {
	color:#6e3e0e;
	font-size:21px;
	font-family: 'ralewayheavy';
	width:110px;
	position:relative;
	z-index:1;
	margin:14px 0 0 0;
}
.side-bar .story .storie-thumb {
	position: absolute;
	right: 8px;
	top: -23px;
}
.side-bar .story span {
	font-family: 'ralewayregular';
	color:#6e3e0e;
	margin:0 0 20px 0;
	display:block;
}
.side-bar .story p {
	font-family: 'ralewayregular';
	line-height:19px;
	font-size:15px;
}
/* how it work */

.applicant-left ol li {
	list-style:decimal outside;
	background:none;
	margin: 0 0 20px 20px;
	padding: 0 0 0 15px;
}
.step-image {
	text-align:center;
	padding-bottom:40px;
	padding-top: 20px;
}
.applicant-left .zoom {
	color:#663300;
	font-size:14px;
	background:url(images/zoom-ico.png) no-repeat 9px 2px;
}
.applicant-left .zoom span {
	margin:0 0 0 20px;
}
.applicant-left .zoom-img {
	box-shadow:7px 4px 8px -6px rgba(0, 0, 0, 0.5);
	position:relative;
	margin-bottom:20px;
}
.applicant-left .zoom-img:after {
	content:"";
	background:url(images/zoom-img-shadow.png) no-repeat center -23px;
	width:100%;
	display:block;
	position:absolute;
	height:20px;
}
.applicant-left .zoom-img img {
	display:block;
}
.stage-box {
	background:url(images/dot-border.jpg) repeat-x 0 top;
	padding-top:30px;
}
.stage-box h4, .stage-box h6 {
	text-transform:uppercase;
	font-size:18px;
	color:#663300;
	font-weight:normal;
	margin:0 0 5px 0;
}
.stage-box h6 {
	margin:10px 0 20px 0;
}
.stage-box h2 {
	color: #663300;
	font-family: 'ralewayheavy';
	font-size: 26px;
}
.side-donate-now {
	background: url(images/side-bar-devider.png) no-repeat left bottom;
	margin-bottom: 25px;
	padding-bottom: 20px;
}
.supporters-spot .thumb {
	position:relative;
	top:18px;
}
.success-spot .thumb {
	position:relative;
	top:53px;
}
/* success stories */

.success-list .view-more {
	font-size:14px;
	background-position:left 2px;
}
.success-list ul li {
	background:url(images/side-bar-devider.png) 0 bottom repeat-x;
	padding-left:0;
	padding-bottom: 25px;
}
.success-list .thumb {
	float:left;
	margin-right:20px;
}
.success-list .details {
	display:table;
}
.success-list .details h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#663300;
	margin:0 0 10px 0;
}
.success-list .details p {
	margin-bottom:10px;
}
.success-list p.highlight {
	background:url(images/side-bar-devider.png) 0 bottom repeat-x;
	padding-bottom:30px;
	margin-bottom:20px;
}
.side-bar-widget li h2 {
	color: #663300;
	float: left;
	font-family: 'ralewayheavy';
	font-size: 22px;
	line-height: 24px;
	width: 98px;
}
.side-bar-widget li .details {
	position:relative;
}
.side-bar-widget li .thumb {
	position: absolute;
	right: -138px;
	top: -21px;
	margin:0;
}
.success-list .side-bar-widget li {
	background: url(images/side-bar-devider.png) repeat-x 0 top;
	padding-bottom:0px;
	padding-left: 0;
	padding-top:40px;
	margin-top:30px;
}
.side-bar-widget li p {
	margin-top:10px;
	line-height:20px;
}
.success-list .side-bar-widget li:first-child {
	background:0;
	margin:0;
	padding:20px 0 0 0;
}
/* pagination */
.pagination ul {
	border:0;
	margin: 5px 0 0 0;
	padding:0;
	display: table;
}
.pagination ul li {
	border:0;
	margin:0 20px 0 0;
	padding:0;
	font-size:11px;
	list-style:none;
	background:none;
	float:left;
}
.pagination li a {
	margin-right:2px;
	font-size:18px;
	color:#663300;
	font-weight:bold;
}
.pagination .previous-off, .pagination .next-off {
	color:#666666;
	display:block;
	float:left;
	font-weight:bold;
}
.pagination li.next a, .pagination li.previous a {
	font-weight:bold;
	color:#10776a;
	font-size:17px;
	font-family: 'ralewayheavy';
}
.pagination li.next {
	background:url(images/vertical-dashed-devider.png) no-repeat;
	padding-bottom: 5px;
	padding-left: 15px;
}
.pagination li.previous {
	background:url(images/vertical-dashed-devider.png) no-repeat right 0;
	padding-bottom: 5px;
	padding-right: 15px;
}
.pagination li.next a {
	background:url(images/arrow-gray.png) no-repeat right 7px;
	padding:3px 20px 3px 6px;
}
.pagination li.previous a {
	background:url(images/back.png) no-repeat left 7px;
	padding:3px 6px 3px 20px;
}
.pagination li.active {
	color:#663300;
	font-weight:bold;
	display:block;
	float:left;
	/*padding:4px 6px;*/
	width:37px;
	height:30px;
	background:url(images/opacity-bg.png) repeat;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size:18px;
	padding-top:7px;
	text-align:center;
	margin-top:-7px;
}
.pagination li a:hover {
	color:#BA5E01;
}
/*success details page*/
.success-details .back {
	margin-top: 25px;
}
.detail-pagination {
	display:table;
	margin-left:auto;
	margin-right:auto;
}
.detail-pagination li.previous {
	background-image:none;
	padding-right:0;
	margin-right:20px;
}
.detail-pagination li.next {
	margin-right:0;
	padding-left:30px;
}
.view-more.back {
	display:inline-block;
	margin-bottom: 30px;
	background:url(images/back.png) no-repeat left 2px;
	font-size: 17px;
}
.success-details .head {
	background:url(images/side-bar-devider.png) repeat-x 0 bottom;
	margin-bottom:20px;
}
.success-content {
	clear:both;
	display:table;
	background:url(images/side-bar-devider.png) repeat-x 0 bottom;
	margin-bottom:20px;
}
.success-content h2 {
	font:24px/24px 'ralewayheavy';
	color:#663300;
	margin-bottom: 5px;
	margin-top: 20px;
}
.success-content h3 {
	font:18px/22px 'ralewaybold';
	color:#663300;
	margin-bottom: 12px;
}
.success-content .thumb {
	margin-bottom: 30px;
}
.caption {
	clear:both;
	width: 78%;
	margin-left: 14%;
	margin-bottom: 20px;
}
.caption:before {
	background: url(images/quotes.png) no-repeat left -43px;
	content: "";
	float: left;
	height: 20px;
	margin-left: -30px;
	width: 23px;
}
.caption .quotes {
	background: url(images/quotes.png) no-repeat left 5px;
	display: inline-block;
	height: 20px;
	margin-bottom: -5px;
	margin-right:-23px;
	width: 23px;
}
.caption p {
	font: italic 17px/22px 'ralewaybold';
	color:#663300;
}
/* contact us*/

.contact-us .form li {
	background:none;
	padding-left:0;
	position:relative;
}
.contact-us .form .txt, .contact-us .form .txt-area {
	width:320px;
	border:#e3dbc7 solid 2px;
	padding:10px 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	resize:none;
}
.contact-us .form .txt-area {
	min-height:157px;
}
.contact-us .form label {
	width:125px;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#663300;
	padding-left:20px;
}
.contact-us .form label.mandatory {
	background:url(images/mandatory-icon.png) no-repeat left 3px;
}
.contact-us .form .styled {
	font-size: 14px;
	height: 38px;
	left: 172px;
	line-height: 29px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	width: 344px;
}
.contact-us .form .btn {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background:#663300;
	color:#fff;
	border:none;
	padding:10px 60px 10px 60px;
	font-size:23px;
	font-family: 'ralewayheavy';
	margin:0 0 0 173px;
}
.contact-us .form .btn:hover {
	background-color:#773b00;
	color:#E7E7C1;
}
.contact-us .form span.select {
	display: inline-block;
	font-size: 14px;
	left: 0;
	margin: 0;
	padding:10px 30px;
	position: relative;
	top: 0;
	width:320px;
	border:#e3dbc7 solid 2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:url(images/drop-arrow.png) no-repeat 94% center #fff;
	color:#666666;
}
.contact-us .head {
	background:url(images/side-bar-devider.png) repeat-x 0 bottom;
	margin-bottom: 38px;
	padding-bottom: 22px;
}
.placeholder {
	color:#666666;
}
.location-map {
	background:url(images/view-map-icon.png) no-repeat left 0;
	font-family: 'ralewayheavy';
	padding:0 0 5px 30px;
	font-size:17px;
}
.side-bar address {
	color:#663300;
	font-style:normal;
	margin: 22px 0 0 0;
}
.side-bar address h3 {
	font-family: 'ralewayheavy';
	font-size:18px;
	color:#663300;
}
.side-bar address strong {
	font-family: 'ralewayheavy';
}
.side-bar address p {
	color:#663300;
	font-family: 'ralewayregular';
	margin:20px 0 20px 0;
	padding:0 0 20px 0;
	background:url(images/side-bar-devider.png) repeat-x 0 bottom;
	font-size:18px;
}
.side-bar address span {
	display:block;
	background:url(images/side-bar-devider.png) repeat-x 0 bottom;
	padding:0 0 15px 0;
	margin-bottom:15px;
	font-size:16px;
}

address .phone strong {font-size:17px;}

.equal-height{
	display:table;
}

/*form*/

label.error {
    color: red !important;
    left: 160px;
    position: absolute;
    font-size: 10px !important;
    width: 100% !important;
    bottom: -15px;
}
.no-js .form .styled{
	opacity: 1;
}

.list-first li{
	background: none!important;
}