@font-face {
    font-family: 'opensanshebrew';
    src: url('../fonts/OpenSansHebrew-Bold.eot');
    src: url('../fonts/OpenSansHebrew-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSansHebrew-Bold.ttf') format('truetype'),
         url('../fonts/OpenSansHebrew-Bold.svg#OpenSansHebrew_Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'opensanshebrew';
    src: url('../fonts/OpenSansHebrew-Regular.eot');
    src: url('../fonts/OpenSansHebrew-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSansHebrew-Regular.ttf') format('truetype'),
         url('../fonts/OpenSansHebrew-Regular.svg#OpenSansHebrew_Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*
{
	padding:0px;
	margin:0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */	
} 

a, a:hover, a:visited {
	text-decoration:none;	
}

ul,li {
	list-style:none;	
}

header,section,aside,footer
{
display:block;
}

body,html {
	min-height:100%;
	position:relative;	
}

body
{
	box-sizing: border-box;
	background:#001e43;
	font-family: 'opensanshebrew', serif;	
	font-size:16px;
}

body, html {
	width:100%;
	direction:rtl;
	text-align:right;
}

a, a:visited, a:focus, a:hover, a:active {
	color:#5f9baf;
	text-decoration:none;
}
a:hover {
	color:#3e718c;
}
a.white {
	color:#fff;	
}
a.orange, .breadcrumb a {
	color:#c39978;
}
a.orange:hover, .breadcrumb a:hover {
	color:#d0ae94;
}
a.bold, .breadcrumb a {
	font-weight:bold;
}
a.fullink {
	display:block;
	position:absolute;
	width:100%;
	height:100%;	
}
a.fullink.narrowidth {
	right:0;
	width: 36%;
}



.left-panel {
	width:4%;
	float:left;
	height:100%;
	overflow:hidden;
}
.left-panel::before {
	content:'';	
	position:absolute;
	width:1px;
	height:100%;
	border-left:solid 1px #064064;	
	background:#0a5c84;
	border-right:solid 1px #064064;
}

.main-wrapper {
	width:100%; /* 96% with left panel */
	height:100%;
	float:left;
	position:relative;
	overflow:hidden;
	background:#002b45;
	background-image:url(../images/bg2.jpg), url(../images/bg-line.png);
	background-repeat:no-repeat, repeat;
	background-size:100%, 100% 100%;
	background-position:top, top;	
	
}

.header-wrapper {
	position:relative;
	width:100%;
	height: 130px;	
	z-index:100;
	background:url(../images/header-bg-left.jpg),url(../images/header-bg-line.jpg);
	background-repeat:no-repeat,repeat;
	background-position:left,center;
}
.header-wrapper::before {
	content:'';
	display:block;
	position:absolute;
	bottom:-9px;
	width:100%;
	height:22px;
	background:url(../images/header-bg-bottom.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
.header-wrapper-inner {
	position:relative;
	width:997px;
	margin:0 auto;
	height:136px;
}

.header {
	height: 136px; /*was 130px */
	width: 100%;
	position: absolute;
	top: 0;
}

.header a.logo {
	position: relative;
	width: 227px;
	margin-right: 1.1%;
	float:right;
	display: block;
}
.header a.logo img {
	width:100%;
	height:auto;	
}

ul.header-top-menu {
	list-style: none;
	float: left;
	margin-left: 3%;
}

ul.header-top-menu li {
	display: block;
	float: left;
	padding: 0;
	margin: .5em;
	font-size:.8em;
	position:relative;
}

ul.header-top-menu li a {
	display:block;
}

ul.header-top-menu li a.donate {
    background: #d48c00;
    color: #001736;
    font-weight: bold;
    padding: 2px 15px 2px 12px;
    margin-top: -2px;
    border-radius: 5px;
	margin-left: 17px;
}

.header-main-menu li.donate {
	display:none;
}

a.orange.bold.donate {
    color: #001736;
}

a.orange.bold.donate img {
    padding: 9px;
}

ul.header-main-menu.opened li.donate {
    background: #d48c00;
}

ul.header-top-menu li a.donate:hover {
	background-color:#e6a017;
}

ul.header-top-menu li a.donate::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    background: url(../images/icon-donate.png);
    margin-right: 8px;
    vertical-align: sub;
}

ul.header-top-menu li a img {
	display:block;
	width: 1.5em;
	
}

ul.header-main-menu {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	clear:left;
	margin-top: .5em;
}

ul.header-main-menu li {
	display: block;
	float: right;
	padding: 0;
	margin: 1em;
	font-size:.975em;
	text-align:center;
}

ul.header-main-menu li a {
	display:block;
}

ul.header-main-menu li a img {
	display:block;
	width:1.8em;
	margin:0 auto;
}

.home-slider {
	width:100%;
	margin-top:8px;
}

/*.home-slider .slider-box {
	float:left;
	height:400px;
	border-radius:4px;
	overflow:hidden;
}*/

.home-slider .slider-side {
	width:17%;
	background:#fff;
}

.home-slider .slider-center {
	/*width:63%;
	margin:0 1.5%;*/
	background:#fff;
	border-radius:4px;
	/*position:relative;*/
}


.slider-center .slider-image {
	width:65%;
	height:100%;
	float:right;
	background-repeat:no-repeat;
	background-size:cover;	
	background-position: center center;
	position:relative;
	border-radius: 4px;
}

.slider-center .slider-image::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:157px;
	height:100%;
	background:url(../images/slider-crop.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.slider-content {
	width:35%;
	height:100%;
	float:right;
	display:block;
	position:relative;
}

.slider-content a::before,
a.teaser-link::before,
.blogpost-container-teaser h1 a::before {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:51px;
	height:51px;
	background:url(../images/read-more.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-size:100%;
}

a.teaser-link::before {
	width:36px;
	height:36px;
	left:-5px;
	bottom:-5px;
}

.slider-content a {
	font-size: 1.2em;
	color: #000;
	display: block;
	padding: 1.4em;
}

.slider-content span.slider-title {
	font-weight: bold;
	font-size: 2em;
	display: block;
	padding: .6em 0;
	line-height: 1.1em;
}

.content-wrapper {
	/*width:63%;*/
	min-width:997px;
	width:997px;	
	margin:0 auto;
	clear:both;
	position: relative;
}

.content-wrapper::after {
	content:''; display:block; clear:both;
	height:84px;
}

.teasers {
	padding-top:20px;
	clear:both;
}

.teaser {
	position:relative;	
}

.teasers::after {
	content:''; display:block; clear:both;
}

.teasers .teaser {
	display:block;
	width:32%;
	float:right;
	margin-right:2%;
    position: relative;
}
.teasers .teaser-first {
	margin-right:0;	
}

.teaser .teaser-image {
	width:100%;
	height:170px;
	background-size:cover;
	background-position:center center;
	position:relative;
	border-radius:5px;
	text-align:center;
}

.teaser .teaser-image p {
	position:absolute;
	bottom:-4px;
	right:10%;
	padding: 0 4px;
	border-radius:5px;
	background:#022c3a;
	color:#c39978;
	font-size:1.1em;
}

a.teaser-link {
	font-size:.6em;	
	display:block;
	padding: 1.5em;
	position:relative;
	margin-bottom:10px;
	min-height: 110px;
}

a.teaser-link span {
	display:block;
	font-size:1.8em;
	font-weight:bold;
}

.home-right {
	width:32%;
	padding-top: 10px;	
	position:relative;
	float:right;
}

.calendar-wrapper {
	width:100%;
	position:relative;
	clear:both;
}

.otitle {
	width: 100%;
	border-top: solid 1px #c39978;
	border-bottom: solid 1px #c39978;
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
	color: #c39978;
	clear:both;
	margin-bottom: 10px;
}

.otitle h1 {
	font-size:1em;
	padding: 0 7px 4px;
}

.otitle::before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	border-bottom: solid 1px #c39978;
	clear: both;
}
.otitle h1::before {
	content: '';
	display: block;
	float: left;
	width: 2em;
	height: 1.5em;
	background: url(../images/sep.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center left;
	margin-right: .5em;
}

.otitle h1 a {
	display:block;
	float:left;
	padding:2px 8px;
	color:#000;
	font-weight:.625em;
	background:#c39978;
	border-radius: 3px;
	font-size: .6em;
	margin-top: .5em;
	margin-right: .5em;
}

.otitle h1 a:hover {
	color:#554437;	
}

.otitle h1 span.subtitle {
	font-weight:normal;
}

.otitle h1 span.subtitle::before {
	content:'» ';
	display:inline;	
	position:relative;
}

.otitle h1 p {
	display:block;
	float:left;
	margin-right: .5em;
	position:relative;
	width: 128px;
}

.otitle h1 p span {
	position:absolute;
	margin:0;
	padding:0;
	z-index:600;
	left: 0;
}

.otitle h1 p span a.nolink {
	float:none;
	display:block;
	padding:2px 8px;
	color:#000;
	font-weight:.625em;
	background:#c39978;
	border-radius: 3px;
	font-size: .6em;
	margin-top: .5em;
	margin-right: .5em;
	position:relative;
	text-align: center;	
}

.otitle h1 p span a.nolink:hover {
	color:#000;
}

.otitle h1 p span a {
	display:none;
	padding:2px 8px;
	width: 128px;
	color:#000;
	font-weight:.625em;
	background:#c39978;
	border-radius: 3px;
	font-size: .6em;
	margin-top: .5em;
	margin-right: .5em;
}

.otitle h1 p span:hover > a {
	display:block;
}

.otitle a.album-ajaxmenu-add-topic {
	background:#e80037;
	color:#fff;	
}
.otitle a.album-ajaxmenu-add-topic:hover {
	background:#ba022d;
	color:#fff;
}


.otitle a.album-ajaxmenu-admin {
	display:none;
	position:relative;
	width:22px;
	height:0;
	margin:0;
	padding:0;
	float:left;
	top: 7px;
}

.otitle a.album-ajaxmenu-admin::after {
	display:block;
	content:'';
	background: url('../images/com-edit.png') #e80037;
	background-position: center;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	position:absolute;
	top:0;
	right:0;
	border-radius:3px;
	
	webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.otitle a.album-ajaxmenu-admin:hover::after {
	background-color: #B51414;		
}


.calendar-slide-cont {
	width:85%;
	margin:0 auto;
	clear:both;
	position:relative;
	padding-bottom:97%;
	overflow:visible;
}

.facebook-home-cont {
	width:85%;
	margin:0 auto;
	clear:both;
	position:relative;
	overflow:hidden;
}

.calendar {
	width:100%;
	position: absolute;	
}

.calendar-month {
	text-align: center;
	font-size: 1.525em;
	color: #c39978;
	
	padding: 7% 0;
	position:relative;
}

.calendar p.a-calendar-month-prev,
.calendar p.a-calendar-month-next {
	display:block;
	position:absolute;
	width:18px;
	height:100%;
	top:0;
	background-image:url(../images/oarrow-right.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.calendar p.a-calendar-month-prev {	
	right:0;	
}
.calendar p.a-calendar-month-next {
	background-image:url(../images/oarrow-left.png);	
	left:0;
}


.calendar-block {
	width:92%;
	margin:0 auto;
}

.calendar-week {
	width:100%;	
	clear:both;
}

.calendar-week p {
	display:block;
	float:right;
	width:14.25%;
	height:0;
	padding-bottom:14.25%;
	color:#888;
	text-align:center;
    position:relative;
}

.calendar-week-week p span {
position: absolute;
  width: 267%;
  border: solid 1px rgba(0,0,0,.4);
  padding: 4px 3px;
  background: #fff;
  box-shadow: 0 2px 1px 0px rgba(0,0,0,.3);
  text-align: center;
  border-radius: 0;
  display: block;
  color: #000;
  bottom: 100%;
  left: -80%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1em;
}

.calendar-week-week p span b {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 15px;
  overflow: hidden;    
}

.calendar-week-week p span b:after {
  content: '';
  display: inline-block;
  position: relative;
  bottom: 8px;
  width: 12px;
  height: 15px;
  margin: 0 auto;
  border-bottom: solid 1px rgba(0,0,0,.4);
  border-right: solid 1px rgba(0,0,0,.4);
  box-shadow: 0 2px 1px 0px rgba(0,0,0,.3);
  background: #fff;
  transform: rotate(45deg);       
}

.calendar-week p.event a,
.calendar-week p.history a{
	display:block;
	width:70%;
	height:0;
	padding-bottom:70%;
	margin:0 15%;

	color:#fff;	
	font-weight:bold;
	background:#0c285c;
	border-radius:100%;
}

.calendar-week p.event a:hover {
	background-color:#1b386e	
}

.calendar-week p.history a {
    background:#B59579;
}
.calendar-week p.history a:hover {
    background:#C8AA8F;
}

.calendar-week p.outmonth {
	color:#3c6974;
}

.calendar-week.calendar-week-top p {
	font-weight:bold;
	color:#AFAFAF;	
}




a.calendar-all {
	display:inline-block;	
	float:left;
	color:#c39978;
	background-color:#0c285c;
	border-radius:7px;
	font-size:.875em;
	padding:1% 2%;
}

a.calendar-all:hover {
	background-color:#1b386e	
}

ul.calendar-events {
	width:100%;	
	border-bottom:solid 1px #c39978;
	clear:both;
	padding-top:4%;
}

ul.calendar-events li {
	width:100%;
	border-top:solid 1px #c39978;
	padding: 2% 5%;
	position:relative;
	clear:both;
	color:#fff;
}

ul.calendar-events li span {
	display:block;
	float:right;
	width:34%;
	font-size:.9em;
}

ul.calendar-events li a {
	display:block;
	float:right;
	width:66%;
	font-weight:bold;
	text-align:center;
	color:#c39978;
}
ul.calendar-events li a:hover {
	color:#d2ae93;	
}
ul.calendar-events li::after {
	content:'';
	display:block;
	clear:both;
}


.home-left {
	width:67%;
	margin-right:1%;
	padding-top: 10px;	
	position:relative;
	float:right;
	margin-bottom: 40px;
}
.home-left::after {
	content:''; display:block; clear:both;	
}

.home-blog-wrapper {
	width:100%;
	clear:both;
}

.blog-teaser {
	border-radius:7px;
	background:#fff;
	width:32%;
	margin-right: 1.25%;
	float:right;
	position:relative;
}

.blog-teaser.first-child {
	margin-right:0;
}

.blog-teaser-image {
	border-radius:7px;
	background-size:cover;
	background-position: center center;	
	height:180px;
}

.blog-teaser-profile {
	display:block;
	position:absolute;
	top:130px;
	right:0;
	width:100%;
	text-align:center;
}

.blog-teaser-profile img {
	width:81px;
	height:auto;
  border: solid 1px #ceac91;
  padding: 3px;
  border-radius: 50%;    
}

.blog-teaser-content a.teaser-link {
	color:#000;
	padding: .5em 1em 0;
}

.blog-teaser-content a.teaser-link::before {
	left:0;
	bottom:-10px;	
}

.blog-teaser-content a.teaser-link span {
	color:#000;
	padding:1.5em 0 .75em 0;
	text-align:center;
	height: 94px;
	overflow:hidden;
}

.blog-teaser-content a.teaser-link:hover, .blog-teaser-content a.teaser-link:hover span {
	color:#17356d;	
}


.blog-profile-teaser-wrapper {
	width:90%;
	margin:0 auto;	
}

.blog-profile-teaser {
	width:18%;
	margin-right:2.5%;
	float:right;
	text-align:center;
}

.blog-profile-teaser.first-child {
	margin-right:0;
}

.blog-profile-teaser a {
 	font-size:.7em;	
}

.blog-profile-teaser a img {
	width:100%;
	height:auto;
  border: solid 1px #ceac91;
  padding: 4px;
  border-radius: 50%;    
}

.blog-profile-teaser a span {
	display:block;
	font-size:1.25em;
	font-weight:bold;
}

.home-gallery-wrapper {
	width:100%;
	clear:both;	
	margin-top: 30px;
}

.home-gallery-main-image {
	width:100%;
	border-radius:4px;
	background-size:cover;	
	background-position: center center;	
	position:relative;
	margin:7px 0 4px;
	clear:both;
	height:350px;
}

a.fullink {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index: 5;
}

a.slider-sourcelink {
	display: block;
	position: absolute;
	top: 57px;
	left: 28px;
	padding: 8px 26px;
	border-radius: 5px;
	background: #002245;
	color: #c49977;
	font-size: 1.3em;
	z-index:600;
}

a.slider-sourcelink:hover {
	background:#143064;
}

.home-gallery-image {
	float:right;
	width:33%;
	margin-right:.5%;
	border-radius:4px;
	background:#fff;
	position:relative;
}

.home-gallery-image div {
	height:180px;
	width:100%;
	background-size:cover;
	background-position: center center;	
	border-radius:4px;
}

.views-row-first .home-gallery-image {
	margin-right:0;
}

.not-front .views-row-first .home-gallery-image {
	margin-right:.5%;	
}

.not-front .home-gallery-image {
	margin-right:.5%;	
	width:24.5%;
	margin-bottom: 14px;
}

.not-front .home-gallery-image div {
	height:230px;
}

.home-gallery-image a.teaser-link span {
	display:inline;
	font-size:1em;
}

.home-gallery-image a.teaser-link {
	font-size:.9em;	
	padding: 20px 10px 20px 30px;
	margin:0;
	height: 80px;
}

.home-gallery-image a.teaser-link::before {
	bottom:0;
	left:0;	
}

.home-gallery-image a.teaser-link:hover, .home-gallery-image a.teaser-link:hover span {
	color:#554437;	
}
.home-gallery-image a.teaser-link, .home-gallery-image a.teaser-link span {
	color:#000;
}




.footer {
	width:100%;
	background:#002b45;
	/*background-image:url(../images/footer-top.png);*/
	/*
		++++++++++++++++++++++++++++++++++++++++++
					FOOTER BG UPDATE
		++++++++++++++++++++++++++++++++++++++++++
	*/
	background-position:top;
	background-size:100% auto;
	background-repeat:no-repeat;
	padding-top:60px;
	clear:both;
}

.footer-top {
	width:63%;
	min-width:997px;
	margin:0 auto;
	padding:0 5%;
	min-height:280px;
}

.footer-top ul {
	display:block;
	width:20%;
	float:left;
}
.footer-top ul:first-child {
	float:right;
}

.footer-top ul li {
	color:#0c6c94;
	line-height:1.5em;
}
.footer-top ul li:first-child {
	font-weight:bold;
	padding-bottom:.35em;
}
.footer-top ul li a {
	color:#0c6c94;
}
.footer-top ul li a:hover {
	color:#5f9baf;	
}

.footer-bottom {
	background:#001835;	
	width:100%;
	padding:0 18.5%;
	color:#0c6c94;
	font-size:.9em;
}
.footer-bottom::after {
	content:''; display:block; clear:both;
}

.footer-bottom p.right {
	display:block;
	font-weight:bold;
	float:right;
	max-width:50%;
	padding:1.5em 0;
}
.footer-bottom p.left {
	display:block;
	float:left;
	text-align:left;
	max-width:50%;
	padding:1.5em 0;
}





.breadcrumb {
	width:100%;
	text-align:left;
	padding:20px 0;
	border-bottom:solid 1px #c49977;
	color:#c49977;
	font-size:.8em;
}
.breadcrumb.no-border {
	border-bottom:none;
}

h1.top-title {
	color:#c49977;	
	border-top:solid 1px #c49977;
	padding:12px 0;
	margin-top:3px;
	font-size:1.65em;
}


h1.top-title a.toptitle-back {
	display:block;
	float:left;
	font-size:.7em;
}
h1.top-title a.toptitle-meng {
	display:block;
	float:left;
	font-size:.6em;
}


.full-content-container {
	background:#fff;
	border-radius:7px;
	padding:30px;
	position:relative;
}
.full-content-container::after {
	content:''; display:block; clear:both;	
}

h1.title {
	font-size:1.925em;
	padding-bottom:.75em;
	line-height:1em;
}

.layout-right {
	width:67%;
	position:relative;
	float:right;
}

.layout-left {
	width:31%;
	margin-right:2%;
	position:relative;
	float:right;
}

.news-container img {
	width:100%;
	height:auto;	
}

.news-container h2.summary {
	font-size:1.2em;
	padding-bottom: 1em;
}

.news-container .description {
	font-size:.75em;
	float:right;
}

.likebox {
	font-size:1.25em;
	float:left;
	padding-bottom: 10px;
	margin-top: -4px;	
	direction: ltr;	
}

a.full-container-share-bt {
	display:block;
	position:absolute;
	width:41px;
	height:40px;
	top:-18px;
	left:30px;
	background:url(../images/share-bt.png);
	background-position:top;
}
a.full-container-share-bt:hover {
	background-position:bottom;
}

.blogpost-container h2.summary {
	font-size:1.2em;
	padding-bottom: 1em;
	font-weight:normal;
}

.blogpost-container .description {
	font-size:.75em;
	float:right;
}

.blogpost-container {
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
	height: 346px;
	margin-bottom: 46px;
	position: relative;
	padding-right: 40.5%;	
	overflow: hidden;
}

.blogpost-container.blogpost {
	padding-right: 43%;	
}

.blogpost-container-teaser .blogpost-profile {
	position: absolute;
	top: 0;
	right: 29.5%;
	display: block;
	width: 12.8%;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 10%;
}

.blogpost-container-full {
	background-size:100%;
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:60%;
	margin-bottom: 46px;
	position:relative;
}

.blogpost-container-full .content img {
    width:100%;
    height:auto;
}

.blogpost-container-full .blogpost-profile {
	position: absolute;
	top: 0;
	left: 4.5%;
	display: block;
	width: 13%;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 55%;
}


.blogpost-profile img {
	width:100%;
	height:auto;
  border: solid 1px #ceac91;
  padding: 4px;
  border-radius: 50%;       
}


.blog-left .bloggers {
	width:100%;	
	padding-bottom:33px;
	padding-top:10px;
	clear:both;
}

.blog-left .bloggers li {
	width:30%;
	margin-right:5%;
	float:right;
}

.blog-left .bloggers li.no-margin {
	margin-right:0;
}

.blog-left .bloggers li a {
	width:100%;
	display:block;
	text-align:center;
	font-size:.9em;
	padding-bottom:12px;
}

.blog-left .bloggers li a img {
	width:100%;
	height:auto;
  border: solid 1px #ceac91;
  padding: 4px;
  border-radius: 50%;       
}


.blog-left ul.teasers li {
	clear:both;
	padding-bottom:12px;	
}
.blog-left ul.teasers li::after , .blog-left .bloggers::after{
	content:''; display:block; clear:both;	
}

.blog-left ul.teasers li img {
	width:18%;
	margin-left:1.5%;
	height:auto;
	float:right;
  border: solid 1px #ceac91;
  padding: 3px;
  border-radius: 50%;       
}

.blog-left ul.teasers li .teaser-content {
	width:78%;
	margin-right:2%;
	float:right;	
}

.blog-left ul.teasers li .teaser-content h1 {
	font-size:.95em;
}

.blog-left ul.teasers li .teaser-content h2 {
	font-size:.65em;
	color:#c39978;
}


.content {
	clear:both;
}
.content::after {
	content:''; display:block;  clear:both;
}


.ms-skin-default .ms-nav-prev {
	left: -55px;
	
}
.ms-skin-default .ms-nav-next {
	right: -50px;
}

.home-gallery-wrapper .ms-skin-default .ms-nav-prev {
	left: 0;/*-55px;*/
	
}
.home-gallery-wrapper .ms-skin-default .ms-nav-next {
	  right: 2px;/*-50px;*/
}


.event-container-right {
	float:right;
	width:35%;
}

.event-container-right h2 {
	font-weight:normal;	
	font-size:1.575em;
}

.event-container-right p.summary {
	margin-top:24px;
	font-weight:bold;
	font-size:1em;	
}


.event-container-left {
	float:right;
	margin-right:4%;
	width:61%;
}

.event-container-left img {
	width:100%;
	height:auto;	
	display:block;
	border:solid 1px #d5d5d5;
	border-radius:6px;
}

.welcome {
	color:#fff;	
}

#masterslider-album {
	direction:ltr;	
	position:relative;
	clear:both;
	padding-bottom: 15.5%;
}

#masterslider-album .album-title {
	position: absolute;
	left: 30px;
	top: -7px;
	padding: 8px;
	background: #011a42;
	border-radius: 6px;
	color: #fff;	
}

#masterslider-album .ms-slide {
	border-radius: 5px;
}

#masterslider-album .image-bg {
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	border-radius: 5px;
}

#masterslider-album .ms-thumb-image-bg {
	width:110px;
	height:80px;
	background-size:cover;
	margin-right:10px;
	border-radius: 5px;		
}

.hebron-imageset-wrapper {
	padding:8px;
	float:left;
	width:325px;	
	display:block;
	padding-left: 0;
}

.cke .hebron-imageset-wrapper {
	border:solid 2px #003;
	border-radius:2px;
}

.hebron-imageset-wrapper img {
	display:block;
	width:100%;
	height:	250px;
	border-radius:5px;
}

.hebron-imageset-wrapper .image-label {
	padding:4px;
	display:block;
}

ul#meng-editmenu{
	direction:rtl;
	margin: 0px;
	padding: 0px;
	position:absolute;
	top:7px;
	right:7px;
	z-index: 300;
}

ul#meng-editmenu.meng-editmenu-slider {
	right:auto;
	left:8px;	
}

ul#meng-editmenu li{
	list-style:none;
	padding:0px;
	margin:0;
	width: 110px;
}

ul#meng-editmenu.meng-editmenu-slider li {
	direction: ltr;
}
ul#meng-editmenu.meng-editmenu-slider li a {
	direction: rtl;
}

ul#meng-editmenu li:hover > ul{
	opacity:1;
	display:block;
}

ul#meng-editmenu li ul:hover {
	display:block;	
}

ul#meng-editmenu li a,
a.meng-editmenu {
	display:block;
	padding:5px 12px;
	background-color:#e80037;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
}

ul#meng-editmenu ul{
	padding: 0px;
	opacity:0;
	display:none;
	
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

ul#meng-editmenu p#me-first{
	background: url(../images/icon-edit.png) #e80037;
	background-repeat:no-repeat;
	background-position:center;
	width:28px;
	height:28px;
	
	display:block;
	background-color:#e80037;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	
}

ul#meng-editmenu ul li a{
	width: 100%;
	margin:0;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
	color: #FFF;
	text-decoration: blink;
	
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

ul#meng-editmenu ul li a:hover,
a.meng-editmenu:hover{
	background-color:#ba022d;
} 




.krumo-node {
direction: ltr;
text-align: left;	
}

/*contact-us*/

#bzform input, #bzform textarea {
	display: block;
	margin: 7px;
	padding: 13px;
	width: 306px;
	box-sizing: border-box;
	font-family: 'opensanshebrew', serif;
	border: solid thin #c39978;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 306px;
}
#bzform textarea {
    height:10em;
}

.bz-form-submit-bt {
    margin:4px;
    cursor:pointer;
	
	display:inline-block;
	color: #c39978;
	background-color: #0c285c;
	border-radius: 7px;
	font-size: .875em;
	padding: 1% 2%;
}

p.bz-form-submit-bt:hover {
	background-color: #1b386e;
}

#bzform p.bzform-sending {
    margin:4px;
    padding:4px;
}

#bzform span._bz_notify {
    color: red;
    font-weight: bold;
    font-size: 14px;
    line-height: 4px;
    margin-right: 9px;
    display: block;
    margin-top: 16px;
}

#bzform input.status-bad {
	border-color:red;
}

/*cooments*/
.cmform{
}

.cmform .cmform-form{
	margin: 0px 0px 65px 0px;
	padding: 0;
}

#talkback{
}

.cmform .cmform-open-form{
	float:left;
}
.cmform .cmform-form input, textarea{
	border-bottom: solid thin #c39978;
	border-top: none;
	border-right: none;
	border-left: none;
	margin: 10px;
	padding: 10px;
}
.cmform .cmform-form input[type="text"]{
	width:46.55%;
}

.cmform textarea{
	width:97%;
	
}
.cmform .cmform-attention{
	font-size: 0.8em;
	padding-right: 12px;
	float: right;	
}
.cmform .cm-form-submit-bt{
	float: left;
	width: 40px;
	cursor: pointer;
	font-weight: bolder;
	color: #c39978;
}
/*send*/
.cmform .cmform-sending{
	float: left;
	font-weight: bold;
	color: #c39978;
	line-height: 2.8em;
	width: 100px;
}
.cmform .cmform-sending:before{
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	background: url('../images/loader.gif');
	background-position: center;
	background-size: cover;
	float: right;
	margin: 7px;
}

.cmform .cmform-sent{
	float: left;
	font-weight: bold;
	color: #c39978;
	line-height: 2.8em;
	width: 404px;
}
.cmform .cmform-sent:before{
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	background: url('../images/hebron-blog-s3_15.png');
	background-position: center;
	background-size: cover;
	float: right;
	margin: 7px;
}
#talkback .title{
	color:#c39978;
	font-size:1.1em;
	font-weight: bold;
}

#talkback .comment-wrapper{
	margin: 20px 0px;
	position:relative;
}

#talkback .comment-weight{
	display: block;
	width: 28px;
	height: 28px;
	background-color: #0c285c;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	float: right;
	margin: -3px 0px 20px 7px;
	color: #c39978;
	text-align: center;
	line-height: 28px;
}

#talkback .comment-title{
	font-size: 1em;
}

#talkback .comment-content{
	font-size: 0.8em;
	padding-right: 35px;
}
#talkback .comment-date{
	font-size: 0.8em;
	color:#c39978;
	font-weight:bold;
}

#talkback .cmform-in .cmform-in-open-form{
	font-size: 0.8em;
	color: #c39978;
	float: left;
	font-weight: bold;
	width: 69px;
	display: inline-block;
	cursor: pointer;
}

#talkback .cmform-in .cmform-in-open-form:before{
	content: '';
	width: 45px;
	height: 20px;
	display: inline-block;
	float: right;
	background: url('../images/replay.png');
	background-position: center 0px;
	background-repeat: no-repeat;
}



/*
	היסטוריה
*/
.layout-history-top {
	position: relative;
	color:#c49977;
}

.layout-history-top a {
	color:#c49977;
	font-weight:bold;
}
.layout-history-top a:hover {
	color:#d0ae94;
}


.layout-history-top-child {
	position:relative;
	width:31%;
	float:right;
	margin-right:3.5%;
}

.layout-history-top-description {
	margin:0;
	margin-top:51px;
}

.layout-history-top h1.top-title {
	height: 0;
	padding-bottom: 10px;
}

.layout-history-top h1.top-title a.toptitle-back {
	position: absolute;
	left: 0;
	top: -6px;
	z-index: 1000;
}

ul.history-top-topics {
	width:85%;
	margin:0 auto;	
}

ul.history-top-topics li {
	display:block;
	margin:7px 0;
	position:relative;
}

ul.history-top-topics li p {
	font-size:.8em;	
}

.layout-history-top-topics .otitle {
	margin-bottom:20px;	
}

.history-calendar-container {
	position:relative;
	width:80%;
	margin:0 auto;
	height:0;
	padding-bottom:86%;
	overflow:hidden;
}

.history-calendar-container .calendar-month {
	padding:4.75% 0;	
}





/*

		history teasers on history front page

*/

.history-teaser {
	border-radius:7px;
	background:#fff;
	width:25%;
	margin-right: 1.25%;
	float:right;
	position:relative;
}

.history-teaser-first {
	width:47.5%;
	margin-right:0;
}

.history-teaser.first-child {
	margin-right:0;
}

.history-teaser-image {
	border-radius:7px;
	background-size:cover;
	background-position: center center;	
	height:180px;
}

.history-teaser-profile {
	display:block;
	position:absolute;
	top:130px;
	right:0;
	width:100%;
	text-align:center;
}

.history-teaser-profile img {
	width:81px;
	height:auto;
}

.history-teaser-content a.teaser-link {
	color:#000;
	padding: .5em 1em 0;
}

.history-teaser-content a.teaser-link::before {
	left:0;
	bottom:-10px;	
}

.history-teaser-content a.teaser-link span.title {
	color:#000;
	padding:1.5em 0 .75em 0;
	text-align:center;
}

.history-teaser-first .history-teaser-content a.teaser-link span.title {
	text-align:right;
	padding:.3em;
}

.history-teaser-content a.teaser-link:hover, .history-teaser-content a.teaser-link:hover span.title {
	color:#17356d;	
}

.history-teaser-content a.teaser-link span.date {
	font-size: 1.25em;
	position: absolute;
	bottom: 0;
	right: 10px;
	font-weight:normal;	
}

.history-teaser-first .history-teaser-content a.teaser-link span.date {
	padding:0 .5em;
	display:block;
}

.history-teaser-content a.teaser-link span.description {
	font-size: 1.5em;
	padding:0 .5em .5em;
	display:block;
	line-height: 1.15em;
	font-weight:normal;
	height: 49px;
	overflow: hidden;	
}



/*

	image greyscale hover
	
*/
img.grayscale, .timeline-obj img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .45s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

img.grayscale:hover, .timeline-obj:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

svg {
    background:url(http://4.bp.blogspot.com/-IzPWLqY4gJ0/T01CPzNb1KI/AAAAAAAACgA/_8uyj68QhFE/s400/a2cf7051-5952-4b39-aca3-4481976cb242.jpg);
}

svg image {
    transition: all .6s ease;
}

svg image:hover {
    opacity: 0;
}



/*

		history timeline

*/

.timeline-wrapper {
	width:100%;
	height:330px;
	position:relative;
	overflow:hidden;
}

.timeline-inner {
	height: 230px;
	position: relative;
	white-space: nowrap;
	top: 100px;
	float:right;
	right:0;
	min-width: 100%;
}

.timeline-inner::before {
	content:'';
	display:block;
	width:100%;
	height:8px;
	position:absolute;
	left:0;
	top:-25px;
	background:url(../images/history_i.png);
	background-repeat:repeat;
}

.timeline-obj {
	width:170px;
	height:176px;
	border: solid 1px #c39978;
	border-radius:4px;	
	display:inline-block;
	margin:0 0 0 12px;
	background: #fff;
	position: relative;
	vertical-align: bottom;
}

.timeline-obj img {
	width:100%;
	height:auto;
	display: block;
}

.timeline-obj p {
	width:100%;
	text-align:center;
	white-space: normal;
	height: 45px;
	overflow:hidden;
}

.timeline-obj .timeline-top {
	position: absolute;
	top: -60px;
	left: 0;
	width: 170px;
	height: 20px;
	text-align: center;
	color: #c39978;
	font-weight:bold;
}

.timeline-obj .timeline-top::before {
	content:'';
	display:block;
	width:19px;
	height:33px;
	position:absolute;
	left:75px;
	top:28px;
	background:url(../images/history_o.png);
}


.timeline-obj a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.history-timeline-arrows {
	width:100%;
	height:24px;	
	position:relative;
	top: 27px;	
}

.timeline-wrapper p.a-history-timeline-prev,
.timeline-wrapper p.a-history-timeline-next {
	display:block;
	position:absolute;
	width:18px;
	height:100%;
	top:0;
	background-image:url(../images/oarrow-right.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.timeline-wrapper p.a-history-timeline-prev {	
	right:0;	
}
.timeline-wrapper p.a-history-timeline-next {
	background-image:url(../images/oarrow-left.png);	
	left:0;
}

.otitle-history-timeline {
	margin:36px 0 0;	
}


 /*
 
 	הטמעת אלבום בדף פנימי
 */

.full-content-container .ms-skin-default .ms-nav-prev {
left: -73px;
}

.full-content-container .ms-skin-default .ms-nav-next {
right: -70px;
}


form#taxonomy-overview-vocabularies {
	display:none;	
}

body.node-type-album .content-wrapper {
	min-height:1400px;	
}

.full-content-container .content iframe {
	display:block;
	width:100%;
	height: 342px;
}

.full-content-container .content iframe.wilder {
    height: 660px;
    margin: 20px 0;
}

.full-content-container .event-container-right iframe {
	display:block;
	width:100%;
	height: 220px;
}

.full-content-container .event-container-right iframe.wilder {
    height: 420px;
    margin: 15px 0;
}


.full-content-container .event-container-right .ms-skin-default .ms-nav-next {
    right:6px;
}
.full-content-container .event-container-right .ms-skin-default .ms-nav-prev {
    left:6px;
}
.event-container-right #masterslider-album .album-title {
  font-size: 11px;
}
.event-container-right #masterslider-album .ms-thumb-list {
    bottom:-16px;
}

.full-content-container #masterslider-album {
  margin-top: 18px !important;
}

h2.summary {
	font-size: 23px;
	font-weight: normal;
}

.full-content-container.blogpost-container-full h1.title {
    text-indent: 68px;
	direction: ltr;
}

.spanlink-orange {
    cursor: pointer;
}
.spanlink-orange:hover {
    color:#d0ae94;
}

ul#meng-editmenu p#me-first.editmenu-top-stories {
    cursor:pointer;
    
}
ul#meng-editmenu p#me-first.editmenu-top-stories:hover{
    background-color:#ba022d;
}

.top-stories-pop{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e80037;
  border-radius: 5px;
  z-index: 9999;
  padding: 10px;    
}

.top-stories-pop h2 {
  color: #fff;
  text-align: center;
  padding: 13px 0;
}

.top-stories-pop label {
  color: #fff;
  display: block;
  width: 50px;
  margin: 10px;
  float: right;
}

.top-stories-nid-wrapper {
  width: 220px;
  float: right;    
}

.top-stories-pop select {
    font-size: 16px;
    width: 90px;
    margin-top: 10px;
}

.top-stories-pop .form-type-textfield {
    font-size:13px;
}

.top-stories-pop .form-type-textfield input[type=text] {
  padding: 4px;
  width: 100%;
}

.top-stories-pop p.top-stories-ok {
  display: inline-block;
  padding: 7px 16px;
  background: #fff;
  border-radius: 6px;
  color: #e80037;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 0 3px 1px #fff;
  position: absolute;
  bottom: 22px;
  right: 16px;
}

.top-stories-pop p.top-stories-ok:hover{
    text-decoration:underline;
}

.top-stories-pop p.top-stories-cancel {
  cursor: pointer;
  float: left;
  display: inline-block;
  margin: 6px 10px;
  bottom: 24px;
  position: absolute;
  left: 12px; 
}
.top-stories-pop p.top-stories-cancel:hover {
    text-decoration:underline;
    color:#fff;
}

.top-stories-pop-close {
position: absolute;
  top: 6px;
  left: 4px;
  width: 19px;
  height: 19px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  line-height: 14px;
  text-align: center;
}
.top-stories-pop-close:hover {
    background:#fff;
    color:#e80037;
}

.top-pop-status {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(231, 0, 55, .8);
    border-radius: 6px;
}

.top-pop-status:after{
    content:'';
    display:block;
    width:50px;
    height:50px;
    position:relative;
    margin:50px auto;
    background-image:url(../images/loader-white.gif);
    background-size:100% 100%;
}
.top-pop-status:before {
  content: 'נא להמתין...';
  position: absolute;
  bottom: 50px;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
}

.top-pop-status.top-pop-status-ok:after {
  content: '\2714';
  background: none;
  font-size: 50px;
  color: #fff;
}
.top-pop-status.top-pop-status-ok:before{
    content:'הטיזר עודכן';
}

.translate {
    position: absolute;
    top: 20px;
    right: 20px;
}

p.trans-bt {
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

p.trans-bt.trans-current {
    font-weight: bold;
    cursor:default;
}

.trans-bt.disabled {
    background: none;
    color: #000;
}

p.trans-bt a {
    color:#fff;
}
p.trans-bt.disabled a {
    color:#000;
}

body.lang-he .translate {
    right:auto;
    left:20px;
}

/*
 *
    AMAZING FIX
*/
.full-content-container.blogpost-container-full h1.title span {
  direction: rtl;
  unicode-bidi: bidi-override;
}


a.donate-box {
    display: block;
    position: fixed;
    bottom: 23px;
    width: 180px;
    height: 128px;
    right: 0;
    background: #d48c00;
    border-radius: 20px 0px 0px 20px;
    color: #001736;
    z-index: 50;
}

a.donate-box:hover {
	background: #e6a017
}

a.donate-box::after {
    content: '';
    display: block;
    position: absolute;
    top: -68px;
    left: 29px;
    background: url(../images/coin.png);
    width: 123px;
    height: 114px;
    background-size: 100% 100%;
}

@-webkit-keyframes coinmove {
    0%,100%  {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		top:-68px;
	}
    5%,95%  {
		-webkit-transform: rotateX(20deg);
		transform: rotateX(20deg);
		top:-68px;
	}
    50%  {
		top: -120px;
		-webkit-transform: rotateX(720deg);
		transform: rotateX(720deg);
	}
} 
@keyframes coinmove {
    0%,100%  {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		top:-68px;
	}
    5%,95%  {
		-webkit-transform: rotateX(20deg);
		transform: rotateX(20deg);
		top:-68px;
	}
    50%  {
		top: -120px;
		-webkit-transform: rotateX(720deg);
		transform: rotateX(720deg);
	}
}


a.donate-box:hover::after {
	animation-name: coinmove;
    animation-duration: 1500ms;	
}



a.donate-box span {
    display: block;
    text-align: center;
    font-size: 23px;
    letter-spacing: -.75px;
}

a.donate-box span.close-donate {
	width:30px;
	height:30px;
	padding:5px;
	text-align:center;
	cursor:pointer;
	position:absolute;
	top:2px;
	left:2px;
	color:#000;
}

a.donate-box span.close-donate:hover {
	font-weight:bold;
}

a.donate-box span.h1 {
	padding-top: 38px;
	font-weight: bold;
	
}
a.donate-box span.h2 {
	margin-top:-6px;
}
a.donate-box span.h3 {
	font-size: 15px;
	letter-spacing:1px;
}
a.donate-box span.h3::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    background: url(../images/icon-donate.png);
    margin-left: 5px;
}

.fallen-image {
    width: 30%;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    border: solid 2px #C49977;
    position: relative;
    display: inline-block;
    padding-bottom: 30%;
	margin-bottom:30px;
}

.fallen-img-right {
    width: 200px;
    height: 200px;
    float: right;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 15px 18px;
}

.home-gallery-image.fallen div::after {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(../images/icon-candle-full.png);
    top: auto;
    left: auto;
    background-size: 100% 100%;
    bottom: 30%;
    right: 14px;
}

.fallen-image::before {
    content: '';
    display: block;
    position: absolute;
    width: 35%;
    height: 0;
    background-image: url(../images/icon-candle-full.png);
    top: -9px;
    left: -10px;
    padding-bottom: 35%;
    background-size: 100% 100%;
}

.fallen-image a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.fallen-content {
    width: 66%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;	
}

.fallen-content, .fallen-content a {
    color: #B79977;
}

.fallen-content h1 {
    font-size: 40px;
}
.fallen-content h2 {
    font-size: 28px;
}

.fallen-content a.btf {
    display: inline-block;
    padding: 2px 8px;
    color: #000;
    background: #c39978;
    border-radius: 3px;
    margin-top: .5em;
    margin-right: .5em;
}

.fallen-content a.btf:hover {
	color: #554437;
}

.otitle.fallen input[type="text"] {
    float: left;
    margin-top: 7px;
    padding: 3px 5px;
    border-radius: 4px;
    outline: none;
    border: none;
    width: 136px;
    background: rgba(255,255,255,.75);
}

.otitle.fallen label.byname {
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: normal;
    padding: 6px 10px 0 4px;
}

span.pastevlnk {
    margin-right: 14px;
    font-size: 13px;
}

.page-news .view-articles-listing .views-row-3,
.page-news .view-articles-listing .views-row-4,
.page-news .view-articles-listing .views-row-5 {
	display:none;
}

ul.header-top-menu li.langswitch {
    width: 42px;
    text-align: center;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 10;
    height: 21px;
    overflow: hidden;
}

ul.header-top-menu li.langswitch a {
    display: none;
    width: 15px;
    height: 19px;
    background: url(../images/langswitch.png);
    background-position: right top;
    margin-bottom: 19px;
    line-height: 63px;
    margin-top: 3px;
}

ul.header-top-menu li.langswitch a.en {
	background-position: left top;
}

ul.header-top-menu li.langswitch a span {
	display:none;
}

ul.header-top-menu li.langswitch a.selected {
	display:inline-block;
}

ul.header-top-menu li.langswitch:hover {
    background: #5E9BAE;
	height: 84px;
}

ul.header-top-menu li.langswitch:hover a {
	display:inline-block;
	color:#001832;
}

ul.header-top-menu li.langswitch:hover a.he {
	background-position: right bottom;
}

ul.header-top-menu li.langswitch:hover a.en {
	background-position: left bottom;
}

ul.header-top-menu li.langswitch:hover a span {
    display: inline-block;
    width: 42px;
    text-align: center;
    margin-right: -13px;
    font-size: 12px;
    height: 43px;
    top: -5px;
    position: relative;
}

ul.header-top-menu li.langswitch a span:hover {
    background-color: rgba(3, 61, 79, 0.35);
}

ul.header-top-menu li.search {
	position: absolute;
    right: 121px;
}

ul.header-top-menu li.search input {
    border: none;
    outline: none;
    background: transparent;
    background-image: url(../images/ic_search.png);
    color: #3292a2;
    padding: 4px 23px 6px 0;
    background-position: right center;
    background-repeat: no-repeat;
}

ul.header-top-menu li.search input::-webkit-input-placeholder { color: #3292a2; }
ul.header-top-menu li.search input:-moz-placeholder { color: #3292a2; }
ul.header-top-menu li.search input::-moz-placeholder { color: #3292a2; }
ul.header-top-menu li.search input:-ms-input-placeholder { color: #3292a2; }

.search-results p.search-info .username {
	display:none;
}

.page-search .full-content-container ul {
	display:none;
}

.page-search .item-list ul li {
    margin: 0 0.5em 0.25em 0;	
}

.enpop {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #bc9c78;
    z-index: 100;
    padding: 20px 20px 23px 360px;
    direction: ltr;
    text-align: left;
    color: #011A42;
}

p.enpop-x {
    position: absolute;
    top: -15px;
    right: 60px;
    background: #131a4f;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #BC9C78;
    font-size: 28px;
    line-height: 25px;
    text-align: center;
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,.5);
    cursor: pointer;
}

.enpop-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 340px;
    height: 190px;
    background: url(/themes/bartik/images/pop.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
}

.enpop-title {
	display:inline-block;
}

.enpop-title h2 {
    font-weight: 100;
    line-height: 6px;
    padding-top: 10px;
    padding-left: 5px;
	display:inline-block;
}

.enpop-title h1 {
    font-size: 67.5px;
    line-height: 55px;
    letter-spacing: -3px;
	display:inline-block;
}

.enpop-title h1 span {
    transform: scale(1.575) translateX(2px) translateY(-9px);
    display: inline-block;
}

.enpop-form {
    display: inline-block;
    margin-left: 20px;
}

.enpop-form-item {
    border: solid 1px #002B45;
    background: transparent;
    color: #002B45;
    font-size: 18px;
    padding: 4px 7px;
    width: 155px;
    vertical-align: super;
	outline:none;
	
	transition:all 300ms;
}

.enpop-form-item::-webkit-input-placeholder { color: rgba(0, 43, 69, 0.65); }
.enpop-form-item:-moz-placeholder { color: rgba(0, 43, 69, 0.65); }
.enpop-form-item::-moz-placeholder { color: rgba(0, 43, 69, 0.65); }
.enpop-form-item:-ms-input-placeholder { color: rgba(0, 43, 69, 0.65); }

p.enpop-bt-send {
    display: inline-block;
    background: #131A4F;
    width: 31px;
    height: 31px;
    vertical-align: top;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;	
    position: relative;
	cursor:pointer;
	
    color: #BC9C78;
    text-align: center;
    line-height: 28px;	
	
	transition:all 300ms;
}

p.enpop-bt-send::before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    background: #BC9C78;
    top: 11px;
    left: 9px;
    transform: rotate(45deg);
}

p.enpop-bt-send::after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    background: #BC9C78;
    top: 19px;
    left: 9px;
    transform: rotate(135deg);
}

.enpop-form.opened p.enpop-bt-send {
	width:400px;
	cursor:default;
	pointer-events:none;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;		
}

.enpop-form.opened .enpop-form-item {
	width:0;
	opacity:0;
	padding:4px 0;
}

.enpop-form.opened p.enpop-bt-send::after,
.enpop-form.opened p.enpop-bt-send::before {
	display:none;
}

.messages.status {
    font-size: 42px;
    background-size: 30px 30px;
    background-position: 12px 23px;
    padding: 8px 0 8px 50px;
}

/*
 *
 *
 *      SMARTPHONE SUPPORT
 *
 *
 */





@media screen and (max-width: 1008px) {
a.donate-box {
	display:none;
}

.enpop {
	display:none;
}

.header-wrapper {
	min-width:0;
	left:0;
}
.header {
	right:0;
	padding: 0 .4%;
	background-size:1200px;
	background-position:center;
	
}


.content-wrapper {
    width: 100%;
    min-width:0;
    
}

.header a.logo {
  width: 160px;
  margin-top: 0;
}

.header-wrapper-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 136px;
}

ul.header-top-menu {
  display: none;
}

ul.header-main-menu {
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
}

ul.header-main-menu li {
    display:none;
}

ul.header-main-menu li.menu-toggle {
    display:block;
}

ul.header-main-menu li.menu-toggle {
  display: block;
  width: 45px;
  height: 30px;
  margin: 10px 20px;
  border-radius: 5px;
  position: absolute;
  cursor: pointer;
  transition: all 300ms;
  left: 0;
  top: 0;
  direction: ltr;
}

ul.header-main-menu li.menu-toggle:focus {
    transform: rotate(0deg);
}

ul.header-main-menu li.menu-toggle.hover,
ul.header-main-menu.opened li.menu-toggle{
  transform: rotate(90deg);
  transition: all 300ms;
  padding-left: 0;
  margin: 1em;
}
/*
ul.header-main-menu.opened li.menu-toggle {
  transform: rotate(90deg);
  transition: all 300ms;
  padding-left: 0;
  top: -16px;
  left: 4px;
  width: 45px;
  height: 45px;
  position: absolute;
}*/

.header-wrapper {
  width: 100%;
  height: 114px;
  background: url(../images/header-bg-left.jpg),url(../images/header-bg-line.jpg);
  background-repeat: no-repeat,repeat;
  background-position: 0 -38px, 0 -38px;
  background-size: auto 131%;
}


ul.header-main-menu li.menu-toggle span {
  display: block;
  width: 45px;
  height: 4px;
  background-color: #C09777;
  border-radius: 2px;
  position: relative;
}

ul.header-main-menu li.menu-toggle span::before, ul.header-main-menu li.menu-toggle span::after {
  content: '';
  display: block;
  width: 45px;
  height: 4px;
  background-color: #C09777;
  border-radius: 2px;
  top: 14px;
  left: 0;
  position: absolute;
}

ul.header-main-menu li.menu-toggle span::after {
    top: 28px;
}

ul.header-main-menu.opened {
  background-color: rgba(0, 23, 54, 0.95);
  width: 100%;
  padding: 16px 0 0 0;
}

ul.header-main-menu.opened li {
  display: block;
  float: none;
  margin: 0;
  padding: 0 16px;
  text-align: right;
}

ul.header-main-menu li a {
  display: block;
  font-size: 29px;
}

ul.header-main-menu li a img {
  display: inline-block;
  width: 53px;
  margin: 0 auto;
  margin-left: 13px;
  vertical-align: middle;
  padding-bottom: 5px;
}

.slider-center .slider-image {
  width: 54%;
}

.slider-content {
  width: 46%;
}

.slider-content a {
  padding: 12px 3px;
  padding-left:7px;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  height: 12.25em;
}

.slider-content span.slider-title {
  padding: 0;
  font-size: 20px;
  padding-bottom: 7px;
  line-height:20px;
}

.slider-content a::before, a.teaser-link::before, .blogpost-container-teaser h1 a::before {
    content:none;
    display: none;
}

a.slider-sourcelink {
  top: 13px;
  left: auto;
  right: 13px;
}

.teasers .teaser-2 {
    display:none;
}

.teasers .teaser {
  width: 48%;
  margin-right:2%;
}

.teasers .teaser-first {
    margin-right:1%;
}

.teaser .teaser-image p {
  bottom: 6px;
  right: 7px;
}

.home-right {
    display:none;
}

.home-left {
  width: 98%;    
}

.views-row-3 .blog-teaser {
  display: none;
}

.blog-teaser {
  width: 49%;
  margin-right: 2%;
}

.views-row-1 .blog-teaser {
    margin-right:0;
}

.blog-profile-teaser {
  width: 23%;
  margin-top: 15px;
}

#masterslider-album {
      padding-bottom: 80px;
}

.ms-thumb-list.ms-dir-h {
    bottom: 11px;
}

.views-row-3 .home-gallery-image {
    display:none;
}

.home-gallery-image {
  margin-right: 1.5%;
  width: 49.25%;
}

.home-slider {
  margin-top: 20px;
}

.layout-left {
    display:none;
}

.layout-right {
  width: 98%;
  margin-right: 1%;
}

.blogpost-container {
  background-size: 73% auto;
  background-position: right center;
  background-repeat: no-repeat;
  height: 290px;
  margin-bottom: 20px;
  position: relative;
  padding-right: 45.5%;
  overflow: hidden;
  background-position: 215% center;
  padding-top: 12px;
}

.likebox {
  display: none;
}

h1.title {
  font-size: 20px;
  padding-bottom: 8px;
  line-height: 20px;
}

.blogpost-container h2.summary {
  font-size: 16px;
  line-height: 16px;
  margin-top: -2px;
  clear:both;
}

h2,
h2.summary,
.event-container-right h2 {
  font-size: 19px;
  line-height: 18px;
  margin-top:6px;
}

.blogpost-container .description {
  font-size: 11px;
}

.blogpost-container.blogpost {
  padding-right: 43%;
  padding-left: 7px;
}

.blogpost-container-teaser .blogpost-profile {
  width: 23%;
}

.full-content-container.blogpost-container.blogpost h1.title {
  padding-right: 39px;
  min-height: 89px;
  display: table;
}

.full-content-container.blogpost-container.blogpost h1.title a {
  vertical-align: middle;
  display: table-cell;
}

.blogpost-container-full .blogpost-profile {
    width:23%;
}

.full-content-container.blogpost-container-full h1.title {
  text-indent: 60px;
}

.blogpost-container-teaser .blogpost-profile {
  width: 81px;
  padding-top: 13px;
}

.home-gallery-image a.teaser-link {
  font-size: .9em;
  padding: 6px 10px;
  margin: 0;
  min-height: 74px;
}

a.fullink.narrowidth {
  width: 42%;
}

.event-container-right {
  float: none;
  width: 100%;
}

.event-container-left {
  float: none;
  margin-right: 0;
  width: 100%;
  margin-top: 17px;
}

.not-front .views-row-first .home-gallery-image {
  margin-right: 2%;
}

.not-front .home-gallery-image {
  margin-right: 2%;
  width: 47%;
  margin-bottom: 14px;
}

.not-front .home-gallery-image div {
  height: 157px;
  display: table;
}

.home-gallery-image a.teaser-link {
  width: 164px;
  height: 110px;
  display: table-cell;
  vertical-align: middle;
}

body.page-node.node-type-album .otitle h1::before {
    content:none;
    dispaly:none;
}

body.page-node.node-type-album .otitle h1 {
  font-size: 1em;
  padding: 0 7px 4px;
  height: 54px;
}

body.page-node.node-type-album .otitle h1 span.subtitle {
  position: absolute;
  display: block;
  font-size: 14px;
}

body.page-node.node-type-album .otitle h1 p span a {
    margin-top:2px;
}

body.page-node.node-type-album .otitle h1 a,
body.page-node.node-type-album .otitle h1 p span a.nolink{
  font-size: 12px;
  margin-top: 6px;    
}

body.page-node.node-type-album .otitle h1 p {
  margin-top: 0;    
}

.layout-history-top-child {
  width: 100%;
  float: none;
  margin-right: 0;
}

.layout-history-top-child.layout-history-top-calendar {
    display:none;
}

.history-teaser.history-teaser-first {
    display:none;
}

.history-teaser {
  width: 48%;
  margin-right: 1.5%;
}

.history-teaser-image {
  height: 140px;
}

.history-teaser-content a.teaser-link span.date {
    display:none;
}

.history-teaser-content a.teaser-link span.title {
  padding: 0 8px;
    font-size: 14px;
    display:table-cell;
    vertical-align: middle;
}

.history-teaser-content a.teaser-link {
  min-height: 80px;
  display: table;
}

.layout-history-center {
    margin-top:30px;
}

.footer {
    padding-top:0;
}

.footer-top {
    display:none;
}

.footer-bottom b:after {
  content: '';
  display: block;
}

.footer-bottom {
  padding: 0 14px;
}

.footer-bottom p.right {
  padding: 22px 0 22px 8px;
}

.breadcrumb {
  padding: 20px 8px;
  text-align: right;
}
