/*
	Theme Name: green
        Description:            Green website
        Version:		1.3
        Author:			Farhad
*/
@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');
}
body
 {
    border: 0 none;
    color: #7B7B7B;
    font-family:'Open Sans Hebrew', sans-serif;
    font-size: 14px;
    font-weight: normal;
    list-style-type: none;
    margin: 0 !important;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    direction: ltr;
    background: #fff;
}
body.contact{
background-position: 0 115px;
    background-repeat: no-repeat;
background-size: cover;
}
body,html,#container{
    height:100%;
}
a {
    color: #4ab604;
    text-decoration: none;
    direction: rtl;
    cursor: pointer !important;
    text-shadow:none !important;
    -webkit-transition: color .2s;
}
a:hover {
    text-decoration: none;
    text-shadow:none !important;
}
p {
    line-height: 22px;
    margin: 0 0 15px;
    padding: 0;
    direction: rtl;
    text-align: right;
}
#clear {
    clear: both;
    height: auto;
    margin: 0;
}
li, li li, li li li {
list-style-type: none;
}
#container{
    text-align: center;

    height: 100%;
}
header{
    position: absolute;

    width: 100%;
    background-color: #fff;
    z-index: 100;
}
header .top{
    width: 960px;
    margin: 0 auto 0;
    text-align: right;
    height: 70px;
    padding: 20px 0;  
}
footer{

}
a.logo{
    background: url(gfx/logo.png);

    width: 198px;
    height: 70px;
    display: inline-block;
    float: left;
		    background-size: cover;
}
ul#menu-main{

    margin: 0;
    

    padding: 0;
    direction: rtl;
}
.tMenu{
display:block!important;
}
ul#menu-main li{
    /* display: inline-block; */
    
    margin: 0 0 0 15px;
    border-left: none;
    padding: 0 0 31px 0;
}
ul#menu-main li.last{
    border: none;
    
    position: relative;
}
ul#menu-main li.last a{
    border: none;
    
}
ul#menu-main li a{
    font-size: 16px;
    color:#7B7B7B;
    font-weight: 700;
    border-left: 1px solid #ccc;
    padding: 0 0 0 15px;
    display: inline-block;
}
ul#menu-main li a:hover{
    color:#4ab604;
}
ul#menu-main li.active a{
    /*color:#4ab604;*/
}
ul#menu-main li.current_page_parent a{
    /*color:#4ab604;*/
}
.tSection{
    /* float: right; */

    direction: rtl;
}
.tSection span{
    
}
.tSection span p{
    font-weight: 700;
    
    display: inline-block;
    color: #4ab604;
}

.wpcf7-form label.error{
    display:none!important;
}
.tSection span p a{
    font-weight: 700;
    
}
.menu-top-container{
    display: inline-block;
    
    margin: 0 10px 0 0;
}
.tSection ul{
    margin: 0;
    
    padding: 0;
}
.tSection ul li{
    display: inline-block;
    
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
    border-left: 1px solid #ccc;
    position: relative;
}
.tSection ul li.last{
    border:none;
}
.tSection ul li a{
    color: #989898;
    
}
.tSection ul li a:hover{
    color:#666;
}

.tSection ul.sub-menu{
    display: block;
    
    position: absolute;
    background-color: #ADADAD;
    top: 53px;
    right: -20px;
    min-width: 150px;
    z-index:100
;visibility: hidden;
}





ul#menu-main li ul.sub-menu li{
    display: block;
    
    border: none;
    padding: 0;
    margin: 0;
}
ul#menu-main li ul.sub-menu li.last a{
    border:none;
}
ul#menu-main li ul.sub-menu li a{
    color: #fff;
    
    font-weight: 400;
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #fff;
    background-color: #888;
    border-left: none;
}
ul#menu-main li ul.sub-menu li a:hover{
    background-color:#666;
}

section{
    direction: rtl;
        min-height: calc(100% - 48px);
    position: relative;
}
section.inner{
    background-repeat: no-repeat;

    background-size: cover;
}
section.hpBg ul{
    margin: 0;

    padding: 0;
    height: 100%;
}
section.hpBg ul.flex-direction-nav{
    /* display:none; */
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 5555;
    color: #fff;
}
section.hpBg ul.flex-direction-nav a{
height: auto;text-align: left;color: #fff;font-size: 0;margin: 0 5%;}
section.hpBg ul.flex-direction-nav a::before{
    
font-size: 80px;
}
section.hpBg ul.flex-direction-nav li{
height:auto;width: 50%;text-align: left;display: inline-block;}
section.hpBg ul.flex-direction-nav a.flex-prev{
float: right;}
section.hpBg ol{
    display:none;
}
section.hpBg ul li{

background-size: cover!important;

background-repeat: no-repeat!important;

height: 100%;

background-position: right bottom!important;

/* background: #000!important; */
}
section.hpBg ul li a{
    display:block;
    height:100%;
    position: relative;
}
section.hpBg ul li a span{
    
color: #fff;
    
font-size: 170px;
    
position: absolute;
    
z-index: 10000;
    
right: 0;
    
bottom: 50px;
    
display: block;
    
padding: 0 180px 0 0;
    
font-family: 'Source Sans Pro', sans-serif;
}
section.hpBg ul li a span:after{
	/*top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 70px;
	margin-top: -37px;
	margin-left: 20px;
	right: 0;*/
}
section.hpBg ul li img{
    width: 100%;
    
    display: none;
}
h1{
    font-size: 32px;

    margin: 0;
    padding: 0 0 10px;
}
form{
    position:relative;
}
.entry{
    color: #fff;

    width: 700px;
    margin: 0 auto;
    text-align: right;
    padding: 150px 0 50px;
}
.listPages{
    display:none;
}
.contactDetails{
    /* width: 900px; */
    
}
.ngg-galleryoverview{
    margin: 0!important;

}
.ngg-gallery-thumbnail-box{
    float: none!important;

    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0 -2px!important;
}
.ngg-gallery-thumbnail{
    float: none!important;

}
.ngg-gallery-thumbnail a{
    display: block;

    /* overflow: hidden; */
    /* height: 300px; */
    position: relative;
}
.ngg-gallery-thumbnail a:hover span{
    opacity:1;
}
.ngg-gallery-thumbnail a span{
position: absolute;
    z-index: 100;
    background-color: #666;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    top: 40%;
    left: 45%;
padding: 0;
-webkit-transition: opacity 0.5s ease-in;        
-moz-transition: opacity 0.5s ease-in;          
-o-transition: opacity 0.5s ease-in;
opacity: 0;
}
.ngg-gallery-thumbnail a span i{
    color: #fff;
    font-size: 22px;
    line-height: 48px;
}
.galleria-theme-nextgen_pro_lightbox {
    background: rgba(0,0,0,0.8)!important;
}
#npl_overlay {
    background: transparent!important;
}
#npl_overlay2 {
    background: transparent!important;
}
.ngg-gallery-thumbnail a img{
    border: none;
    
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-height: 300px;
}
.entry p{
    line-height: 24px;

    font-size: 18px;
}
ul.bImages{
    margin: 0;

    padding: 0;
}
ul.bImages li{
    display: inline-block;
    
    width: 25%;
    margin: 0 -2px;
    position: relative;
}
ul.bImages li img{
    width: 100%;
    
}
ul.bImages li span{
    position: absolute;

    z-index: 100;
    background-color: #666;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    top: 40%;
    left: 45%;
}
ul.bImages li span i{
    color: #fff;
    
    font-size: 22px;
    line-height: 48px;
}
ul.contact{
    margin: 0;

    padding: 0;
}
ul.contact li{
    display: inline-block;

    width: 49%;
    margin: 0 0 15px;
}
ul.contact li.textarea{
    width: 100%;

}
ul.contact li.last{
    width: 100%;

}
div.wpcf7-mail-sent-ok{
    border: none!important;
    
    background-color: #4ab604;
    margin: 0!important;
    padding: 12px!important;
    display: inline!important;
    position: absolute;
    bottom: 18px;
    right: 0px;
}
img.ajax-loader{
    display:none!important;
}
ul.contact input{
    font-family: 'Open Sans Hebrew', sans-serif;

    font-size: 20px;
    border: none;
    padding: 8px 10px;
    width: 90%;
}
.theme_1.wpcf7-form input.error, .theme_1.wpcf7-form select.error, .theme_1.wpcf7-form textarea.error{
    border-bottom: none!important;

    
    background-color: rgba(255, 30, 30, 0.8);
}
.theme_1.wpcf7-form input.error::-webkit-input-placeholder {color:#fff;}
.theme_1.wpcf7-form input.error::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.theme_1.wpcf7-form input.error:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.theme_1.wpcf7-form input.error:-ms-input-placeholder      {color:#fff;}
ul.contact textarea{
    font-family: 'Open Sans Hebrew', sans-serif;     font-size: 20px;     border: none;     padding: 8px 10px;     
    width: 94%;

    height: 125px;
}
ul.contact li.last input{
    float: left;

    width: 130px;
    margin: 0 0 0 21px;
}
ul.contact li.last input:hover{

}

.galleria-theme-nextgen_pro_lightbox{
background: rgba (0,0,0,0.5);
}

@media (min-width: 641px) {
	.gallery {
   /* position: fixed; */
   position: absolute;
    bottom: 0;
    width:100%;
    float: left;
}
#npl_wrapper {
    position: absolute;
    top: 110px !important;
    left: 0;
    right: 0;
    bottom: 47px !important;
    z-index: 1000001;
    border: 0 none transparent;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.galleria-theme-nextgen_pro_lightbox .galleria-dock-toggle-container {
    bottom: 54px !important;}
}


@media screen and (max-width: 479px){
	.entry {
		color: #fff;
		width: auto;
		margin: 0 auto;
		text-align: right;
		padding: 130px 15px 20px 15px !important;
	}
}

.entry.contactDetails {
    padding-top: 350px !important;
}

img {
    max-width: 100%;
    height: auto;
}


.menu-visibility{
	visibility: visible!important;
}


body.contact {
	background-repeat: no-repeat;
    background-size: cover;
    background: url('') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.galleria-image img {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    height: 100% !important;
}

@supports(object-fit: cover){
    .galleria-image img{
          height: 100% !important;
    object-fit: cover !important;
      object-position: center center;
    }
}
html{
	width: 100% !important;
	display: block;
	float: left;
	overflow-x: hidden;
}


@media screen and (max-width: 640px)
{
	ul#menu-main {
		left:0px;
		width: 45% !important;
		z-index:4;
	}
	
	.popup-content-bounce-in-left {
		-webkit-animation-name:popup_content_bounce_in_right_left;
		-moz-animation-name:popup_content_bounce_in_right_left;
		-o-animation-name:popup_content_bounce_in_right_left;
		animation-name:popup_content_bounce_in_right_left;
		-webkit-animation-duration: 0s !important;
		animation-duration: 0s !important;
		-webkit-animation-fill-mode: both !important;
		animation-fill-mode: both !important;
		display:none none !important;;
	}
	
	.open_sticky_popup_left
	{
	    -webkit-transition:none !important;
		-moz-transition:none !important;
		-o-transition: none !important;
		transition: none !important;
		display:none !important;
	}

}

#menu-item-1985 { display:none; }
.popupX {    
	display: block;
    height: 24px;
    content: '';
    color: white;
    font-size: 22px;
    font-weight: 100;
    /* padding: 1px; */
    /* border: 0px solid white; */
    width: 24px;
    line-height: 24px;
    text-align: center;
    background: url(/wp-content/uploads/2016/10/x1.png);
    /* margin: 0px 10px -10px 0px; */
    float: left;
    background-size: 24px;
    margin-top: 10px;
	cursor:pointer;
}
	
.popup-content-pad>p:first-child {
    position: absolute;
	    z-index: 321;

}
@media (min-width: 767px) {


.entry {
    color: #fff;
    width: 700px;
    margin: 0 auto;
    text-align: right;
    padding: 150px 0 50px;
    max-height: calc(100% - 465px);
    display: block;
    position: absolute;
    top: 0;
    right: calc(50% - 350px);
    overflow: auto;
}
}

@media (max-width: 640px){
.tSection ul.sub-menu {
    display: block !important;
    width: 90% !important;
}
}