/*=============================================================================*/

/*                                     RESET                                   */

/*=============================================================================*/

body {
  position: relative;
  background-color: #fff;
  padding: 0;
  margin: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

ul {
  list-style-type: none;
}

ol {
  list-style-position: inside;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0;
  padding: 0;
  margin: 0;
}

html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}

td {
  padding: 0;
  margin: 0;
}

form {
  padding: 0;
  margin: 0;
}

a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-tap-highlight-color: transparent;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('../fonts/OpenSansHebrew-Light.eot');
  src: url('../fonts/OpenSansHebrew-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/OpenSansHebrew-Light.woff') format('woff'),
  url('../fonts/OpenSansHebrew-Light.ttf') format('truetype'),
  url('../fonts/OpenSansHebrew-Light.svg#OpenSansHebrew-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('../fonts/OpenSansHebrew-Regular.eot');
  src: url('../fonts/OpenSansHebrew-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/OpenSansHebrew-Regular.woff') format('woff'),
  url('../fonts/OpenSansHebrew-Regular.ttf') format('truetype'),
  url('../fonts/OpenSansHebrew-Regular.svg#OpenSansHebrew-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('../fonts/OpenSansHebrew-Bold.eot');
  src: url('../fonts/OpenSansHebrew-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/OpenSansHebrew-Bold.woff') format('woff'),
  url('../fonts/OpenSansHebrew-Bold.ttf') format('truetype'),
  url('../fonts/OpenSansHebrew-Bold.svg#OpenSansHebrew-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('../fonts/OpenSansHebrew-ExtraBold.eot');
  src: url('../fonts/OpenSansHebrew-ExtraBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/OpenSansHebrew-ExtraBold.woff') format('woff'),
  url('../fonts/OpenSansHebrew-ExtraBold.ttf') format('truetype'),
  url('../fonts/OpenSansHebrew-ExtraBold.svg#OpenSansHebrew-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'GanCLM';
  src:  url('../fonts/GanCLMBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

