@charset "UTF-8";
/*
Theme Name: Vitrea
Theme URI: http://underscores.me/
Author: Awesome
Author URI: http://beawesome.co.il
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vitrea

*/
/* General */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html, body, ul, ol, button, input, textarea, table {
  font-family: "Open Sans Hebrew";
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  direction: ltr;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
}

.align-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace.pace-inactive .pace-progress {
  opacity: 0;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  opacity: 1;
  transition: opacity 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: attr(data-progress-text);
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-size: 5rem;
  line-height: 1;
  text-align: right;
  color: rgba(136, 136, 136, 0.2);
}

.hide {
  display: none;
}

/*
 * Open Sans Hebrew (Hebrew) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: "Open Sans Hebrew";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/opensanshebrew-light-webfont.eot");
  src: url("assets/fonts/opensanshebrew-light-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/opensanshebrew-light-webfont.woff") format("woff"), url("assets/fonts/opensanshebrew-light-webfont.svg") format("svg"), url("assets/fonts/opensanshebrew-light-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Hebrew";
  font-style: italic;
  font-weight: 400;
  src: url("assets/fonts/opensanshebrew-italic-webfont.eot");
  src: url("assets/fonts/opensanshebrew-italic-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/opensanshebrew-italic-webfont.woff") format("woff"), url("assets/fonts/opensanshebrew-italic-webfont.svg") format("svg"), url("assets/fonts/opensanshebrew-italic-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Hebrew";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/opensanshebrew-regular-webfont.eot");
  src: url("assets/fonts/opensanshebrew-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/opensanshebrew-regular-webfont.svg") format("svg"), url("assets/fonts/opensanshebrew-regular-webfont.woff") format("woff"), url("assets/fonts/opensanshebrew-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Hebrew";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/opensanshebrew-bold-webfont.eot");
  src: url("assets/fonts/opensanshebrew-bold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/opensanshebrew-bold-webfont.svg") format("svg"), url("assets/fonts/opensanshebrew-bold-webfont.woff") format("woff"), url("assets/fonts/opensanshebrew-bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "EN_Spoiler";
  src: url("assets/fonts/enspoilerwebfont.eot?v=4.3.0");
  src: url("assets/fonts/enspoilerwebfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("assets/fonts/enspoilerwebfont.woff2?v=4.3.0") format("woff2"), url("assets/fonts/enspoilerwebfont.woff?v=4.3.0") format("woff"), url("assets/fonts/enspoilerwebfont.ttf?v=4.3.0") format("truetype"), url("assets/fonts/enspoilerwebfont.svg?v=4.3.0#enspoilerregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EN_Spoiler_Bold";
  src: url("assets/fonts/fbspoilereng-bold-webfont.eot?v=4.3.0");
  src: url("assets/fonts/fbspoilereng-bold-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("assets/fonts/fbspoilereng-bold-webfont.woff2?v=4.3.0") format("woff2"), url("assets/fonts/fbspoilereng-bold-webfont.woff?v=4.3.0") format("woff"), url("assets/fonts/fbspoilereng-bold-webfont.ttf?v=4.3.0") format("truetype"), url("assets/fonts/fbspoilereng-bold-webfont.svg?v=4.3.0#enspoilerregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.loading {
  opacity: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*body.no-overflow{
    overflow:hidden;
}*/
.main-navigation {
  clear: both;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 11px 0 50px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 1.4em;
  display: none;
}

.main-navigation.active {
  opacity: 1;
  display: block;
}

.main-navigation-container {
  width: 500px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.main-navigation-container .menu-primary-container,
.main-navigation-container .menu-primary-hebrew-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation.active ul {
  display: block;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #999;
  font-family: "Open Sans Hebrew", "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  padding: 5px 0;
  font-size: 1.5em;
  text-transform: uppercase;
}

.main-navigation .main-navigation-close {
  font-size: 30px;
  font-weight: 100;
  color: #999;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 3;
  cursor: pointer;
  height: 30px;
  width: 30px;
  /*display:none;*/
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul.languages {
  display: none;
}

/* Small menu. */
.menu-toggle1,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle1 {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.menu-toggle {
  float: left;
  display: inline-block;
  cursor: pointer;
  margin: 25px 0 0 25px;
}

.menu-toggle img {
  width: 56%;
}

.top-menu-container {
  float: right;
  margin: 30px 25px 0 0;
}

#top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
#top-menu > li {
  float: left;
  color: #333;
  text-decoration: none;
  border-left: 1px solid #888;
  vertical-align: middle;
  padding: 0 10px;
  height: 16px;
  font-size: 13px;
  display: inline-block;
  line-height: 14px;
}
#top-menu > li:first-child {
  border-left: 1px solid #fff;
}
#top-menu > li a {
  text-decoration: none;
  color: #888;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  font-size: 13px;
  letter-spacing: 0.05em;
}

#top-menu li.fa a {
  font-size: 0;
  color: transparent;
}

#top-menu li.fa:before {
  color: #888;
}

#top-menu .current-lang {
  position: relative;
}

#top-menu .current-lang .fa {
  display: inline-block;
  padding-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 25% 50%;
}

#top-menu .current-lang.active .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#top-menu .menu-langs {
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  border-radius: 2px;
  text-align: right;
  display: none;
  position: absolute;
  top: 23px;
  left: 10px;
  background: white;
  -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.1);
}
#top-menu .menu-langs.active {
  display: block;
}
#top-menu .menu-langs li {
  border: 0;
  padding: 0;
  text-align: left;
}
#top-menu .menu-langs li a {
  display: block;
  padding: 5px 0;
}

.submenu-toggle {
  display: none;
  font-size: 15px;
  position: relative;
  color: #fff;
  padding: 10px 0;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.span10 {
  width: 10%;
}

.span15 {
  width: 15.66%;
}

.span16 {
  width: 16.66%;
}

.span20 {
  width: 20%;
}

.span23 {
  width: 23%;
}

.span25 {
  width: 25%;
}

.span30 {
  width: 30%;
}

.span33 {
  width: 33.33%;
}

.span40 {
  width: 40%;
}

.span50 {
  width: 50%;
}

.span60 {
  width: 60%;
}

.span66 {
  width: 66.66%;
}

.span75 {
  width: 75%;
}

.span80 {
  width: 80%;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  /*content: "";
  display: table;*/
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  display: block;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
section .motion {
  -webkit-transition: -webkit-transform 1s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: -moz-transform 1s ease-in-out, opacity 1s ease-in-out;
  -o-transition: -o-transform 1s ease-in-out, opacity 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.section-container .motion.alignleft,
.section-container .motion.alignright {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.motion-bottom-to-top {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0%);
  transform: translateY(0);
  opacity: 1;
}

.motion-bottom-to-top.to-be-animated {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}

.section4 .section-content.to-be-animated {
  -webkit-transform: translateX(-50%) translateY(10%);
  -moz-transform: translateX(-50%) translateY(10%);
  -o-transform: translateX(-50%) translateY(10%);
  transform: translateX(-50%) translateY(10%);
}

.section4 .section-img.to-be-animated {
  -webkit-transform: translateX(-10%) translateY(-50%);
  -moz-transform: translateX(-10%) translateY(-50%);
  -o-transform: translateX(-10%) translateY(-50%);
  -ms-transform: translateX(-10%) translateY(-50%);
  transform: translateX(-10%) translateY(-50%);
}

.section-container.to-be-animated .alignright {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
}

.section-container.to-be-animated .alignleft,
.to-be-animated.motion-left-to-right {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%);
  opacity: 0;
}

.site-header {
  background-color: white;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  height: 80px;
}

.site-branding {
  text-align: center;
}

.site-title {
  text-align: center;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 0;
}

.site-title a {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.site-title a img {
  width: 62%;
  height: auto;
}

.site-content {
  margin-top: 80px;
  min-height: calc(100vh - 272px);
}

.section-content {
  margin: 0 auto;
}

.close {
  position: relative;
  color: white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid white;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  cursor: pointer;
  z-index: 999;
}

.search-submit {
  display: none;
}

/*-----
## Search
-----*/
.top-menu-container {
  position: relative;
}

#search {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}

body.search .site-content,
body.single-post .site-content,
body.page-template-page-members-section .site-content {
  background: #F9F9FB;
  height: 100%;
}

body.single-product #primary {
  margin: 0 auto;
  float: none;
}

#search h1.page-title {
  text-align: center;
}

#search h2 {
  text-align: left;
  letter-spacing: 0.1em;
  position: relative;
  padding: 20px 0;
}

#search h2:after {
  content: "";
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  width: 100px;
  position: absolute;
  top: 70px;
  left: 0;
}

#search h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 100;
  font-family: "Open Sans Hebrew", sans-serif;
}

#search h3 a {
  color: #404040;
  text-decoration: none;
}

#search .entry-summary {
  margin-top: 0;
  color: #777;
  font-weight: 100;
  font-family: "Open Sans Hebrew", sans-serif;
}

.search-form {
  width: 0;
  opacity: 0;
  overflow: hidden;
  text-align: right;
  position: absolute;
  right: 93px;
  top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-form.active {
  width: 100%;
  opacity: 1;
}

.search-form input {
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-form.active input {
  width: 172px;
  opacity: 1;
  border: none;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  font-size: 13px;
  color: #888;
  outline: none;
}

.search-item {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.enrty-content .gallery .gallery-item img {
  width: 100%;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
  text-align: center;
}

.pagination ul {
  list-style: none;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li a {
  color: #404040;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
  font-family: "Open Sans Hebrew", sans-serif;
  font-size: 13px;
}

.site-info {
  background: #4d4d4d;
  padding: 50px 0;
}

.site-info .section-content {
  max-width: 1200px;
  color: white;
  text-align: center;
}

.site-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.site-info, .site-info a {
  text-decoration: none;
  color: white;
  font-weight: 100;
  letter-spacing: 0.1em;
}

.site-info a:hover {
  text-decoration: underline;
}

.site-info .subscription {
  padding-right: 30px;
  float: left;
}

.site-info .subscription .subscription-inputs {
  position: relative;
}

.site-info .subscription {
  font-size: 14px;
}

.site-info .subscription input {
  margin-top: 5px;
  width: 100%;
  background: #817D7C;
  border: 0;
  border-radius: 0;
  padding: 8px 43px 8px 20px;
  outline: 0;
  font-weight: 100;
  height: 40px;
  font-size: 14px;
  color: black;
}

.site-info .subscription input[type=submit] {
  width: 40px;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
}

.site-info .subscription .hide {
  display: none;
}

.copyrights {
  background: #fff;
  margin: 5px;
  padding: 0 10px;
}

.copyrights .design {
  direction: ltr;
}

.copyrights a {
  color: #4d4d4d;
  text-decoration: none;
}

.logout {
  float: right;
  color: #404040;
  text-decoration: none;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  letter-spacing: 0.1em;
}

.logout:hover {
  color: #404040;
  text-decoration: underline;
}

.backtotop {
  margin: -50px auto 0 auto;
  text-align: right;
  padding: 0 50px 0 0;
  font-size: 1em;
  cursor: pointer;
}

.backtotop > div {
  display: inline-block;
  text-align: center;
}

.backtotop .fa {
  font-size: 1.5em;
}

/** Media Queries **/
@media (max-width: 1024px) {
  .tablet-hidden {
    display: none;
  }
}

.tablet-visible {
  display: none;
}
@media (max-width: 1024px) {
  .tablet-visible {
    display: block;
  }
}

@media (max-width: 739px) {
  .mobile-hidden {
    display: none;
  }
}

.mobile-visible {
  display: none;
}
@media (max-width: 739px) {
  .mobile-visible {
    display: block;
  }
}

.center-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/** MIXINS **/
/* Components */
/*
Loader
*/
.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  opacity: 0.8;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #ffffff;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #ffffff;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button {
  outline: 0;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/* Scrollbar */
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 1;
  right: 0 !important;
}

.ps-container > .ps-scrollbar-y-rail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  right: 0 !important;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background: black;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#product .product-content {
  vertical-align: middle;
  -webkit-transform: translateY(17%);
  -moz-transform: translateY(17%);
  -o-transform: translateY(17%);
  -ms-transform: translateY(17%);
  transform: translateY(17%);
  text-align: center;
}

#product h1 {
  font-family: "Open Sans Hebrew", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 26px;
  color: black;
  text-align: center;
  margin-bottom: 7px;
}

#product h2 {
  font-family: "Open Sans Hebrew", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 0 0 37px 0;
  margin: 0 0 23px 0;
}

#product p {
  color: #999;
  font-family: "Open Sans Hebrew", sans-serif;
  text-align: center;
  font-weight: 100;
  font-size: 14px;
  width: 58%;
  margin: 0 auto;
}

#product .product-content a {
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: inline-block;
  padding: 8px 0;
  border: 1px solid #999;
  position: relative;
  color: #404040;
  text-decoration: none;
  font-family: "Open Sans Hebrew", sans-serif;
  font-size: 14px;
  font-weight: 100;
  vertical-align: middle;
  max-width: 170px;
  width: 170px;
  text-align: center;
  margin-top: 30px;
}

#product .product-content a.last {
  background: #a7a7a7;
  border-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: white;
}

#product .product-content a > img {
  vertical-align: middle;
  padding: 0 10px;
}

#product .product-prev {
  position: absolute;
  top: 45%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#product .product-next {
  position: absolute;
  top: 45%;
  right: -80px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#product .product-next img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
## SLIDER Plugin (by Tom)
--------------------------------------------------------------*/
.projects-project-gallery {
  margin-top: 50px;
}

.projects-project-gallery .project-gallery-images {
  width: 1000px;
  /*height: 400px;*/
  position: relative;
  margin: 20px auto;
}

.projects-project-gallery .project-gallery-image {
  width: 90%;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.projects-project-gallery .project-gallery-image-full {
  background-size: cover !important;
}

.projects-project-gallery .project-gallery-image img {
  width: 100%;
  height: auto;
}

.projects-project-gallery .project-gallery-header {
  /*position:absolute;
     bottom:0;
     left:0;*/
  width: 100%;
  padding: 15px 50px 15px 70px;
  background: rgba(0, 0, 0, 0.6);
}

.projects-project-gallery .project-gallery-header .project-gallery-header-number-container {
  width: 150px;
  float: left;
}

.projects-project-gallery .project-gallery-header .project-gallery-header-info {
  text-align: left;
  padding-left: 170px;
}

.projects-project-gallery .project-gallery-header .project-gallery-header-info .project-gallery-header-title {
  font-family: "Open Sans Hebrew", sans-serif;
  color: white;
  font-weight: 100;
  font-size: 30px;
  padding-bottom: 5px;
  margin-bottom: 7px;
  position: relative;
}

.projects-project-gallery .project-gallery-header .project-gallery-header-info .project-gallery-header-title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  border-bottom: 1px solid #fff;
  width: 15px;
}

.projects-project-gallery .project-gallery-header .project-gallery-header-info .project-gallery-header-text {
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #ddd;
}

.projects-project-gallery .project-gallery-header .project-gallery-header-info .project-gallery-header-text p {
  margin: 0;
}

.projects-project-gallery .project-gallery-header .project-gallery-header-number {
  font-size: 103px;
  line-height: 1;
  text-align: left;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-stretch: ultra-condensed;
}

.projects-project-gallery .project-gallery-nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.projects-project-gallery .project-gallery-nav button {
  width: 35px;
  height: 78px;
  position: absolute;
  top: 250px;
  margin-top: -39px;
  border: 0;
  cursor: pointer;
  background: url(assets/img/btn-next-prev.svg) center center no-repeat;
}

#section6 .projects-project-gallery .project-gallery-nav button {
  top: 50%;
}

.projects-project-gallery .project-gallery-nav .btn-prev {
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.projects-project-gallery .project-gallery-nav .btn-next {
  left: 0;
}

.projects-project-gallery .project-gallery-dots {
  text-align: center;
  direction: ltr;
}

.projects-project-gallery a {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #404040;
  border-radius: 4px;
  margin-left: 10px;
}

.projects-project-gallery a.clicked {
  background: #fff;
}

#vtouch8 .projects-project-gallery .project-gallery-images,
#section6 .projects-project-gallery .project-gallery-images {
  width: 1000px;
  height: 500px;
  position: relative;
  margin: 20px auto;
  overflow: hidden;
}

#vtouch8 .projects-project-gallery .project-gallery-images,
#section6 .projects-project-gallery .project-gallery-images {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  overflow: hidden;
}

#vtouch8 .projects-project-gallery,
#section6 .projects-project-gallery {
  width: 90%;
  height: 85%;
}

/*--------------------------------------------------------------
# File Manager pages
--------------------------------------------------------------*/
#file-manager {
  width: 800px;
  padding: 70px 0;
}

#file-manager ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
}

#file-manager .label {
  display: inline-block;
  padding-right: 20px;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #999;
  font-weight: 100;
}

#file-manager .dropdown {
  position: relative;
  width: 450px;
  display: inline-block;
  padding-bottom: 20px;
}

#file-manager .dropdown .value {
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
}

#file-manager .dropdown .value:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#file-manager .dropdown ul {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
  border: 1px solid #ccc;
  border-top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#file-manager .dropdown ul li {
  display: block;
  width: 100%;
  padding: 10px 10px;
  cursor: pointer;
  background: #fff;
  border-top: 1px solid #ccc;
}

#file-manager .dropdown ul li:first-child {
  border-top: 0;
}

#file-manager .file-list li {
  width: 0;
  /* reset everything that might affect the size/visibility */
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
}

#file-manager .file-list li.active {
  height: 220px;
  width: 33.33%;
  padding: 5px;
  opacity: 1;
}

#file-manager .file-list li a {
  display: block;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
  -webkit-transition: -webkit-transform 300ms ease-in-out, box-shadow 300ms ease-in-out, margin-top 300ms ease-in-out;
  -moz-transition: -moz-transform 300ms ease-in-out, box-shadow 300ms ease-in-out, margin-top 300ms ease-in-out;
  -o-transition: -o-transform 300ms ease-in-out, box-shadow 300ms ease-in-out, margin-top 300ms ease-in-out;
  transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out, margin-top 300ms ease-in-out;
  -webkit-perspective: 1000;
  perspective: 1000;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  margin-top: 0;
}

#file-manager .file-list li a:hover {
  box-shadow: 0 2px 4px rgba(43, 59, 93, 0.29);
  margin-top: -4px;
}

#file-manager .file-list li a .icon {
  text-align: center;
  font-size: 60px;
  background-color: #e9e9e9;
  color: #fdfdfd;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  padding: 10px 0;
}

#file-manager .file-list li a .title {
  padding: 20px;
  background: white;
  border-top: 1px solid #ddd;
  color: #777;
  font-weight: 100;
  font-family: "Open Sans Hebrew", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  height: 99px;
}

#file-manager .file-list li a .title .type {
  font-size: 11px;
  color: #bbb;
  font-style: italic;
}

#file-manager-login {
  text-align: center;
  background: #f9f9fb;
}

#file-manager-login .section-content {
  width: 400px;
  padding: 70px 0;
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}

#file-manager-login input[type=text],
#file-manager-login input[type=password],
#file-manager-login input[type=submit] {
  display: block;
  padding: 10px;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}

#file-manager-login input[type=submit] {
  display: block;
  padding: 10px;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}

#file-manager-login p {
  margin: 5px;
}

#file-manager-login label {
  font-size: 14px;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}

/* Pages */
/*--------------------------------------------------------------
## Home page
--------------------------------------------------------------*/
.fullheight {
  background-attachment: fixed;
  position: relative;
}

.background-cover {
  background-size: cover;
}

.section1 {
  background-position: center bottom;
}

.section1 .section1-img {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.section1 .section1-img img {
  width: 60%;
}

.section1 .section1-img .play-video {
  color: #fff;
  font-size: 3em;
  opacity: 0.95;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #fff;
  width: 70px;
  height: 70px;
  position: relative;
  -webkit-box-shadow: 0 0 70px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 70px 1px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  margin-top: -20px;
}

.section1 .section1-img .play-video i {
  position: absolute;
  top: 50%;
  left: 56%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.section1 .video-container {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.95);
}

.section1 .video-container.in {
  opacity: 1;
  z-index: 1000;
}

.section1 .video-container .video-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 1;
}

.section1 .video-container video {
  width: 100%;
  max-width: 1280px;
  max-height: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.section1 .section1-footer {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}

.section1 .section1-footer a {
  color: #000;
  text-align: center;
  font-family: "Open Sans Hebrew", "EN_Spoiler", sans-serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 100;
  text-decoration: none;
  display: inline-block;
}

.section2 header {
  padding: 40px 0;
  background: white;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 100;
  font-family: "Open Sans Hebrew", sans-serif;
  text-align: center;
}

.section2 .section-container {
  height: calc(100% - 125px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.section2 .section-container li {
  height: 100%;
  background-position: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  font-family: "Open Sans Hebrew", "Open Sans Hebrew", sans-serif;
  font-weight: 100;
}

.section2 .section-container > li:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.section2 .section-container .item-info {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 3;
  height: auto;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: white;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.section2 .section-container li:hover .item-info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.section2 .section-container .triangle {
  -webkit-transform: translateY(-100%) translateX(-50%);
  -moz-transform: translateY(-100%) translateX(-50%);
  -o-transform: translateY(-100%) translateX(-50%);
  transform: translateY(-100%) translateX(-50%);
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.section2 .section-container li:hover .triangle {
  -webkit-transform: translateY(0) translateX(-50%);
  -moz-transform: translateY(0) translateX(-50%);
  -o-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}

.section2 .section-container .item-title {
  color: white;
  z-index: 2;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
}

.section2 .section-container .item-title .item-main-title a {
  font-size: 30px;
  font-family: "Open Sans Hebrew", "Open Sans Hebrew", sans-serif;
  font-weight: 100;
}

.section2 .section-container .item-title .item-main-title:after {
  content: "";
  width: 50px;
  border-top: 1px solid #fff;
  display: block;
  text-align: center;
  margin: 20px auto 20px;
}

.section2 .item-main-title a {
  color: white;
  text-decoration: none;
  font-weight: 100;
  font-family: "Open Sans Hebrew", sans-serif;
  display: block;
  padding: 4px 0;
}

.section2 .item-main-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.section2 .section-container .item-title .item-sub-title {
  width: 70%;
  margin: 0 auto;
}

.section2 .section-container li img {
  height: 100%;
  width: auto;
  max-width: none;
}

.section3 {
  background-attachment: initial;
  background-position: center top;
  position: relative;
}

.section3 header {
  font-size: 90px;
  font-family: "EN_Spoiler", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 40px 0;
  width: 100%;
}

.section3 .section-container {
  width: 1000px;
  margin: 0 auto;
}

.section3 .section-subtitle, .section3 h2 {
  font-size: 30px;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
}

.section3 .section-content-container {
  padding-right: 50px;
}

.section3 .section-content {
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
}

.section3 .section-content p {
  color: #999;
}

.section3 .readmore {
  text-decoration: none;
  display: inline-block;
}

.section3 .readmore .fa {
  margin-left: 10px;
  display: inline-block;
  font-weight: 100;
  border: 1px solid #444;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section3 .section-img {
  text-align: left;
}

/*.section3 .section-img img:first-child{
    max-width:38%;
}

.section3 .section-img img:last-child{
    max-width:50%;
}*/
.section3 .section-img img {
  max-width: 90%;
}

.section4 {
  position: relative;
}

.section4 .section-container {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.section4 .section-img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  text-align: left;
}

.section4 .section-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.section4 header {
  color: #000;
  font-size: 108px;
  font-family: "EN_Spoiler", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 100;
}

.section4 .section-content h2 {
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  font-size: 30px;
}

.section4 .section-content p {
  width: 55%;
  margin: 0 auto;
  color: #999;
  font-weight: 100;
  font-family: "Open Sans Hebrew", sans-serif;
}

.section5 .section-container {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section5 .section-content-left {
  padding-top: 80px;
}

.section5 header {
  color: #000;
  font-size: 60px;
  font-family: "EN_Spoiler", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 100;
  text-align: center;
  line-height: 1.2;
}

.section5 header:after {
  content: "";
  width: 50px;
  border-top: 1px solid #000;
  display: block;
  text-align: center;
  margin: 20px auto 20px;
}

.section5 .section-content h2 {
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  font-size: 30px;
  text-align: center;
}

.section5 .section-content-left p {
  width: 55%;
  margin: 1.5em auto;
  color: #999;
  font-weight: 100;
  font-family: "Open Sans Hebrew", sans-serif;
  text-align: center;
}

.section5 .readmore {
  text-decoration: none;
  display: inline-block;
}

.section5 .readmore .fa {
  margin-left: 10px;
  display: inline-block;
  font-weight: 100;
  border: 1px solid #444;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section5 img {
  max-height: 80vh;
  width: auto;
}

.section6 header {
  padding: 15px 0;
  background: #333333;
  color: white;
  border-bottom: 1px solid white;
  text-align: center;
  font-family: "EN_Spoiler", sans-serif;
  font-size: 60px;
  letter-spacing: 0.2em;
}

.section6 .section-container {
  height: calc(100% - 100px);
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-projects li {
  height: 260px;
  border: 1px solid white;
  position: relative;
  cursor: pointer;
}

.section6 .section-container li.first {
  border-left: 0;
}

.section6 .section-container li.last {
  border-right: 0;
}

.projects-project-gallery {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.projects-project-gallery.active {
  display: block;
}

.projects-project-gallery .project-gallery-images {
  width: 750px;
}

.full-overlay, .full-overlay-resellers {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}

.section7 .section-title {
  text-align: center;
  padding: 100px 0 60px 0;
  font-size: 50px;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  letter-spacing: 0.1em;
}

.section7 .section-subtitle {
  /*font-family: 'Open Sans Hebrew', sans-serif;
     font-size: 18px;*/
  letter-spacing: 0.1em;
  padding-top: 15px;
}

.section7 .workarea {
  width: 1280px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.section7 .section7-1 {
  width: calc(50% - 10px);
  margin: 0 5px;
}

.section7 ul {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  text-align: left;
  padding: 0;
}

.section7 ul li.item-about-us {
  background-color: white;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  margin-bottom: 10px;
  position: relative;
  height: 122px;
}

.section7 ul li.item-event {
  background-color: #D8D8DA;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  margin-bottom: 10px;
  position: relative;
  height: 122px;
}

.section7 ul li.item a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 15px;
}

.section7 ul li.item .item-main-title {
  font-weight: bold;
}

.section7 ul li.item .item-main-title,
.section7 ul li.item .item-url {
  padding-bottom: 3px;
}

.section7 ul li.item .item-url,
.section7 ul li.item .item-date {
  font-size: 13px;
}

.section7 ul li.item-about-us .seemore {
  height: 96px;
  line-height: 96px;
  font-weight: normal;
  margin-top: -80px;
  padding-right: 20px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.section7 ul li.item-event .item-img {
  width: 118px;
}

.section7 ul li.item-event .item-content {
  padding-left: 130px;
}

.section7 ul li.item-event .seemore {
  height: 75px;
  line-height: 75px;
  font-weight: normal;
  margin-top: -60px;
  padding-right: 15px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.social-medias {
  text-align: center;
  direction: ltr;
}

.social-medias span {
  display: inline-block;
  padding: 23px 15px;
}

.social-medias span a {
  color: black;
  font-size: 25px;
}

.section-projects li {
  position: relative;
}

.section-projects li .overlay,
#meshavkim .overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.section-projects li:hover > .overlay,
#meshavkim .overlay.active {
  opacity: 1;
  text-align: left;
  z-index: 8;
}

.section-projects .projects-container {
  text-align: left;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  height: 100%;
  direction: ltr;
  padding: 20px 40px;
  position: relative;
}

.section-projects .project-number {
  display: inline-block;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.section-projects .project-title {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1;
  max-width: 50%;
  text-align: left;
  padding-bottom: 50px;
}

.section-projects .project-date {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.section-projects .project-info {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
}

/*--------------------------------------------------------------
## GENERAL Page
--------------------------------------------------------------*/
.page .title,
.page .subtitle,
.title,
.subtitle {
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  letter-spacing: 0.2em;
  text-align: center;
}

.page .title-xsmall,
.tax-series .title-xsmall {
  font-size: 18px;
}

.page .title-xxsmall,
.title-xxsmall {
  font-size: 14px;
}

.page .title-small,
.title-small {
  font-size: 25px;
}

.page .title-medium,
.title-medium {
  font-size: 40px;
}

.page .title-big,
.title-big {
  font-size: 57px;
  line-height: 1.4;
}

.page .content,
.content {
  font-family: "Open Sans Hebrew", sans-serif;
  margin: 0 auto;
  font-weight: 100;
  padding-top: 50px;
  font-size: 18px;
  line-height: 1.8;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.page ul.items,
.tax-serie ul.items {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#vtouch1 .items .item {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.tax-serie ul.items .item-img {
  display: inline-block;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #888;
  height: 50px;
  width: 50px;
  padding: 10px;
  overflow: hidden;
}

.page ul.items .content,
.tax-serie ul.items .content {
  padding-top: 0;
}

/*------ MENU ------*/
.submenu-container {
  position: fixed;
  top: auto;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 98;
}

.submenu-container .menu-wrapper {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  /* fixes extra spaces when putting 'display:inline-block;' */
  word-spacing: 0;
  letter-spacing: 0;
  font-size: 0;
  overflow: hidden;
}

.submenu-container ul.menu {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.submenu-container li {
  float: left;
  text-align: center;
  position: relative;
}

.submenu-container li a {
  display: block;
  padding: 11px 33px;
  text-align: center;
  color: #bbb;
  text-decoration: none;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.submenu-container li:after {
  content: "";
  opacity: 0;
  z-index: 9;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(5px);
  -moz-transform: translateX(-50%) translateY(5px);
  -o-transform: translateX(-50%) translateY(5px);
  -ms-transform: translateX(-50%) translateY(5px);
  transform: translateX(-50%) translateY(5px);
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.submenu-container .current-menu-item:after,
.submenu-container li:hover:after {
  content: "";
  z-index: 9;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  opacity: 1;
}

.submenu-container .current-menu-item a,
.submenu-container li:hover a {
  color: white;
}

.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/*--------------------------------------------------------------
## Post/Page
--------------------------------------------------------------*/
.workarea {
  width: 1000px;
  margin: 0 auto;
}

.single #primary, .general-page #primary, .blog-archive #primary {
  width: 70%;
  float: left;
  margin-right: 5%;
}

.single #secondary, .general-page #secondary, .blog-archive #secondary {
  width: 25%;
  float: left;
}

.widget_archive ul,
.widget_categories ul {
  list-style: none;
  padding-right: 0;
}

.widget_archive ul li a,
.widget_categories ul li a {
  color: #404040;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Error page
--------------------------------------------------------------*/
.error-404 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}

/*--------------------------------------------------------------
	## About page
	--------------------------------------------------------------*/
#page-head {
  height: 388px;
  width: 100%;
}

#about1 {
  position: relative;
  overflow: hidden;
}

#about1 .background {
  left: -150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 550px auto;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -40px;
  z-index: 0;
}

#about1 .section-content {
  text-align: center;
  padding: 70px 0 110px;
  z-index: 1;
  position: relative;
}

#about1 .page-title {
  font-family: "Open Sans Hebrew", sans-serif;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 100;
}

#about1 .page-title:after {
  content: "";
  border-bottom: 1px solid #999;
  width: 25px;
  display: block;
  margin: 30px auto 10px auto;
}

#about1 .content {
  width: 370px;
  color: #999;
}

#about1 .triangle {
  z-index: 9;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#about2 {
  height: 540px;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  text-align: center;
  position: relative;
  z-index: 3;
}

#about2 .section-content {
  position: relative;
  color: white;
  padding-top: 70px;
}

#about2 .content {
  width: 600px;
}

#about2 .content .text {
  text-align: left;
  width: 300px;
  margin: 30px 0 0 20px;
}

#about2 .content .img {
  float: left;
  padding: 0;
  margin: 0;
}

#about2 .content .img img {
  width: 280px;
}

#about3 {
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  padding: 120px 0 80px;
}

#about3 .section-content-container {
  position: relative;
  width: 600px;
  margin: 0 auto;
}

#about3 .section-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 50px 70px;
}

#about3 .content {
  color: #999;
}

#about3 .items {
  padding: 90px 0 0 0;
  width: 100%;
  text-align: center;
  display: table;
  table-layout: fixed;
}

#about3 .items li {
  padding: 0 20px;
  /*width:calc(33.33% - 20px);*/
  display: inline-block;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 1.8;
  color: #999;
  display: table-cell;
}

#about3 .items .item-img img {
  height: 70px;
}

/*--------------------------------------------------------------
	## Integrations page
	--------------------------------------------------------------*/
#integrations #page-head {
  height: 388px;
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#integrations #page-head .page-head-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#integrations #page-head .page-head-content .title {
  color: #FFFFFF;
  font-size: 50px;
  letter-spacing: 4px;
  line-height: 54px;
  text-align: center;
}
#integrations #page-head .page-head-content .content {
  padding-top: 1rem;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}
#integrations #integrations-container {
  position: relative;
  direction: ltr;
}
#integrations #integrations-container .upper-bar {
  position: absolute;
  width: 1200px;
  left: 50%;
  top: 0;
  background-color: black;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
#integrations #integrations-container .upper-bar .bar-section {
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 19px;
  padding: 8px;
}
#integrations #integrations-container .upper-bar .bar-section.quarter {
  flex-basis: 25%;
}
#integrations #integrations-container .upper-bar .bar-section.half {
  flex-basis: 50%;
}
#integrations #integrations-container .upper-bar.at-top {
  width: 100vw !important;
  padding: 0 calc((100% - 1200px) / 2);
  position: fixed !important;
  top: 98px !important;
  z-index: 20 !important;
}
#integrations #integrations-container .integrations-repeater {
  padding: 2rem 0 12rem;
  background-color: #E7ECF1;
}
#integrations #integrations-container .integrations-repeater .integrations-item {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 1200px;
  margin: 0 auto 1.5rem;
  justify-content: center;
  align-items: center;
  background: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#integrations #integrations-container .integrations-repeater .integrations-item.un-focus {
  opacity: 0.5;
}
#integrations #integrations-container .integrations-repeater .integrations-item:hover {
  -webkit-box-shadow: 0px 0px 16px 8px rgba(214, 214, 214, 0.25);
  -moz-box-shadow: 0px 0px 16px, 8px rgba(214, 214, 214, 0.25);
  -o-box-shadow: 0px 0px 16px 8px rgba(214, 214, 214, 0.25);
  -ms-box-shadow: 0px 0px 16px 8px rgba(214, 214, 214, 0.25);
  box-shadow: 0px 0px 16px 8px rgba(214, 214, 214, 0.25);
}
#integrations #integrations-container .integrations-repeater .integrations-item:hover .integration-inner.logo img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#integrations #integrations-container .integrations-repeater .integrations-item .integration-inner {
  text-align: center;
}
#integrations #integrations-container .integrations-repeater .integrations-item .integration-inner:last-of-type {
  position: relative;
}
#integrations #integrations-container .integrations-repeater .integrations-item .integration-inner:last-of-type .line {
  border-left: 1px solid #E5E9ED;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 28px;
}
#integrations #integrations-container .integrations-repeater .integrations-item .integration-inner.logo {
  padding: 18px;
}
#integrations #integrations-container .integrations-repeater .integrations-item .integration-inner.logo img {
  height: auto;
  max-width: 140px;
  max-height: 30px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  vertical-align: middle;
}
#integrations #integrations-container .integrations-repeater .integrations-item .integration-inner.quarter {
  flex-basis: 25%;
}
#integrations #integrations-container .integrations-repeater .integrations-item .integration-inner.half {
  flex-basis: 50%;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
#integrations #integrations-container .integrations-repeater .integrations-item .integration-inner.half .inner-half {
  flex-basis: 50%;
}
#integrations #integrations-container .integrations-repeater .integrations-item .integration-inner a {
  text-decoration: none;
}
#integrations #integrations-container .integrations-repeater .integrations-item .integration-inner span {
  position: relative;
}
#integrations #integrations-container .integrations-repeater .integrations-item .integration-inner span:hover .serie-tooltip {
  display: block;
}
#integrations #integrations-container .integrations-repeater .integrations-item .integration-inner .serie-tooltip {
  display: none;
  position: absolute;
  left: -130px;
  top: -132px;
  width: 220px;
  background: white;
  z-index: 50;
  height: 120px;
}
#integrations #integrations-container .integrations-repeater .integrations-item .integration-inner .serie-tooltip .serie-subtitle {
  width: 120px;
  padding: 10px;
  color: #1A1A1A;
}
#integrations #integrations-container .integrations-repeater .integrations-item .integration-inner .serie-tooltip .serie-image {
  width: 100px;
  height: 120px;
}
#integrations #integrations-container .integrations-repeater .integrations-item .integration-inner .serie-tooltip .serie-subtitle, #integrations #integrations-container .integrations-repeater .integrations-item .integration-inner .serie-tooltip .serie-image {
  display: inline-block;
  float: left;
  font-size: 12px;
}
#integrations #integrations-container .integrations-repeater .integrations-item .active span {
  color: #1A1A1A;
}
#integrations #integrations-container .integrations-repeater .integrations-item .shaded span {
  color: rgba(26, 26, 26, 0.18);
}

#integrations1 .background {
  left: -150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 550px auto;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -40px;
  z-index: 0;
}

#integrations1 .section-content {
  text-align: center;
  padding: 70px 0 110px;
  z-index: 1;
  position: relative;
}

#integrations1 .page-title {
  font-family: "Open Sans Hebrew", sans-serif;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 100;
}

#integrations1 .page-title:after {
  content: "";
  border-bottom: 1px solid #999;
  width: 25px;
  display: block;
  margin: 30px auto 10px auto;
}

#integrations1 .content {
  width: 370px;
  color: #999;
}

#integrations1 .triangle {
  z-index: 9;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#integrations2 {
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  padding: 120px 0 80px;
}

#integrations2 .section-content-container {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

#integrations2 .section-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  /*border: 1px solid rgba(0, 0, 0, .15);*/
  padding: 1rem;
}

#integrations2 .content {
  color: #999;
}

#integrations2 .content table {
  max-width: 1200px;
  margin: 0 auto 1rem;
}

#integrations2 .content table td {
  border: 1px solid;
  padding: 2px;
}

#integrations2 .content table td img {
  width: 90%;
  vertical-align: middle;
}

#integrations2 .content table tr:nth-of-type(1),
#integrations2 .content table tr:nth-of-type(1) td {
  font-weight: bold;
  color: #777;
  background-color: #d1d1d1;
}

#integrations2 .content table tr:nth-of-type(2) {
  font-weight: bold;
  background-color: #e2e2e2;
  color: #777;
}

#integrations2 .content table tr:nth-of-type(3) {
  font-size: 13px;
}

/*--------------------------------------------------------------
## TAXONOMY - General page
--------------------------------------------------------------*/
#taxonomy {
  z-index: 1;
  position: relative;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 50px;
}

#taxonomy.type-page .section-content {
  /*margin-top: -245px;*/
}

#taxonomy .page-title {
  font-family: "Open Sans Hebrew", sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 30px 0 5px;
}

#taxonomy.type-page .page-title {
  margin: -250px 0 0;
}

#taxonomy .subtitle {
  color: #404040;
  letter-spacing: 0.1em;
  padding: 15px 0 0;
  font-size: 1.2em;
}

.taxonomy-page .section-content {
  text-align: center;
  position: relative;
}

/*--------------------------------------------------------------
## Type (taxonomy) page
--------------------------------------------------------------*/
#taxonomy.taxonomy-page.type-page .entry-title {
  /*margin:-250px 0 0;*/
}

#taxonomy.taxonomy-page .subtitle.title-xsmall {
  padding: 0;
}

#taxonomy.taxonomy-page.type-page .page-title {
  margin: 0;
  font-weight: 100;
  letter-spacing: initial;
}

#tax-type1 {
  position: relative;
  z-index: 3;
  padding-bottom: 50px;
}

#tax-type1 .section-content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

#tax-type1 ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

#tax-type1 ul.item-features li {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 15%;
  position: relative;
}

#tax-type1 ul li.item {
  height: 375px;
  padding: 7px;
  cursor: pointer;
}

#tax-type1 ul li .item-content {
  background: #e6e6e6;
  height: 100%;
  padding: 40px 20px;
  position: relative;
}

#tax-type1 ul li .item-content:hover {
  background: rgba(0, 0, 0, 0.4);
}

#tax-type1 .item-content .item-main-title {
  padding-bottom: 20px;
}

#tax-type1 ul li .item-content .title a {
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: 100;
  font-family: "Open Sans Hebrew", sans-serif;
}

#tax-type1 ul li .item-content:hover .title a {
  color: #fff;
}

#tax-type1 .item-features .icon-img {
  height: 36px;
  width: 36px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 auto;
}

#tax-type1 .item-features li:hover .icon-img {
  background-position: 0 -36px;
}

#tax-type1 .item-features .icon-text {
  color: white;
  font-size: 11px;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: -1;
  left: 0;
}

#tax-type1 .item-features li:hover .icon-text {
  opacity: 1;
  z-index: 1;
}

#tax-type1 .item-description {
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#tax-type1 ul li .item-content:hover .item-description {
  opacity: 0;
}

#tax-type1 .see-more-type {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
}

#tax-type1 .see-more-type .see-more-text {
  display: inline-block;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  vertical-align: middle;
}

#tax-type1 .see-more-type .see-more-icon {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background: white;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
}

#tax-type1 .see-more-type i {
  height: 14px;
  width: 14px;
  margin: 0 auto;
  display: inline-block;
  background-image: url(assets/img/arrow-right.png);
  background-repeat: no-repeat;
  background-position: 0 -16px;
  vertical-align: middle;
}

/*#tax-type1 ul li .item-content:hover .see-more i{
    background-position: 0 0;
}*/
#tax-type1 ul li .item-content:hover .see-more-type .see-more-text {
  width: 75px;
  opacity: 1;
  -webkit-transition: width 0.3s ease-in-out, opacity 0.1s ease-in-out 0.2s;
  -moz-transition: width 0.3s ease-in-out, opacity 0.1s ease-in-out 0.2s;
  -o-transition: width 0.3s ease-in-out, opacity 0.1s ease-in-out 0.2s;
  -ms-transition: width 0.3s ease-in-out, opacity 0.1s ease-in-out 0.2s;
  transition: width 0.3s ease-in-out, opacity 0.1s ease-in-out 0.2s;
}

/*--------------------------------------------------------------
## Serie (taxonomy) page
--------------------------------------------------------------*/
#page-head {
  position: relative;
}

#vtouch1 {
  margin-bottom: 100px;
}

#vtouch1 .section-content {
  width: 1000px;
  margin: 0 auto;
}

#vtouch1 .items .item-content {
  color: #999;
  letter-spacing: 0.1em;
  font-size: 14px;
}

#vtouch2 {
  padding-bottom: 40px;
}

#vtouch2 .section-content {
  width: 600px;
  margin: 0 auto;
}

#vtouch2 .title {
  color: #999;
  letter-spacing: 0.1em;
  font-size: 18px;
}

#vtouch2 .subtitle {
  letter-spacing: 0.1em;
  color: #404040;
  padding-top: 15px;
}

#vtouch2 .subtitle:after {
  content: "";
  border-bottom: 1px solid #999;
  width: 25px;
  display: block;
  margin: 30px auto 25px auto;
}

#vtouch2 .subtitle span {
  display: inline-block;
  padding: 0 10px;
}

#vtouch2 .content {
  color: #999;
  padding-top: 0;
  line-height: 1.4;
}

#vtouch2 .content-image {
  padding-top: 40px;
}

#vtouch3 {
  background-position: center bottom;
  position: relative;
  padding: 80px;
  color: white;
}

#vtouch3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

#vtouch3 .section-content {
  position: relative;
  width: 700px;
  margin: 0 auto;
}

#vtouch3 .content p {
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  padding: 0;
  margin: 0;
}

#vtouch3 .subtitle:after {
  display: block;
  width: 80px;
  height: 1px;
  margin: 0 auto;
  content: " ";
  background: #fff;
  margin-top: 30px;
}

#vtouch3 .content {
  padding-top: 30px;
}

#vtouch4 {
  background-position: center bottom;
  position: relative;
  padding: 80px;
  color: white;
}

#vtouch4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

#vtouch4 .section-content {
  position: relative;
  width: 600px;
  margin: 0 auto;
}

#vtouch4 .content p {
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  padding: 0;
  margin: 0;
}

#vtouch4 .triangle {
  z-index: 9;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-color: #2C4954 transparent transparent transparent;
}

#vtouch5 {
  height: auto;
  padding-bottom: 50px;
  margin-top: 50px;
}

#vtouch5 .title {
  padding-bottom: 40px;
}

#vtouch5 .section-content {
  max-width: 1000px;
}

#vtouch5 ul {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  overflow: hidden;
}

#vtouch5 ul.active {
  height: auto !important;
  overfow: auto;
}

.product-info .product-img {
  position: relative;
  text-align: center;
}

.product-info .product-img:after {
  content: "";
  background-image: url("assets/img/product-see-more.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
}

.product-info .product-img > img,
.product-info .product-img:after {
  transition: all 0.3s ease-in-out;
}

.product-info .product-img:hover > img {
  /*opacity:.3;*/
}

.product-info .product-img:hover:after {
  content: "";
  opacity: 0;
}

.product-info .product-name {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: bold;
  padding: 5px;
}

.product-info .product-model {
  margin: 0;
  color: #999;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-family: "Open Sans Hebrew", sans-serif;
}

#vtouch5 .seemore {
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #999;
  position: relative;
  color: #404040;
  text-decoration: none;
  font-family: "Open Sans Hebrew", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-right: 50px;
  margin-top: 50px;
}

#vtouch5 .seemore:before {
  content: ">";
  position: absolute;
  top: -1px;
  right: -50px;
  width: 50px;
  padding: 10px 20px;
  border: 1px solid #999;
  border-radius: 0 50px 50px 0;
}

#vtouch6 {
  background: #000;
  color: #fff;
  padding: 40px 0;
  position: relative;
}

#vtouch6 .title {
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  letter-spacing: 0.2em;
  font-size: 65px;
}

#vtouch6 .triangle {
  z-index: 9;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-color: #000 transparent transparent transparent;
}

#vtouch6 .projects-project-gallery {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 1;
}

#vtouch6 .projects-project-gallery .project-gallery-image {
  height: 500px;
}

#vtouch7 {
  background: #1A1A1A;
  padding: 60px 0 100px;
}

#vtouch7 .section-content-container {
  width: 1000px;
  margin: 0 auto;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  color: white;
  border-collapse: collapse;
}

#vtouch7 .title {
  padding-bottom: 60px;
}

#vtouch7 .items {
  text-align: center;
}

#vtouch7 .items .item {
  padding-left: 20px;
  position: relative;
}

#vtouch7 .items .item:nth-child(3) {
  padding-right: 0;
}

#vtouch7 .items .item.border-top {
  padding-top: 50px;
  margin-top: 40px;
}

#vtouch7 .items .item.border-top:before {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
}

#vtouch7 .item .item-title {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 10px;
}

#vtouch7 .item .item-content {
  color: #a6a6a6;
  line-height: 1.4;
}

#vtouch7 .item .item-number {
  letter-spacing: 0.1em;
  color: #a6a6a6;
}

#vtouch8 .title {
  padding: 20px 0;
}

#vtouch9 {
  padding: 60px 0 100px;
}

#vtouch9 .title {
  padding: 0 0 40px;
}

#vtouch9 ul.items {
  width: 600px;
  display: table;
  table-layout: fixed;
  direction: rtl;
}

#vtouch9 .item {
  padding: 0 5%;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  display: table-cell;
}

#vtouch9 .items .item:first-child {
  border: 0;
}

#vtouch9 .items a {
  color: #999;
  text-decoration: none;
}

#vtouch9 .items .item-content {
  letter-spacing: 0.05em;
  line-height: 1.4;
}

#vtouch9 .items .item-content p {
  margin: 7px 0 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
## OUR TECHNOLOGY Page
--------------------------------------------------------------*/
body.page-template-page-technology-php,
body.page-template-page-design-php {
  background: #efefef;
}

#technology header {
  text-transform: uppercase;
  padding: 0;
  padding-top: 140px;
  margin: 0;
  width: 100%;
  position: relative;
}

#page-head header .content {
  text-align: center;
  padding-top: 0;
  width: 320px;
}

#technology header h2 {
  padding: 0 0 20px 0;
  margin: 0;
  color: #636363;
}

#page-head header .content p {
  padding: 0;
  margin: 0;
}

#technology #page-head {
  text-align: center;
  background-position: center;
}

#technology #page-head .background-cover {
  background-position: center;
  position: relative;
  height: 100%;
}

#technology .section-img {
  display: inline-block;
  margin: 0 auto;
  margin-top: -150px;
  /*margin-top: 246px;*/
  position: relative;
  width: 400px;
}

.our-technology-page {
  padding: 35px 0 80px 0;
}

.our-technology-page .section-content {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.our-technology-page .number {
  font-size: 150px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.our-technology-page .title {
  margin-top: -117px;
  font-size: 25px;
}

.our-technology-page .content {
  padding-top: 60px;
}

/*--------------------------------------------------------------
## OUR DESIGN Page
--------------------------------------------------------------*/
.our-design-page {
  width: 800px;
  margin: -60px auto 0 auto;
  position: relative;
}

.our-design {
  background-position: center -310px;
}
@media (max-width: 739px) {
  .our-design {
    background-position: center center;
  }
}

.our-design .title-medium {
  font-size: 70px;
}

.our-design-page .section-text {
  position: relative;
  text-align: left;
}

.our-design-page #colors .section-text .title-wrapper {
  margin-top: 90px;
}

#colors {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100;White+to+Transparent */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}

.our-design-page .content-img {
  padding-top: 0;
}

.our-design-page .section-text .title-wrapper {
  height: 160px;
  position: relative;
}

.our-design-page .number {
  font-size: 150px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  /* margin-top: 72px; */
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  /* float: right; */
  right: 0;
  -webkit-transform: translateY(-61%);
  -moz-transform: translateY(-61%);
  -o-transform: translateY(-61%);
  -ms-transform: translateY(-61%);
  transform: translateY(-61%);
}

.our-design-page .position-left .title-content,
.our-design-page .position-right .title-content {
  text-align: left;
  position: absolute;
  left: 0;
  top: 50%;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.our-design-page .position-right .title-content {
  text-align: left;
  position: absolute;
  left: 0;
  top: 50%;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.our-design-page .position-left .title-content .title-container,
.our-design-page .position-right .title-content .title-container {
  display: inline-block;
}

.our-design-page .position-left .title,
.our-design-page .position-right .title {
  text-align: left;
  position: relative;
  padding-bottom: 20px;
}

.our-design-page .position-left .content,
.our-design-page .position-right .content {
  position: relative;
  color: #999;
  text-align: center;
}

.our-design-page .section-text .content-text {
  padding-top: 25px;
}

.our-design-page .section-text .content-text:before {
  content: "";
  border-top: 1px solid #999;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10%;
}

.our-design-page .position-left .content-img {
  padding-left: 40px;
  padding-top: 0;
}

.our-design-page .position-right .content-img {
  padding-right: 40px;
}

.our-design-page .position-center .number {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.our-design-page .position-center .title-content {
  margin-top: 95px;
  padding-top: 0;
  position: relative;
}

.our-design-page .position-center img {
  height: 166px;
}

.our-design-page .section-content:nth-child(2) {
  padding: 0 0 70px 0;
}

.our-design-page-footer {
  background: #636363;
  color: #fff;
  text-align: center;
  padding: 50px;
}

.our-design-page-footer .title {
  width: 600px;
  margin: 0 auto;
  letter-spacing: 0;
  font-family: "Open Sans Hebrew", sans-serif;
  position: relative;
  color: #ccc;
  padding-top: 20px;
  margin-top: 20px;
}

.our-design-page-footer .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 35px;
  border-top: 1px solid #ccc;
}

.our-design-page #products {
  margin-bottom: 85px;
}

.our-design-page #products img {
  width: 85%;
}

.our-design-page#products-list {
  margin-top: 110px;
  margin-bottom: 220px;
}

.our-design-page .product-info {
  padding: 30px 23px 0;
}

/*******/
.our-design-page-2 {
  width: 100%;
  height: auto;
  padding-top: 40px;
}

.our-design-page-2 #page-head {
  height: auto;
  padding-bottom: 80px;
}

.our-design-page-2 #page-head h2 {
  font-size: 50px;
  font-family: "EN_Spoiler";
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.our-design-page-2 #page-head .content {
  font-size: 16px;
  width: 600px;
}

.our-design-page-2 .workarea {
  width: 1200px;
}

.our-design-page-2 .left-content {
  position: relative;
}

.our-design-page-2 .left-content .container {
  float: right;
  width: 220px;
}

.our-design-page-2 .left-content .container .number {
  font-size: 18em;
  color: rgba(112, 112, 122, 0.3);
  font-family: "EN_Spoiler_Bold";
  font-weight: 400;
  position: absolute;
  transform: translateX(-108%);
  z-index: 0;
  top: -72px;
}

.our-design-page-2 .left-content .container h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: "EN_Spoiler_Bold", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 2;
  font-size: 1.8em;
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: center;
}

.our-design-page-2 .left-content .container .text {
  font-size: 1.1em;
  text-align: center;
  position: relative;
  z-index: 1;
  font-family: "Open Sans Hebrew";
  font-weight: 100;
}

.our-design-page-2 .readmore {
  color: #000;
  text-transform: uppercase;
  font-family: "EN_Spoiler";
  font-weight: 100;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 40px;
  text-decoration: none;
  font-size: 1em;
  padding: 9px 20px;
  margin-top: 70px;
}

.our-design-page-2 .slider {
  position: relative;
}
.our-design-page-2 .slider .slides {
  list-style: none;
  padding: 0;
  margin: 0;
}
.our-design-page-2 .slider .slides .slide {
  display: none;
  text-align: center;
}
.our-design-page-2 .slider .slides .slide img {
  height: 400px;
}
.our-design-page-2 .slider .slides .slide.active {
  display: block;
}
.our-design-page-2 .slider .arrows .arrow-left, .our-design-page-2 .slider .arrows .arrow-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  cursor: pointer;
  font-size: 2.5em;
}
.our-design-page-2 .slider .arrows .arrow-left {
  left: 80px;
}
@media (max-width: 739px) {
  .our-design-page-2 .slider .arrows .arrow-left {
    left: 1rem;
  }
}
.our-design-page-2 .slider .arrows .arrow-right {
  right: 80px;
}
@media (max-width: 739px) {
  .our-design-page-2 .slider .arrows .arrow-right {
    right: 1rem;
  }
}
.our-design-page-2 .slider .bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.our-design-page-2 .slider .bullets .bullet {
  display: inline-block;
  padding: 10px 5px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.our-design-page-2 .slider .bullets .bullet.bullet-custom {
  vertical-align: top;
  -webkit-transform: translateY(1.7px);
  -moz-transform: translateY(1.7px);
  -o-transform: translateY(1.7px);
  -ms-transform: translateY(1.7px);
  transform: translateY(1.7px);
}
.our-design-page-2 .slider .bullets .bullet.bullet-custom .color {
  border: 1px solid #333 !important;
  line-height: 1;
  height: 19px;
  width: 19px;
  font-size: 0.9em;
}
.our-design-page-2 .slider .bullets .bullet .color {
  height: 23px;
  width: 23px;
  border-radius: 100%;
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
  border: 3px solid transparent;
}
.our-design-page-2 .slider .bullets .bullet.active .color {
  border: 3px solid #fff;
}
.our-design-page-2 .slider .bullets .bullet.active .popup {
  opacity: 1;
  z-index: 10;
}
.our-design-page-2 .slider .bullets .bullet .popup {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 0.9em;
  opacity: 0;
  z-index: -1;
  background: white;
  padding: 3px 10px;
  font-family: "Open Sans Hebrew", sans-serif;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  word-wrap: normal;
  white-space: nowrap;
}
.our-design-page-2 .slider .bullets .bullet .popup:after :after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.our-design-page-2 .section1 .left-content {
  vertical-align: middle;
  -webkit-transform: translateY(46%);
  -moz-transform: translateY(46%);
  -o-transform: translateY(46%);
  -ms-transform: translateY(46%);
  transform: translateY(46%);
}

section.section2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ececec+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #ececec 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ececec 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ececec 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececec", endColorstr="#00ffffff", GradientType=0);
  /* IE6-9 */
}

.our-design-page-2 .section2 {
  padding-top: 80px;
  padding-bottom: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+90 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(90%, white), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
}

.our-design-page-2 .section2 .left-content {
  -webkit-transform: translateY(16%);
  -moz-transform: translateY(16%);
  -o-transform: translateY(16%);
  -ms-transform: translateY(16%);
  transform: translateY(16%);
}

.our-design-page-2 .section2 .right-content .inner {
  margin: 0 auto;
  text-align: center;
}

.our-design-page-2 .section2 .right-content .inner .horizontal,
.our-design-page-2 .section2 .right-content .inner .vertical {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  color: #aaa;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  font-size: 1.3em;
  display: inline-block;
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.15);
}

.our-design-page-2 .section2 .right-content .inner .horizontal {
  height: 200px;
  width: 100%;
  max-width: 300px;
  line-height: 200px;
  margin-right: 10px;
}

.our-design-page-2 .section2 .right-content .inner .vertical {
  height: 300px;
  width: 200px;
  line-height: 300px;
  margin-left: 10px;
}

.our-design-page-2.section3 .background-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0+100 */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.our-design-page-2.section3 .section3-container {
  padding: 50px 0 240px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-design-page-2.section3 .section3-container .workarea {
  position: relative;
  z-index: 3;
}

.our-design-page-2.section3 .panel {
  width: 520px;
  height: 425px;
  background-size: 520px auto;
  background-repeat: no-repeat;
  text-align: center;
  color: #f0d495;
  text-transform: uppercase;
  font-size: 1.5em;
  margin: -110px auto 0 auto;
}

.our-design-page-2.section3 .panel .typed {
  line-height: 310px;
  display: none;
}

.our-design-page-2.section3 .panel .typed.active {
  display: block;
}

.our-design-page-2.section3 .panel .typed .typed-text {
  display: inline-block;
  font-size: 1.8em;
  font-family: "EN_Spoiler", sans-serif;
}

.our-design-page-2.section3 .panel .typed .cursor {
  height: 35px;
  width: 2px;
  background: #ccc;
  -webkit-transform: translateY(17%);
  -moz-transform: translateY(17%);
  -o-transform: translateY(17%);
  -ms-transform: translateY(17%);
  transform: translateY(17%);
  display: inline-block;
  opacity: 0;
}

.our-design-page-2.section3 .panel .typed .cursor.active {
  opacity: 1;
}

.our-design-page-2.section4 {
  padding-top: 0;
  margin-top: -10px;
  color: #fff;
}

.our-design-page-2.section4 .section4-container {
  padding: 80px 0;
}

.our-design-page-2.section4 .left-content {
  -webkit-transform: translateY(16%);
  -moz-transform: translateY(16%);
  -o-transform: translateY(16%);
  -ms-transform: translateY(16%);
  transform: translateY(16%);
}

.our-design-page-2.section4 .left-content .container {
  position: relative;
}

.our-design-page-2.section4 .left-content .container h3 {
  border-bottom-color: #fff;
}

.our-design-page-2.section4 .left-content .container .number {
  color: #4d4d4d;
  letter-spacing: 1px;
}

.our-design-page-2.section4 .toggle {
  padding-top: 40px;
  font-family: "Open Sans Hebrew";
  font-weight: 100;
  cursor: pointer;
}

.our-design-page-2.section4 .toggle .toggle-slider {
  padding: 0 10px;
  margin-top: 10px;
  position: relative;
}

.our-design-page-2.section4 .toggle .toggle-slider hr {
  border: none;
  border-top: 1px solid #fff;
  margin: 0;
  padding: 0;
}

.our-design-page-2.section4 .toggle .toggle-slider .toggle-btn {
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
  -o-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  position: absolute;
  top: 0;
  right: 0;
  height: 21px;
  width: 21px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
}

.our-design-page-2.section4 .toggle > div:first-child {
  color: #fff;
  line-height: 1.1;
  font-size: 0.9em;
}

.our-design-page-2.section4 .toggle > div:last-child {
  text-align: right;
  color: #00b3d6;
  line-height: 1.1;
  font-size: 0.9em;
}

.our-design-page-2.section4 .readmore {
  color: #fff;
  border-color: #fff;
  margin-bottom: 20px;
  position: absolute;
  width: 251px;
  right: -18px;
  bottom: -100px;
}

.our-design-page-2.section4 .right-content {
  position: relative;
  text-align: center;
}

.our-design-page-2.section4 .right-content img {
  width: 286px;
}

.our-design-page-2.section4 .right-content .panel1 {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(45%);
  -moz-transform: translateX(45%);
  -o-transform: translateX(45%);
  -ms-transform: translateX(45%);
  transform: translateX(45%);
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-design-page-2.section4 .right-content .panel2 {
  position: relative;
}

.our-design-page-2.section4 .right-content .panel2-1 {
  position: absolute;
  top: 0;
  right: 50%;
  -webbkit-transform: translateX(50%);
  -o-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-design-page-2.section4 .right-content .panel-crosshair-floating {
  position: absolute;
  width: 80px;
  top: 128px;
  right: 70px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-design-page-2.section4 .right-content .panel-crosshair-flush {
  position: absolute;
  width: 80px;
  top: 128px;
  right: 70px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-design-page-2.section4 .toggle.active .toggle-slider .toggle-btn {
  right: 100%;
  -webkit-transform: translateX(100%) translateY(-51%);
  -moz-transform: translateX(100%) translateY(-51%);
  -o-transform: translateX(100%) translateY(-51%);
  -ms-transform: translateX(100%) translateY(-51%);
  transform: translateX(100%) translateY(-51%);
}

.our-design-page-2.section4 .toggle.active > div:first-child {
  color: #00b3d6;
}

.our-design-page-2.section4 .toggle.active > div:last-child {
  color: #fff;
}

.our-design-page-2.section4 .right-content .panel1.active {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.our-design-page-2.section4 .right-content .panel2-1.active {
  opacity: 1;
}

.our-design-page-2.section4 .right-content .panel-crosshair-floating.active,
.our-design-page-2.section4 .right-content .panel-crosshair-flush.active {
  opacity: 1;
}

.our-design-page-2.section4 .left-content .readmore {
  display: block;
  text-align: center;
}

.our-design-page-2.section4 .right-content .readmore {
  display: none;
  margin: 0 auto;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  margin-top: 80px;
}

.our-design-page-2.section5 {
  text-align: center;
  padding-bottom: 80px;
}

.our-design-page-2.section5 .workarea {
  width: 500px;
}

.our-design-page-2.section5 .header h3 {
  font-family: "EN_Spoiler";
  font-size: 1.5em;
}

.our-design-page-2.section5 .header h3 img {
  margin-top: 20px;
  width: 250px;
}

.our-design-page-2.section5 .header p {
  width: 250px;
  margin: 0 auto;
  font-family: "Open Sans Hebrew";
  font-weight: 100;
  padding-bottom: 50px;
}

.our-design-page-2.section5 .product-info img {
  width: 200px;
}

.our-design-page-2.section6 {
  padding-top: 80px;
  padding-bottom: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.our-design-page-2.section6 .left-content {
  -webkit-transform: translateY(16%);
  -moz-transform: translateY(16%);
  -o-transform: translateY(16%);
  -ms-transform: translateY(16%);
  transform: translateY(16%);
}
.our-design-page-2.section6 .right-content .inner {
  margin: 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
.our-design-page-2.section6 .right-content .inner .option {
  width: 50%;
  padding: 2rem;
}
.our-design-page-2.section6 .right-content .inner .option .finish-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: bottom;
  margin-right: 4px;
}

.our-design-page-2.thermostat {
  background-color: #dfdfdf;
}
.our-design-page-2.thermostat .thermo-section {
  padding-top: 40px;
}
.our-design-page-2.thermostat .thermo-section .workarea {
  margin-bottom: 0;
}
.our-design-page-2.thermostat .thermo-section .left-content {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
.our-design-page-2.thermostat .thermo-section .left-content .container h3, .our-design-page-2.thermostat .thermo-section .left-content .container .text {
  text-align: left;
}
@media (max-width: 739px) {
  .our-design-page-2.thermostat .thermo-section .slider {
    margin-top: 40px;
  }
}
.our-design-page-2.thermostat .thermo-section .slider .slides {
  padding: 0 40px;
}
@media (max-width: 739px) {
  .our-design-page-2.thermostat .thermo-section .slider .slides {
    padding: 0;
  }
}
.our-design-page-2.thermostat .thermo-section .slider .arrows .arrow-left {
  left: 16px;
}
.our-design-page-2.thermostat .thermo-section .slider .arrows .arrow-right {
  right: 16px;
}
.our-design-page-2.thermostat .thermo-section .read-more-container {
  text-align: center;
  margin-bottom: 70px;
}

/*--------------------------------------------------------------
	## Meshavkim page
	--------------------------------------------------------------*/
#meshavkim .meshavkim-content .section-content,
#meshavkim .meshavkim-content .section-text {
  height: 100%;
}

#meshavkim .meshavkim-content .sellers-container {
  height: calc(100% - 192px);
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}

#meshavkim .meshavkim-content .content {
  width: 600px;
  padding-top: 0;
}

#meshavkim .meshavkim-content .content-heading {
  color: white;
  text-align: right;
  padding-bottom: 20px;
}

#meshavkim .meshavkim-content .title {
  color: white;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0;
  padding: 30px 0;
}

#meshavkim .meshavkim-content ol {
  margin: 0;
  padding: 0;
  list-style: none;
  color: black;
}

#meshavkim .meshavkim-content ol li {
  padding: 20px;
  width: 100%;
  margin: 0 0 5px;
  background: rgba(255, 255, 255, 0.85);
  color: #000;
  font-weight: 600;
  display: none;
}

#meshavkim .sellers-container li.active {
  display: block;
}

#meshavkim .meshavkim-content ol li:last-child {
  margin: 0;
}

#meshavkim .meshavkim-content ol li .seller-info {
  padding-left: 60px;
  padding-right: 80px;
}

#meshavkim .meshavkim-content ol li .seller-title {
  padding-bottom: 18px;
}

#meshavkim .meshavkim-content ol li .seller-meta,
#meshavkim .meshavkim-content ol li .seller-meta a {
  font-size: 14px;
  color: #333;
  font-weight: 100;
}

#meshavkim .meshavkim-content ol li .seller-gmaps {
  cursor: pointer;
  float: right;
  margin-top: -49px;
}

#meshavkim .meshavkim-content ol li .seller-gmaps-map {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  margin: -4px 0;
  max-width: 980px;
  width: 60%;
  max-height: 570px;
  height: 60%;
}

#meshavkim .meshavkim-content ol li .seller-gmaps-map.active {
  z-index: 99999;
  opacity: 1;
}

#meshavkim .meshavkim-content ol li .seller-gmaps-map .close {
  top: -17px;
  display: inline-block;
}

#meshavkim .meshavkim-content ol li .seller-gmaps-map .gmap-title {
  color: white;
  display: inline-block;
  top: -17px;
  position: relative;
  padding-left: 20px;
}

#meshavkim .meshavkim-content ol li .seller-gmaps-map .acf-map {
  width: 100%;
  height: 100%;
}

#meshavkim .meshavkim-content ol li .seller-gmaps-map.active {
  opacity: 1;
  z-index: 9999;
}

#meshavkim input[type=search] {
  background-color: transparent;
  border: 0;
  color: white;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  outline: none;
  margin-left: 10px;
}

#meshavkim input[type=search]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

#meshavkim input[type=search]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}

#meshavkim input[type=search]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}

#meshavkim input[type=search]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

#meshavkim .locations span {
  display: inline-block;
  padding-right: 20px;
  cursor: pointer;
}

/*--------------------------------------------------------------
## Contact page
--------------------------------------------------------------*/
#contact h2, #contact h3 {
  padding: 0;
  margin: 0;
}

#contact .section-content {
  width: 600px;
  margin: 0 auto;
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
}

#contact .section-text-1 {
  padding: 0 20px;
}

#contact .section-text-1 .title {
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 auto;
}

#contact .item-img {
  padding-right: 30px;
  vertical-align: middle;
  float: left;
}

#contact .item-content {
  max-width: calc(100% - 65px);
  float: left;
}

#contact .section-text-1 p {
  margin: 8px 0 0;
}

#contact .subtitle {
  letter-spacing: 0;
}

#contact .subtitle.title-xsmall {
  letter-spacing: 0.1em;
  font-size: 14px;
}

#contact .contact-icon {
  text-align: center;
  padding-top: 60px;
}

#contact .contact-icon .icon-text {
  width: 100px;
  margin: 0 auto;
}

#contact .contact-icon .icon-text a {
  color: #fff;
  text-decoration: none;
}

#contact .contact-return-home {
  text-align: center;
  padding-top: 20px;
}

#contact .contact-return-home a {
  color: white;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  letter-spacing: 0.02em;
  font-size: 15px;
}

/*-- FORM --*/
#contact .section-text-2 .contact-subject {
  padding: 6px 15px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
  height: 38px;
  border: 1px solid transparent;
  margin-top: 1px;
  position: relative;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  font-size: 13px;
  color: #404040;
}

#contact .section-text-2 .contact-subject.active {
  background: #fff;
  color: #404040;
}

#contact .section-text-2 .contact-subject:before {
  content: "";
  background-image: url(assets/img/contact-4.png);
  background-repeat: no-repeat;
  height: 7px;
  width: 7px;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#contact .section-text-2 .contact-subject.active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#contact .section-text-2 .options {
  position: relative;
  width: 100%;
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  font-size: 13px;
  color: #404040;
}

#contact ul.contact-options {
  width: 100%;
  display: none;
  margin: 0 !important;
  padding: 5px 0;
  list-style: none;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid transparent;
}

#contact ul.contact-options.active {
  z-index: 9;
}

#contact ul.contact-options li {
  padding: 5px 25px;
  cursor: pointer;
}

#contact .section-text-2 p {
  margin: 1px 0 0 0;
}

#contact .section-text-2 input,
#contact .section-text-2 textarea {
  padding: 8px 15px;
  width: 100%;
  border-radius: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.6);
  font-family: "Open Sans Hebrew", sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #404040;
  outline: 0;
}

#contact .section-text-2 textarea {
  resize: none;
  height: 150px;
}

#contact .section-text-2 input.focus,
#contact .section-text-2 textarea.focus {
  background: #fff;
}

#contact .section-text-2 input.error,
#contact .section-text-2 textarea.error {
  background: #ec7d81;
}

#contact .section-text-2 input[type=submit] {
  border: 0;
  background: none;
  box-shadow: none;
  text-shadow: none;
  color: white;
  text-align: right;
  margin-top: 15px;
  outline: 0;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #404040;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #404040;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #404040;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #404040;
}
section.hero-banner .hs-overlay {
  background: rgba(0, 0, 0, 0.6);
  padding: 3em 6em;
}
section.hero-banner h1 {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
