.title_zionism{
	display:none;
}

.helmet{
	background-image:url(/img/helmet_bgr.png);
	background-size:100% 100%;
	color:#094668;
	text-align:center;
	padding:50px 65px 0;
	margin-bottom:100px;
	position:relative;
}

.helmet p{
	font-size:27px;
	line-height:33px;
	text-align:right;
}

.helmet h1{
	background-image:url(/img/title_helmet1.png);
	background-size:100% 100%;
	display:table;
	font-size:25px;
	padding:13px 22px 14px 30px;
}

.helmet h2{
	background-image:url(/img/title_helmet2.png);
	background-size:100% 100%;
	display:table;
	font-size:25px;
	padding:11px 23px 13px 30px;
}

.helmet h3{
	background-image:url(/img/title_helmet2.png);
	background-size:100% 100%;
	display:inline-block;
	font-size:25px;
	padding:12px 25px 14px;
	margin:30px 200px 100px;
}

.helmet .photo-frame{
	border-width:10px;
}

.helmet>nav{
	position:absolute;
	left:160px;
	margin-top:-440px;
}

@media only screen and (max-width:800px){
	.helmet{
		padding:2% 5% 10%;
		background:#fff;
		border-radius:20pt;
	}

	.helmet>nav{
		position:relative;
		left:0;
		margin:0;
	}

	.helmet p{
		font-size:15pt;
		line-height:20pt;
	}

	.helmet h2,
	.helmet h3{
		margin:8% 0 0
	}

	.helmet .photo-frame{
		width:94%;
	}
}