/* HTML5 CSS Reset ------------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend, table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure, footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{ border:1px solid red; margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}table{border-collapse:collapse;border-spacing:0}input,select{vertical-align:middle}.clearfix:after, .row:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix {display:inline-block}html[xmlns] .clearfix {display:block}* html .clearfix {height:1%;overflow:visible}

.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after {  display: table; content: " "; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
hr { margin-top: 20px; margin-bottom: 20px; border: 0; }

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


@font-face {
  font-family: 'GveretLevinAlefAlefAlef';
  src: url('../fonts/GveretLevinAlefAlefAlef-Regular.eot');
  src: url('../fonts/GveretLevinAlefAlefAlef-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GveretLevinAlefAlefAlef-Regular.woff') format('woff'),
  url('../fonts/GveretLevinAlefAlefAlef-Regular.ttf') format('truetype'),
  font-weight: normal;
  font-style: normal;
}


@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

