﻿html, body
    {
    height: 100%;
    font-size:100%;
    }
body 
    {
    margin:0;
    padding:0;
    font-family: arial;
    color:#000;
    }
#GPage_main{
    margin-bottom:100px;
    }
#main .fb_iframe_widget_lift    
    {
    right:-380px;
    }    
#main a
    {
    color:#000;
    }
#main a:hover
    {
    color:#c00;
    }    
#main a img 
    {
    border: 0;
    }   
.row
    {
    width: 100%;
    overflow: hidden;
    margin-bottom:50px;
    } 
#main .no-margin-bottom
    {
    margin-bottom:0;
    }       
/*-------------------------------------------------*/
/* Title bar
/*-------------------------------------------------*/     
.titlebar
    {
    background-color: #FFF;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    width: 100%;
    height:26px;
    direction: rtl;
    display: block;
    overflow: hidden;
    margin: 0 0 20px;
    font: bold 18px/22px arial;
    color: #333;
    position: relative;
    }
.titlebar a 
    {
    font: bold 18px/23px arial;
    text-align: right;
    border-bottom: 3px solid #FDEBE2;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    }   
.titlebar a span
    {
    color: #333;
    float: left;
    display:inline-block;
    font:normal 12px arial;
    margin:4px 0 0 0;
    text-decoration: none;
    min-width: 100px;
    text-align: left;
    }
.titlebar a span:hover
    {
    color:#c00;
    }    
/*-------------------------------------------------*/
/* BTNs
/*-------------------------------------------------*/    
a.BTNs
    {
    background:#d5eeea;
    border-radius:0;
    color:#1e4a61 !important;
    display:table-cell;
    font:normal 22px arial;
    height:36px;
    padding:5px 10px;
    text-align:center;
    vertical-align:middle;
    width:625px;
    border:1px solid #b4d1cc;
    }
#main a.BTNs:hover
    {
    color:#1e4a61 !important;
    background:#bbebe3;
    }    
/*-------------------------------------------------*/
/* TopArticle
/*-------------------------------------------------*/ 
#TopArticle
    {
    height: 320px;
    overflow: hidden;    
    position:relative;
    }
#TopArticle .Control_06
    {
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    }
#TopArticle .Control_06 >a:first-child
    {
    float:left;
    width:100%;
    height:auto;
    max-width:646px;
    max-height:317px;   
    }  
#TopArticle .Control_06 >a:first-child img
    {
    width:100%;
    height:auto;
    border: 1px solid #CCC;
    box-sizing: border-box;
    } 
#TopArticle .Control_06 .element_data
    {
    float: right;
    width: 100%;
    max-width: 310px; 
    padding-bottom:25px;
    border-bottom:1px solid #ccc; 
    min-height:285px;  
    }     
#TopArticle .Control_06 .title
    {
    font: bold 245%/100% arial;
    width: 100%;
    display:block;
    }
#TopArticle .Control_06 .subtitle
    {
    font: normal 16px arial;
    width: 100%;
    margin:20px 0;
    display:block;
    color:#000;
    }    
#TopArticle .Control_06 .AuthorBox 
    {
    display: inline-block;
    float: right;
    }
#TopArticle .Control_06 .AuthorBox:after
    {
    content:",";
    margin-left: 10px;
    display: inline-block;    
    }
#TopArticle .Control_06 .TimeBox 
    {      
    display:none;
    } 
.slider-btns-box
    {
    position: absolute;
    bottom: 15px;
    height: 20px;
    left: 15px;
    background:transparent;
    }    
.slider-btns-box span
    {
    float: left;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #CCC;
    background: #FFF;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    color: #333;
    font-size: 11px;
    line-height: 20px;
    cursor:pointer;
    }
.slider-btns-box span.active
    {
    background:#666;
    color:#fff;
    }            
/*-------------------------------------------------*/
/* Three Articles
/*-------------------------------------------------*/
#three-articles .Control_06     
    {
    width:30%;
    float:right;
    margin-left:45px;
    }
#three-articles .Control_06:nth-of-type(3n)
    {
    margin-left:0;
    }
#three-articles .Control_06 > a:first-child
    {
    width:100%;
    float:none;
    } 
#three-articles .Control_06 > a:first-child img
    {
    width:100%;
    height:auto;
    border: 1px solid #CCC !important;
    box-sizing: border-box;
    } 
#three-articles .Control_06 .element_data
    {
    float:none;
    width: 100%;
    }     
#three-articles .Control_06 .title
    {
    font: bold 18px arial;
    width: 100%;
    display:block;
    color:#333;
    }
#three-articles .Control_06 .subtitle,
#three-articles .Control_06 .AuthorBox,
#three-articles .Control_06 .DateBox,
#three-articles .Control_06 .TimeBox
    {
    display:none;
    }    
/*-------------------------------------------------*/
/* More Articles
/*-------------------------------------------------*/
.more_articles 
    {
    float: right;
    width: 48%;
    margin-left:39px;
    margin-bottom:50px;
    position:relative;
    }
.more_articles:nth-of-type(2n)
    {
    margin-left:0;
    }
.more_articles .icon
    {
    position:absolute;
    top:48px;
    right:0;
    }           
.more_articles .Control_06 >a:first-child
    {
    float:right;
    width:100%;
    height:auto;
    max-width:200px;
    margin-left:20px  
    }  
.more_articles .Control_06 >a:first-child img
    {
    width:100%;
    height:auto;
    border: 1px solid #CCC !important;
    box-sizing: border-box;    
    } 
.more_articles .Control_06 .element_data
    {
    float: right;
    width: calc(100% - 220px);
    width:-moz-calc(100% - 220px);  
    }     
.more_articles .Control_06 .title
    {
    font: bold 22px arial;
    width: 100%;
    display:block;
    overflow:hidden;
    min-height:70px;
    }
.more_articles .Control_06 .subtitle
    {
    font: normal 14px arial;
    width: 100%;
    margin:0;
    display:block;
    color:#605F5F;
    }
.more_articles .Control_06 .AuthorBox,
.more_articles .Control_06 .DateBox,
.more_articles .Control_06 .TimeBox
    {
    display:none;
    }
/*-------------------------------------------------*/
/* More in Homepage
/*-------------------------------------------------*/
.more_homepage 
    {
    float: right;
    width: 100%;
    max-width: 300px;
    float: right;
    margin-bottom: 50px;
    position: relative;
    margin-left:40px;
    }
.more_homepage:nth-of-type(3n) 
    {
    margin-left:0; 
    }    
.more_homepage .Control_06
    {
    float:right;
    width:295px;
    margin-left:20px;    
    }   
.more_homepage .Control_06 >a:first-child
    {
    width:100%;
    height:auto;
    max-width:200px;
    }  
.more_homepage .Control_06 >a:first-child img
    {
    width:100%;
    height:auto;
    border: 1px solid #CCC !important;
    box-sizing: border-box;
    } 
.more_homepage .Control_06 .element_data
    {
    width:100%;
    }     
.more_homepage .Control_06 .title
    {
    font: bold 18px arial;
    width: 100%;
    display:block;
    overflow:hidden;
    min-height:50px;
    margin-top: 5px;
    }
.more_homepage .Control_06 .subtitle
    {
    /*font: normal 14px arial;
    width: 100%;
    margin:0;
    display:block;
    color:#605F5F;  */
    display:none;
    }
.more_homepage .Control_06 .AuthorBox,
.more_homepage .Control_06 .DateBox,
.more_homepage .Control_06 .TimeBox
    {
    display:none;
    }
.more_homepage:nth-of-type(2n)
    {
    margin-left:0;    
    }

/*-------------------------------------------------*/
/* MenuBar
/*-------------------------------------------------*/     
#MenuBar
    {
    clear:both;
    border-bottom:1px dotted #000;
    height:30px;
    width:100%;
    margin-bottom:30px;
    }
#MenuBar > div
    {    
    position:relative;
    top:0;
    left:0;
    text-align:left;
    height:1px;
    }
#MenuBar > div .facebook_btn
    {    
    margin-top:5px !important;
    }
#MenuBar ul
    {
    padding:0;
    margin:0;
    }    
#MenuBar li
    {
    list-style:none;
    float:right;
    }
#MenuBar a
    {
    float:right;
    color:#777;
    text-decoration:none;
    font:bold 14px/28px arial;
    padding-right: 10px;
    }        
#MenuBar a:hover
    {
    color: #003399;
    background: #fdebe2;
    }
#MenuBar li:last a
    {
    padding-right: 10px;
    }
#MenuBar a.selecte_Menu
    {
    color: #003399;
    background: #fdebe2;    
    }    
#MenuBar .H_seprateLine:after
    {
    content:"|";
    float:left;
    display:inline-block;
    margin:0 10px 0 0;
    font:normal 16px/27px arial;
    }          
/*-------------------------------------------------*/
/* Logo Box
/*-------------------------------------------------*/
#LogoBox
    {
    background:url('http://images.globes.co.il/images/site2/special_projects/ProfitLine/logo.png?ver=2') repeat-x;    
    width:100%;
    height:106px; 
    overflow:hidden;
    margin:20px 0 0px;   
    }    
#LogoBox a:first-child > img
    {
    width:100% !important; 
    height:90px;    
    border:0;
    float:right;
    }   
/*-------------------------------------------------*/
/* left Side Controls
/*-------------------------------------------------*/
#cooperation h3 a:first-child
    {
    display: inline-block;
    background: #ececec;
    border: 3px solid #ececec;
    height: 68px;
    }
#cooperation h3 a:first-child img
    {
    width:136px;
    height:66px;
    border:1px solid #d9d9d9;
    }
#cooperation .Control_04 > h3
    {
    margin: 0 0 30px 10px;
    width:145px;
    float:right;
    }  
#cooperation .Control_04 > h3:nth-child(2n)
    {
    margin-left:0;
    } 
#cooperation .Control_04 > h3 .title
    {
    font: bold 14px arial; 
    display:none;    
    } 
#cooperation .Control_04 > h3 .subtitle
    {
    display:none;
    }     

/*-------------------------------------------------*/     
/* Mador Articles
/*-------------------------------------------------*/ 
#MadorArticles
    {
    max-width:990px !important;
    width:100% !important;
    }
#MadorArticles .titlebar
    {
    margin:0 0 25px !important;
    }
#MadorArticles h1.titlebar
    {
    margin: 0px 0 25px !important;
    line-height:25px;
    padding-right:0;
    border-top:none 0;
    }
#MadorArticles > h3
    {
    float: right;
    margin-left: 45px;
    margin-bottom: 20px;
    width: 300px;
    min-height: 350px;
    }    
#MadorArticles > h3:nth-of-type(3n)
    {
    margin-left:0;
    }      
 #MadorArticles .Control_06 > a:first-child > img
    {
    width:100%;
    height:auto;
    border: 1px solid #CCC !important;
    box-sizing: border-box;
    }                
#MadorArticles .Control_06 .title
    {
    display: inline-block;
    font: bold 18px/20px arial;
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
    } 
#MadorArticles .Control_06 .subtitle
    {
    display: inline-block;
    font: normal 14px/16px arial;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    color:#605F5F;
    } 
#MadorArticles .Control_06 .AuthorBox
    {
    font:bold 12px arial;
    }     
#MadorArticles .Control_06 .DateBox, #MadorArticles .Control_06 .TimeBox
    {
    float:right;
    color:#666;
    }     
#MadorArticles .Control_06 .DateBox:after
    {
    content:",";
    margin-left:5px;
    }  
#MadorArticles .Control_06 .TimeBox
    {
    margin-left:10px;
    }        
#MadorArticles #middleBanner
    {
    padding-top:0;
    }
/*-------------------------------------------------*/
/*  Article
/*-------------------------------------------------*/
#main  .BoxTitleContainer .BoxTitle
    {
    background-color:#FEEBE2;
    line-height:26px !important;
    padding:0 10px 0 20px !important;
    }    
#main  #coteret_SubCoteret h2 
    {
    color:#000;
    float:right;
    font:normal 20px/24px arial !important;
    margin-bottom:20px;
    width:95%;
    }
#main   #Artical_Teguvot_block 
    {
    background:url("http://images.globes.co.il/images/article/iconsBg.png") no-repeat scroll 0 -40px transparent;
    float:left;
    height:130px;
    margin-top:5px !important;
    width:90px;
    position:relative;
    top:-130px;
    }
#main   #Article_Next 
    {
    height:40px;
    margin-top:-4px !important;
    text-align:center !important;
    display:block;
    }
#main   #Article_Next a.next 
    {
    background:url("http://images.globes.co.il/images/article/icons.png") no-repeat scroll 0 3px transparent;
    }
#main   #Article_Next a.prev 
    {
    background:url("http://images.globes.co.il/images/article/icons.png") no-repeat scroll -41px 3px transparent;
    }
#main   #Article_Next a
    {
    float:left;
    height:27px;
    padding-bottom:2px;
    width:40px;
    }
#main   #Article_Next a.next:hover 
    {
    background:url("http://images.globes.co.il/images/article/icons.png") no-repeat scroll 0 -137px transparent;
    }
#main   #Article_Next a.prev:hover 
    {
    background:url("http://images.globes.co.il/images/article/icons.png") no-repeat scroll -41px -137px transparent;
    } 
#main  .coteret_Modified_and_Writer2
    {
    width:575px !important;
    padding:10px 0 0;
    margin-bottom:25px;
    }    
#main  #coteret_SubCoteret h2
    {
    width:545px !important;
    }    
#main #Article_DownDiv    
    {
    display:block;
    width:470px;
    }
#main  #Article_DownDiv iframe    
    {
    margin-right:20px;
    }
#main  h1#F_Title
    {
    width:550px !important;  
    }       
#main  .AR_1 .ob_container_recs .item-container 
    {
    margin-left:20px !important;
    }
#main  .AR_1 .ob_what 
    {
    clear:both;
    direction:ltr;
    margin-left:-38px;
    margin-top:12px;
    padding:5px 0 0;
    text-align:left;
    position:relative;
    top:210px;
    }    
#main  .sekindo,
#main  #globesResponses,
#main  #artc_res_h    
    {
    width:520px;
    margin-right:20px;
    } 
#main  .AR_1 .ob_container,
#main  .AR_1 .ob_container_recs
    {
    width:520px !important;
    } 
#main  #nadlan_Mortgage    
    {
    display:none;
    }
#main #Artical_MainTohen_Left, #main #Artical_MainTohen_Left #Artcl_content
    {
    /*width:520px !important;*/
    width:470px !important;
    }
#main #Artical_MainTohen_Left #Artcl_content #F_Content #innerad
    {
    margin-left:-85px !important;
    }
#Artical_MainTohen_Left #Artcl_content #F_Content
    {
        padding:0;
        margin-right:20px;
    }
#divShowAddComm
    {
    padding-top:0 !important;
    }   
#outbrain_widget_0
    {
    margin:20px !important;
    }
.likeSekindoItem
    {
    padding-right:10px !important;
    margin-bottom:40px;
    }    
.ArticleResponseBox
    {
    }    
.ArticleResponseBox #response_form    
    {
    margin-right:20px;
    width:500px;
    }
#response_form #res_HLinput.c_inputBox input
    {
    width:415px !important;
    }
#RLT_img_res
    {
    right:18px !important;
    }  

.article-page h3
    {
    background:none;
    margin:30px 0;
    border::0 none;
    color:#000;
    }        
#MiniArticle1
    {
    margin-top: 30px;    
    }    
#MiniArticle1 #text a
    {
    color:#03f;
    }
#MiniArticle1 #text img
    {
    margin:10px 0;
    width:100%;
    height:100%;
    }
#MiniArticle1 #text p
    {
    margin-bottom:15px;
    }      
/*-------------------------------------------------*/
#main #Tagiut_Tohen
    {
    margin:12px 0 0 0 !important;
    padding:0px !important;
    width:400px;
    }    
#main #Tagiut_Tohen span[id^='spanHTArticle']
    {
    margin:0 15px;
    }
#main #Tagiut_Logo_Box
    {
    margin:15px 0 0 0 !important;
    }    
#main #Artical_Tagiut 
    {
    border-bottom: 1px solid #CCC !important;
    margin-bottom:25px;
    float: right;
    overflow: hidden;
    width:575px;
    }
 .LineSepration_100Pecent
    {
    display:none;
    } 
#divNewsAgentPlus[data-article='true']
    {
    top:435px !important;
    }
div[id*="divBigImage"]
    {
    /*top:-25px;*/
    }    
/*-------------------------------------------------*/  
/* Contact Us
/*-------------------------------------------------*/
#FormBox
    {
    float:left;
    width:300px;
    display:none;
    }    
#form-box-div
    {
    width: 285px;
    display: block;
    position: relative;
    }
#form-box-div > img:first-child
    {
    float:left;
    }    
#preTextFormBox
    {
    font: bold 24px/24px arial;
    text-align: right;
    color: #333;
    margin: 0;
    float: right;
    width: 70%;
    }
#preTextFormBox span
    {
    display:block;
    font:normal 18px arial;
    margin:10px 0;
    }    
#DetailsBox
    {
    width:280px;
    position: relative;
    overflow: hidden;
    } 
.input-Box
    {
    display: block;
    clear: both;
    overflow: hidden;
    border: 2px solid #aacce0;
    height:33px;
    margin-bottom: 10px;
    }
#DetailsBox label
    {
    float: right;
    background: #ddebf3;
    color: #333;
    font: normal 18px arial;
    width:55px;
    height: 35px;
    margin-bottom: 10px;
    line-height: 36px;
    padding: 0 4px;
    font:bold 100%/200% arial;
    }         
#DetailsBox input
    {
    background:#fff;
    border:0;    
    width:200px;
    height: 36px;
    direction:rtl;
    font:normal 16px arial;
    color:#000;
    padding:0 5px;
    float:left;
    outline:none;
    } 
#DetailsBox input:focus
    {
    background:#ffe !important;
    }         
#DetailsBox #VName
    {
    top:1px;
    }
#DetailsBox #VPhone
    {
    top:35px;
    direction:ltr;
    }
#DetailsBox #VEmail
    {
    top:69px;
    direction:ltr;
    }
#Email_template_div 
    {
    visibility:hidden;
    height:1px;
    width:1px;
    overflow:hidden;
    display:block;
    }      
#Email_template_div.SentEmail 
    {
    position: absolute;
    width: 100%;
    height: 156px;
    top: 0;
    left: 0;
    visibility: visible;
    background: #FFF;
    font: bold 24px/30px arial;
    color: #333;
    text-align: center;
    padding-top: 110px;
    z-index: 3;
    }
.checkbox-label
    {
    background: transparent !important;
    color: #333 !important;
    font: normal 14px/16px arial !important;
    width: 190px !important;
    height: 20px !important;
    padding: 0 !important;
    margin: 5px 5px 0 0 !important;
    } 
#DetailsBox input[type='checkbox']
    {
    float:right;
    width:20px;
    } 
.checkbox-Box
    {    
    float: right;
    overflow: hidden;
    width: 70%;
    height: 50px;
    font-size: 90%;   
    }
#DetailsBox input#send-btn
    {
    background: #C00;
    color: #FFF;
    width: 70px;
    float: left;
    padding: 0;
    height: 30px;
    margin-top: 5px;
    cursor:pointer;
    }
#DetailsBox input#send-btn:hover,#DetailsBox input#send-btn:focus,#DetailsBox input#send-btn:active
    {
    background:#990505 !important;
    box-sizing: border-box;
    border: 3px double #FFF;
    } 
#DetailsBox [for='Approval'] 
    {
    width: 80% !important;
    height: 50px !important;
    font-size: 80% !important;
    }   
/*-------------------------------------------------*/ 
/* Middle Banner
/*-------------------------------------------------*/ 
#middleBanner
    {
    display:block;
    margin:0 auto;
    overflow:hidden;
    padding:23px 0 46px;
    }
#banner_990x40_IntoPage
    {
    display:block;
    margin:0 auto;
    overflow:hidden;
    width:100%;
    max-width:990px;
    }
/*-------------------------------------------------*/ 
/* Middle Banner
/*-------------------------------------------------*/     
.SeprateSpace
    {
    line-height:0;
    font-size:0;
    display:block;
    overflow:hidden;
    width:100%;
    height:50px;
    }
/*-------------------------------------------------*/   
#goBackToMainPage 
    {
    background: url("http://images.globes.co.il/images/Site2/special_projects/ProfitLine/btn_back_230x30_AH.png") no-repeat;
    color: #666;
    direction: rtl;
    display: block;
    font: normal 14px arial;
    height: 30px;
    margin: 0;
    width: 230px;
    } 
#goBackToMainPage span
    {
    display: inline-block;
    margin: 8px 27px 0 0;
    font-size:13px;
    }    
#goBackToMainPage:hover
    {
    color:#c00;
    }  
#bannerLeft
    {
        display:none !important;
    }    