/* general reset */
* {
	margin:0;
	padding:0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {margin:0 0 21px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label,
article, aside, canvas, details, figcaption, figure, footer, header,
menu, nav, section, summary, time, mark, audio,video {
	border:0;
	background:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display:block;}
html {
	height:100%;
	min-width:320px;
}
body {
	min-width:320px;
	min-height:100%;
	margin:0;
	color:#000;
	font:14px/1.5 "Open Sans", Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
	background:#de781b url(../images/bg-main.jpg);
}
a {
	color:#ea7f1e;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
a:active,
a:hover {outline:none;}
img {
	vertical-align:top;
	border-style:none;
	height: auto;
	max-width: 100%;
}
.promotedImage img {
    padding: 10px
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
input, textarea, select {
	font:italic 12px "Open Sans", Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
	overflow:auto;
}
input[type="submit"]:hover {cursor:pointer;}
label {vertical-align:middle;}
button, input {
	width:auto;
	overflow:visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th {
	font-weight:700;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
}

i, cite, em, var, dfn, address {font-style:italic;}
u, ins {text-decoration:underline;}
s, strike, del {text-decoration:line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
input[type="submit"]:hover {cursor:pointer;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {-webkit-appearance:none;}
input::-moz-placeholder,
textarea::-moz-placeholder {opacity:1;}
/* reset css styles form elements */
input[type=submit],
input[type=text],
input[type=search],
input[type=password],
input[type=file],
textarea {-webkit-appearance:none;}
textarea,
input[type=submit],
input[type=text],
input[type=search] {-webkit-border-radius:0;}
input[type=image] {
	padding:0;
	border:none;
}

.alignleft {float:left;}
.alignright {float:right;}
.aligncenter {
	display:block;
	margin:0 auto 1em;
}
/* layouts */
#wrapper:after,
#header:after,
.header-holder:after,
.header-frame:after,
#footer:after {
	display: block;
	content:"";
	clear: both;
}
/* wrapper */
#wrapper {
	width: 100%;
	padding: 0 0 1px;
	background: #fefaea;
}
/* header */
#header {
	margin: 0 0 17px;
	padding: 67px 0 9px;
	position: relative;
	background: #de781b url(../images/bg-main.jpg);
	border-bottom: 3px solid #000;
}
#header:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 67px;
	width: 100%;
	content: '';
	background: url(../images/bg-header-top.jpg) repeat-x 50% 0;
	border-bottom: 3px solid #ea7f1e;
}
.header-holder {
	max-width: 940px;

	margin: 0 auto;
	padding: 6px 10px 0;
	position: relative;
}
.header-holder .opener {
	position: absolute;
	top: 54px;
	right: 10px;
	padding: 0 0 0 32px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}
.header-holder .opener:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 32px;
	height: 27px;
	margin: -13px 0 0;
	content: "";
	background: url("../images/sprite.png") no-repeat -222px 0;
}
/* logotype */
.logo {
	float: left;
	margin: 0 10px 0 0;
}
.logo a {
	display: block;
	height: 100%;
}
/* header-frame */
.header-frame {
	float: right;
	margin: 16px 0 10px 10px;
}
.header-bar:after {
	display: block;
	content: "";
	clear: both;
}
/* search */
.searchform {
	float: left;
	margin: 0 2px 0 10px;
	position: relative;
	border: 1px solid #fff;
}
.searchform input[type=text],
.searchform input[type=search] {
	display: block;
	width: 198px;
	height: 27px;
	margin: 0;
	padding: 5px 32px 5px 10px;
	color: #000;
	line-height: 17px;
	background: #fefaea;
	border: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.searchform input:-moz-placeholder {color:#000;}
.searchform input::-moz-placeholder {color:#000;}
.searchform input::-webkit-input-placeholder {color:#000;}
.searchform input:-ms-input-placeholder {color:#000;}
.searchform input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 27px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/sprite.png") no-repeat -222px 0;
	border: 0;
}
.searchform input[type=submit]:hover {opacity: .75;}
/* social */
.social {
	float: left;
	margin: 0;
	padding: 1px 0 1px 5px;
	list-style: none;
}
.social li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 5px;
}
.social a {display: block;}
.social a:hover {text-decoration: none;}
.social [class*="icon-"] {
	width: 27px;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/sprite.png") no-repeat -9999px -9999px;
}
.social .icon-linkedin {background-position: 0 0;}
.social .icon-facebook {background-position: -37px 0;}
.social .icon-twitter {
	width: 31px;
	background-position: -72px 0;
}
.social .icon-pinterest {background-position: -111px 0;}
.social .icon-you-tube {background-position: -148px 0;}
.social .icon-google-plus {background-position: -185px 0;}
.social .icon-linkedin:hover {background-position: -336px 0;}
.social .icon-facebook:hover {background-position: -371px 0;}
.social .icon-twitter:hover {background-position: -407px 0;}
.social .icon-pinterest:hover {background-position: -446px 0;}
.social .icon-you-tube:hover {background-position: -481px 0;}
.social .icon-google-plus:hover {background-position: -519px 0;}
/* navigation */
#nav:after,
#nav > ul:after {
	display: block;
	content: "";
	clear: both;
}
#nav {
	padding: 0 0 15px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	border-bottom: solid 3px #000;
}
.home #nav {border: none;}
#nav .opener {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 30px;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	position: relative;
}
#nav .opener:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 24px;
	height: 20px;
	margin: -10px 0 0;
	content: "";
	background: url("../images/sprite.png") no-repeat -264px 0;
}
#nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav > ul > li {
	display: inline-block;
	vertical-align: top;
	padding: 0 24px;
	position: relative;
}
#nav > ul > li:before {
	position: absolute;
	left: 0;
	top: 4px;
	width: 1px;
	height: 14px;
	content: "";
	background: #aaa79c;
}
#nav > ul > li:first-child:before {display: none;}
#nav > ul > li > a {
	display: block;
	padding: 0 0 3px;
	color: #010101;
}

#nav > ul > li.active > a {
	font-weight: 700;
	color: #6e2080;
}
/* drop-down */
#nav > ul > li.hover > ul {
	top: 100%;
	left: 13px;
}
#nav > ul > li > ul {
	position: absolute;
	top: -9999px;
	left: -9999px;
	margin: 0;
	padding: 5px 5px 8px 14px;
	list-style: none;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	text-transform: none;
	white-space: nowrap;
	background: #6e2080;
	border-top: 3px solid #999c34;
}
#nav > ul > li > ul li {
	padding: 0 20px 0 0;
	position: relative;
}
#nav > ul > li > ul li:before {display: none;}
#nav > ul > li > ul li.has-drop-down:after {
	position: absolute;
	right: 6px;
	top: 0;
	content: "+";
	font-weight: 700;
	color: #ea7f1e;
}
#nav > ul > li > ul li.has-drop-down:hover:after {content: "-";}

#nav > ul > li > ul > li.has-drop-down:hover > a,
#nav > ul > li > ul > li > a:hover {
	color: #ea7f1e;
	text-decoration: none;
}
#nav > ul > li > ul a {color: #fff;}
/* drop-down second level */
#nav > ul > li > ul > li.hover ul {
	top: -2px;
	left: 100%;
}
#nav > ul > li > ul > li ul {
	position: absolute;
	top: -9999px;
	left: -9999px;
	margin: 0;
	padding: 5px 5px 8px 14px;
	list-style: none;
	background: #ea7f1e;
}
/* gallery-area */
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.swiper-container {
	max-width: 940px;
	height: 100%;
	width: 100%;
}
.swiper-slide {
	max-width: 940px;
}
.gallery-section {
	max-width: 940px;
	margin: 0 auto 17px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
	max-height: 417px;
	height: auto;
}
.swiper-container {
  height: auto;
  max-height: 417px;
  max-width: 100%;
}
.content-slide {
  padding: 20px;
  color: #fff;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: none;
  margin: 0 5px;
  cursor: pointer;
}
.swiper-active-switch {
  background: none;
}
.gallery-area {
	max-width: 940px;
	margin: 0 auto 17px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
}
.gallery-area .gallery-mask {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.gallery-area .gallery-mask ul {
	width: 99999px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery-area .gallery-mask li {
	float: left;
	max-width: 940px;
}
/* pagination */
.pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 20;
	width: 100%;
}
.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
}
.pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}
.pagination span {
	display: inline-block;
	vertical-align: top;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	overflow: hidden;
	border: 2px solid #b13207;
	border-radius:100%;
	background: none;
}
.pagination .swiper-active-switch,
.pagination span:hover {background: #d67123;}
/* subscribe-area */
.subscribe-area {
	width: 924px;
	margin: 0 auto 18px;
	padding: 0 18px;
	overflow: hidden;
	text-align: center;
}
.subscribe-area .label {
	float: left;
	width: 44.7%;
	margin: 2px 0 0;
	color: #333;
}
.subscribe-area .label b {text-transform: uppercase;}
.subscribe-area .subscribe {
	float: right;
	width: 44.7%;
}
.subscribe-area .subscribe .gform_wrapper,
.subscribe-area .subscribe form {
	display: inline-block;
	vertical-align: top;
	width: 310px;
}
.subscribe-area .gform_wrapper .ginput_container input.medium,
.subscribe-area .subscribe input[type=text] {
	float: left;
	width: 200px;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 5px 10px;
	line-height: 17px;
	background: #fefaea;
	border: 1px solid #ea7f1e;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.subscribe-area .subscribe input[type=submit] {
	float: right;
	width: 100px;
	height: 29px;
	margin: 0;
	padding: 0;
	color: #fef8e4;
	text-transform: uppercase;
	font: 700 14px/27px "Open Sans", Arial, Helvetica, sans-serif;
	background: #ea7f1e;
	border: 0;
}
.centering_wrapper {
	width:924px;
	margin-left:auto;
	margin-right:auto;
}
.whowhatwhere {
	width:924px;

}

.whowhatwhere article.post{
	max-width:288px;
	float:left;
	padding:10px;
}
.subscribe-area .subscribe input[type=submit]:hover {background: #d67123;}
/* donate-line */
.donate-line {
	margin: 0 0 23px;
	padding: 7px 0 6px;
	color: #fff;
	font-size: 54px;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	position: relative;
	background: #762679;
/*
	border-top: 3px solid #6e2080;
	border-bottom: 3px solid #999c34;
*/
}
.subscribe-area .gform_wrapper {
	margin: 0;
}
.subscribe-area .gform_wrapper .gform_footer,
.subscribe-area .gform_wrapper .gform_footer.left_label {
	padding: 0;
	margin: 0;
	clear: none;

}
.subscribe-area li {margin: 0 !important; }
.subscribe-area .gfield_label {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}


.donate-line.single-line {
	padding: 10px 0;
	font-size: 33px;
}
.donate-line:before,
.donate-line:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 651px;
	height: 67px;
	content: "";
	background: url("../images/sprite.png") no-repeat 0 -308px;
}
.donate-line.donate-wide:before {
	background: url("../images/donate-left.jpg");
}
.donate-line:after {
	left: auto;
	right: 0;
	background-position: 0 -385px;
}
.donate-line.donate-wide:after {
	background: url("../images/donate-right.jpg");
}
.donate-line a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	position: relative;
	z-index: 9;
}
/* aside donate-line */
.aside .donate-line {
	margin: 0 0 70px;
	border: 0;
	background: #691d7b;
}
.aside .donate-line:before {
	width: 144px;
	background-position: 0 -467px;
}
.aside .donate-line:after {
	width: 144px;
	background-position: 0 -542px;
}
/* sidebar-gallery */
.sidebar-gallery:after {
	content: '';
	clear: both;
	display: block;
}
.sidebar-gallery {
	margin: 0 auto 30px;
	max-width: 210px;
	position: relative;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.35);
	box-shadow: 0 0 10px rgba(0,0,0,.35);
}
.sidebar-gallery a.btn-prev,
.sidebar-gallery a.btn-next {
	position: absolute;
	top: 50%;
	left: -33px;
	width: 17px;
	height: 26px;
	margin: -13px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/side-gallery-arrows.png) no-repeat 0 0;
}
.sidebar-gallery a.btn-prev:hover {background-position: 0 -40px;}
.sidebar-gallery a.btn-next {
	left: auto;
	right: -33px;
	background-position: -31px 0;
}
.sidebar-gallery a.btn-next:hover {background-position: -31px -40px;}
.aside .image-table {
	margin: 0 0 30px;
	overflow: hidden;
}
.aside .sidebar-gallery .image-table {
	position: relative;
	width: 100%;
}
.aside .image-table ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.aside .image-table .slide-title {
	display: block;
	padding: 5px;
	margin: 5px;
	line-height: 17px;
	overflow: hidden;
	height: 17px;
	white-space: nowrap;
}
.aside .image-table .no-title {margin-bottom: 47px;}
.aside .image-table .no-title .slide-title { display: none; }

.aside .sidebar-gallery .image-table ul {width: 99999px;}
.aside .image-table ul li {
	float: left;
	vertical-align: top;
	width: 130px;
	margin: 0 10px 10px 0;
	border: solid 1px #ddd;
	/*
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*/
}
.aside .sidebar-gallery .image-table ul li {
	float: left;
	display: block;
	width: 210px;
	padding: 0;
	margin: 0;
	border: none;
}
.aside .sidebar-gallery .image-table ul li img {
	max-width: 100%;
	height: auto;
}
/* container */
.container:after {
	display: block;
	content: "";
	clear: both;
}
.container {
	max-width: 940px;
	margin: 0 auto;
	padding: 36px 10px 0;
}
/* column-wrapper */
.column-wrapper:after {
	display: block;
	content: "";
	clear: both;
}
.column-wrapper {padding: 0 0 30px;}
.column-wrapper .column {
	float: right;
	width: 44.7%;
}
.column-wrapper .column:first-child {float: left;}

/* promo-block */
.promo-block:after,
.promo-block-heading:after {
	display: block;
	content: "";
	clear: both;
}
.promo-block h2 {
	margin: 0;
	padding: 0 0 14px;
	color: #ea7f1e;
	font-size: 30px;
	line-height: 1;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 5px solid #ea7f1e;
}
.promo-block h2 a {color: #b23307;}





.promo-block .promo-block-holder {
	overflow: hidden;
	position: relative;
}
.promo-block .promo-block-holder:hover .promo-txt {display: block;}
.promo-block .promo-txt {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 190px;
	color: #fff;
	font-size: 36px;
	line-height: 44px;
	font-weight: 300;
	text-align: center;
	background: #e77d1d url(../images/bg-main.jpg);
}

.promo-block .promo-txt:before {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
	margin: 0 0 0 -10px;
	content:"";
}
.promo-block .promo-txt-cell {
	display: inline-block;
	vertical-align: middle;
	width: 98%;
}
.promo-block p {margin: 0 0 8px;}
.promo-block img {
	width: 100%;
	height: auto;
}
/* main */
#main:after,
.main-holder:after {
	display: block;
	content: "";
	clear: both;
}
/* main */
#main {padding: 38px 0 0;}




/* full-width */
#main.full-width {padding: 4px 0 0;}
#main.full-width .main-holder {padding: 36px 10px 0;}
#main.full-width .main-holder:before {display: none;}
#main.full-width .content-area:after {
	display: block;
	content: "";
	clear: both;
}
#main.full-width .content-area {
	float: none;
	width: 100%;
}
/* main-holder */
.main-holder {
	max-width: 940px;
	margin: 0 auto 40px;
	padding: 0 10px 40px;
	position: relative;
}
.main-holder:before {
	position: absolute;
	top: -35px;
	left: 32.5%;
	bottom: 0;
	width: 4px;
	content: "";
	background:#ea7f1e url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhN2YxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2VkOGYzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ea7f1e 0%, #ed8f39 90%, #fefaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea7f1e), color-stop(90%,#ed8f39), color-stop(100%,#fefaea));
	background: -webkit-linear-gradient(top,  #ea7f1e 0%,#ed8f39 90%,#fefaea 100%);
	background: -o-linear-gradient(top,  #ea7f1e 0%,#ed8f39 90%,#fefaea 100%);
	background: -ms-linear-gradient(top,  #ea7f1e 0%,#ed8f39 90%,#fefaea 100%);
	background: linear-gradient(to bottom,  #ea7f1e 0%,#ed8f39 90%,#fefaea 100%);
}
.home .main-holder {
	margin: 0 auto 4px;
	padding: 0 10px;
}
.home .main-holder:before {display: none;}
.content-slider-holder {
	max-width: 940px;
	margin: 0 auto 40px;
	padding: 0 10px 40px;
	position: relative;
}

/* MWT - HomePAge - WhoWhatWhere */
.whowhatwhere article figure img{
        width:288px;

}
.whowhatwhere article h1 a{
    color:#7c8d96!important;

}
    .whowhatwhere article h1 a img{
        vertical-align:middle;
        margin-right:10px;
    }


#ffwd_container1_0 {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 400px;
}
.ffwd_blog_style_img_0{
    max-width:200px!important;
}
/* tabset */
.tabset {
    margin: 0 0 42px;
    padding: 4px 20px 9px;
    list-style: none;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    background: #ea7f1e;
}
.tabset li {
	float: left;
	margin: 0 15px;
	position: relative;
}
.tabset li:first-child {margin: 0 15px 0 0;}
.tabset li:first-child:before {display: none;}
.tabset li:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 16px;
	margin: -7px 0 0 -15px;
	content: "";
	background: #fff;
}
.tabset .active {font-weight: 700;}
.tabset a {color: #fff;}
/* aside */
.aside {
	float: left;
	width: 30.9%;
}
/* aside-box */
.aside-box:after {
	display: block;
	content: "";
	clear: both;
}
.aside-box {padding: 0 0 70px;}
.aside-box .aside-box-heading {
	margin: 0 0 14px;
	overflow: hidden;
}
.aside-box .aside-box-heading h2 {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.aside-box h2 {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 14px;
	color: #ea7f1e;
	font-size: 34px;
	line-height: 44px;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
}
.aside-box h2:after,
.aside .promo-block h2:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";

	
	
	
	
	
	
}
/* aside promo-block */
.aside .promo-block {padding: 0 0 70px;}
.aside .promo-block h2 {
	display: inline-block;
	vertical-align: top;
	font-size: 32px;
	line-height: 36px;
	font-weight: 800;
	text-align: left;
	text-transform: uppercase;
	position: relative;
}
.aside .promo-block img {
	width: 100%;
	height: auto;
}
/* aside-box list */
.aside-box .list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #373737;
	font-size: 24px;
	font-weight: 700;
	overflow: hidden;
}
.aside-box .list a {color: #373737;}
.aside-box .list ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}
/* posts */
.posts-list {
	margin: 0 0 -19px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.posts-list > li {
	padding: 30px 0 19px;
	border-top: 2px solid #000;
}
.posts-list > li:first-child {
	padding: 10px 0 19px;
	border: 0;
}
.posts-list .post {padding: 0;}
.posts-list .post h1 {margin: 0 0 5px;}
.posts-list .post p {margin: 0 0 10px;}

/* Content-Slider-Area */
.content-slider-area{
width:auto;	

}
.slide {
    margin-right: 15px !important;
}
.bx-wrapper{
	max-width:100%!important;
}
/* content-area */
.content-area {
	float: right;
	width: 65.3%;
}
/* content-area heading */
.content-area .heading {
	margin: 0 0 32px;
	overflow: hidden;
}
.content-area .heading h1 {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.content-area .heading-alt h1 {
	display: block;
	color: #b23307;
	text-transform: none;
}
.content-area .heading h2 {
	margin: 0;
	padding: 5px 0 0;
	font-size: 32px;
	line-height: 36px;
	color: #d67123;
}
.content-area .heading-alt h1:after {display: none;}
.content-area h1 {
	margin: 0 0 32px;
	color: #ea7f1e;
	font-size: 40px;
	line-height: 1.5;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
}
.content-area h1:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmFlYSIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZhZWEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(254,250,234,0.35) 0%, rgba(254,250,234,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(254,250,234,0.35)), color-stop(100%,rgba(254,250,234,0)));
	background: -webkit-linear-gradient(left,  rgba(254,250,234,0.35) 0%,rgba(254,250,234,0) 100%);
	background: -o-linear-gradient(left,  rgba(254,250,234,0.35) 0%,rgba(254,250,234,0) 100%);
	background: -ms-linear-gradient(left,  rgba(254,250,234,0.35) 0%,rgba(254,250,234,0) 100%);
	background: linear-gradient(to right,  rgba(254,250,234,0.35) 0%,rgba(254,250,234,0) 100%);*/
}
.content-area .heading + .social-plugin {margin: -6px 0 34px;}
/* social-plugin */
.social-plugin {
	margin: 0 0 34px;
	overflow: hidden;
}

.wp-pagenavi {
	clear: none;
	display: inline-block;
	background: #d67123;
	color: #fff;
	padding: 2px 10px;
	font-size: 18px;
	margin-right: 18px;
}
.nav-links {color: #b23307;}
body .wp-pagenavi span,
body .wp-pagenavi a {
	color: #fff;
	border: none;
	padding: 3px;
}
body .wp-pagenavi a {font-weight: normal;}
.wp-pagenavi a:hover {
	text-decoration: underline;
}

/* posts-section */
.posts-section:after {
	display: block;
	content: "";
	clear: both;
}
.posts-section {margin: 0 -50px 0 0;}
/* post */
.post:after {
	display: block;
	content: "";
	clear: both;
}
.post {
	padding:  0 0 20px;
	font-size: 12px;
	line-height: 20px;
}
.posts-section .post {
	display: inline-block;
	vertical-align: top;
	/*width: 285px;*/
	margin: 0 40px 0 0;
}
/* post meta */
.post .meta{

	font-size: 18px;
	line-height: 22px;
	overflow: hidden;
}
.post .category a {color: inherit;}
.post h1 {
	margin: 0 0 16px;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	text-transform: none;
}
.post h1:after {display: none;}
.post h1 a {color: #000;}
/* illustration */
.post .illustration {
	margin: 0 0 17px;
	overflow: hidden;
	background: #000;
}
.post .illustration img {float: left;}
.post .illustration-description {
	padding: 19px 5px 10px 12px;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	font-style: italic;
	overflow: hidden;
}
.post .illustration-description p {margin: 0;}
/* post-content */
.post .post-content:after {
	display: block;
	content: "";
	clear: both;
}
.post-content.post-excerpt p,
.post-content p:last-of-type {
	display: inline;
}
.post p {margin: 0 0 20px;}
/* blog-section */
.blog-section:after {
	display: block;
	content: "";
	clear: both;
}
.blog-section .post {padding: 0 0 68px;}
.blog-section .post .illustration {
	float: left;
	width: 193px;
	margin: 0 21px 0 0;
}
.blog-section .post .illustration img {
	width: 100%;
	height: auto;
}
.blog-section .post .illustration-description {
	padding: 6px 5px 7px 12px;
	clear: both;
}
.blog-section .post .post-holder:after {
	display: block;
	content: "";
	clear: both;
}
.blog-section .post h1 {margin: 0;}
.blog-section .post .meta {margin: 0 0 22px;}
/* paging-area */
.paging-area {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	overflow: hidden;
}
/* paging */
.paging {
	display: inline-block;
	vertical-align: middle;
	margin: 0 18px 0 0;
	padding: 0 10px;
	list-style: none;
	background: #d67123;
}
.paging li {float: left;}
.paging a {
	display: block;
	padding: 3px 5px;
	color: #fff;
	text-align: center;
}
/* controls */
.controls {
	display: inline-block;
	vertical-align: middle;
	margin: 0 18px 0 0;
	padding: 0;
	list-style: none;
}
.controls li {
	float: left;
	margin: 0 28px 0 0;
	position: relative;
}
.controls li:before {
	position: absolute;
	top: 50%;
	left: -15px;
	width: 2px;
	height: 18px;
	margin: -8px 0 0;
	content: "";
	background: #b23307;
}
.controls li:first-child:before {display: none;}
/* single-post */
.single-post:after {
	display: block;
	content: "";
	clear: both;
}
/* single-post-info */
.single-post-info:after {
	display: block;
	content: "";
	clear: both;
}
.single-post-info {padding: 0 0 42px;}
.single-post-info a {color: #000;}
/* single-post illustration */
.single-post .illustration {
	float: left;
	width: 314px;
	margin: 0 19px 0 0;
	background: #000;
}
.single-post .illustration img {
	width: 100%;
	height: auto;
	margin: 0;
}
.single-post .illustration-description {
	padding: 2px 5px 6px;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	font-style: italic;
	text-align: center;
	overflow: hidden;
}
.single-post .illustration-description p {margin: 0;}
/* single-post-info-holder */
.single-post-info-holder {overflow: hidden;}
.single-post .info-row:after {
	display: block;
	content: "";
	clear: both;
}
.single-post .info-row ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-post .info-row ul li {
	display: inline;
	padding: 0;
}
.single-post .info-row ul li:after {
	display: inline;
	content: ",";
}
.single-post .info-row ul li:last-child:after,
.single-post .info-row ul li:before {display: none;}
.single-post .info-row a {color: #000;}
/* single-post meta */
.single-post .meta {
	margin: 0 0 5px;
	overflow: hidden;
	font-size: 12px;
}
.single-post .meta a {text-decoration: underline;}
.single-post .meta a:hover {text-decoration: none;}
/* single-post-heading */
.single-post-heading:after {
	display: block;
	content: "";
	clear: both;
}
.single-post-heading {
	padding: 0 0 20px;
	font-size: 22px;
	line-height: 1;
}
.single-post-heading .category {display: inline;}
.single-post-heading h1 {display: inline;}
/*
.single-post img {
	width: 100%;
	height: auto;
	margin: 0 0 40px;
}
*/
.entry-title img {margin: 0;}

/* single-post-content */
.single-post-content:after {
	display: block;
	content: "";
	clear: both;
}
.single-post-content {padding: 0 0 1px;}
.single-post-content ul {
	margin: 0 0 21px;
	padding: 0 0 0 30px;
	list-style: none;
	overflow: hidden;
}
.single-post-content ul li {
	padding: 0 0 0 8px;
	position: relative;
}
.single-post-content ul li:before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	content: "";
	background: #000;
	border-radius: 100%;
}
.single-post-content a {text-decoration: underline;}
.single-post-content a:hover {text-decoration: none;}
.single-post .single-post-heading h1,
.single-post .single-post-heading h2 {
	margin: 0;
	color: #d67123;
	font-size: 22px;
	line-height: 1;
	text-transform: none;
}
.single-post h1:after,
.single-post h2:after {display: none;}
.single-post h1 {
	color: #ea7f1e;
	text-transform: none;
}
.single-post h2 {
	margin: 0 0 23px;
 	color: #ea7f1e;
 	font-size: 22px;
 	line-height: 28px;
 }
.single-post h3 {
	margin: 0 0 3px;
	color: #ea7f1e;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
}
.single-post h4 {
	margin: 0 0 3px;
	color: #ea7f1e;
	font-size: 16px;
	line-height: 20px;
	font-weight: 800;
}
.single-post h5 {
	margin: 0 0 3px;
	color: #ea7f1e;
	font-size: 14px;
	line-height: 18px;
	font-weight: 800;
}
.single-post blockquote {
	padding: 25px 0 25px 106px;
	overflow: hidden;
	position: relative;
}
.single-post blockquote:before {
	position: absolute;
	left: 28px;
	top: 50%;
	width: 42px;
	height: 44px;
	margin: -22px 0 0;
	content: "";
	background: url("../images/sprite.png") no-repeat 0 -175px;
}
.single-post blockquote:after {
	position: absolute;
	top: 15px;
	left: 86px;
	bottom: 15px;
	width: 4px;
	content: "";
	background: #f5f1e3;
}
.single-post blockquote q {display: block;}
/* single-post-footer */
.single-post-footer {
	padding: 24px 0 0;
	overflow: hidden;
	position: relative;
}
.single-post-footer:before {
	position: absolute;
	left: 0;
	top: 10px;
	height: 2px;
	line-height: 2px;
	content: "- - -";
	color: #a02605;
	font-weight: 700;
}

p.wp-caption-text {text-align: center; font-size:10px;}


/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}
.wp-caption {
	margin-bottom: 24px;
}


.single-post-footer a {text-decoration: none;}
.single-post-footer a:hover {text-decoration: underline;}
.single-post-footer .info-row {margin: 0 0 20px;}
/* map-block */
.map-block {
	float: right;
	margin: 0 0 0 90px;
	width: 221px;
	font-size: 11px;
	line-height: 16px;
}
.map-block .select-form {
	margin: 0 0 6px;
	position: relative;
	font-weight: 700;
}
.map-block .select-form select {
	float: left;
	width: 100% !important;
	margin: 0;
}
.map-content {
	position: absolute;
	text-align: left;
	right: 0;
}
.map-content select {display: none;}
.map-content p {margin-bottom: 5px;}
article .more-link {font-weight: bold; }
article span.more-link a {color: inherit;}
.map-block .select-form select option {padding: 2px 10px;}
.map-block .custom-select.hasCustomSelect {
	left: 0;
	right: 0;
	top: -2px;
	bottom: -2px;
	height: auto !important;
}
.map-block .customSelect {
	display: block !important;
	width: 100% !important;
	padding: 6px 10px 8px;
	text-align: center;
	color: #fff;
	background: #6e2080;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.map-block .customSelectInner {
	display: block !important;
	width: 100% !important;
	vertical-align: top;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.map-block p {margin: 0 0 25px;}
.map-block mark {
	background: #6e2080;
	background: none;
}
.map-block .map {
	overflow: hidden;
	border: 1px solid #782f87;
}
.map-block .map * {margin: 0;}
/* footer */
#footer {
	padding: 36px 0 20px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	border-top: 3px solid #000;
}
#footer a {color: #fff;}
/* footer-holder */
.footer-holder:after {
	display: block;
	content: "";
	clear: both;
}
.footer-holder {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
/* footer-menu */
.footer-menu-area {
	float: left;
	width: 640px;
}
/* footer-column */
.footer-column {
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
}
.footer-holder h4 {
	margin: 0;
	font-size: 18px;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
}
.footer-holder b{color: #000;}
/* footer-menu */
.footer-column .menu,
.footer-menu {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}
#footer .footer-column .menu > li > a,
#footer .footer-menu > li > a {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
.footer-column .menu ul,
.footer-menu ul {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}
.footer-column .menu ul ul,
.footer-menu ul ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.footer-column .menu a,
.footer-menu a {font-weight: 700;}
/* footer-info */
.footer-info {
	float: right;
	width: 280px;
}
.footer-info img {margin: 2px 0 23px;}
.footer-info p {margin: 0 0 9px;}
.footer-info strong {color: #000;}
/* logotypes */
.logotypes {
	margin: 0;
	padding: 17px 0 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
}
.logotypes li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px 10px;
}
.logotypes li:first-child {margin: 0 0 5px;}
/* footer-section */
.footer-section:after {
	display: block;
	content: "";
	clear: both;
}
/* footer-block */
.footer-block {
	float: left;
	padding: 12px 0 0;
	border-top: 2px solid #000;
}
.footer-block p {margin: 0 0 3px;}
.footer-block .footer-column {
	width: 200px;
	margin: 0 10px 0 0;
}
.footer-block .footer-column:last-child {margin: 0;}
.footer-holder .btn {
	display: inline-block;
	vertical-align: top;
	padding: 2px 10px 3px;
	font-weight: 700;
	background: #000;
}
.map-africa svg{
	max-height: 850px;
}

/* tablet screens */
@media only screen and (max-width:959px) {
	.header-holder {
		min-height: 102px;
		padding: 18px 10px 0;
	}
	.logo {
		width: 252px;
		height: 70px;
	}
	.logo img {
		width: 100%;
		height: auto;
	}
	/* header-frame */
	.header-frame {margin: 33px 0 20px 10px;}
	/* navigation */
	#nav > ul > li {padding: 0 10px;}
	/* single-post */
	.single-post .illustration {
		float: none;
		margin: 0 0 20px;
	}
	/* map-block */
	.map-block {margin: 0 0 0 30px;}
	/* promo-block */
	.promo-block h2 {font-size: 26px;}
	/* footer */
	.footer-menu-area {width: 460px;}
	.footer-column {width: 140px;}
	.footer-info {
		float: none;
		width: auto;
		overflow: hidden;
	}
}

@media only screen and (min-width:768px) {
	#header .header-frame,
	#nav > ul {display: block !important;}
	#header .opener,
	#nav .opener {display: none;}
}

/* mobile screens */
@media only screen and (max-width:767px) {
	body {font-size: 13px;}
	.header-bar {padding: 22px 0 6px;}
	/* logo */
	.logo {
		float: none;
		display: block;
		margin: 0 0 25px;
	}
	.header-frame {
		float: none;
		margin: 0;
		overflow: hidden;
	}
	/* navigation */
	#nav {
		padding: 0 0 10px;
		font-size: 16px;
		line-height: 22px;
	}
	#nav > ul {
		width: 100%;
		padding: 10px 0 26px;
		text-align: left;
		background: none;
	}
	#nav > ul > li {
		display: block;
		background: #c95411;
	}
	#nav > ul > li:before {display: none;}
	#nav > ul > li > a {
		color: #fff;
		padding: 5px 0;
	}
	/* dropdown */
	#nav > ul > li.hover > ul {font-size: 14px;}
	#nav > ul > li.hover > ul,
	#nav > ul > li > ul > li.hover ul {position: static;}
	#nav > ul > li.hover > ul a {
		display: block;
		padding: 5px 0;
	}
	/* main */
	#main {padding: 30px 0 0;}
	/* main-holder */
	.main-holder {
		margin: 0 auto;
		padding: 0 10px 20px;
	}
	#main.full-width .main-holder {padding: 0 10px 20px;}
	.main-holder:before {display: none;}
	.content-area:after,
	.aside:after {
		display: block;
		content: "";
		clear: both;
	}
	/* subscribe */
	.subscribe-area .label {
		float: none;
		display: block;
		width: auto;
		margin: 0 0 10px;
	}
	.subscribe-area .subscribe {
		float: none;
		width: auto;
	}
	/* column-wrapper */
	.column-wrapper .column:after {
		display: block;
		content: "";
		clear: both;
	}
	.column-wrapper .column {
		float: none;
		width: 420px;
		margin: 0 auto 30px;
	}
	.column-wrapper .column:first-child {float: none;}
	.promo-block .promo-txt {font-size: 28px;}
	/* content-area */
	.content-area {
		float: none;
		width: 100%;
		padding: 0 0 10px;
	}
	.content-area .heading {margin: 0 0 16px;}
	.content-area .heading + .social-plugin {margin: 0 0 20px;}
	/* posts-section */
	.posts-section {margin: 0;}
	.post {padding: 0 0 9px;}
	.posts-section .post {
		display: block;
		width: 100%;
		margin: 0;
	}
	.post .illustration {max-width: 300px;}
	/* blog-section post */
	.blog-section .post {padding: 0 0 20px;}
	/* single-post */
	.single-post .illustration {width: 300px;}
	.single-post-info {padding: 0 0 22px;}
	.single-post blockquote {padding: 25px 0 25px 86px;}
	.single-post blockquote:before {left: 8px;}
	.single-post blockquote:after {left: 66px;}
	.donate-line {font-size: 44px;}
	.donate-line:before,
	.donate-line:after {top: -5px;}
	.donate-line:before {left: -250px;}
	.donate-line:after {right: -250px;}
	.donate-line span {display: none;}
	/* aside */
	.aside {
		float: none;
		width: auto;
		margin: 0 -10px;
		padding: 35px 10px 0;
		border-top: 4px solid #d67123;
		box-shadow:inset 0 4px 0 #b03207;
	}
	.aside .donate-line {margin: 0 0 30px;}
	.aside-box {padding: 0 0 30px;}
	.aside-box .aside-box-heading {margin: 0 0 7px;}
	.aside-box h2 {
		font-size: 26px;
		line-height: 30px;
	}
	.aside-box .list {font-size: 18px;}
	/* posts-list */
	.posts-list > li {padding: 15px 0 10px;}
	.posts-list > li:first-child {
	    border: 0 none;
	    padding: 10px 0 19px;
	}
	/* promo-block */
	.aside .promo-block {padding: 0 0 30px;}
	.aside .promo-block h2 {display: block;}
	/* footer-menu-area */
	.footer-menu-area:after,
	.footer-column:after {
		display: block;
		content: "";
		clear: both;
	}
	.footer-menu-area {width: 180px;}
	.footer-column .menu,
	.footer-menu {margin: 0;}
	.footer-column .menu li,
	.footer-menu li {margin: 0 0 30px;}
	.footer-column .menu ul,
	.footer-menu ul {
		display: none;
		margin: 0;
	}
	.footer-info {
		float: none;
		width: auto;
	}
	.logotypes {text-align: left;}
	.footer-block:after {
		display: block;
		content: "";
		clear: both;
	}
	.footer-block {float: none;}
	.footer-column {
		float: none;
		width: auto;
		margin: 0;
	}
	.footer-block .footer-column {
		width: auto;
		margin: 0 0 20px;
	}
	.map-africa svg {max-height: 750px;}

}

@media only screen and (max-width:479px) {
	body {font-size: 12px;}
	/* header-bar */
	.header-bar {padding: 22px 10px 6px;}
	.header-holder .opener {text-indent: -9999px;}
	.map-content {display: none;}
	article .map-content {
		display: block;
		left: 0;
		right: auto;
	}
	article .map-content select {display: block}
	article .map-content #drop_down_list {display: none;}
	.map-africa svg {max-height: 400px}
	/* search */
	.searchform {
		float: none;
		margin: 0 0 10px;
	}
	.searchform input[type="text"],
	.searchform input[type="search"] {
		width: 100%;
	}
	/* social */
	.social {padding: 1px 0;}
	.social li:first-child {margin: 0;}
	/* blog-section */
	.blog-section .post .illustration {
		float: none;
		margin: 0 0 15px;
	}
	.blog-section .post .meta {margin: 0 0 10px;}
	/* map-block */
	.map-block:after {
		display: block;
		content: "";
		clear: both;
	}
	.map-block {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}
	/* column-wrapper */
	.column-wrapper .column {width: auto;}
	.promo-block .promo-txt {font-size: 24px;}
	/* footer */
	#footer {padding: 16px 0;}
	.footer-menu-area {
		float: none;
		width: auto;
		padding: 0 0 20px;
	}
	.footer-column .menu li,
	.footer-menu li {margin: 0 0 10px;}
}

#drop_down_list{
	font-style		: inherit;
	font-size		: 12px;
	border			: 1px solid black;
	background-color: rgb(254,250,234);
	cursor			: pointer;
	overflow-x		: hidden;
	overflow-y		: hidden;
	position		: block,;
	width: 197px;
}
#img_arrow{
	display : inline-block;
	width   : 45%;
}

.donate-anch
{
	background: url("../images/novapp.jpg");
    width: 200px;
    height: 250px;
    display: block;
    margin-bottom: 50px;
    margin-left: 20px;
}


.single-post-home h2 {
	margin: 0 0 5px;
 	color: #ea7f1e;
 	font-size: 22px;
 	line-height: 28px;
 }
 
 .single-post-home {
	text-align:left;
 }

 
 #post-6970 figure
 {
  background: transparent;
 }