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 {
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
* {
    -webkit-appearance: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
input,
label,
select,
button,
textarea {
    font-family: 'Open Sans Hebrew', serif;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: normal;
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}
table,
th,
td {
    padding: 10px;
    border: 1px solid black;
}
input,
textarea,
select {
    width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
button,
input[type='submit'] {
    cursor: pointer;
    border: none;
}
input[type='checkbox'] {
    width: 13px;
    height: 13px;

    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox;
}
input[type='radio'] {
    display: inline-block;
    width: auto;

    -webkit-appearance: radio;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
tr,
img {
    page-break-inside: avoid;
}
article p {
    margin-bottom: 10px;
}
article ol {
    display: table;
    counter-reset: foo;
    margin-bottom: 20px;
}
article  ol > li {
    display: table-row;
    counter-increment: foo;
}
article  ol > li::before {
    display: table-cell; /* aha! */
    content: counter(foo) '.';
}
article ul {
    margin-bottom: 20px;
}
article li:before {
    position: absolute;
    right: 0;
    content: '•';
}
article li {
    position: relative;
    padding-right: 10px;
    list-style-position: inside;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: ' ';
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.mobile_only {
    display: none !important;
}
.desktop_only {
    display: block !important;
}
img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin: auto;
}
.fl-l {
    float: left;
}
.fl-r {
    float: right;
}
.sprite,
.before_icon:before,
.after_icon:after {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}
.before_icon:before,
.after_icon:after {
    position: relative;
    display: inline-block;
    content: '';
}
.transition {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}







/*
    Theme Name: meyda
    Description: Nexus Systems 2014 Theme
    Version: 1.0
    Author: Query Solutions LTD
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body {
    /*font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    color: #444;
}
/* clear */
.clear:before,
.clear:after {
    display: table;
    content: ' ';
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
input:focus {
    border: 1px solid #04a4cc;
    outline: 0;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    color: #fff;
    background: #04a4cc;
    text-shadow: none;
}
::-webkit-selection {
    color: #fff;
    background: #04a4cc;
    text-shadow: none;
}
::-moz-selection {
    color: #fff;
    background: #04a4cc;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.wp-caption {
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
    border: 1px solid #f0f0f0;
    background: #fff;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: ' (' attr(href) ')';
    }
    abbr[title]:after {
        content: ' (' attr(title) ')';
    }
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }
    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: .5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*****************
        Layout
        *****************/
.wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}