#mobile_donate, #burger_menu, #mobile_menu {
	display: none;
}

#burger_menu {
	float:right;
	padding:20px;
	margin-right:-20px;
	cursor: pointer;
}

#burger_menu span {
	height:3px;
	width:36px;
	background:#0071bc;
	display: block;
	position:relative;
}

#burger_menu span:before, #burger_menu span:after  {
	height:3px;
	width:36px;
	background:#0071bc;
	content:'';
	display: block;
	position:absolute;
	left:0;
}
#burger_menu span:before {
	top:8px;
}
#burger_menu span:after {
	top:-8px;
}

@media screen and (max-width:1350px) {
	.col_middle {
		text-align: center;
	}
	#footer_menu .footer .col_middle p, #footer_menu .footer div.menu-footer_menu-container {
		float:none;
		padding-bottom:10px;
		display: block;
	}
}

@media screen and (max-width:970px) {
	.col_left {
		display: none;
	}
	.col_middle {
		width:68%;
	}
	.col_right {
		width:30%;
	}
}

@media screen and (max-width:800px) {

	.col_middle {
		width:100%;
	}
	.col_middle ul li {
		line-height: 150%;
	}
	.col_right {
		width:100%;
	}	
	.col_right {
		width:100%;
		padding-right:0;
		text-align: center;
	}	
	.footer {
		padding-bottom:100px;
		clear:both;
		float:left;
		width:100%;
	}
	#wrapper {
		float:left;
		width:100%;
	}
	#header .top_header {
		display: none;
	}
	.inside_page_slide {
		height:200px!important;
	}
	.inside_page_slide .slide_text {
		bottom:10px;
		left:5%;
		top:auto!important;
	}

	#header .logo {
		position:relative;
		left:auto;
		top:auto;
		display: inline-block;
	}
	#header .logo img {
		width:120px;
	}
	#header {
		background:#ffffff;
		padding:15px 5%;
		box-sizing:border-box;
	}
	.slide .slide_text h1 {
		font-size:30px;
		line-height: 36px;
	}
	#footer_tabs ul li {
		width:50%;
		height:100px;
	}
	#footer_tabs ul li .image {
		height:100%;
	}
	#footer_tabs ul li p {
		padding-top:40px;
	}
	#button {
		display: none;
	}

	#mobile_donate {
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		box-sizing:border-box;
		background:#0071bc;
		color:#ffffff;
		padding:20px;
		z-index: 99999;
		display: block;
		text-align:center;
		text-decoration: none;
		font-weight: bolder;
		font-size:20px;
	}
	.page-template-default .page_content {
		padding:0;
	}

	.page_content #breadcrumbs {
		padding:0 0 20px 0;
		font-size:12px;
	}
	.page_content.template #breadcrumbs {
		padding:0 0 20px 0;
	}

	.page-template-default .page_content #breadcrumbs {
		padding:20px 5%;
	}

	.page_content .entry-content {
		padding:30px 5%;
	}

	#burger_menu, #mobile_menu {
		display: block;
	}

	#mobile_menu {
		position:absolute;
		right:0;
		width:80%;
		background:#0071bc;
		z-index: 0;
		height:100%;
		box-shadow:inset 10px 0px 30px -15px rgba(0,0,0,0.75);
	}

	#mobile_menu ul li a {
		display: block;
		width:100%;
		padding:20px 30px;
		font-size:14px;
		box-sizing:border-box;
		text-decoration: none;
		color:#ffffff;
		position: relative;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}

	#mobile_menu ul li a:after {
		content:'^';
		position:absolute;
		right:20px;
		transform:rotate(90deg);
		top:20px;
		color:#ffffff;
	}
	#mobile_menu ul li.menu-item-has-children > a:after {
		transform:rotate(180deg);
	}

	#mobile_menu ul li.backtopage a {
		background:rgba(0,0,0,0.2);
		text-align: right;
	}
	#mobile_menu ul li.backtopage a:after {
		right:auto;
		left:20px;
		transform:rotate(-90deg);
	}

	#mobile_menu .sub-menu {
		background:rgba(0,0,0,0.2);
		padding-left:20px;
		display: none;
	}

	#wrapper {
		background:#ffffff;
		position: relative;
		z-index: 200;
		transition:all ease 0.4s;
	}

	body.show_mob_menu #wrapper {
		transform:translateX(-80%);
	}

	.slide {
		height:300px;
	}

	.slide .slide_text {
	    position: absolute;
	    left: 0;
	    top: 50px;
	    padding:0 5%;
	    box-sizing:border-box;
	    width: 80%;
	    color: #0071bc;
	}

	.cycle-pager {
	    position: absolute;
	    right: 5%;
	    bottom: 20px;
	    z-index: 500;
	}

	#footer_tabs {
		position: relative;
	}

	#container {
		margin-bottom:0;
	}

	.inside_menu, .slide_right {
		display: none;
	}

	.template .entry-content .main_area {
		width:100%;
		padding:0;
	}
	.temp_four .entry-content .page_image {
		width:100%;
		margin:15px 0;
	}
	.page_image {
		width:100%!important;
	}
	.temp_three .entry-content .text_in.special_text {
		width:100%;
		padding:0;
	}
	.template.temp_three .entry-content .image_two, .template.temp_three .entry-content .image_one, .template.temp_three .entry-content .image_five {
		height:250px!important;
		margin:20px 0;
	}

	.temp_two .entry-content .page_image.image_one {
		height:250px!important;
		margin-bottom:20px;
	}

	.temp_two .entry-content .text_in.special_text {
		width:100%;
		margin-top:20px;
	}
	.temp_two .entry-content .page_image {
		height:250px!important;
		margin:15px 0;
	}

	.page-id-71 .page_image {
		display: none;
	}

	.page-id-71 .special_text {
		width:100%;
		padding:20px;
	}

	.update {
		height:auto;
	}

	.update .left, .update .right {
		width:100%;
		margin-bottom:30px;
	}

	.update .left .image, .update .left li {
		height:250px;
	}

	.single .page_content .entry-content, .page-template-project_template .page_content .entry-content {
		padding:0;
	}

}