@import url(opensanshebrew.css);
html {
}
body {
	font-family: 'open sans hebrew', arial, serif;
	color: #000;
	font-size: 1.4em;
	line-height: normal;
}
.container {
	max-width: 1200px;
}
header {
	background-image: url(../img/header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	direction: rtl;
}
header .column {
	padding-top: 10px;
	padding-bottom: 10px;
}
.margin-top-15{
	margin-top: 10px;
}
#search-box {
	width: 80%;
	height: 100%;
	max-height: 21px;
	border: 1px solid #808285;
}
#search_btn {
	height: 100%;
	max-height: 21px;
	vertical-align: top;
	background-color: #808285;
	background-image: url(/img/plus_icon.png);
	background-position: center top;
	transition: all .1s ease-in-out;
}
#search_btn:hover {
	background-position: center bottom;
}
.hagashot {
	background-image: url(../img/ticket.jpg);
	background-position: top center;
	background-size: 100% auto;
	width: 100%;
	margin-bottom: 27px;
	padding: 20px 15px 0px 15px;
	min-height: 328px;
}
.movie-selector{
	background-image: url(../img/ticket_small.jpg);
	background-position: top center;
	background-size: 100% auto;
	width: 100%;
	margin-bottom: 27px;
	padding: 30% 35% 0px 15px;
	min-height: 240px;
	display: block;
	font-size: 17px;
	color: #000 !important;
}
.popover-content {
	background-color: #f7f7f7;
}
a, p {
	color: #000;
}
a:hover {
	color: #00ACED;
	text-decoration: none;
}
.btn.btn-primary {
	background-color: #00ACED;
	border-radius: 0px;
}
p.nomargin-paragraph {
	margin-bottom: 0px;
}
h9 {
	font-size: 145%;
	font-weight: 600;
	color: #000;
	display: block;
	line-height: 110%;
}
h10 {
	font-size: 150%;
	font-weight: 600;
	display: block;
	color: #515151;
}
h11 {
	font-size: 100%;
	font-weight: 600;
	color: #000;
	display: block;
}
h11:hover a {
	color: #00ABEB;
	text-decoration: none;
}
h12 {
	font-size: 100%;
	font-weight: 600;
	display: block;
	color: #000;
	margin-top: -10px;
	margin-bottom: 10px;
}
.poster-container {
	padding-bottom: 17px;
	background-image: url(/img/poster_shadow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom: 10px;
	text-align: center;
}
.poster {
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}
.poster img.img-responsive {
	margin: auto !important;
	background-image: url(/img/poster_play_255x365.png);
	background-position: center top;
	width: 100%;
	max-height: 330px;
}
.poster:hover img.img-responsive {
	background-position: center bottom;
}
#video-layer {
	display: none;
	background-color: #000;
	min-height: 330px;
	margin-bottom: 27px;
	position: relative;
	z-index: 1;
}
#video-layer-close {
	position: absolute;
	right: 0px;
	cursor: pointer;
}
.form.gsc-search-box{
	margin-bottom: 0;
}
#section-hagashot .hagashot-frame {
	border: 1px solid #727272;
	border-radius: 10px;
	text-align: center;
	padding: 10px 6px;
	margin-bottom: 10px;
}
#section-hagashot .hagashot-frame a:hover {
	color: #5D5A7E;
}
#section-hagashot .hagashot-frame-top {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#section-hagashot .hagashot-frame-bottom {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
section.section-home {
	border-top: 3px solid #666666;
	padding-top: 15px;
}
section.section-home {
	border-top: 3px solid #666666;
	padding-top: 15px;
}
section#section-home-1, section#section-home-4 {
	margin-left: -15px;
}
section#section-home-2, section#section-home-5 {
	margin-left: -15px;
	margin-right: -15px;
}
section#section-home-3, section#section-home-6 {
	margin-right: -15px;
}
section#section-footer {
	background: #777F81;
	min-height: 250px;
	padding-top: 20px;
	margin-top: 20px;
}
section#section-footer .footer-block, .social-container .social{
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-bottom: 30px;
}
section#section-footer .footer-block a {
	color: #fff;
	display: inline-block;
}
section#section-footer .footer-block a:hover {
	color: #000;
}
section#section-footer .footer-block h11 a {
	color: #000;
}
section#section-footer a:hover, section#section-footer .footer-block h11 a:hover {
	color: #fff;
}
.social-btn {
	background-position: center top;
	display: inline-block;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.social-btn:hover {
	background-position: center bottom;
}
.social-btn.social-fb {
	background-image: url(/img/facebook.png);
}
.social-btn.social-tw {
	background-image: url(/img/social_t.png);
}
.social-btn.social-in {
	background-image: url(/img/social_in.png);
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.vbottom {
	display: inline-block;
	vertical-align: bottom;
	float: none;
}
/*
#search-box::-webkit-input-placeholder {
 padding-right: 5px;
 color: #000;
 font-weight: 600;
}
#search-box::-webkit-input-placeholder:after {
 content: ' ';
 display: inline-block;
 color: #000;
 border-right: 1px solid #000;
 margin-right: 5px;
}
 #search-box:-moz-placeholder { 
 padding-right: 5px;
 color: #000;
 font-weight: 600;
}
 #search-box::-moz-placeholder {  
 padding-right: 5px;
 color: #000;
 font-weight: 600;
}
 #search-box:-ms-input-placeholder {
 padding-right: 5px;
 color: #000;
 font-weight: 600;
}
*/
.dummy-eduyot {
	background-image: url(../img/maagar_165x194_2.png);
	background-position: top;
	background-size: cover;
	transition: all .1s ease-in-out;
	border-radius: 3px;
}
.dummy-eduyot:hover {
	background-position: bottom;
}
.list-wraper {
	position: relative;
}
#news-layer {
	width: 100%;
	background-color: #E1E2E3;
	padding-left: 0px;
	display: none;
	min-height: 250px;
	padding: 10px;
	margin-bottom: 10px;
}
#news-layer img.media-thumb {
	float: right;
	margin-left: 10px;
}
#news-layer h11 {
	padding-left: 10px;
}
#news-layer p {
	font-size: 85%;
	padding-left: 10px;/*	white-space: pre;*/
}
#news-layer .news-close-btn {
	position: absolute;
	bottom: 0px;
	left: 0px;
	cursor: pointer;
}
.media-list {
	height: 250px;
	overflow: hidden;
}
.media-list li {
	border-bottom: 1px solid #000;
	padding: 10px 0;
	height: 81px;
	overflow: hidden;
	margin-top: 0px;
	cursor: pointer;
}
.media-list li:hover {
	background-color: #E4E5E6;
}
.media-list li a, .link-ignore {
	color: #666;
	text-decoration: none;
}
.media-list li p {
	min-height: 45px;
	margin-bottom: 0px;
}
.media-list li a:last-child:before {
	content: '»';
	margin-left: 5px;
}
/*------------inner pages--------------*/
h1.inner-page {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 35px;
	font-family: 'open sans hebrew', arial, serif;
	font-weight: bold;
}
.wide_picture {
	max-width: 1920px;
	max-height: 500px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 40px;
	background-color: #00ACED;
	padding-top: 10px;
}
.wide_picture img {
	width: 100%;
	background-size: cover;
	max-height: 500px;
}
.hagashot-form .input-sm {
	border-radius: 0px;
}
.popover {
	background-color: #666666;
}
.popover.top .arrow:after {
	border-top-color: #666666;
}
.ui-datepicker-div {
	z-index: 1001;
}
.is-hidden, .is-hidden1 {
	display: none;
}
.is-hidden-disabled {
	display: inline-block;
}
.carousel-control.right {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,.0001) 0), color-stop(rgba(0,0,0,.0001) 100%));
	background-image: -o-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.0) 100%);
	background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.0) 100%);
*/  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	z-index: 1;
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,.0) 0), color-stop(rgba(0,0,0,.0001) 100%));
	background-image: -o-linear-gradient(left, rgba(0,0,0,.0) 0, rgba(0,0,0,.0001) 100%);
	background-image: linear-gradient(to right, rgba(0,0,0,.0) 0, rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	z-index: 1;
}
.david-section {
	background-color: #B31222;
	border-radius: 5px;
	padding: 10px;
	max-width: 93%;
	margin-top: 20px;
	text-align: center;
	display: none;
}
.david-section * {
	color: #fff;
}
.cse .gsc-control-cse, .gsc-control-cse{
	padding: 0px !important;
}
input.gsc-search-button{
	height: 25px !important;
	background-image: url('http://www.google.com/uds/css/v2/search_box_icon.png') !important;
	background-repeat: no-repeat;
	background-position: center center;
}
.ui-autocomplete.ui-widget-content {
    z-index: 1041;

		max-height: 270px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
	}
.panel-hidden{
	visibility: hidden;
}

 @media (min-width: 992px) {
.inner-text {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	-webkit-column-rule: 1px solid lightgrey;
	-moz-column-rule: 1px solid lightgrey;
	column-rule: 1px solid lightgrey;
}
.hagashot-form .control-label {
	background-color: #999FA0;
	color: #fff;
	line-height: 40px;
	text-align: right;
	padding: 0px 10px 0px 3px;
	font-size: 16px;
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
}
.hagashot-form .control-label a {
	color: inherit;
	text-decoration: underline;
}
.hagashot-form .input-sm {
	margin-right: -15px;
	background-color: #eee;
	height: 40px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
}
.hagashot-form .form-group {
	margin-bottom: 10px;
	margin-right: 0px;
}
.ui-datepicker-trigger {
	cursor: pointer;
	float: left;
	margin-left: 15px;
}
.hagashot-form .input-sm.current-file {
	background: transparent;
	position: absolute;
	ri-ght: -50%;
	width: 150%;
	direction: rtl;
	font-size: 11px;
	margin: 0px;
}
.hagashot-reset-btn {
	position: absolute;
	left: 31px;
	cursor: pointer;
	background-image: url(../img/reset.png);
	background-position: top;
}
.hagashot-reset-btn:hover {
	background-position: bottom;
}
}
/*----------------------------------*/
@media (max-width: 991px) {
.social-container .pull-left {
	float: none !important;
}
.social-container {
	text-align: center !important;
}
}
@media (min-width: 992px) {
#section-hagashot {
	margin-left: 18%
}
#section-david {
	margin-left: 18%;
}
#section-david * {
	font-family: 'open sans hebrew', arial, serif !important;
}

#section-ticker {
	margin-left: 18%;
 max-height:
}
#section-eduyot {
	margin-right: 18%;
}
section#section-footer .footer-block.footer-block-1 {
	border-right: none;
}
}
