/* CSS Document */
*{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
html,body{
	height:100%; min-height:100%;
	padding:0; margin:0;
}

body{
	background:#eee;
	margin:0; padding:0;
}
#wrap{
	clear:both;
	position:relative;
	z-index:300;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	padding:0;
}
.in{
	width:1000px;
	margin:0 auto; padding:0;
	position:relative;
}
#google_translate_element{
	position:absolute;
	left:244px; top:5px;
	height:28px; width:200px; overflow:hidden;
}
#google_translate_element select{
	width:190px; max-width:200px;
	background: transparent;
 	-webkit-appearance: none;
	padding:4px 7px;
	background:#fff;
	color:#999; font-size:12px; font-weight:bold;
	box-shadow: none; border-radius:0;
	border:1px solid rgba(0,0,0,0.2);
}
#menu{
	position:relative;
	clear:both;
}
#header{
	position:relative;
	height:110px;
	z-index:500;
	background:#fff;
}
#logo{
	position:absolute;
	top:0px;
	width:104px;
	height:90px;
	background:#fff;
	border-radius:0 0 10px 10px;
	padding:10px 14px;
	text-align:center;
	/* box-shadow:1px 1px 3px rgba(0,0,0,0.1); */
}
#logo img{
	height:90px;
}
.btn_out{
	
}
#fundraise{
	display:inline-block;
	position:absolute;
	right:140px; top:0px;
	background:rgba(52,152,219,0.8); color:#fff;
	width:120px; height:40px; padding:9px 14px; margin:0;
	text-align:center; font-size:18px; font-weight:700;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}

#donaya{
	display:inline-block;
	
	position:absolute;
	right:0px; top:0px;
	width:120px; height:40px;
	text-align:center; font-size:18px; font-weight:700;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	padding:9px 14px; margin:0;
	background:#FA6A56;
	color:#fff;
	transition: background 0.5s;   
	-moz-transition: background 0.5s; 
	-webkit-transition: background 0.5s; 
	/*
	-webkit-box-shadow: 3px 6px 5px -6px rgba(0,0,0,0.5);
	   -moz-box-shadow: 3px 6px 5px -6px rgba(0,0,0,0.5);
	        box-shadow: 3px 6px 5px -6px rgba(0,0,0,0.5);
			*/

}
#donaya:hover, #fundraise:hover{
	background:#F90;
}
#pbx{
	display:none;
	position:absolute;
	right:0px; top:0px;
	width:180px; height:40px;
	text-align:center; font-size:13px; font-weight:700;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	padding:9px 14px; margin:0;
	background:#FA6A56; 
	color:#fff;
	transition: background 0.5s;   
	-moz-transition: background 0.5s; 
	-webkit-transition: background 0.5s; 
		-webkit-transition: background 0.5s;
}

/*
============================================================
*********   MENU 
============================================================
*/
#menu{
	position:absolute;
	top:45px; right:0px;
	width:780px;
	height:40px;
	margin-bottom:0px;
}
#menu ul{
	position:relative;
	margin:0px 0 0 0; padding:0;
	list-style:none;
}
#menu ul li{
	float:left;
	display:inline-block;
	margin:0px 7px 0 0;
}
#menu li > a:link, #menu li > a:visited{
	display:block;
	position:relative;
	padding:16px 10px 21px 10px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:13px; 
	font-weight:700;
	transition: color 0.7s, background 0.4s;   
	-moz-transition: color 0.7s, background 0.4s; 
	-webkit-transition: color 0.7s, background 0.4s; 
}
#menu li:hover > a{ 
	display:block;
	background:rgba(52,152,219,0.8);
	color:#1C5B99;
}
#menu li:hover .sub{
	display:block;
}
#menu li span{
	display:none;
	position:absolute;
	top:14px; left:-2px;
	font-size:20px;
	color:#999;
}
#menu li:hover span{
	color:#1C5B99;
}
#menu li#current > a{
	color:rgba(52,152,219,0.8);
	border-bottom:14px solid rgba(52,152,219,0.8);
}
#menu li#current a span{
	color:#8e44ad;
}
#menu li#current:hover a {
	color:#fff;
}
#menu .sub{
	display:none;
	position:absolute;
	top:55px; left:0;
	width:748px;
	height:270px;
	background:rgba(52,152,219,0.8); 
	-webkit-box-shadow: 0 5px 0px 0px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0 5px 0px 0px rgba(0,0,0,0.4);
	        box-shadow: 0 5px 0px 0px rgba(0,0,0,0.4);
	padding:20px;
}
#menu .sub ul{
	margin:0; padding:20px 0 0px 0;
	list-style:none;
}
#menu .sub li{
	float:none;
	display:block;
	margin:0; padding:3px 0 3px 0;
}
#menu .sub li a:link, #menu .sub li a:visited{
	display:block;
	border-top:none;
	border-bottom:1px solid rgba(255,255,255,0.3);
	text-transform:none;
	margin:0; padding:6px 0;
	color:#fff;
	font-size:15px; font-weight:700;
}
#menu .sub li a:hover{
	color:#f1c40f;
	background:none;
}
#menu .sub .subImage {
	position:absolute;
	top:40px; right:20px;
	width:286px;
	height:158px;
	overflow:hidden;
}
#menu .sub .subImage img {
	width:286px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
    filter: gray; 
    -webkit-filter: grayscale(100%);  
    -webkit-transition: all .6s ease;  
    -webkit-backface-visibility: hidden;  
}
#menu .sub h2{ color:#1C5B99;}
#menu .sub p a{ color:#1C5B99;}

#socialBar{
	position:relative;
	z-index:999;
	background:none;
	min-height:140px;
	padding:10px 0;
	margin:0 auto;
	width:1000px;
	
	clear:both;
	height:60px;
	
}

#socialicons{
	float:right;
	text-align:right;
	width:340px; height:52px;
	padding:20px 0 0 0; margin:0; list-style:none;
}
#socialicons li{ 
	float:left; padding:0; margin:0 5px 0 0;
	height:52px; width:52px;
	
}
#socialicons li:last-child{
	margin-right:0;
}
#socialicons a:link,  #socialicons a:visited{
	display:block;
	background-image:url(../images/socialbar-4a.png);
	background-position:0 0;
	background-repeat:no-repeat;
	outline:none;
	text-indent:1000px;
	height:52px; 
	overflow:hidden;
	background-color:#fff;
	border-radius:50px;
}
#socialicons a.facebook{
	width:52px;
	background-position:0 0;
}
#socialicons a.twitter{
	width:52px;
	background-position:-79px 0;
}
#socialicons a.youtube{
	width:52px;
	background-position:-162px 0;
}
#socialicons a.linkedin{
	width:52px;
	background-position:-248px 0;
}
#socialicons a.mail{
	width:52px;
	background-position:-328px 0;
}
#socialicons a.instagram{
	width:52px;
	background-position:-407px 0;
}
/*
#socialicons a.linkedin:hover{
	width:30px;
	background-position:-144px -30px;
}
*/
#socialicons a:hover{
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.prefooter{
	display:block;
	padding:40px 0;
	clear:both;
	min-height:100px;
}


/*
============================================================
*********   FOOTER 
============================================================
*/
#footer{
	width:100%;
	position:relative;   
	z-index:300;
	padding:40px 0;
	background:#3498db;
	color:#fff;
	border-bottom:2px solid rgba(255,255,255,0.3);
}
#footer{
	min-height:320px;
}
#footer a:link, #footer a:visited{ 
	color:#fff; font-weight:normal; text-decoration:none;
}
#footer a:hover{ color:#000; text-decoration:none;}
#logos{
	position:relative; right:0; top:60px;
	width:400px; min-height:85px;
	text-align:right;
}
#logos img{
	max-width:300px;
	float:left;
}
.address{
	width:270px;
}
.phone{
	width:200px;
}
#footer .phone a:link, .phone a:visited{
	text-decoration:underline;
}
#footer .search{
	float:right;
	width:320px;
	text-align:right;
}
.search #s{
	border:none;
	background:#2980b9;
	padding:7px 10px;
	color:rgba(255,255,255,0.6);
	position:absolute; top:12px; right:50px;
	width:250px; height:32px;
	font-size:13px;
}
.search button{
	border:none;
	background:#2980b9;
	padding:7px 10px;
	position:absolute; top:12px; right:0; 
	width:50px;
	height:32px;
	font-size:11px;
}
.designby{
	float:left; width:100%;
	padding:10px 0 0 20px;
	color:rgba(255,255,255,0.3);
	font-size:90%;
	height:20px;
}
#footer .designby a{
	color:rgba(255,255,255,0.3);
}

/* 
 	Hack
*/
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */