/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.
Version: 4.0.4
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2017 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800&subset=hebrew');
html{
    direction: ltr;
}
body{
    direction: rtl;
    font-family: 'Assistant', sans-serif;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
*{
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.main_wrapper{
    width: 100%;
    float: right;
}
.flexwrap{
    width: 100%;
    overflow: hidden;
    margin-top: -1px;
}
.flex-direction-nav .flex-prev {
    left: calc( 100% );
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    left: calc( 100% - 50px);
}
.flex-direction-nav .flex-next {
    left: -50px;
    text-align: left;
}
.flexslider:hover .flex-direction-nav .flex-next {
    left: 10px;
}
.flex-direction-nav a:before {
    content: '\f002';
}
.flex-direction-nav a.flex-next:before {
    content: '\f001';
}
a img{
    border: 0;
}
.header{
    width: 100%;
    float: left;
    border-bottom: 1px solid #00000021;
    box-shadow: 0 2px 7px #e9e9e9;
}
.center_width {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.top_line {
    padding: 0 20px;
    width: 100%;
    float: left;
    background: #383E59;
    color: #fff;
    text-align: center;
}
.top_line a{
    color: #fff;
    text-decoration: none;
    padding: 4px 8px;
    float: right;
    background: #94A6BF;
    margin: 0 0 0 2px;
    min-width: 30px;
    text-align: center;
}
.top_line a span{
    padding: 0 10px;
    font-weight: 600;
}
.top_line a:hover{
    background: none;
}
.header_main{
    position: relative;
    padding: 0;
    width: 100%;
}
.logo_wrap{
    float: right;
    font-size: 21px;
    width: 240px;
    margin: 0 0 0 8px;
    position: relative;
}
.logo_wrap a{
    text-decoration: none;
    color: #31353D;
}
.logo_wrap span{
    display: block;
    text-align: center;
    padding: 2px 0;
    float: right;
    width: 100%;
}
.logo_wrap span:nth-child(1){
    font-size: 152%;
    letter-spacing: 2px;
}
.logo_wrap span:nth-child(2){
    border-top: 1px solid;
}
.menu_wrap{

}
.menu_wrap ul{
    margin: 0 11px 0 0;
    padding: 0;
    list-style: none;
    float: right;
}
.menu_wrap ul li{

    float: right;
}
.menu_wrap ul li a{
    float: right;
    text-decoration: none;
    font-size: 18px;
    padding: 28px 20px;
    color: #31353D;
    font-weight: 600;
    border-left: 1px solid #00000021;
    width: 100%;
}
.menu_wrap ul li:first-child a{
    border-right: 1px solid #00000021;
}
.flexslider{
    border: none;
    margin-bottom: 0;
}
ol.flex-control-nav.flex-control-paging{
    display: none;
}
.flexslider .slides > li{
    position: relative;
}
.slide_rect{
    position: absolute;
    top: 0;bottom: 0;
    right: 0;left: 0;
    width: 100%;
    height: 100%;
    float: left;
    direction: rtl;
    text-align: right;
}
.slide_rect_inner{
    width: 100%;
    height: 100%;
    float: left;
}
.center_slide{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px;
}
.slide_content_wrap{
    float: right;
    background: rgba(255, 255, 255, 0.8509803921568627);
    max-width: 580px;
    padding: 20px 40px;
    color: #383e59;
    width: 100%;
}
.slide_content_wrap h1{
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}
.slide_content_wrap h2{
    font-size: 19px;
    font-weight: 600;
    color: #577092;
    margin: 11px 0 0;
}
.slide_content_wrap p{
    font-size: 23px;
    font-weight: 300;
    margin: 15px 0;
}
.slide_content_wrap .fa{
    font-size: 13px;
    padding: 0 9px;
    margin-top: -5px;
    position: relative;
    vertical-align: middle;
    color: #94a6bf;
}
.slide_content_wrap p:after{
}
.slide_content_wrap a{
    color: #fff;
    text-decoration: none;
    background: #94a6bf;
    padding: 4px 18px;
    float: right;
}
.slide_content_wrap a:hover{
    background: #383e59;
}
.hp_info{
    color: #383e59;
    padding: 20px 0;
    font-size: 23px;
    font-weight: 300;
    max-width: 880px;
    float: right;
    color: #383e59;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}
.hide_sidebar .hp_info {
    max-width: 100%;
    float: right;
}
.hp_info > img{
    max-width: 100%;
    height: auto !important;
}
.hp_info .img_wrap{
    float: left;
    padding: 54px 40px 20px;
}
.hp_info h1{
    font-size: 27px;
    font-weight: 600;
}
.hp_info h2{
    font-size: 21px;
    font-weight: 600;
    color: #577092;
}
.hp_info h3{
    font-size: 21px;
    font-weight: 600;
    color: #577092;
}
.hp_info p{
    width: 100%;
    float: right;
    margin-top: 0;
}
.hp_info a{
    color: #383e59;
}
.hp_info a{
    color: #383e59;
}
.hp_info ul{

}
.hp_info ul li{

}
.hp_info ul li a{

}
.hp_info ol{

}
.hp_info ol li{

}
.hp_info ol li a{

}
.hp_info img{
    max-width: 100%;
    height: auto;
}
.img_wrap_bottom_content{
    width: 100%;
    float: right;
}
.img_wrap_bottom_content img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.map_wrap{
    width: 100%;
    float: right;
    padding: 20px 0 0;
    color: #383e59;
}
.iframe_wrp{
    width: 100%;
    float: left;
    /* border: 5px solid #383e59; */
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
}
.map_wrap iframe{
    width: 100%;
    float: right;
}
.map_wrap h3 {
    font-size: 27px;
    font-weight: 600;
}
.map_wrap h4{
    font-size: 21px;
    font-weight: 600;
    color: #577092;
}

.footer{
    color: #fff;
    width: 100%;
    float: right;
    background: #383e59;
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 20px solid #94a6bf;
}
.footer_inner{
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}
.footer_box{
    width: 33.333%;
    float: right;
    padding: 0 20px 0 0;
}
.footer_box ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: right;
}
.footer_box ul li{
    width: 100%;
    float: right;
}
.footer_box ul li a{
    width: 100%;
    float: right;
    text-decoration: none;
    color: #fff;
    padding: 3px 20px;
}
.footer_box ul li a:hover{
    opacity: 0.7;
}
.hp_contact{
    color: #383e59;
    padding: 20px 20px;
    font-size: 23px;
    font-weight: 300;
    width: 320px;
    float: left;
}
.contact_side{
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
.contact_side h3{
    width: 100%;
    float: right;
}
.call_button{
    width: 100%;
    background: #94a6bf;
    color: #fff;
    padding: 10px 50px 10px 10px;
    float: right;
    text-decoration: none;
    text-align: center;
    margin: 5px 0;
    position: relative;
}
.call_button.side_call{
    font-weight: 700;
}
.call_button:hover {
    background: #383e59;
}
.form-wrap{
    width: 100%;
    float: right;
    margin: 5px 0;
    background: #94a6bf;
    color: #fff;
    text-align: center;
    padding: 0;
    position: relative;
}
.form-wrap h3{
    background: #383e59;
    padding: 5px 0;
    margin: 0 0 10px 0;
}
.input_wrap{
    width: 100%;
    float: right;
    text-align: right;
    padding: 10px 20px 0;
}
.input_wrap span{
    width: 100%;
    float: right;
}
.input_wrap .input-span{
    padding: 0 10px 5px 0;
    width: 100%;
    float: right;
}
.input_wrap textarea,
.input_wrap input{
    width: 100%;
    float: right;
    margin: 0;
    font-family: 'Assistant', sans-serif;
    font-size: 20px;
    padding: 7px 7px;
    border: none;
}
.input_wrap textarea{
    max-width: 100%;
    height: 160px;
}
.input_wrap.submit{
    background: #383e59;
    padding: 20px 20px 5px 20px;
    margin: 20px 0 0 0;
}
.input_wrap.submit input{
    background: #94a6bf;
    color: #F2EDE6;
    font-size: 25px;
    cursor: pointer;
}
.input_wrap.submit input:hover{
    background: #F2EDE6;
    color: #383e59;
}
body div.wpcf7-mail-sent-ok {
    width: 100%;
    float: right;
    margin: 16px 0;
}
body div.wpcf7-validation-errors,
body div.wpcf7-acceptance-missing{
    width: 100%;
    float: right;
    margin: 16px 0;
}
.side_of_button{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    background: #383e59;
    padding: 3px 22px 0;
    display: block;
    text-align: center;
}
.side_of_button .fa{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    height: 25px;
}
.social-footer .fa{
    margin: 0 0 0 14px;
}
.social-footer .footer-facebook .fa{
    color: #8b9dc3;
}
.social-footer .footer-youtube .fa{
    color: #cc181e;
}
.social-footer .footer-mail .fa{
    color: #af433f;
}
.social-footer .footer-phone .fa{
    color: #56a956;
}
.entry-title a{
    color: #383e59;
    text-decoration: none;
    font-size: 40px;
}
.single{

}
.single header{

}
.single header .entry-meta{
    font-size: 17px;
    color: #94a6bf;
    padding: 6px 10px;
    font-style: italic;
}
.single header .entry-meta a{
    color: #383e59;
    float: right;
    padding: 0 0 0 7px;
}
.entry-content img{
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin-bottom: 10px;
}
.tab_content img{
    max-width: 100%;
    height: auto !important;
}
ul.tabs_wrap{
margin: 0;
padding: 0;
list-style: none;    
}
ul.tabs_wrap li{
}
ul.tabs_wrap li .tab_title{
    background: #383e59;
    color: #fff;
    padding: 10px 35px 10px 10px;
    margin-top: 1px;
    width: 100%;
    float: right;
    cursor: pointer;
    position: relative;
}
ul.tabs_wrap li:first-child .tab_title{
    margin-top: 0;  
}
ul.tabs_wrap li .tab_title h3{
    margin: 0;
    display: inline;
    font-weight: normal;
    color: #fff;
}
ul.tabs_wrap li .tab_title:hover{
    background: #94a6bf;
}
ul.tabs_wrap li .tab_title .fa{
    margin: 14px 8px 0 10px;
    position: absolute;
    top: 0;
    right: 0;
}
ul.tabs_wrap li.active .tab_title .fa:before{
    content: "\f146";
}
ul.tabs_wrap li .tab_content{
    display: none;
    padding: 20px 20px 0;
    background: rgba(148, 166, 191, 0.30);
    width: 100%;
    float: right;
}
ul.tabs_wrap li.active .tab_content{
    display: block;
}
.entry-footer{
    display: none;
}
.image_cover{
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
}
.image_cover .image_cover_inner{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

}
.image_cover .image_cover_inner img{

    position: absolute;
    top: 50%;
    left: 50%;

    width: auto;
    height: auto;

    max-height: none;
    max-width: none;

    min-height: 100%;
    min-width: 100%;

    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.cover img{
 max-width: none !important;
}
.imagefill_wrap{
    width: 100%;
    padding-bottom: 60%;
    position: relative;
}
.imagefill_wrap > div{
    height: 100%;
    width: 100%;
    position: absolute;
}
.blogs_wrap{
    width: 100%;
    float: right;
    padding: 0 0 0 10px;
}
.blogs_inner_wrap{
    width: 33.333%;
    float: right;
    padding: 20px 10px;
}
.blogs_wrap .img{

}
.blogs_wrap .date{font-size: 15px;padding: 10px 0;font-style: italic;}
.blogs_wrap .title{
    font-weight: 900;
    width: 100%;
    float: right;
    padding: 5px 0;
}
.blogs_wrap .title a{
    text-decoration: none;
}
.blogs_wrap .shorttext{
width: 100%;
float: right;
    font-size: 20px;
}
.blogs_wrap .link{

}
.blogs_wrap .link a{
    position: relative;
    text-decoration: none;
    background: #94a6bf;
    color: #fff;
    padding: 3px 57px 3px 20px;
}
.blogs_wrap .link a:hover{
    background: #383e59;
}
.c-100{
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
}
.contact_us_wrap{
    background: #94A6BF;
    width: 100%;
    float: right;
    color: #fff;
}



.choosen_post_box{

    width: 25%;
    float: right;
    padding: 20px 10px;
}
.choosen_post_inner_wrap{
}
.center_choosen_post{
    padding: 0;
}
.choosen_post{
    color: #383e59;
    padding: 20px 0;
    font-size: 23px;
    font-weight: 300;
    float: right;
    color: #383e59;
    width: 100%;
}
.choosen_post > h3 {
    padding: 0 20px;
}
.choosen_post .img{

}
.choosen_post .date{font-size: 15px;padding: 10px 0;font-style: italic;}
.choosen_post .title{
    font-weight: 900;
    width: 100%;
    float: right;
    padding: 5px 0;
}
.choosen_post .title a{
    text-decoration: none;
    color: #383e59;
}
.choosen_post .shorttext{
width: 100%;
float: right;
    font-size: 20px;
}
.choosen_post .link{

}
.choosen_post .link a{text-decoration: none;background: #94a6bf;color: #fff;padding: 3px 20px;}
.choosen_post .link a:hover{
    background: #383e59;
}

.post_bottom_more{

}
.post_bottom_more_inner{

}
.post_bottom_more_box{

}




















.choosen_post_box{
    width: 33.333%;
    float: right;
    padding: 20px 10px;
}
.choosen_post_inner_wrap{
}
.choosen_post{
    color: #383e59;
    padding: 20px 0;
    font-size: 23px;
    font-weight: 300;
    float: right;
    color: #383e59;
    width: 100%;
}
.choosen_post .img{

}
.choosen_post .date{font-size: 15px;padding: 10px 0;font-style: italic;}
.choosen_post .title{
    font-weight: 900;
    width: 100%;
    float: right;
    padding: 5px 0;
}
.choosen_post .title a{
    text-decoration: none;
    color: #383e59;
}
.choosen_post .shorttext{
width: 100%;
float: right;
    font-size: 20px;
}
.choosen_post .shorttext p{
    margin: 0 0 15px;
}
.choosen_post .link{

}
.choosen_post .link a{
    position: relative;
    text-decoration: none;
    background: #94a6bf;
    color: #fff;
    padding: 3px 57px 3px 20px;
}
.choosen_post .link a:hover{
    background: #383e59;
}

.post_bottom_more{

}
.post_bottom_more_inner{

}
.post_bottom_more_box{

}




.post_bottom_more_inner{

    color: #383e59;
    padding: 20px 0;
    font-size: 23px;
    font-weight: 300;
    float: right;
    color: #383e59;
    width: 100%;
}
.post_bottom_more_box{

    width: 25%;
    float: right;
    padding: 20px 10px;
}
.post_bottom_more_box .post_bottom_more_box .img{

}
.post_bottom_more_box .date{font-size: 15px;padding: 10px 0;font-style: italic;}
.post_bottom_more_box .title{
    font-weight: 900;
    width: 100%;
    float: right;
    padding: 5px 0;
}
.post_bottom_more_box .title a{
    text-decoration: none;
    color: #383e59;
}
.post_bottom_more_box .shorttext{
width: 100%;
float: right;
    font-size: 20px;
}
.post_bottom_more_box .link{

}
.post_bottom_more_box .link a{
    position: relative;
    text-decoration: none;
    background: #94a6bf;
    color: #fff;
    padding: 3px 57px 3px 20px;
}
.post_bottom_more_box .link a:hover{
    background: #383e59;
}
.h_row_title {
    font-size: 27px;
    font-weight: 600;
    color: #383e59;
    margin-bottom: 0;
}

.cu_right{
    width: 60%;
    float: right;
    padding: 0 20px;
    font-size: 18px;
}
.cu_right h2,
.cu_right h2 {
    font-size: 18px;
    margin: 8px 0;
}

.cu_left{
    width: 40%;
    float: left;
    padding: 0 20px 0 30px;
}
.contact_us_wrap h3{
margin-top: -5px;
color: #fff;
font-size: 27px;
}
.menu_opener{
    position: absolute;
    margin-top: 13px;
    padding: 4px 15px;
    font-size: 31px;
    cursor: pointer; 
    display: none;   
}
.menu_opener .fa{

}
.menu_opener .fa:after{

}
.waze_button{
    display: none;
}
.waze_logo{
    width: 20px;
    margin-bottom: -4px;
}
.waze_logo:after{
    content: '';
    width: 18px;
    height: 17px;
    float: right;
    background: url('img/wazelogo.png"');
    background-size: 90%;
    margin: 4px 0 0 0;
    background-repeat: no-repeat;
}
.page-template-page-content .hp_info img{
    max-width: 100%;
    height: auto;
}
.author.vcard{
    display: none;
}
.meta-sep{
    display: none;
}
.hp_info table{
    width: auto !important;
    max-width: 100%;
}
.hp_info table tr{
    max-width: 100%;
}
.hp_info table td{
    max-width: 100%;
}
.hp_info table td *{
    max-width: 100%;
}





.video_embed_wrap{
    float: right;
    padding: 30px 0;
}
.embed_iframe_wrap{
    float: right;
    width: 50%;
}
.embed_iframe_wrap iframe{
    max-width: 100%;
}
.embed_content{
    float: left;
    width: 50%;
    padding: 10px 50px;
    font-size: 26px;
    text-align: center;
    line-height: 150%;
}
.top_line a.flag_link{
    padding: 0;
}
.top_line a.flag_link img{
    display: block;
    width: 27px;
    margin: 6px 7px 5px 7px;
    opacity: 0.8;
}
.flag_1{
    z-index: 9999;
}
.flag_2{
    z-index: 9999;
}
.page-template-page-content .hp_info .img_wrap{
    width: 100%;
    float: right;
}
.page-id-258 .hp_info .img_wrap {
    padding: 19px 40px 20px;
}
.ltr,
.ltr .input_wrap,
.ltr .input-span{
    direction: ltr;
    text-align: left;
}
.small_after_phone{
    font-size: 18px;
    margin-top: -25px;
    position: relative;
    width: 100%;
    float: right;
    margin-bottom: 5px;
}
body.page-id-26 .center_width .img_wrap img{
    display: none;
}

body.single .entry-content h1,
body.single .entry-content h2,
body.single .entry-content h3,
body.single .entry-content h4,
body.single .entry-content h5{
    float: right;
    width: 100%;
}