body {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #333;
	background-image: url(../img/pattern-5gsd.png);
}

a {
	color: #333;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fefefe;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fefefe;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fefefe;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fefefe;
}

.section-title {
	color: white;
	background-color: #6fb100;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 4px;
	border-top: 1px solid #558801;
}
	
.dialog {
	display: none;
}
.bonus {
	display: inline-block;
	width: 52px;
	height: 40px;
	background-image: url(../img/bill.png);
}
	
.addonate-logo {
	float: left;
	background-image: url(../img/addonate_top.png);
	width: 330px;
	height: 38px;
	display: inline-block; 
}
.close-btn {
	width: 32px;
	height: 32px;
	background-image: url(../img/close.png);
	cursor: pointer;
}
.close-btn:hover {
	background-position-y: -32px;
}
#chromeinstall_overlay {
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #fff;
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.arrow-up {
	height: 111px;
	width: 47px;
	display: inline-block;
	background-image: url(../img/arrow_up.png);
}

.menu-item {
	float: right;
	line-height: 40px;
	height: 40px;
	padding: 0px 4px 0px 4px;
	cursor: pointer;
}
.menu-item:hover {
	color: white;
	font-weight: bold;
	background-color: #6fb100;
}
.menu-item:active {
	color: white;
	font-weight: bold;
	background-color: #558801;
}

#topbar {
	width: 100%;
	height: 40px;
	background-color: #fff;
}

#topbar_shadow {
	position: absolute;
	top: 40px;
	height: 4px;
	width: 100%;
}

.shadow {
	background-color: rgba(0,0,0, 0.1);
}

#footer {
	width: 100%;
	height: 40px;
	background-color: #fff;
	position: relative;
}
#footer_shadow {
	position: absolute;
	top: -4px;
	height: 4px;
	width: 100%;
}

#content {
	width: 900px;
	background-color: #fff;
	margin: auto;
}
#bonus_notice {
	position: absolute;
	line-height: 40px;
	bottom: 0px;
	right: 4px;
}
#welcome_overlay {
	position: absolute;
	width: 100%;
	height: 35px;
	background-color: rgba(255, 255, 255, 0.6);
	top: 417px;
}
#welcome_video {
	position: absolute;
	top: 170px;
	left: 152px;
	color: #fff;
	font-size: 32px;	
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
    opacity: 0.8;
    cursor: pointer;
}
#welcome_video:hover {
	opacity: 1;
}
#welcome_video .btn-image {
	width: 142px;
	height: 144px;
	background-image: url(../img/play.png);
}
#video_player {
	position: absolute;
	width: 890px;
	height: 452px;
	background-color: rgba(255, 255, 255, 0.8);
}
#welcome_player {
	margin: auto;
}
#close_welcome_video {
	position: absolute;
	top: -20px;
	right: -20px;
}

#featured_organizations {
	position: absolute;
	width: 430px;
	height: 290px;
	top: 60px;
	right: 0px;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
	padding-left: 8px;
}
#featured_organizations .head-title {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #888;
	letter-spacing: 2px;
	font-size: 12px;
}

.featured {	    
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	font-size: 12px;
	margin: 4px 10px 1px 10px;
	border-bottom: 1px solid #ccc;
}
.featured:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
.featured.organization {
	height: 66px;
}
.featured.choose-cause {
	text-align: center;
	font-size: 21px;
	padding: 8px 0px 8px 0px;
}
.featured.choose-cause:hover {
	text-align: center;
	font-size: 21px;
	padding: 8px 0px 8px 0px;
}
.featured .title {
	font-size: 24px;
	color: #558801;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 12px;
	margin-top: 5px;
	width: 284px;
}
.featured .summery {	
	font-size: 18px;
	letter-spacing: 1px;
	margin-left: -20px;
}
.featured .sum {
	font-size: 56px;
	color: #6fb100;
}
.featured .url {
	margin-top: 1px;
	color: #888;
	margin-left: 13px;
}
.highlight {
	color: #6fb100;
	font-weight: bold;
}

.main-action {
	color: white;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	border: none;
	border-top: 1px solid yellow;
	
	background: #ffaf4b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
}
.main-action:hover {
	background: #ffa84c; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
}
.main-action:active {
	position: relative;
	top: 1px;
}

.donate {
	font-size: 22px;
	letter-spacing: 1px;
	color: white;
	padding: 3px;
	width: 300px;
	text-align: center;
	margin: auto;
	margin-top: 10px;
}

.donate-info {
	margin-top: 4px;
	text-align: center;
}
.next-step {
	background-image: url(../img/next.png);
	width: 84px;
	height: 120px;
}
.next-step.left {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.option-button {
	width: 200px;
	height: 50px;
	background-color: #d4e7b2;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
	display: table-cell; 
	vertical-align: middle;
	padding: 0px 6px 0px 6px;
	cursor: pointer;
}
.option-button:hover {
	background-color: #b5e75b;
}
.option-button:active {
	background-color: #b5e75b;
	position: relative;
	top: 1px;
}
#choose_arrow {
	position: absolute;
	background-image: url(../img/choose.png);
	width: 82px;
	height: 248px;
	right: -57px;
	top: 314px;
}
#donating_header {
	font-size: 20px;
	margin: auto;
	width: 860px;
	color: #444;
	padding: 10px 0px 20px 0px;
}
#donating_header .title .yourcause {
	font-weight: bold;
	color: #6fb100;
} 
#filters .ui-icon {
	display: inline-block;
}
#filters div {
	color: white;
	background-color: #6fb100;
}
#filter_text {	
	font-size: 18px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: white;
	padding: 3px 4px 3px 6px;
	margin: 0px;
	margin-top: 3px;
}
#search_clear {
	cursor: pointer;
	opacity: 0.8;	
}
#search_clear:hover {
	opacity: 1;
}
#search_clear:active {
	position: relative;
	top: 1px;
	opacity: 1;
}

.dropdown-container {
	overflow: hidden;
}
.dropdown-container option {
	background-color: #6fb100;
	border-top: 1px solid #fff;
	padding: 4px 2px 4px 2px;
	font-size: 20px;
}
.category-dropdown select {
	border: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('../img/dropdown_arrow.png') no-repeat;
	background-position: 230px 10px;
	text-indent: 0.01px;
	text-overflow: "";
	margin-top: 2px;
	margin-left: 4px;
	color: #fff;
	width: 250px;
	height: 36px;
	padding: 4px 2px 4px 2px;
	font-size: 15px;
}
.country-dropdown select {
	border: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('../img/dropdown_arrow.png') no-repeat;
	background-position: 220px 10px;
	text-indent: 0.01px;
	text-overflow: "";
	margin-top: 2px;
	margin-left: 4px;
	color: #fff;
	width: 240px;
	height: 36px;
	padding: 4px 2px 4px 2px;
	font-size: 15px;
}

#list_container {
	width: 880px;
	min-height: 300px;
}
#org_list {
	min-height: 50px;
	overflow: hidden;
	margin-top: 6px;
}

.ngo-entry {
	width: 220px;
	height: 110px;
	float: left;
	position: relative;
}
.ngo-entry .ngo-category {
	position: absolute;
	bottom: 9px;
	left: 12px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
}
.ngo-entry .title {
	display: inline-block;
	width: 184px;
	height: 74px;
	margin: 10px;
	padding: 12px 8px 4px 8px;
	text-align: center;	
	font-size: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-right: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	text-decoration: none;
}
.ngo-entry .title:hover {
	background-color: #6fb100 !important;
}
#list_end {
	margin: 4px;
	text-align: center;
}
.text-button {	
	color: #333;
	background-color: #6fb100;
	padding: 2px 4px 2px 4px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.text-button:hover {
	color: #fff;
}
.text-button:active {
	position: relative;
	top: 1px;
}
.text-button {
	text-decoration: none;	
}

#organziation_details .content {
	font-size: 14px;
	padding-top: 0px;
}

#organziation_details .donation-info {
	font-size: 18px;
}

#organziation_details .details-options{
	width: 450px;
	height: 40px;
}

#organziation_details .details-content {
	margin-top: 3px;
	margin-left: 1px;
	width: 450px;
	height: 352px;
	padding: 6px;
}

/* modal */
	#simplemodal-overlay {background-color:#fff;}
	
	#simplemodal-container { 
		background-color:#fefefe; 
		border: 2px solid #6fb100; 
		padding: 0px; 
		border-radius: 3px;
	}
	.dialog  .content{
		padding: 10px;		
		font-size: 26px;
	}
	.dialog .content input {
		font-size: 26px;
		color: #444;
	}
	.dialog .content textarea {
		font-size: 18px;
		color: #444;
	}
	.dialog .content-small {
		padding: 10px;		
		font-size: 18px;
	}
	.dialog .content-small input {
		font-size: 18px;
		color: #444;
	}
	.dialog .form-entry {
		margin-top: 4px;
		margin-bottom: 6px;
	}
	
	.dialog .form-entry label {
		width: 200px;
		display: inline-block;
	}
	
	.dialog h2
	{
		background-color: #6fb100;
		color: white;
		margin-top: 0px;
		padding-bottom: 6px;
		text-align: center;
		font-style: italic;
		font-size: 24px;
		height: 32px;
		line-height: 32px;
	}
	.dialog .button {
		font-size: 24px;
		letter-spacing: 1px;
		padding: 1px 8px 1px 12px;
		text-align: center;
		text-decoration: none;
	}
	
	.modalCloseImg {
		cursor: pointer;
		width: 32px;
		height: 32px;
		background-image: url(../img/close.png);
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.modalCloseImg:hover {
		background-position-y: -32px;
	}
	.modalCloseImg:active {
		background-position-y: -32px;
		top: 1px;
	}


/* top bar menu */


.menu ul,
.menu li,
.menu span,
.menu a {
  margin: 0;
  padding: 0;
  position: relative;
}
.menu {
  height: 38px;
  background: #fff;
  border-bottom: 2px solid #70b100;
  width: auto;
}
.menu:after,
.menu ul:after {
  content: '';
  display: block;
  clear: both;
}
.menu a {
  background: #fff;
  color: #000;
  display: inline-block;
  font-size: 12px;
  line-height: 38px;
  padding: 0 20px;
  text-decoration: none;
}
.menu ul {
  list-style: none;
}
.menu > ul {
  float: left;
}
.menu > ul > li {
  float: left;
}
.menu > ul > li > a {
  color: #000;
  font-size: 12px;
}
.menu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #70b100;
  margin-left: -10px;
}
.menu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
.menu > ul > li.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #70b100;
  margin-left: -10px;
}
.menu > ul > li.active > a {
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.menu > ul > li:hover > a {
  background: #fff;
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}
.menu .has-sub {
  z-index: 1;
}
.menu .has-sub:hover > ul {
  display: block;
}
.menu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
  z-index: 100;
}
.menu .has-sub ul li {
  *margin-bottom: -1px;
  z-index: 100;
}
.menu .has-sub ul li a {
  background: #70b100;
  border-bottom: 1px dotted #90e400;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
  z-index: 100;
}
.menu .has-sub ul li:hover a {
  background: #507e00;
}
.menu .has-sub .has-sub:hover > ul {
  display: block;
}
.menu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 100;
}
.menu .has-sub .has-sub ul li a {
  background: #507e00;
  border-bottom: 1px dotted #90e400;
}
.menu .has-sub .has-sub ul li a:hover {
  background: #406500;
}
	

/*
playback timings (ms):
  captures_list: 0.615
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.017
  esindex: 0.013
  cdx.remote: 199.334
  LoadShardBlock: 140.995 (3)
  PetaboxLoader3.datanode: 170.074 (4)
  load_resource: 138.579
  PetaboxLoader3.resolve: 88.173
*/