﻿/***** General *****/
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

html,body,div,span,input,textarea,select,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,a,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-family:'Open Sans Hebrew',sans-serif !important}

body{
   direction:rtl;
   background-color: #EAEAEA!important; 
}

.containerLinks{
    width:80%;
    margin:auto;
    
}

.linkMain{
    height: 76px;
    border-radius: 5px 5px 5px 5px!important;
    color: white!important;
    font-size: 23px!important;
    font-weight: bold!important;
    line-height: 59px!important;
    display:block;
}



@media(min-width:900px){ /*desctop*/

.phoneNumber>a{
    color:black;
    margin-top: 35px;
    width: 160px;
    position: absolute;
    right: 100px;
    font-size: 26px;
}

.logo>img{
    width: 300px;
    float:left;
    margin-left:20px;
    margin-top:20px;
}

.logo{
    margin:auto!important;
    float:none!important;
    width: 22%!important;
}

.headerFull{
min-height:0px;
}

#header{
    position:absolute;
    left: 0px;
}

.linkMain {
    margin-top: 10px;
    margin-bottom: 10px;
}

.containerLinks{
    margin-top: 73px;

}

}


@media(max-width:900px){ /*iphon*/

.containerLinks{
    margin-top: 0px;
}

.linkMain {
    margin-top: 10px;
    margin-bottom: 10px!important;
}

#header{
    position: inherit;
    left: 0px;
}

.logo{
    margin:auto!important;
    float:none!important;
    width: 100%!important;
}



}

.header{
    background-color: rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px rgba(255,255,255,0.1);
    box-shadow: 0 1px rgba(255,255,255,0.1);
    color: #ccc;
}

.phoneNumber{
    float:right!important;
    height: 84px;
}





.headerFull{
    background: #2F4050;
    width: 100%;
    padding-top:20px;
    padding-bottom:20px;
}




.clear{clear:both;}