/*
Theme Name: ADVANCING MERCY'S MISSION
Version: 1.0

/***********************************************************************************/
/*                                  Reset Browser                                  */
/***********************************************************************************/
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, 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,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

.clear { overflow: hidden;}
/* clear float */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/*ios*/
input[type="button"], input[type="submit"], input[type="reset"]{
    -webkit-appearance: none;
}
.after:after {
	content: '';
	display: block;
	clear: both;
}
html {
	height: 100%;
}
/***********************************************************************************/
/*                                      Fonts                                      */
/***********************************************************************************/

/* Fix for Bebas Neue font that wasn't loading */
@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/bebasneuewebfont-webfont.eot');
    src: url('fonts/bebasneuewebfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneuewebfont-webfont.woff2') format('woff2'),
         url('fonts/bebasneuewebfont-webfont.woff') format('woff'),
         url('fonts/bebasneuewebfont-webfont.ttf') format('truetype'),
         url('fonts/bebasneuewebfont-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
@font-face {
	font-family: 'BebasNeue';
	src: url('fonts/BebasNeue-webfont.eot');
	src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/BebasNeue-webfont.woff') format('woff'),
		 url('fonts/BebasNeue-webfont.ttf') format('truetype'),
		 url('fonts/BebasNeue-webfont.svg#CandaraRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'raleway';
	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#CandaraRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'raleway';
	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#CandaraRegular') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'opensans';
	src: url('fonts/opensans-regular-webfont.eot');
	src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/opensans-regular-webfont.woff') format('woff'),
		 url('fonts/opensans-regular-webfont.ttf') format('truetype'),
		 url('fonts/opensans-regular-webfont.svg#CandaraRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opensans';
	src: url('fonts/opensans-italic-webfont.eot');
	src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/opensans-italic-webfont.woff') format('woff'),
		 url('fonts/opensans-italic-webfont.ttf') format('truetype'),
		 url('fonts/opensans-italic-webfont.svg#CandaraRegular') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'opensans';
	src: url('fonts/opensans-bold-webfont.eot');
	src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/opensans-bold-webfont.woff') format('woff'),
		 url('fonts/opensans-bold-webfont.ttf') format('truetype'),
		 url('fonts/opensans-bold-webfont.svg#CandaraRegular') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'opensans';
	src: url('fonts/opensans-bolditalic-webfont.eot');
	src: url('fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/opensans-bolditalic-webfont.woff') format('woff'),
		 url('fonts/opensans-bolditalic-webfont.ttf') format('truetype'),
		 url('fonts/opensans-bolditalic-webfont.svg#CandaraRegular') format('svg');
	font-weight: bold;
	font-style: italic;
}

/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
a{
	color: #151515;
	text-decoration: none;
	outline:none;   /* Remove dashed frame for IE8,FF  */
}
a:hover{
	text-decoration: none;
	color: #22b2ea;
}
p{
	padding: 0 0 21px;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, 'Bitstream Charter', serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px 'Courier 10 Pitch', Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
::-webkit-input-placeholder { color: #484848; }
:-moz-placeholder           { color: #484848; }
::-moz-placeholder          { color: #484848; }
:-ms-input-placeholder      { color: #484848; }
:placeholder                { color: #484848; }


/***********************************************************************************/
/*                               Layout & Composition                              */
/***********************************************************************************/
body{
	color: #151515;
	font: normal 13px/21px 'opensans', Arial,sans-serif;
	width: 100%;
	height: 100%;
	/* background-color: #fff; */
}
body.single {
	overflow: hidden;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/***********************************************************************************/
/*                                  Content Area                                   */
/***********************************************************************************/
.content_area {
	max-width: 933px;
	font: normal 13px/17px 'opensans',Arial,sans-serif;
	margin: 0 auto;
}
.content_area ul, .content_area ol {
	color: #00b1ea;
	margin: 0 0 21px 2em;
	font: normal 18px 'Bebas Neue',Arial,sans-serif;
}
.content_area ul {
	list-style: square;
	list-style-type: disc;
}
#campaign .content_area ul ,
#story .content_area ul,
#donate-box .content_area ul,
#event .content_area ul {
	display: inline-block;
	list-style-position: inside !important;
}
#campaign .content_area ul ,
#story .content_area ul,
#donate-box .content_area ul
#event .content_area ul {
	display: inline-block;
	list-style-position: inside;
}
.content_area ol {
	list-style-type: decimal;
}
.content_area ol ol {
	list-style: upper-alpha;
}
.content_area ol ol ol {
	list-style: lower-roman;
}
.content_area ol ol ol ol {
	list-style: lower-alpha;
}
.content_area ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
.content_area img{
	max-width: 100%;
}
.content_area .wp-caption{
	max-width: 100%;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
/*  PageNavi */
.page_navi{
	width:100%;
	text-align:left;
	overflow:hidden;
	margin:10px 0 30px 0;
}
.page_navi a{
	margin:3px;
}
.page_navi a:hover,
.page_navi a.current{
	color:#005982;
}

/***********************************************************************************/
/*                                     slider                                      */
/***********************************************************************************/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@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;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 20px; height: 30px; margin: -15px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: -18px; }
.flexslider:hover .flex-next { opacity: 0.7; right: -18px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 25px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -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); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


/* Home Slider Captions */
.slides li p {
	position: absolute; left: 30px; bottom: 10px;
	color: #22b2ea;
	font: 27px "Bebas Neue",Arial,sans-serif;
	font-family: "opensans",Arial,sans-serif;
	font-size: 11px;
	color: #000;
	background: rgba(255,255,255,0.3);
	padding: 5px;
}



/* @media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: -30px;}
  .flex-direction-nav .flex-next { opacity: 1; right: -30px;}
} */
/***********************************************************************************/
/*                                    fancybox                                     */
/***********************************************************************************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('./images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('./images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('./images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	 overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock-test {
     overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('./images/fancybox_overlay.png');
	overflow: hidden;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('./images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('./images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}



/***********************************************************************************/
/*                                      Style                                      */
/***********************************************************************************/
#all {
	max-width: 100%;
	min-height: 933px;
	margin: 0 auto;
}

#bd {
	width: 100%;
	overflow: hidden;
}
#bd div {
	text-align: center;
}
#bd>div {
	width: 100%;
}

#hd {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#home-slider {
	width: 100%;
	height: 100%;
}
#home-slider ul {
	height: 100%;
}
#home-slider ul li {
	height: 100%;
	background-size: cover!important;
}
#home-slider ul li img {
	position: absolute;
	top: 50%;

}

@media all and (max-width: 1545px) {
	#home-slider ul li img { height: 100%; width: auto;}
}

@media all and (max-width: 1100px) {
	#home-slider ul li img { left: -230px;}
}

#home-slider .flex-control-nav {
	z-index: 20;
}
#home-slider .flex-control-nav li a {
	background-color: transparent;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#home-slider .flex-control-nav li .flex-active {
	background-color: #ffd500;
}
#main-title {
	width: 100%;
	height: 250px;
	line-height: 250px;
	text-align: center;
	margin-top: -125px;
	background-color: rgba(0,176,234,0.2);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
}
#main-title img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
#nav-box {
	width: 100%;
	min-height: 60px;
	background-color: #ffd500;
}
#nav {
	width: 100%;
	max-width: 1400px; margin: auto;
	height: 62px;
	line-height: 62px;
	padding: 0 160px;
	vertical-align: middle;
	background-color: #ffd500;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


#nav-box.fixed {
	height: 44px;
	line-height: 44px;
	position: fixed;
	top: 0 ;
	left: 0;
	margin-top: 0px;
	z-index: 500;
	background-color: #ffd500;
}

#nav-box.fixed #nav {
	height: 44px;
	line-height: 44px;
	position: fixed;
	top: 0 ;
	left: 0;
	margin-top: 0px;
	z-index: 500;
	/* background-color: #d6d6d6; */
}
#nav-box.fixed #nav .logo {
	height: 44px;
	line-height: 44px;
}
#nav-box.fixed #nav ul li a {
	line-height: 44px;
}
#nav-box.fixed #nav img {
	max-height: 80%;
	line-height: 44px;
}

#nav .logo {
	float: left;
	height: 62px;
	line-height: 62px;
}
#nav .logo img {
	line-height: 62px;
	max-height: 90%;
	vertical-align: middle;
	-webkit-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;

}
#nav ul {
	float: right;
}
#nav ul li {
	display: inline-block;
	padding: 0 8px;
}
#nav ul li a {
	font: normal 19px 'Bebas Neue',Arial,sans-serif;
	line-height: 62px;
}
#nav ul li a {
	text-decoration: none;
}
#hd .nav-button {
	position: absolute;
	bottom: 14px;
	left: 50%;
	margin-left: -21.5px;
	width: 43px;
	height: 43px;
	display: block;
	background: url(./images/nav-button.png) no-repeat;
	z-index: 30;
}

.subheading {
	padding: 3px;
	height: 76px;
	line-height: 76px;
	display: inline-block;
	border: 1px solid #ffd500;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#campaign .subheading {
	margin: 30px 0 22px;
}
#story .subheading {
	margin: 35px 0 19px;
}
#donate-box .subheading {
	margin: 38px 0 21px;
}
#event .subheading {
	margin: 36px 0 27px;
}
.subheading h2 {
	background-color: #ffd500;
	padding: 0 10px;
	color: #fff;
	font: normal 52px/68px 'Bebas Neue',Arial,sans-serif;
}
.support {
	width: 100%;
	margin-bottom: 25px;
}
.support .support-text {
	font: normal 27px 'Bebas Neue',Arial,sans-serif;
	color: #22b2ea;
}
.support span {
	font-size: 11px;
	line-height: 11px;
}
.support.back-bule {
	background-color: #00b1ea;
	min-height: 84px;
	margin-bottom: 21px;
	padding-top: 11px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 5%;
}
.support.back-bule p {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 0;
}
.post-list {
	width: 100%;
	background-color: #d6d6d6;
}
.post-list ul {
	padding: 15px;
}
.post-list ul li {
	position: relative;
	display: inline-block;
	font: normal 19px 'Bebas Neue',Arial,sans-serif;
}
.post-list ul li+li {
	margin-left: 10px;
}
.post-list ul li img {
	vertical-align: bottom;
	width: 304px;
	height: 160px;

}
.post-list ul li .post-title {
	color: #00b0ea;
	height: 38px;
	line-height: 38px;
	background-color: #fff;
	-webkit-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
.post-list ul li .post-link {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	width: 100%;
	height: 160px;
	line-height: 160px;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
.post-list ul li .post-link a {
	color: #fff;
	font-size: 31px;
	padding: 6px 8px;
	line-height: 160px;
	background-color: #ffd500;
}
.post-list ul li .post-link a:hover {
	text-decoration: none;
}
.post-list ul li:hover .post-link {
	opacity: 1;
	filter: alpha(opacity=100);
}
.post-list ul li:hover .post-title {
	color: #fff;
	background-color: #00b0ea;
}
.list-title {
	color: #00b0ea;
	font: normal 24px 'raleway',Arial,sans-serif;
}

#worldwide { background: #FED500;}

#worldwide h3 {
	height: 73px;
	line-height: 73px;
	background: #FFF;
}
#worldwide img {
	width: 100%;
	vertical-align: bottom;
	max-width: 1400px;
}


.rhesis-box {
	overflow: hidden;
	min-height: 216px;
}
.rhesis-bg {
	position: relative;
	width: 100%;
	min-height: 216px;
	padding: 32px 205px 0 205px;
	color: #fff;
	background-color: rgba(0,0,0,.25);
	-webkit-transition: all 0.5s;
		 -o-transition: all 0.5s;
			transition: all 0.5s;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
}
.rhesis-box span {
	width: 32px;
	height: 32px;
	border: 2px solid #fff;
	background-color: #ffd500;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	font: normal 55px/60px 'Bebas Neue',Arial,sans-serif;
	vertical-align: middle;
	margin-bottom: 15px;
}
.rhesis {
	padding-top: 6px;
	padding-bottom: 10px;
	display: inline-block;
	border-top: 1px solid rgba(214,214,214,.8);
	border-bottom: 1px solid rgba(214,214,214,.8);
	margin-bottom: 10px;
}
.rhesis p {
	padding-bottom: 0px;
	font: normal 25px 'raleway',Arial,sans-serif;
	text-shadow:2px 2px 5px rgba(0,0,0,.75);
}
.derivation p {
	font: normal 12px 'raleway',Arial,sans-serif;
	text-shadow:2px 2px 5px rgba(0,0,0,.75);
}
#story .list-title.first {
	margin-bottom: 23px;
}
#story .list-title.second {
	line-height: 36px;
	padding: 20px 0;
}
#story .list-title.thirdly {
	line-height: 36px;
	padding: 20px 0;
	margin-top: 6px;
}
#story .content_area {
	margin-bottom: 21px;
	padding: 0 15px;
}

#donate-box .list-title {
	margin-bottom: 21px;
}
#donate-box .content_area ul {
	width: 100%;
	margin-left: 0;
}

#event .content_area {
	margin-bottom: 46px;
}

#ft {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #ffd500;
}
#ft .contact {
	font: normal 15px 'Bebas Neue',Arial,sans-serif;
	margin-bottom: 14px;
}
#ft .contact p {
	display: inline-block;
	padding-bottom: 0;
}

#ft .contact p+p {
	margin-left: 9px;
}



#paging {
	position: relative;
	max-width: 677px;
	margin: 0 auto;
}
#paging .title {
	border-bottom: 1px solid #8a8a8a;
	margin-bottom: 30px;
	padding: 0 0 12px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#paging h2 {
	font: normal 52px 'Bebas Neue',Arial,sans-serif;
	color: #00b0ea;
	text-align: center;
}
#paging h3 {
	font: normal 21px 'Bebas Neue',Arial,sans-serif;
	color: #ffd500;
	text-align: center;
}
#paging .paging-content {
}
#paging-sliders {
	width: 300px;
	float: left;
}
#paging-slider {
	margin-bottom: 12px;
}
#paging-slider .flex-control-nav {
	height: 20px;
	z-index: 100;
	bottom: 22px;
	text-align: right;
}
#paging-slider .flex-control-nav li {
	margin: 0 4px;
}
#paging-slider .flex-control-nav li:last-child {
	margin-right: 5px;
}
#paging-slider .flex-control-nav a {
	outline: 0;
	width: 10px;
	height: 10px;
	text-align: left;
	text-indent: -9999px;
	border: 1px solid #fff;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#paging-slider .flex-control-nav .flex-active {
	background-color: #ffd500;
}
#paging-slider-nav ul li+li {
	margin-left: 14px;
}
#paging .content_area {
	padding: 0;
	float: right;
}
.single-post #paging .content_area{
	float: none;
}

#paging-sliders{
	margin-bottom: 30px;
}
#paging-sliders .slideshow_caption{
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
	font-family: 'opensans';
	margin-top: 10px;
	position: relative;
	top: 0px;
	left: 0;
}




.fancybox-type-iframe .fancybox-skin {
	background-color: transparent;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.fancybox-overlay.fancybox-overlay-fixed {
	background-image: none !important;
	background-color: rgba(255,255,255,.95);
}
.fancybox-type-iframe .fancybox-item.fancybox-close {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ffd500;
	position: absolute;
	top: -16px;
	right: 76px;
	background: url(./images/close.png) no-repeat center;
	background-size: cover;
}
.fancybox-nextpage {
	width: 43px;
	height: 44px;
	display: block;
	margin: 0 auto;
	background: url(./images/nextpage.png) no-repeat;
	z-index: 30;
	text-align: left;
	text-indent: -9999px;
	margin-top: 33px;

	display: none;
}
#paging .close:hover {
	text-decoration: none;
}



/* from */
#bd .form-box {
	max-width: 933px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
#bd .form-box div {
	text-align: left;
}
#bd .form-box .information {
	width: 492px;
	float: left;
	margin-right: 51px;
}
#bd .form-box .gifi {
	width: 390px;
	float: left;
}
.form-box h4 {
	color: #00b0ea;
	font: normal 18px 'Bebas Neue',Arial,sans-serif;
	display: block;
	margin-bottom: 5px;
}
#bd .form-box .information input[type="text"] {
	height: 29px;
	width: 240px;
	border: 1px solid #676767;
	font-size: 14px;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#bd .form-box .information input.long {
	width: 492px;
}
#bd .form-box .information input.margin {
	margin-right: 8px;
}
#bd .form-box .information div.title {
	display: block;
}
#bd .form-box .information div {
	display: inline-block;
}
#bd .form-box .information label {
	display: block;
	font-size: 14px;
}
#bd .form-box .information .annotation {
	font-size: 12px;
	margin-top:24px;
	margin-bottom: 10px;
}
#bd .form-box .gifi label {
	font-size: 14px;
}
#bd .form-box .gifi .line {
	display: block;
}
#bd .form-box .gifi span {
	font-size: 14px;
	margin-right: 4px;
}
#bd .form-box input[type="radio"] {
	height: 14px;
	width: 14px;
	margin: 0;
	vertical-align: sub;
}
#bd .form-box input[type="radio"].hide {
	display: none;
}
#bd .form-box .gifi .amount {
	height: 29px;
	width: 230px;
	border: 1px solid #676767;
	font-size: 14px;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 230px;
}
#bd .form-box .gifi .frequenvy-title {
	margin-top: 19px;
}
#bd .form-box .frequenvy {
	margin-bottom: 24px;
	display: block;
}
#bd .form-box .frequenvy,
#bd .form-box .frequenvy>span,
#bd .form-box .frequenvy>span>span {
	display: block;
}
#bd .form-box .submit-box {
	width: 75px;
	height: 39px;
	border: 1px solid #ffd500;
	padding: 2px;
	display: block;
	float: left;
	margin-top: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#bd .form-box input[type="submit"] {
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #ffd500;
	border: none;
	cursor: pointer;
	font: normal 26px 'Bebas Neue',Arial,sans-serif;
}


.donate-button {
	height: auto;
	background: #D6D6D6;
	padding: 20px 0;
}

.donate-button.changed { background: #ffd500;}

.donate-button-outer {
	height: 130px; width: 130px;
	border-radius: 50%;
	background: #FFF;
	margin: auto;
	color: #FFF;
	border: 3px solid #FFD500;
	display: block;
}

.donate-button-inner {
	width: 115px; height: 115px;
	border-radius: 50%;
	background: #FFD500;
	display: block;
	margin: auto;
	position: relative; top: 8px; 
}

.donate-button-inner p {


	font: 36px/100% "Bebas Neue",Arial,sans-serif;
	margin: 0; padding: 0;
	position: relative;
	top: 27px;
}


/* Setup transition */
.donate-button,
.donate-button-outer,
.donate-button-inner,
.donate-button-inner p,
.donate-button-inner p a  { transition: all 0.3s ease; -webkit- transition: all 0.3s ease; -moz- transition: all 0.3s ease; -ms- transition: all 0.3s ease;}


.donate-button-outer:hover { border-color: #FFF; background: #FFD500; transform: scale(1.1); color: #FFD500;}
.donate-button-outer:hover .donate-button-inner { background: #FFF; transform: scale(1.07);}





/*video popup*/
.sw-btn{
	font: normal 27px 'Bebas Neue',Arial,sans-serif;
}
.sw-btn a{
	color: #00b0ea
}
#sw-video{

}
#sw-video video{
	max-width: 100%;
	width: 780px;
	height: 400px;
}

.left-video img {
	margin-right: 8px;
	position: relative; top: 9px;
}

.left-video { margin-top: 40px;}




.sw-footer{ width: 100%; max-width: 1400px; margin: auto;}

.sw-footer .container{
	padding: 0 205px;
}
.sw-footer .copyright{
	float: left;
	text-align: left;
}
.sw-footer .logo{
	float: right;
}

.sw-footer .logo img { width: 135px;}