/*
Theme Name: REALMEDIA
Theme URI: http://realmedia.co.il
Author: REALMEDIA
Version: 1.0
Author URI: http://realmedia.co.il
Description: תבנית ייעודית בהתאמה אישית מאת רילמדיה
*/


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, tr, th, td,
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* 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;
}

/* END RESET */

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/opensanshebrew-lightitalic-webfont.eot');
    src: url('fonts/opensanshebrew-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensanshebrew-lightitalic-webfont.woff') format('woff'),
    url('fonts/opensanshebrew-lightitalic-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/opensanshebrew-light-webfont.eot');
    src: url('fonts/opensanshebrew-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensanshebrew-light-webfont.woff') format('woff'),
    url('fonts/opensanshebrew-light-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/opensanshebrew-italic-webfont.eot');
    src: url('fonts/opensanshebrew-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensanshebrew-italic-webfont.woff') format('woff'),
    url('fonts/opensanshebrew-italic-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/opensanshebrew-regular-webfont.eot');
    src: url('fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensanshebrew-regular-webfont.woff') format('woff'),
    url('fonts/opensanshebrew-regular-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/opensanshebrew-bolditalic-webfont.eot');
    src: url('fonts/opensanshebrew-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensanshebrew-bolditalic-webfont.woff') format('woff'),
    url('fonts/opensanshebrew-bolditalic-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/opensanshebrew-bold-webfont.eot');
    src: url('fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensanshebrew-bold-webfont.woff') format('woff'),
    url('fonts/opensanshebrew-bold-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 800;
    src: url('fonts/opensanshebrew-extrabold-webfont.eot');
    src: url('fonts/opensanshebrew-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensanshebrew-extrabold-webfont.woff') format('woff'),
    url('fonts/opensanshebrew-extrabold-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/opensanshebrew-extrabold-webfont.eot');
    src: url('fonts/opensanshebrew-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensanshebrew-extrabold-webfont.woff') format('woff'),
    url('fonts/opensanshebrew-extrabold-webfont.ttf') format('truetype');
}

/* End Font Import */

* {
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans Hebrew', sans-serif;
	font-size: 15px;
	color: #113e6c;
	font-weight: 400;
	line-height: 24px;
	background: #fff;
	position: relative;
	padding-top: 120px;
}

input, textarea, select, button {
	font-family:  'Open Sans Hebrew', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: inherit;
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0 10px;
	line-height: 40px;
	-webkit-appearance: none;
	border: 1px #e1e1e1 solid;
	background: transparent;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;
    display: block;
    width: 100%;
    background: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

textarea {
	height: 80px;
	padding: 2px 10px;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, textarea:hover,
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	border: 1px #b3b3b3 solid;
}

input[type="submit"], button {
	border: 0;
	background: #113e6c;
	line-height: 50px;
	padding: 0 20px;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;
	font-weight: bold;
}

input[type="submit"]:hover, button:hover {
	background: #212c55;
	color: #fff;
}

a:link, a:visited {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: inherit;
}

strong {
	font-weight: 700;
}

hr {
	background: #d4d3d9;
	height: 1px;
	border: 0;
	margin: 20px 0;
}

.wrapper {
	width: 1060px;
	margin: 0 auto;
	position: relative;
}

.clear {
	clear: both;
}

.text-center {
	text-align: center;
}

.m-r-0 {
	margin-right: 0 !important;
}

.m-t-0 {
	margin-top: 0 !important;
}

p {
	margin-top: 12px;
}

p:first-child {
	margin-top: 0;
}

blockquote {
	margin-bottom: 12px;
	border-right: 2px #77797c solid;
	color: #77797c;
	font-size: 28px;
	line-height: 45px;
	padding-right: 20px;
	font-weight: 700;
}

::selection {
  background: #ccc;
}
::-moz-selection {
  background: #ccc;
}

.v-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

a.cube, button.cube {
	position: relative;
	-webkit-perspective: 800px;
	perspective: 800px;
	overflow: visible;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	background: transparent;
	display: inline-block !important;
	color: #fff !important;
	font-weight: 400;
	font-size: 20px;
	width: auto;
}

a.cube span, button.cube span {
	position: relative;
	z-index: 3;
}

a.cube span .fa-angle-left, button.cube span .fa-angle-left {
	margin-right: 15px;
	font-size: 18px;
	color: #fff !important;
}

a.cube span .fa-comments-o, button.cube span .fa-comments-o {
	margin-left: 15px;
	font-size: 15px;
	color: #fff !important;
}

a.cube:before, button.cube:before,
a.cube:after, button.cube:after {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: " ";
}

a.cube:before,
button.cube:before {
	z-index: 2;
	background: #2371ba;
}

a.cube:after,
button.cube:after {
	box-shadow: inset 0px 0px 0px 1px #2371ba;
	z-index: 1;
	opacity: 0;
	-webkit-transform: translateY(25px) rotateX(-90deg);
	transform: translateY(25px) rotateX(-90deg);
}

a.cube:hover,
button.cube:hover {
	color: #2371ba !important;
	text-decoration: none;
}

a.cube:hover span .fa-angle-left, button.cube:hover span .fa-angle-left,
a.cube:hover span .fa-comments-o, button.cube:hover span .fa-comments-o {
	color: #2371ba !important;
}

a.cube:hover:before,
button.cube:hover:before {
	opacity: 0;
	-webkit-transform: translateY(-25px) rotateX(90deg);
	transform: translateY(-25px) rotateX(90deg);
}

a.cube:hover:after,
button.cube:hover:after {
	opacity: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.c-row {
	width: 100%;
	margin: 0 -25px;
	display: flex;
}

.c-col-1on2 {
	width: 50%;
	margin: 0 25px;
}

.searchform {
	width: 200px;
	float: right;
	height: 39px;
	position: relative;
	margin-top: 4px;
}

.searchform:after {
	content: "\f002";
	font-family: "FontAwesome";
	line-height: 39px;
	font-size: 15px;
	position: absolute;
	top: 0;
	left: 2px;
}

.searchform label {
	position: absolute;
	left: 28px;
	top: 0;
	line-height: 39px;
	display: block;
}

.searchform input {
	border: 0;
	padding: 0 0 0 28px;
	height: 39px;
	line-height: 39px;
	border-bottom: 1px #7a93af solid;
}

.searchform input:hover, .searchform input:focus {
	border: 0;
	border-bottom: 1px #7a93af solid;
}

header {
	width: 100%;
	height: 120px;
	padding: 15px 0;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2ms;
    -o-transition: height 0.2ms;
    transition: height 0.2s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1001;
	background: #113e6c;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
}

header .wrapper {
	height: 100%;
}

header a.logo {
	float: left;
	width: 88px;
	height: 90px;
	display: block;
	background: url('images/logo.png') no-repeat left center;
    background-size: contain;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;
}

header ul.menu {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2ms ease-in-out;
    -o-transition: all 0.2ms ease-in-out;
    transition: all 0.2s ease-in-out;
    float: left;
    margin-top: calc((90px - 25px)/2);
    text-transform: uppercase;
}

header ul.menu > li {
	float: left;
	line-height: 25px;
	margin-left: 17px;
	padding-left: 17px;
    border-left: 1px #fff solid;
}

header ul.menu > li:first-child {
	border-left: 0;
	margin-left: 20px;
	padding-left: 0;
}

header ul.menu > li.menu-donate {
	border-left: 0;
	padding-left: 0;
}

header ul.menu > li > a:after {
	content: " ";
	position: absolute;
	bottom: -5px;
	right: 50%;
	width: 0;
	height: 2px;
	background: #ff6600;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2ms;
    -o-transition: width 0.2ms;
    transition: width 0.2s;
}

header ul.menu > li > a:before {
	content: " ";
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0;
	height: 2px;
	background: #ff6600;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2ms;
    -o-transition: width 0.2ms;
    transition: width 0.2s;
}

header ul.menu > li:hover > a:after,
header ul.menu > li:hover > a:before,
header ul.menu > li.current-menu-item > a:after,
header ul.menu > li.current-menu-item > a:before {
	width: 50%;
}

header ul.menu > li > a {
	display: block;
	color: #fff;
	text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2ms ease-in-out;
    -o-transition: all 0.2ms ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}

header ul.menu > li:hover > a {
	color: #fff;
}

header ul.menu > li.menu-donate > a {
	background: #ff6600;
	padding: 5px 15px;
	margin: -5px 0;
	font-weight: bold;
}

header ul.menu > li.menu-donate > a:after, header ul.menu > li.menu-donate > a:before {
	display: none;
}

header ul.menu > li.menu-item-has-children > a {
	position: relative;
	padding-left: 17px;
}

header ul.menu > li.menu-item-has-children:after {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	font-size: 13px;
	color: #212c55;
	top: 0;
}

header ul.menu > li > ul.sub-menu {
	background: #2371ba;
	display: none;
	line-height: 25px;
	position: absolute;
	right: 0;
	top: 82px;
	width: 220px;
	z-index: 1;
}

header ul.menu > li > ul.sub-menu > li {
	position: relative;
}

header ul.menu > li > ul.sub-menu > li > a {
	padding: 10px 20px;
	display: block;
	border-top: 1px rgba(255,255,255,0.1) solid;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}

header ul.menu > li > ul.sub-menu > li:first-child > a {
	border-top: 0;
}

header ul.menu > li > ul.sub-menu > li:hover > a {
	color: #fff;
}

header ul.menu > li:hover > ul.sub-menu {
	display: block;
}

header ul.menu > li > ul.sub-menu > li > ul.sub-menu {
	position: absolute;
	right: 220px;
	top: 1px;
	width: 200px;
	display: none;
}

header ul.menu > li > ul.sub-menu > li:first-child > ul.sub-menu {
	top: 0;
}

header ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
	padding: 10px 20px;
	display: block;
	background: #313131;
	font-size: 18px;
	border-top: 1px rgba(255,255,255,0.1) solid;
	text-decoration: none;
	color: #ccc;
}

header ul.menu > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
	color: #fff;
}

header ul.menu > li > ul.sub-menu > li > ul.sub-menu > li:first-child > a {
	border-top: 0;
}

header ul.menu > li > ul.sub-menu > li:hover > ul.sub-menu {
	display: block
}

header ul.social {
	float: left;
}

header ul.social li {
	float: left;
	margin-left: 15px;
	font-size: 20px;
	line-height: 90px;
}

header ul.social li:first-child {
	margin-left: 20px;
}

header ul.social li a {
	color: #fff;
}

header ul.social li a:hover {
	color: #ff6600;
}

header ul.language {
	float: right;
	margin-top: calc((90px - 18px)/2)
}

header ul.language li {
	float: left;
	border-left: 1px #abbac9 solid;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 18px;
	font-size: 13px;
	text-transform: uppercase;
}

header ul.language li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

header ul.language li a {
	color: #abbac9;
}

header.shrink {
	position: fixed;
	height: 70px;
	padding: 5px 0;
}

header.shrink a.logo {
	height: 60px;
	width: 59px;
}

header.shrink .date {
	display: none;
}

header.shrink ul.menu {
	bottom: 0;
	margin-top: calc((60px - 25px)/2);
}

header.shrink ul.menu > li > ul.sub-menu {
	padding-top: 0;
	top: 70px;
}

header.shrink ul.social li {
	line-height: 60px;
}

header.shrink ul.social li {
	font-size: 18px;
}

header.shrink ul.language {
	margin-top: calc((60px - 25px)/2);
}

section.row {
	padding: 50px 0;
}

.inverse {
	background-color: #eceeef;
}

section.row h2, section.row h1 {
	font-weight: bold;
	font-size: 32px;
	line-height: 38px;
	position: relative;
	margin-bottom: 30px;
	color: #113e6c;
	padding: 0 5px 10px 0;
	display: inline-block;
	text-transform: uppercase;
}

section.row h2:after, section.row h1:after {
	content: " ";
	position: absolute;
	height: 3px;
	background: #113e6c;
	right: 0;
	bottom: 0;
	width: 100vw;
}

section.banner {
	background: #eceaeb;
	height: 520px;
	width: 100%;
	padding: 0;
	position: relative;
}

section.banner .wrapper {
	height: 100%;
}

section.banner video {
	max-height: 520px;
	position: absolute;
	top: 0;
	right: 0;
}

section.banner .wrapper {
	position: relative;
	z-index: 2;
}

section.banner h1 {
	font-size: 46px;
	line-height: 60px;
	padding: 0 3px 12px 3px;
	text-transform: uppercase;
	display: inline-block;
	border-top: 3px #113e6c solid;
	border-bottom: 3px #113e6c solid;
	color: #113e6c;
	font-weight: normal;
	margin-top: 100px;
}

section.banner h1 span {
	font-weight: bold;
}

section.banner h1:after {
	display: none;
}

section.slogan .wrapper {
	width: 760px;
	border-bottom: 2px #d9d6d6 solid;
	padding: 0 15px 15px 15px;
	display: flex;
}

section.slogan .wrapper a {
	background: #7a93af;
	display: inline-block;
	line-height: 45px;
	font-weight: bold;
	margin-left: 20px;
	color: #eceeef;
	padding: 0 30px;
	white-space: nowrap;
}

section.page-title h1 {
	margin-bottom: 0;
	width: calc(100% - 250px);
}

.page-title .breadcrumbs, .page-title .breadcrumbs a {
	color: #2371ba;
	font-size: 15px;
	z-index: 1;
	position: relative;
}

section.page-title .filter-block {
	position: relative;
    margin-top: 20px;
    padding-bottom: 5px;
}

section.page-title .filter-block a.filter {
	background: #7a93af;
    display: inline-block;
    line-height: 40px;
    font-weight: bold;
    color: #eceeef;
    padding: 0 25px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

section.page-title .filter-block .datepicker {
	background: #eceeef;
	position: absolute;
	z-index: 20;
	top: 45px;
	width: 250px;
	padding: 15px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    display: none;
}

section.page-title .filter-block:hover .datepicker {
	display: block;
}

section.page-title .filter-block .datepicker .date a {
	float: left;
	width: 40px;
	height: 40px;
	background: #fff;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}

section.page-title .filter-block .datepicker .date input {
	border: 0;
	width: calc(100% - 80px);
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-style: italic;
	float: left;
	font-weight: bold;
	color: #ff6600;
	border-right: 2px #eceeef solid;
	border-left: 2px #eceeef solid;
}

section.page-title .filter-block .datepicker ul.month {
	background: #fff;
	padding: 10px;
	height: 135px;
	overflow-y: scroll;
	margin-top: 5px;
}

section.page-title .filter-block .datepicker ul.month li {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px #d9d6d6 solid;
	font-style: italic;
}

section.page-title .filter-block .datepicker ul.month li:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.inset-shadow {
	-webkit-box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.4);
	box-shadow: inset 0px 8px 5px -6px rgba(0,0,0,0.4);
}

a.donate {
	background: rgba(255,255,255,0.9);
	display: block;
	line-height: 80px;
	width: 140px;
	font-size: 24px;
	border: 5px #ff6600 solid;
	text-align: center;
	color: #ff6600;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	visibility: hidden;
}

section.whats-new .wrapper {
	position: relative;
}

section.whats-new ul li {
	background: #d9dada;
	margin-right: 20px;
	width: calc(65% - 20px);
	float: left;
	padding: 20px;
	overflow: hidden;
}

section.whats-new ul li:last-child {
	width: 35%;
	margin-right: 0;
}

section.whats-new ul li:first-child iframe {
	height: 270px;
}

section.whats-new ul li .fa {
	background: #ff6600;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 20px;
	bottom: -15px;
	display: block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}

section.whats-new ul li .youtube {
	position: relative;
	margin-bottom: 20px;
}

section.whats-new ul li iframe {
	width: 100%;
	display: block;
}
section.whats-new ul li .facebook {
	max-height: 500px;
	margin: 0 0 12px 0;
	position: relative;
}


/* JERU  */


section.whats-new ul li .facebook {
	max-height: 906px;
	margin: 0 0 12px 0;
	position: relative;
}

section.whats-new ul li .soundcloud {
	position: relative;
	margin-bottom: 20px;
}
section.whats-new ul li:first-child .soundcloud iframe {height: 350px;}

/* JERU  */


section.whats-new ul li .twitter {
	position: relative;
	margin-bottom: 20px;
}

section.whats-new ul li .twitter .twitter-tweet {
	margin: 0 !important;
}

section.whats-new ul li .instagram {
	position: relative;
}

section.whats-new a.donate {
	position: absolute;
	right: 0;
	bottom: -95px;
}

section.projects {
	padding: 0;
	position: relative;
}

section.projects .donate {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -70px;
}

section.projects ul li {
	width: 50%;
	height: 30vw;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 110% 110%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4ms ease-in-out;
    -o-transition: all 0.4ms ease-in-out;
    transition: all 0.4s ease-in-out;
}

section.projects ul li a {
	justify-content: center;
	align-items: center;
	display: flex;
	height: 100%;
	text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4ms ease-in-out;
    -o-transition: all 0.4ms ease-in-out;
    transition: all 0.4s ease-in-out;
}

section.projects ul li a h2 {
	display: inline-block;
	font-size: 28px;
	line-height: 32px;
	width: 25%;
	border-bottom: 2px #fff solid;
	padding: 0 8px 10px 8px;
	color: #fff;
	font-style: italic;
	opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2ms ease-in-out;
    -o-transition: all 0.2ms ease-in-out;
    transition: all 0.2s ease-in-out;
}

section.projects ul li:first-child a {
	background: rgba(53,63,86, 0.94);
}

section.projects ul li:nth-child(2) a {
	background: rgba(122,147,175, 0.9);
}

section.projects ul li:nth-child(3) a {
	background: rgba(228,229,229, 0.85);
}

section.projects ul li:nth-child(3) a h2 {
	color: #113e6c;
	border-color: #113e6c;
}

section.projects ul li:last-child a {
	background: rgba(17,62,108, 0.94);
}

section.projects ul li:hover {
	background-size: 100% 100%;
}

section.projects ul li:hover a {
	background-color: transparent;
}

section.projects ul li:hover a h2 {
	opacity: 0;
}

section.spotlight .swiper-slide {
	height: 30vw;
	background-position: center center;
	background-size: cover;
	position: relative;
	color: #fff;
}

section.spotlight .swiper-slide:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	z-index: 1;

}

section.spotlight .swiper-slide > a {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px;
	z-index: 2;
	text-decoration: none;
	color: inherit;
}

section.spotlight .swiper-slide > a h3 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

section.spotlight .swiper-button-next,
section.spotlight .swiper-button-prev {
    background: transparent;
    width: 50px;
    height: 50px;
    border: 3px #fff solid;
	line-height: 44px;
	margin-top: -25px;
	font-size: 22px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-align: center;
    color: #fff;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 3;
}

section.spotlight .swiper-button-prev {
	left: auto;
	right: 25px;
}

section.spotlight .swiper-button-next {
	right: auto;
	left: 25px;
}

section.team {
	padding-bottom: 0;
}

section.team .wrapper {
	position: relative;
}

section.team h2 {
	margin-bottom: 0;
}

section.team .donate {
	position: absolute;
	top: 48px;
	right: 0;
}

section.team .big-box {
	width: 75%;
	position: relative;
	align-items: center;
	display: flex;
}

section.team .big-box:before {
	content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    right: 0;
    top 0;
    width: 100vw;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

section.team .big-box > div {
	position: relative;
	padding: 20px 20px 20px 325px;
	min-height: 295px;
	background-size: 295px 295px;
	background-position: left bottom;
	background-repeat: no-repeat;
	z-index: 1;
}

section.team .big-box > div a {
	background: #7a93af;
	display: inline-block;
	line-height: 40px;
	font-weight: bold;
	margin: 20px 0 0 -20px;
	color: #eceeef;
	padding: 0 25px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	text-decoration: none;
	text-transform: uppercase;
}

section.team .inverse {
	padding: 100px 0 50px 0;
	margin-top: -50px;
}

section.team ul li {
	width: calc(100%/6);
	float: left;
	background-size: calc(1060px/6) calc(1060px/6);
	background-position: center top;
	background-repeat: no-repeat;
	padding: calc((1060px/6) + 10px) 10px 10px 10px;
	position: relative;
}

section.team ul li:after {
	content: " ";
	height: 3px;
	background: #ff6600;
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 40%;
}

section.team ul li h3 {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	position: relative;
	display: inline-block;
}

section.team ul li h3:after {
    content: " ";
    height: 3px;
    background: #ff6600;
    position: absolute;
    left: 0;
    bottom: calc(50% - 23px);;
    width: 40%;
}

section.team ul li h3 span {
	font-weight: normal;
}

section.team ul li h4 {
	font-weight: bold;
	font-size: 18px;
}

section.team ul li:first-child {
	height: calc(1060px/6);
	line-height: calc(1060px/6);
	padding-top: 0;
	background: #7a93af;
	text-align: center;
	font-style: italic;
}

section.team ul li:first-child:after {
	display: none;
}

section.counters {
	padding-bottom: 0;
}

section.counters .wrapper {
	position: relative;
}

section.counters h2 {
	margin-bottom: 0;
}

section.counters .bg {
	background: url('images/gtd_bg.jpg') no-repeat center center;
	background-size: cover;
}

section.counters .bg .wrapper {
	padding: 100px 0;
}

section.counters .bg .swiper-wrapper {
	align-items: flex-end;
}

section.counters .bg .swiper-slide h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 42px;
	margin-bottom: 5px;
}

section.counters .bg .swiper-slide div {
	text-align: center;
	padding: 30px 15px;
}

section.counters .bg .swiper-slide.first div {
	background: #3b628e;
	color: #fff;
}

section.counters .bg .swiper-slide.second div {
	background: #e4e5e5;
	color: #ff6600;
	border-bottom: 3px #1f2830 solid;
}

section.counters .bg .swiper-slide.third div {
	background: #194a81;
	color: #fff;
}

section.counters .bg .swiper-slide.firth div {
	background: #efefef;
	color: #113e6c;
}

section.counters .bg .swiper-slide.fifth div {
	background: #7a93af;
	color: #113e6c;
}

section.counters .bg .swiper-slide.sixth div {
	background: #e4e5e5;
	color: #ff6600;
	border-bottom: 3px #1f2830 solid;
}

section.counters .bg .swiper-button-next,
section.counters .bg .swiper-button-prev {
    background: #ff6600;
    width: 30px;
    height: 30px;
	line-height: 30px;
	margin-top: -15px;
	text-align: center;
    color: #fff;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}

section.counters .bg .swiper-button-prev {
	left: auto;
	right: -50px;
}

section.counters .bg .swiper-button-next {
	right: auto;
	left: -50px;
}

footer {
	position: relative;
	margin-top: 50px;
	display: table;
	width: 100%;
	table-layout: fixed;
}

footer .donate {
	position: absolute;
	right: calc((100vw - 1060px)/2);
	top: -70px;
	z-index: 1;
}

footer .info {
	display: table-cell;
	width: 50%;
	padding: 50px 30px 50px calc((100vw - 1060px)/2);
	background: #113e6c;
	color: #fff;
	vertical-align: top;
}

footer .info h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 38px;
	position: relative;
	margin-bottom: 30px;
	color: #fff;
	padding: 0 5px 10px 0;
	display: inline-block;
	text-transform: uppercase;
}

footer .info h2:after {
	content: " ";
	position: absolute;
	height: 3px;
	background: #fff;
	right: 0;
	bottom: 0;
	width: 100vw;
}

footer .info ul.address li {
	margin-left: 30px;
	border-left: 1px #fff solid;
	padding: 5px 0 5px 30px;
	float: left;
}

footer .info ul.address li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

footer .info ul.social {
	margin-top: 30px;
}

footer .info ul.social li {
	float: right;
	line-height: 45px;
	width: 14%;
	text-align: center;
	border-top: 2px #fff solid;
	border-bottom: 2px #fff solid;
}

footer .info ul.social li a {
	color: #fff;
	display: block;
}

footer .info ul.social li a:hover {
	color: #ff6600;
}

footer .info ul.social li:first-child {
	float: left;
	width: 16%;
	text-align: left;
}

footer .info .ip {
	margin-top: 30px;
	display: block;
}

footer .info .ip img {
	display: block;
	max-width: 140px;
	margin: 0 auto;
}

footer .contact {
	background: #fff url('images/contact_bg.jpg') no-repeat center center;
	background-size: cover;
	display: table-cell;
	width: 50%;
	padding: 50px calc((100vw - 1060px)/2) 50px 30px;
	vertical-align: top;
}

footer .contact .wpcf7 {
	margin: 0 -10px 0 -10px;
}

footer .contact div.fields {
	padding: 0 10px;
}

footer .contact div.fields h3 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

footer .contact div.textarea {
	float: left;
	width: 60%;
	padding: 0 10px;
}

footer .contact .wpcf7 span.title {
	display: none; /* was: block */
	line-height: 18px;
	font-size: 13px;
	margin-bottom: 2px;
}

footer .contact .wpcf7 label {
	margin-bottom: 10px;
	display: block;
}

footer .contact .wpcf7 span.wpcf7-form-control-wrap {
	display: block;
}

footer .contact .wpcf7 input, footer .contact textarea {
	display: block;
	width: 100%;
	border: 0;
}

footer .contact textarea {
	height: 180px;
	max-height: 180px;
	max-width: 100%;
}

footer .contact .wpcf7 button {
	width: calc(100% - 20px);
	background: #fff;
	color: #113e6c;
	margin: 0 10px;
	font-weight: bold;
	text-transform: uppercase;
}

footer .contact .wpcf7 button:hover {
	background: #113e6c;
	color: #fff;
}

section.bottom {
	line-height: 50px;
	margin-top: 5px;
	background: #7a93af;
	position: relative;
	z-index: 2;
}

section.bottom a {
	color: #b9b9b9;
	text-decoration: none;
}

section.bottom a:hover {
	color: #fff;
}

section.bottom .wrapper {
	padding: 0;
}

section.bottom .copyrights {
	float: right;
	color: #fff;
}

section.bottom .copyrights a {
	color: #fff;
	text-decoration: none;
}

section.bottom .copyrights a:hover {
	color: #2371ba;
}

section.bottom .credits {
	float: left;
	font-size: 13px;
	color: #fff;
}

section.bottom .credits a {
	color: #fff;
}

footer .links ul {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

footer .links ul li:before {
	content: "\00b7";
	display: inline-block;
	margin: 0 15px;
}

footer .links ul li:first-child:before {
	display: none;
}

footer .links ul li a {
	color: #2371ba;
	text-decoration: none;
}

footer .links ul li a:hover {
	color: #004880;
}

section.page-wrapper {
	position: relative;
	margin-bottom: 50px;
}

section.page-wrapper img {
	max-width: 100%;
	height: auto;
}

section.page-wrapper .c-col-1on2 {
	border-top: 1px #113e6c solid;
	padding-top: 20px;
}

body.page-template-page-interns section.page-wrapper .c-col-1on2,
body.page-template-page-advocacy-materials section.page-wrapper .c-col-1on2,
body.single section.page-wrapper .c-col-1on2 {
	border-top: 0;
	padding-top: 0;
}

body.page-template-page-interns section.page-wrapper .c-col-1on2:last-child {
	border-left: 1px #113e6c solid;
	justify-content: center;
	padding-left: 40px;
}

section.page-wrapper .interested {
	background: #7a93af;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	border-bottom: 4px #113e6c solid;
	padding: 20px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	height: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

section.page-wrapper .interested a {
	background: #ff6600;
    display: inline-block;
    line-height: 40px;
    font-weight: bold;
    margin-top: 20px;
    color: #eceeef;
    padding: 0 25px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

section.page-wrapper .nav-prev, section.page-wrapper .nav-next {
	text-align: center;
	display: inline-block;
}

section.page-wrapper .nav-prev a {
	background: #7a93af;
    display: inline-block;
    line-height: 40px;
    font-weight: bold;
    margin: 20px 5px 0 5px;
    color: #eceeef;
    padding: 0 25px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    text-decoration: none;
}

section.page-wrapper .nav-next a {
	background: #7a93af;
    display: inline-block;
    line-height: 40px;
    font-weight: bold;
    margin: 20px 5px 0 5px;
    color: #eceeef;
    padding: 0 25px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    text-decoration: none;
}

section.page-cover {
	height: 550px;
	background-position: center center;
	background-size: cover;
}

section.page-wrapper h2 {
	font-size: 28px;
	line-height: 32px;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 0;
	display: block;
}

section.page-wrapper h2:after {
	display: none;
}

.outer-shadow:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120%;
	margin-left: -10%;
	height: 15px;
    -webkit-box-shadow: 0px 8px 5px -6px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 8px 5px -6px rgba(0,0,0,0.4);
    box-shadow: 0px 8px 5px -6px rgba(0,0,0,0.4);
}

body:not(.home) section.team {
	padding: 50px 0;
}

body:not(.home) section.team a.donate {
	top: auto;
	bottom: -45px;
	right: 50%;
	margin-right: -70px;
}

body:not(.home) section.team ul li:first-child {
	width: calc(100%/6*2);
	position: relative;
}

body:not(.home) section.team .big-box {
	width: 100%;
	margin-bottom: 50px;
}

body:not(.home) section.team .boxes .big-box:last-child {
	float: right;
}

body:not(.home) section.team .big-box:before {
	width: 100%;
}

body:not(.home) section.team .big-box h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 25px 0 0 0;
}

body:not(.home) section.team .big-box h2:after {
	width: 100%;
}

section.news {
	padding: 0;
}

section.news .wrapper > ul > li {
	margin-top: 50px;
}

section.news .wrapper > ul > li:first-child {
	margin-top: 0;
}

section.news ul > li .thumbnail {
	float: left;
	width: 55%;
	height: 350px;
	position: relative;
}

section.news ul > li .thumbnail .image,
section.news ul > li .thumbnail .image2 {
	background-color: #eceeef;
	background-position: center center;
	background-size: cover;
	width: 100%;
    height: 100%;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

section.news ul > li .thumbnail .image iframe {
	width: 100%;
	height: 100%;
}

section.news ul > li .thumbnail .image2 {
	display: none;
}

section.news ul > li .info {
	float: right;
	width: 45%;
	padding: 0 25px;
	min-height: 350px;
	position: relative;
}

section.news ul > li .info a.donate {
	position: absolute;
	right: 0;
	bottom: 0;
}

section.news ul > li .info h2 {
	display: block;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}

section.news ul > li .info h2 a {
	color: inherit;
	text-decoration: none;
}

section.news ul > li .info h2 span {
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	text-transform: none;
}

section.news ul > li .info h2:after {
	width: 100%;
}

section.news ul > li .info a.readmore {
	background: #7a93af;
	display: inline-block;
	line-height: 40px;
	font-weight: bold;
	margin-top: 20px;
	color: #eceeef;
	padding: 0 25px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	text-decoration: none;
}

section.news ul > li .info ul.social li {
	margin: 20px 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px #7a93af solid;
	float: left;
}

section.news ul > li .info ul.social li:first-child {
	border-left: 0;
	padding: 0;
	margin: 20px 0 0 0;
}

section.news ul > li .info ul.social li a {
	background: #ff6600;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

section.news ul > li ul.tags {
	background: #eceeef;
	margin-top: 10px;
	height: 50px;
	width: 100%;
}

section.news ul > li ul.tags li {
	float: left;
	padding: 9px 0 9px 25px;
	line-height: 32px;
}

section.news ul > li ul.tags li:first-child {
	margin-left: 0;
}

section.news ul > li ul.tags li a {
	padding: 0 20px;
	font-style: italic;
	display: block;
	color: #7a93af;
	text-decoration: none;
}

section.news ul > li ul.tags li a:hover {
	background: #fff;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

section.news ul > li.view2 .thumbnail {
	float: right;
}

section.news ul > li.view2 .thumbnail .image {
	width: 60%;
	height: 75%;
	position: absolute;
	background-color: #fff;
	bottom: 0;
	right: 0;
	z-index: 2;
}

section.news ul > li.view2 .thumbnail .image iframe {
	width: 100%;
	height: 100%;
}

section.news ul > li.view2 .thumbnail .image2 {
	width: 60%;
	height: 75%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #fff;
}

section.news ul > li.view2 .info {
	float: left;
}

section.news ul > li.view3 .thumbnail .image {
	width: 60%;
	height: 75%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}

section.news ul > li.view3 .thumbnail .image2 {
	width: 60%;
	height: 75%;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	background-color: #fff;
}

section.news ul > li.view4 .thumbnail {
	float: right;
}

section.news ul > li.view4 .info {
	float: left;
}

section.projects-archive {
	padding: 0;
}

section.projects-archive ul {
	margin: -25px 0 0 -25px;
}

section.projects-archive ul li {
	height: 320px;
	width: calc(50% - 25px);
	margin: 25px 0 0 25px;
	float: left;
	position: relative;
}

section.projects-archive ul li a.donate {
	left: -70px;
	top: 20%;
	position: absolute;
	z-index: 10;
}

section.projects-archive ul li .thumb {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	background-position: center center;
	background-size: cover;
}

section.projects-archive ul li .info {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 75%;
	background: #113e6c;
	border-top: 3px #ff6600 solid;
	padding: 15px;
	color: #fff;
}

section.projects-archive ul li .info h2 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 0;
	margin-bottom: 5px;
	display: block;
}

section.projects-archive ul li .info h2:after {
	display: none;
}

section.projects-archive ul li.view3 {
	width: calc(65% - 25px);
}

section.projects-archive ul li.view4 {
	width: calc(35% + 25px);
	margin-left: -25px;
	padding: 25px 0;
}

section.projects-archive ul li.view5, section.projects-archive ul li.view6 {
	width: calc(30% - 25px);
}

section.projects-archive ul li.view7 {
	width: calc(40% - 25px);
}

section.projects-archive ul li.view9 {
	width: calc(65% - 25px);
	margin-left: -25px;
}

section.projects-archive ul li.view8 {
	width: calc(35% + 25px);
	padding: 25px 0;
}

section.page-contact {
	padding: 0;
}

section.interns {
	padding: 0;
}

section.interns ul {
	margin: 0 0 0 -25px;
}

section.interns ul li {
	background: #c2c5c9;
	float: left;
	width: calc(50% - 25px);
	margin: 25px 0 0 25px;
	height: 300px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

section.interns ul li > div {
	background: #113e6c;
	border-top: 4px #ff6600 solid;
	padding: 10px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-height: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5ms ease-in-out;
    -o-transition: all 0.5ms ease-in-out;
    transition: all 0.5s ease-in-out;
}

section.interns ul li:hover > div {
	max-height: 100%;
}

section.interns ul li > div h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}

section.interns h1 {
	margin-bottom: 0;
}

body.single section.page-title h1 span {
	position: absolute;
	bottom: -30px;
	left: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	padding: 0 10px;
	background: #ff6600;
	color: #fff;
}

body.single section.page-wrapper {
	padding: 0;
}

body.single section.page-wrapper ul.tags {
	background: #eceeef;
	margin-top: 10px;
	height: 50px;
	width: 100%;
	margin-bottom: 25px;
}

body.single section.page-wrapper ul.tags li {
	float: left;
	padding: 9px 0 9px 25px;
	line-height: 32px;
}

body.single section.page-wrapper ul.tags li:first-child {
	margin-left: 0;
}

body.single section.page-wrapper ul.tags li a {
	padding: 0 20px;
	font-style: italic;
	display: block;
	color: #7a93af;
	text-decoration: none;
}

body.single section.page-wrapper ul.tags li a:hover {
	background: #fff;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

body.single section.page-wrapper div.thumbnail {
	margin-top: 50px;
	height: 380px;
	position: relative;
}

body.single section.page-wrapper div.thumbnail .image {
	width: 65%;
	height: 100%;
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

body.single section.page-wrapper div.thumbnail .image iframe {
	width: 100%;
	height: 100%;
}

body.single section.page-wrapper div.thumbnail .image2 {
	width: calc(35% + 25px);
	height: 60%;
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: -25px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

body.single section.page-wrapper div.thumbnail .updates {
	position: absolute;
	right: 0;
	width: 35%;
	bottom: 0;
	height: calc(40% + 25px);
	display: flex;
	align-items: center;
	padding: 0 50px;
	justify-content: center;
	text-align: center;
}

body.single section.page-wrapper div.thumbnail .updates a {
	background: #ff6600;
	display: block;
	line-height: 40px;
	font-weight: bold;
	margin-top: 20px;
	color: #fff;
	padding: 0 25px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

body.single section.page-wrapper div.thumbnail .updates > ul {
	width: 100%;
}

body.single section.page-wrapper div.thumbnail .updates > ul > li {
	border-top: 1px #d9d6d6 solid;
	padding-top: 15px;
	margin-top: 15px;
}

body.single section.page-wrapper div.thumbnail .updates > ul > li:first-child {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}

body.single section.page-wrapper div.thumbnail .updates > ul > li span {
	float: left;
	font-weight: bold;
	font-style: italic;
	line-height: 35px;
}

body.single section.page-wrapper div.thumbnail .updates > ul > li ul {
	float: right;
}

body.single section.page-wrapper div.thumbnail .updates > ul > li ul li {
	float: left;
	margin-left: 10px;
}

body.single section.page-wrapper div.thumbnail .updates > ul > li ul li:first-child {
	margin-left: 0;
}

body.single section.page-wrapper div.thumbnail .updates > ul > li ul li a {
	width: 20px;
	height: 27px;
	background-position: left top;
	background-size: 20px 54px;
	margin: 0;
	padding: 0;
	line-height: normal;
	background-color: transparent;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}

body.single section.page-wrapper div.thumbnail .updates > ul > li ul li a.report-full {
	background-image: url('images/doc.png');
}

body.single section.page-wrapper div.thumbnail .updates > ul > li ul li a.report-en {
	background-image: url('images/en.png');
}

body.single section.page-wrapper div.thumbnail .updates > ul > li ul li a.report-he {
	background-image: url('images/he.png');
}

body.single section.page-wrapper div.thumbnail .updates > ul > li ul li a.report-ar {
	background-image: url('images/ar.png');
}

body.single section.page-wrapper div.thumbnail .updates > ul > li ul li a:hover {
	background-position: left bottom;
}

body.single-news .wrapper {
	display: table;
	table-layout: fixed;
}

body.single-news .wrapper h1 div.name {
	font-size: 22px;
}

body.single-news .pull-right {
	width: 30%;
	display: table-cell;
	background: #eceeef;
	border-left: 2px #113e6c solid;
	float: none;
	vertical-align: top;
	padding: 20px;
}

body.single-news section.page-wrapper ul.tags {
	margin: -10px -10px 11px -10px;
	height: auto;
	width: auto;
	display: inline-block;
}

body.single-news section.page-wrapper ul.tags li {
	float: left;
	margin: 0 !important;
	padding: 10px;
	width: 50%;
	text-align: center;
}

body.single-news .pull-right ul.social {
	display: inline-block;
	margin: 0 0 20px 0;
}

body.single-news .pull-right ul.social li {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px #7a93af solid;
	float: left;
}

body.single-news .pull-right ul.social li:first-child {
	border-left: 0;
	padding: 0;
	margin: 0;
}

body.single-news .pull-right ul.social li a {
	background: #ff6600;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

body.single-news a.more {
	background: #7a93af;
    display: inline-block;
    line-height: 40px;
    font-weight: bold;
    color: #eceeef;
    padding: 0 25px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

body.single-news .pull-left {
	width: 70%;
	display: table-cell;
	padding-right: 30px;
	float: none;
	vertical-align: top;
}

body.single-news section.page-wrapper div.thumbnail {
	height: 300px;
	margin: 12px 0 37px 0;
}

body.single-news section.page-wrapper div.thumbnail .image {
	width: calc(50% + 25px);
	height: 300px;
}

body.single-news section.page-wrapper div.thumbnail .image2 {
	width: calc(50% + 25px);
	top: auto;
	bottom: -25px;
	height: 300px;
}

section.want-know-more {
	padding-bottom: 0;
}

section.want-know-more ul {
	float: right;
	padding: 0 40px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

section.want-know-more ul li {
	float: left;
	line-height: 120px;
	margin-left: 40px;
}

section.want-know-more ul li:first-child {
	margin-left: 0;
}

section.want-know-more ul li h3 {
	font-weight: bold;
    font-size: 24px;
    color: #113e6c;
}

section.want-know-more ul li h3 span {
	font-weight: normal;
}

section.want-know-more ul li a {
	background: #7a93af;
    display: inline-block;
    line-height: 40px;
    font-weight: bold;
    color: #eceeef;
    padding: 0 25px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

#scroll-top {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #ff6600;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;
    z-index: 9999;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}

#scroll-top:hover {
	background: #113e6c;
}

/* Contact Form 7 */

.wpcf7-form-control-wrap {
	display: inline-block;
}

.wpcf7-not-valid-tip {
	margin-bottom: 5px;
}

.wpcf7-response-output {
	margin: 0 0 12px 0 !important;
}

.wpcf7-validation-errors {
  background-color: #FCF8E3 !important;
  border: 1px #FAEBCC solid !important;
  color: #8A6D3B !important;
  padding: 5px 8px !important;
}

.wpcf7-mail-sent-ok {
  background-color: #DFF0D8 !important;
  border: 1px #D6E9C6 solid !important;
  color: #3C763D !important;
  padding: 5px 8px !important;
}

.wpcf7 p {
	margin-bottom: 0;
}

/* Table */

.explain {
	display: none;
}

table, table th, table td {
	border: 1px #ddd solid;
	box-sizing: border-box;
}

table th {
	text-align: right;
	font-weight: bold;
	background: #fafafa;
}

table th, table td {
	padding: 8px 10px;
}

/* Admin Bar Fix */

body.admin-bar header.shrink {
	top: 32px;
}

/* Hide Nav Regular Devices */
.nav-list, .pushmenu {
	display: none;
}

/* Blog Share Buttons */
ul.share-post {
	display: block;
	width: 100%;
	text-align: center;
	table-layout: fixed;
	list-style: none !important;
	padding: 0 0 20px 0 !important;
	margin: 20px 0 0 0 !important;
}

ul.share-post li {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	margin: 0 5px;
	vertical-align: middle;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

ul.share-post li:after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;
}

ul.share-post li:hover:after {
	content: " ";
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,0.15);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

ul.share-post li a {
	display: block;
	text-decoration: none;
}

ul.share-post li a .fa {
	color: #fff !important;
	font-size: 15px !important;
	line-height: 40px;
	display: block;
	position: relative;
	z-index: 2;
}

ul.share-post li.facebook {
	background: #3b5998;
}

ul.share-post li.google-plus {
	background: #dd4b39;
}

ul.share-post li.twitter {
	background: #55acee;
}

ul.share-post li.whatsapp {
	background: #4dc247;
	display: none;
}

ul.share-post li.linkedin {
	background: #007bb5;
}

ul.share-post li.pinterest {
	background: #cb2027;
}

/* Navigation */
.navigation {
	border-top: 1px #e1e1e1 solid;
	margin-top: 40px;
	padding-top: 40px;
	text-align: center;
}

.wp-paginate {
	display: inline-block;
	background: #fff;
	font-size: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 40px;
	-webkit-box-shadow: 0px 7px 4px -5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 7px 4px -5px rgba(0,0,0,0.1);
	box-shadow: 0px 7px 4px -5px rgba(0,0,0,0.1);
}

.wp-paginate li {
	line-height: 40px !important;
	float: left;
}

.wp-paginate li:first-child {
	display: none;
}

.wp-paginate .current, .wp-paginate a, .wp-paginate .gap {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	display: block;
	padding: 0 15px !important;
	border-right: 1px #e1e1e1 solid !important;
	border-top: 1px #e1e1e1 solid !important;
	border-bottom: 1px #e1e1e1 solid !important;
    color: #7a93af !important;
}

.wp-paginate li:nth-child(2) .current, .wp-paginate li:nth-child(2) a {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.wp-paginate li:last-child .current, .wp-paginate li:last-child a {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-right: 1px #e1e1e1 solid !important;
}

.wp-paginate li a:hover {
	color: #f60 !important;
	background: #fafafa !important;
}

.wp-paginate .current {
	background: #f60 !important;
	color: #fff !important;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
	border-top: 0 !important;
	border-bottom: 0 !important;
	line-height: 42px;
}

.wp-paginate .fa {
	font-size: 15px;
}

.pushmenu-wrapper {
	overflow: hidden;
}

#payment-form h3 {
	margin-bottom: 50px;
	line-height: 60px;
	font-size: 26px;
	font-weight: bold;
	position: relative;
}

#payment-form h3:after {
	content: " ";
	background: #7a93af;
	right: 50%;
	width: 100vw;
	bottom: 2px;
	height: 1px;
	position: absolute;
}

#payment-form h3:before {
	content: " ";
	background: #7a93af;
	left: 50%;
	width: 100vw;
	bottom: 2px;
	height: 1px;
	position: absolute;
}

#payment-form h3 div:first-child {
	float: left;
	border-bottom: 3px #113e6c solid;
	position: relative;
	z-index: 10;
	padding-right: 25px;
}

#payment-form h3 span {
	float: right;
	color: #7a93af;
}

#payment-form input[type="text"],
#payment-form input[type="email"],
#payment-form input[type="tel"],
#payment-form select,
#payment-form textarea {
	width: 400px;
	margin: 0 auto 10px auto;
	background: #edeff0;
	border: 0;
	height: 40px;
	line-height: 40px;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.4);
	font-size: 13px;
	font-style: italic;
}

#payment-form .g-recaptcha {
	width: 400px;
	margin: 0 auto 10px auto;
}

#payment-form textarea {
	height: 90px;
	line-height: 24px;
}

#payment-form ul.checkboxes {
	margin: 0 auto 10px auto;
	width: 400px;
}

#payment-form .cvv {
	position: relative;
	width: 400px;
	margin: 0 auto;
}

#payment-form .cvv .explainer {
	position: absolute;
	top: 0;
	left: -20px;
	width: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	color: #ff6600;
}

#payment-form .cvv .tooltip {
	position: absolute;
	bottom: 50px;
	left: 20px;
	width: 250px;
	padding: 5px;
	background: #fff;
    -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	visibility: hidden;
	opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;
}

#payment-form .cvv .tooltip.show {
	visibility: visible;
	opacity: 1;
}

#payment-form .cvv .tooltip img {
	max-width: 100%;
	display: block;
}

#payment-form ul.checkboxes li {
	border-top: 1px #ececec solid;
	margin-top: 10px;
	padding-top: 10px;
}

#payment-form ul.checkboxes li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

#payment-form ul.checkboxes li label input {
	display: none;
}

#payment-form ul.checkboxes li label div.checkbox {
	height: 22px;
	width: 22px;
	line-height: 22px;
	text-align: center;
	background: #edeff0;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.4);
	cursor: pointer;
	float: left;
	margin-right: 10px;
}

#payment-form ul.checkboxes li label div.checkbox span {
	display: none;
	font-size: 13px;
}

#payment-form ul.checkboxes li label input:checked + div.checkbox span {
	display: inline;
}

#payment-form ul.checkboxes li label div.title {
	line-height: 22px;
	font-size: 13px;
}

#payment-form .amount {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

#payment-form .amount label {
	width: 140px;
	height: 140px;
	background: #7a93af;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}

#payment-form .amount label.checked {
	background: #ff6600;
}

#payment-form .amount label input[type="radio"] {
	display: none;
}

#payment-form .amount label input[type="number"] {
	margin-top: 5px;
	text-align: center;
	color: #113e6c;
}

#PayPalForm, #PayPalForm1, #PayPalForm2, #PayPalForm3, #PayPalForm4 {
	display: none;
}

#payment-form .amount label.paypal {
	background: #003087;
}

#payment-form .amount label.paypal:hover {
	background: #012169;
}

#payment-form .amount label.paypal a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	display: block;
}

#payment-form .amount label.paypal a .fa {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-size: 28px;
}

#payment-form .year-month {
	width: 400px;
	margin: 0 auto 10px auto;
}

#payment-form .year-month input {
	width: 80px;
	float: right;
	margin-bottom: 0;
	margin-left: 10px;
	text-align: center;
}

#payment-form .year-month div:first-child {
	float: left;
	line-height: 38px;
	font-size: 13px;
	font-style: italic;
}

#payment-form button {
	width: 400px;
	margin: 0 auto;
	color: #fff;
    background: #ff6600;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}

#payment-form input.error,
#payment-form select.error {
	border: 1px #ff6600 solid;
}

.page-template-page-donate section.want-know-more {
	text-align: center;
}

.page-template-page-donate section.want-know-more ul {
	float: none;
	display: inline-block;
}

.page-template-page-donate section.want-know-more ul li h3 {
	line-height: 35px;
	margin: 25px 0;
	text-align: left;
}

.page-template-page-donate section.want-know-more ul li h3 span {
	color: #ff6600;
}

.donate-contact {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(67,67,67,0.7);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;
}

.donate-contact.show {
	opacity: 1;
	visibility: visible;
}

.donate-contact a.close {
	display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #ff6600;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;
    z-index: 9999;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}

.donate-contact .inner {
	background: #fff;
	padding: 50px;
	width: 700px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.donate-contact .inner h2 {
	font-size: 32px;
	line-height: 35px;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 5px #113e6c solid;
	margin-bottom: 10px;
}

.donate-contact .inner h3 {
	color: #ff6600;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 25px;
}

.donate-contact .inner .fields {
	float: left;
	width: 35%;
	padding: 0 10px 0 0;
}

.donate-contact .inner .textarea {
	float: right;
	width: 65%;
	padding: 0 0 0 10px;
}

.donate-contact .inner .textarea textarea {
	width: 100%;
	height: 206px;
	line-height: 22px;
}

.donate-contact .inner .wpcf7-form-control-wrap {
	display: block;
}

.donate-contact .inner .wpcf7-not-valid-tip {
	text-align: left;
	font-size: 13px;
}

.donate-contact .inner label {
	display: block;
	margin-top: 10px;
}

.donate-contact .inner label .title {
	line-height: 25px;
	margin-bottom: 5px;
	text-align: left;
	display: block;
}

.donate-contact .inner button {
	margin-top: 20px;
}

header a.donate-mobile {
	display: none;
}

.errors {
	margin: 0 auto 40px auto;
	background: #f5eeee;
	border: 1px #966363 solid;
	padding: 20px;
	color: #7d1717;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
}

.errors ul {
	list-style: disc;
	margin-left: 20px;
}

#payment-form h2 {margin-bottom: 30px;}
#payment-form h4 {font-size: 22px; margin-bottom: 10px;}
#payment-form .nis {direction: rtl;}
#payment-form .nis {direction: rtl;}
section.want-know-more.il .wrapper {text-align: center !important;}
section.want-know-more.il ul {float: none !important; display: inline-block !important;}
section.want-know-more.il ul li {line-height: 70px;}
.height_50 {height: 50px;}

.videoWrapperY {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapperY iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.three_accross {width: 32%; float: left; margin-left: 5px; margin-right: 5px;}

.wpcf7 .checkbox-privacy {
	display: inline-block !important;
}

.wpcf7 .checkbox-privacy span.wpcf7-list-item {
	margin: 0;
}

.wpcf7 .checkbox-privacy input[type="checkbox"] {
	-webkit-appearance: checkbox;
	width: auto;
	height: auto;
}

.wpcf7 .checkbox-privacy input[type="checkbox"] + span {
	display: none;
}

html[dir="rtl"] #payment-form h2 {
	text-align: center;
}

html[dir="rtl"] #payment-form .amount {
	justify-content: center;
}

html[dir="rtl"] #payment-form .amount label.paypal {
	width: 250px;
	background: #f60;
}

html[dir="rtl"] #payment-form .amount label.paypal a {
	font-size: 24px;
	line-height: 30px;
}

@media (max-width: 800px) {
	body {
		padding-top: 70px;
		background: #05213e;
		overflow-x: hidden;
	}

	.pushmenu {
		width: calc(100vw - 100px);
		position: fixed;
		top: 0;
		right:  0;
		transform: translateX(calc(100px - 100vw));
		opacity: 0.2;
	    -webkit-transition: transform 0.2s ease-in-out 0.4s, opacity 0.2s ease-in-out 0s;
	    -moz-transition: transform 0.2s ease-in-out 0.4s, opacity 0.2s ease-in-out 0s;
	    -o-transition: transform 0.2s ease-in-out 0.4s, opacity 0.2s ease-in-out 0s;
	    transition: opacity 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.4s;
	    display: block;
	    overflow-y: scroll;
	    height: 100vh;
	    padding-top: 70px;
	}

	body.realmedia_click2action .pushmenu {
		height: calc(100vh - 50px);
	}

	.pushmenu-push-toleft .pushmenu {
		transform: translateX(-100px);
		opacity: 1;
		visibility: visible;
	    -webkit-transition: transform 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.6s;
	    -moz-transition: transform 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.6s;
	    -o-transition: transform 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.6s;
	    transition: transform 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.6s;
	}

	.pushmenu > ul > li {
		border-top: 1px rgba(255,255,255,0.1) solid;
	}

	.pushmenu > ul > li:first-child {
		border-top: 0;
	}

	.pushmenu > ul > li > a {
		color: #fff;
		display: block;
		font-size: 15px;
		line-height: 52px;
		padding: 0 15px;
		text-decoration: none;
		position: relative;
		text-transform: uppercase;
	}

	.pushmenu > ul > li.menu-item-has-children > a:before {
	    content: "\f107";
	    font-family: 'FontAwesome';
	    position: absolute;
	    left: 15px;
	    font-size: 13px;
	    color: #fff;
	    top: 0;
	    line-height: 52px;
	}

	.pushmenu > ul > li > ul {
		display: block;
		overflow: hidden;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.pushmenu > ul > li > ul.sub-menu-open {
		height: 100%;
	}

	.pushmenu > ul > li > ul > li > a {
		color: #666;
		font-size: 16px;
		padding: 0 30px;
		display: block;
		text-decoration: none;
	}

	.pushmenu > ul > li > ul > li:last-child {
		margin-bottom: 20px;
	}

	.pushmenu > ul.social {
		display: flex;
		justify-content: space-between;
		margin: 10px 15px;
		padding: 0 20px;
		line-height: 40px;
		background: #fff;
	}

	.pushmenu > ul.social li {
		border-top: 0;
		padding: 0;
	}

	.pushmenu > ul.social li a {
		padding: 0;
		color: #ff6600;
	}

	.pushmenu > ul.language {
		display: flex;
		justify-content: center;
	}

	.pushmenu > ul.language li {
		border-top: 0;
	}

	.pushmenu-wrapper {
		background: #fff;
		overflow-x: hidden;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	    -webkit-transition: all 0.3s ease-in-out 0.1s;
	    -moz-transition: all 0.3s ease-in-out 0.1s;
	    -o-transition: all 0.3s ease-in-out 0.1s;
	    transition: all 0.3s ease-in-out 0.1s;
	    width: 100vw;
	    position: relative;
	    left: 0;
	    top: 0;
	}

	.pushmenu-push-toleft .pushmenu-wrapper {
		left: calc(100vw - 100px);
	}

	.nav-list {
		width: 70px;
		height: 70px;
		display: inline-block;
		position: absolute;
		top: -5px;
		right: 0;
		background-color: transparent;
		border: 0;
		padding: 0 22px;
		outline: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
	}

	.nav-list span {
		-webkit-transition: opacity 0.2s ease-in-out 0.2s;
		transition: opacity 0.2s ease-in-out 0.2s;
		margin-top: opacity -0.025em;
		display: block;
		position: absolute;
		top: 50%;
		left: 22px;
		background-color: #fff;
		width: 26px;
		height: 2px;
		border-radius: 0;
	}

	.nav-list:before {
		content: "";
		margin-top: -7px;
		display: block;
		position: absolute;
		top: 50%;
		left: 22px;
		background-color: #fff;
		width: 26px;
		height: 2px;
		border-radius: 0;
	}

	.nav-list:after {
		content: "";
		margin-top: 7px;
		display: block;
		position: absolute;
		top: 50%;
		left: 22px;
		background-color: #fff;
		width: 26px;
		height: 2px;
		border-radius: 0;
	}

	.nav-list:before, .nav-list:after {
	  -webkit-transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
	  transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
	  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
	  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
	}

	.nav-list.is-open span {
	  opacity: 0;
	  -webkit-transition-delay: 0s;
	  transition-delay: 0s;
	}

	.nav-list.is-open:before, .nav-list.is-open:after {
	  margin-top: 0;
	  -webkit-transition-delay: 0s, 0.25s, 0.25s;
	  transition-delay: 0s, 0.25s, 0.25s;
	}

	.nav-list.is-open:before {
	  -webkit-transform: rotate(45deg);
	          transform: rotate(45deg);
	}

	.nav-list.is-open:after {
	  -webkit-transform: rotate(-45deg);
	          transform: rotate(-45deg);
	}

	.wrapper {
		width: auto;
		padding: 0 20px;
	}

	.searchform {
		float: none;
		width: auto;
		margin-top: 10px;
	}

	.c-row {
		margin: 0;
		display: block;
	}

	.c-col-1on2 {
		width: auto;
		padding: 0;
		margin-top: 20px;
	}

	.c-col-1on2:first-child {
		margin-top: 0;
	}

	section.row {
		padding: 20px 0;
	}

	a.donate {
		display: none;
	}

	header {
		padding: 5px 0;
		height: 70px;
		position: fixed;
	}

	header a.donate-mobile {
		position: absolute;
		top: 10px;
		right: 70px;
		display: inline-block;
		background: #ff6600;
		line-height: 40px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		padding: 0 15px;
		-webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
		box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	}

	header a.logo {
		width: 59px;
		height: 60px;
	}

	header ul.menu {
		display: none;
	}

	header ul.social {
		display: none;
	}

	header ul.language {
		display: none;
	}

	section.banner {
		height: auto;
		padding: 0;
	}

	section.banner h1 {
		display: none;
	}

	section.banner video {
		max-height: 100%;
		width: 100%;
		position: static;
	}

	section.slogan .wrapper {
		width: auto;
		margin: 0 20px;
		padding: 0;
		display: block;
	}

	section.slogan .wrapper a {
		margin: 10px 0 5px 0;
		display: block;
		text-align: center;
	}

	section.projects ul li {
		width: auto;
		float: none;
		height: 68vw;
	}

	section.projects ul li a h2 {
		width: 80%;
	}

	section.whats-new ul li {
		width: auto !important;
		margin: 20px 0 0 0;
		float: none;
	}

	section.whats-new ul li:first-child {
		margin-top: 0;
	}

	section.spotlight .swiper-slide {
		height: 80vw;
	}

	section.team .big-box {
		width: auto;
	}

	section.team .big-box > div {
		padding: 20px 20px 220px 20px;
		background-size: 200px 200px;
		background-position: center bottom;
	}

	section.team .big-box > div a {
		margin: 20px 0 0 0;
	}

	section.team ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: -20px;
	}

	section.team ul li:first-child {
		height: calc(50vw - 20px);
		width: calc(50vw - 20px);
	}

	body:not(.home) section.team ul li:first-child {
		display: none;
	}

	section.team ul li {
		float: none;
		margin-top: 20px;
		padding:  calc(50vw - 10px) 10px 10px 10px;
		background-size: calc(50vw - 20px) calc(50vw - 20px);
		width: 50%;
	}

	section.counters .bg .wrapper {
		padding: 40px 0;
	}

	section.page-title h1 {
		width: auto;
	}

	body:not(.home) section.team .big-box {
		margin-bottom: 20px;
	}

	section.want-know-more ul {
		padding: 20px;
		float: none;
	}

	section.want-know-more ul li {
		float: none;
		margin: 20px 0 0 0;
		line-height: 30px;
	}

	section.want-know-more ul li:first-child {
		margin-top: 0 !important;
	}

	section.want-know-more ul li:first-child {
		margin-top: 0;
	}

	section.want-know-more ul li a {
		display: block;
	}

	section.projects-archive ul {
		margin: 0;
	}

	section.page-wrapper {
		margin: 0;
	}

	section.projects-archive ul li {
		height: 80vw;
		float: none;
		margin: 20px 0 0 0 !important;
		width: auto;
	}

	section.projects-archive ul li:first-child {
		margin-top: 0 !important;
	}

	section.projects-archive ul li .info {
		bottom: 0;
		width: 100%;
	}

	section.projects-archive ul li .info h2 {
		margin-top: 0;
	}

	section.projects-archive ul li.view3 {
		width: auto;
	}

	section.projects-archive ul li.view4 {
		width: auto;
		padding: 0;
		margin: 0;
	}

	section.projects-archive ul li.view5, section.projects-archive ul li.view6 {
		width: auto;
	}

	section.projects-archive ul li.view7 {
		width: auto;
	}

	section.projects-archive ul li.view8 {
		width: auto;
		padding: 0;
	}

	section.projects-archive ul li.view9 {
		width: auto;
		margin: 0;
	}

	body.single section.page-wrapper div.thumbnail {
		height: auto;
		margin-top: 20px;
	}

	body.single section.page-wrapper div.thumbnail .image {
		width: calc(100% - 20px);
		height: 52vw;
		position: relative;
	}

	body.single section.page-wrapper div.thumbnail .image2 {
		width: calc(100% - 20px);
		height: 52vw;
		position: relative;
		top: -20px;
		left: 20px;
	}

	body.single section.page-wrapper div.thumbnail .updates {
		position: static;
		width: auto;
		padding: 0;
		margin: 0 0 20px 0;
	}

	body.single section.page-wrapper ul.tags {
		height: 100px;
		overflow: hidden;
	}

	body.single section.page-wrapper ul.tags li.clear {
		float: none;
		padding: 0;
	}

	section.news .wrapper > ul > li {
		margin-top: 20px;
	}

	section.news ul > li .thumbnail {
		float: none !important;
		width: auto;
		height: 55vw;
	}

	section.news ul > li .info {
		width: auto;
		float: none;
		padding: 0;
		min-height: 0;
	}

	section.news ul > li ul.tags {
		height: auto;
		margin: 20px 0 0 0;
	}

	section.news ul > li ul.tags li.clear {
		float: none;
		padding: 0;
	}

	body.single-news .wrapper {
		display: block;
	}

	body.single-news .pull-left {
		display: block;
		padding: 0;
		width: 100%;
	}

	body.single-news section.page-wrapper div.thumbnail {
		margin-top: 32px;
		margin-bottom: 0;
	}

	body.single-news .pull-right {
		width: auto;
		display: block;
		margin: 20px 0;
		border-top: 2px #113e6c solid;
		border-left: 0;
	}

	body.single-news section.page-wrapper ul.tags li {
		width: auto;
	}

	section.page-cover {
		height: 45vw;
	}

	section.interns ul {
		margin: 0;
	}

	section.interns ul li {
		float: none;
		width: auto;
		margin: 20px 0 0 0;
	}

	body.page-template-page-interns section.page-wrapper .c-col-1on2:last-child {
		padding-left: 0;
		border-left: 0;
	}

	#payment-form h3 {
		margin-bottom: 20px;
	}

	#payment-form input[type="text"], #payment-form input[type="email"], #payment-form input[type="tel"], #payment-form textarea, #payment-form select {
		width: 100%;
	}

	#payment-form ul.checkboxes {
		width: auto;
	}

	#payment-form .year-month {
		width: 100%;
	}

	#payment-form .year-month input {
		width: 70px;
	}

	#payment-form button {
		width: 100%;
		margin-bottom: 20px;
	}

	#payment-form .amount {
		display: block;
		margin: -10px -10px 0 0;
	}

	#payment-form .amount label {
		width: calc((100% - 30px)/3);
		float: left;
		margin: 10px 10px 0 0;
	}

	#payment-form .amount label.paypal {
		margin-bottom: 20px;
	}

	#payment-form .cvv {
		width: 100%;
	}

	footer {
		display: block;
		margin-top: 0;
	}

	footer .info {
		display: block;
		width: auto;
		padding: 20px;
	}

	footer .info ul.address li {
		float: none;
		border-left: 0;
		border-top: 1px #fff solid;
		margin: 20px 0 0 0;
		padding: 20px 0 0 0;
	}

	footer .info ul.address li:first-child {
		margin-top: 0;
		border-top: 0;
		padding-top: 0;
	}

	footer .contact {
		display: block;
		width: auto;
		padding: 20px;
	}

	section.bottom .credits {
		float: none;
		padding: 15px 0;
	}

	section.bottom .credits span {
		display: block;
		line-height: 25px;
		text-align: center;
	}

	.page-template-page-donate section.want-know-more ul {
		display: block;
	}

	html #wpadminbar {
		top: -46px;
	}

	section.want-know-more.il ul {width: 80% !important;}
	section.want-know-more.il ul li {line-height: 40px !important;}

	.three_accross {width: 100%; float: none; margin-left: 0px; margin-right: 0px; margin-bottom: 10px;}

	html[dir="rtl"] #payment-form .amount {
		display: flex;
	}
}

.opensanshebrew {
 font-family: "Open Sans Hebrew" !important;   
}