@charset "UTF-8";
/*
Theme Name: Leos Template
Theme URI: http://www.leos.co.il
Description: אתר בעיצוב אישי מחברת לאוס מדיה
Author: Alex Leibovich @LEOS
Version: 2.0
*/
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
::-webkit-input-placeholder {
  color: black;
  font-family: 'Open Sans Hebrew', sans-serif;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: black;
  font-family: 'Open Sans Hebrew', sans-serif;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  font-family: 'Open Sans Hebrew', sans-serif;
}

:-ms-input-placeholder {
  color: black;
  font-family: 'Open Sans Hebrew', sans-serif;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.circlebox {
  border-radius: 50%;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: 'Open Sans Hebrew', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
}

body:not(.front) {
  background: #eeeeee;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

#content {
  padding-bottom: 400px;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.logo a {
  display: inline-block;
}

.container {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.relative {
  position: relative;
}

.circlebox {
  border-radius: 50%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.inrowf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.inrow {
  font-size: 0;
}

div {
  font-size: 18px;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.inrowf .col2 {
  width: calc(50% - 10px);
}

.col3 {
  width: calc(100%/3);
}

.inrowf .col3 {
  width: calc(100%/3 - 10px);
}

.col4 {
  width: 25%;
}

.inrowf .col4 {
  width: calc(25% - 10px);
}

.col5 {
  width: 20%;
}

.inrowf .col5 {
  width: calc(20% - 10px);
}

.col6 {
  width: calc(100%/6);
}

.inrowf .col6 {
  width: calc(100%/6 - 10px);
}

.col7 {
  width: calc(100%/7);
}

.col8 {
  width: calc(100%/8);
}

.col9 {
  width: calc(100%/9);
}

.col10 {
  width: 10%;
}

.inline {
  vertical-align: top;
  display: inline-block;
}

.inlinem {
  vertical-align: middle;
  display: inline-block;
}

.inlineb {
  vertical-align: bottom;
  display: inline-block;
}

.abscenter {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imgfix {
  line-height: 0;
}

h1,
h2,
h3 {
  font-weight: normal;
  margin: 0 0 0 0;
}

p {
  margin: 0 0 0 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0 0 0 0;
  list-style: none;
}

#MobBtns,
#MobNavBtn {
  display: none;
}

nav {
  width: 100%;
  text-align: center;
  position: relative;
  background: rgba(0, 0, 0, 0.65);
}

div.main_menu {
  font-size: 0;
}

nav div.main_menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

nav div.main_menu > ul > li {
  width: 100%;
  position: relative;
}

/*
nav ul li:after {
content: "|";
display:inline-block;
vertical-align: middle;
font-size:20px;
color:#b8292f;
margin:0 10px;
}
nav ul li:last-child:after {
content: " ";
}
*/
nav div.main_menu > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans Hebrew', sans-serif;
  padding: 10px 0px;
  width: 100%;
  font-size: 18px;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

nav div.main_menu ul li.current_page_item > a,
nav div.main_menu ul li.current-menu-item > a,
nav div.main_menu ul li:hover > a {
  color: #000;
  background: #bdbdbd;
}

nav div.main_menu ul.sub-menu li.current_page_item > a,
nav div.main_menu ul.sub-menu li.current-menu-item > a,
nav div.main_menu ul.sub-menu li:hover > a {
  color: #fff;
  background: #716f6f;
}

nav div.main_menu > ul > li ul.sub-menu {
  display: block;
  z-index: 999;
  width: 250px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #bdbdbd;
}

.sub-menu li {
  display: block;
}

.sub-menu li a {
  display: block;
  font-size: 20px;
  padding: 5px;
  width: calc(100% - 10px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}

#leos {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}

#leos img {
  padding-top: 10px;
  height: 50px;
  width: auto;
}

#leos a {
  position: relative;
  display: inline-block;
}

#leos span {
  opacity: 0;
  position: absolute;
  right: 0;
  color: white;
  font-size: 22px;
  bottom: 10px;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: .3s;
  transition: .3s;
}

#leos a:hover span {
  right: -100px;
  opacity: 1;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.acf-map {
  width: 100%;
  height: 366px;
  pointer-events: none;
}

.entry {
  font-size: 20px;
  line-height: 1.4;
}

.entry p {
  margin-bottom: 30px;
}

.entry img {
  max-width: 100%;
  height: auto;
}

.entry ul {
  margin: 0 20px;
  list-style: inherit;
}

.entry table {
  border: 1px solid #000;
}

.entry table td {
  border: 1px solid #000;
}

.entry table tr:nth-child(1) > td {
  text-align: center;
  background: #ccc;
}

div.wpcf7 img.ajax-loader {
  display: none;
}

svg * {
  fill: inherit !important;
  stroke: inherit !important;
}

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

.overh {
  overflow: hidden;
}

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.aifs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.aife {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jcsa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.jsc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.anim {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#FloatSocials {
  position: fixed;
  display: block;
  top: 30%;
  left: 10px;
  z-index: 90;
}

#FloatSocials div {
  margin-bottom: 5px;
}

#FloatSocials div a {
  display: inline-block;
}

#FloatSocials img,
#FloatSocials svg {
  width: 30px;
  height: 30px;
  fill: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.facebook_icon:hover svg {
  fill: #3b5998 !important;
}

a.google_icon:hover svg {
  fill: #dd4b39 !important;
}

a.twitter_icon:hover svg {
  fill: #00aced !important;
}

a.youtube_icon:hover svg {
  fill: #bb0000 !important;
}

a.instagram_icon:hover svg {
  fill: #e95950 !important;
}

a.pinterest_icon:hover svg {
  fill: #cb2027 !important;
}

a.linkedin_icon:hover svg {
  fill: #007bb6 !important;
}

/* Contact form style Start */
span.wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* Red Ballons CSS */
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 100%;
  background: #f00;
  border-radius: 5px;
  color: #fff;
  padding: 8px 15px;
  font-size: 16px;
  white-space: nowrap;
  left: 5%;
  -webkit-animation: formerror 400ms;
  animation: formerror 400ms;
}

span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip.tip_out {
  -webkit-transition: all 400ms;
  transition: all 400ms;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 100%;
  left: 10%;
  border-left: 0 solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #f00;
}

@-webkit-keyframes formerror {
  from {
    opacity: 0;
    bottom: 0;
  }
  to {
    opacity: 1;
    bottom: 100%;
  }
}

@keyframes formerror {
  from {
    opacity: 0;
    bottom: 0;
  }
  to {
    opacity: 1;
    bottom: 100%;
  }
}

/* Input Syles */
div.wpcf7 input,
div.wpcf7 textarea,
div.wpcf7 input[type=submit] {
  font-family: 'Open Sans Hebrew', sans-serif;
}

div.wpcf7 input[type=tel],
div.wpcf7 input[type=text],
div.wpcf7 input[type=email],
div.wpcf7 textarea {
  font-size: 20px;
  width: calc(100% - 12px);
  background: #FFFFFF;
  border: 1px solid #ebebeb;
  padding: 8px 5px;
}

div.wpcf7 textarea {
  height: 188px;
}

div.wpcf7 input[type=submit] {
  display: block;
  margin: 0 auto 0 auto;
  padding: 10px 50px;
  background: #ccc;
  cursor: pointer;
}

/* Bubble animation for replacing ajax img */
@-webkit-keyframes bubbles {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes bubbles {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* Errors Msgs */
div.wpcf7-response-output {
  position: fixed;
  margin: 0 !important;
  border: none;
  padding: 10px 15px;
  bottom: -100%;
  z-index: 9999;
  font-size: 22px !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  -webkit-animation: form_msg_error 500ms;
  animation: form_msg_error 500ms;
  bottom: 0;
}

@-webkit-keyframes form_msg_error {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}

@keyframes form_msg_error {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}

div.wpcf7-mail-sent-ok {
  background: #398f14;
}

div.wpcf7-validation-errors {
  background: #f7e700;
}

.form_msg_error_out {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

@-webkit-keyframes form_msg_out {
  from {
    bottom: 0;
  }
  to {
    bottom: -300px;
  }
}

@keyframes form_msg_out {
  from {
    bottom: 0;
  }
  to {
    bottom: -300px;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

header .header1 {
  background: white;
  padding: 10px 0;
}

header .header1 .info_container a {
  background: #d10f0f;
  color: white;
  padding: 10px 20px;
  display: block;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

header .header1 .info_container a:hover {
  background: #910808;
}

header .header1 .info_container a svg {
  fill: white;
  width: 20px;
  height: 20px;
}

header .header1 .info_container .phone_text {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.block {
  display: block;
}

.page-template-page-front .part1 .content {
  padding: 300px 0 200px 0;
  width: 50%;
  color: white;
}

.page-template-page-front .part1 .content h1 {
  margin-bottom: 10px;
}

.page-template-page-front .part1 .content .p1_text {
  font-size: 23px;
}

.page-template-page-front .part1 .content a.p1_link {
  font-size: 30px;
}

.page-template-page-front .part1 .form_container {
  background: rgba(0, 0, 0, 0.75);
  padding: 20px 0;
}

.page-template-page-front .part1 .form_container .p1_form_title {
  text-align: center;
  color: white;
  margin-bottom: 10px;
  font-size: 25px;
}

.page-template-page-front .part1 .form_container img {
  position: absolute;
  bottom: -20px;
  right: 40px;
  width: 100%;
  max-width: 160px;
  height: auto;
}

.page-template-page-front .part1 .form_container .form_wrap {
  width: calc(100% - 160px);
  margin: 0 auto 0 0;
}

.page-template-page-front .part1 .form_container .form_wrap .wrap .textarea {
  display: none;
}

.page-template-page-front .part1 .form_container .form_wrap .wrap > span.wpcf7-form-control-wrap {
  margin-left: 10px;
}

.page-template-page-front .part1 .form_container .form_wrap .wrap input[type=submit] {
  width: 100%;
  padding: 8px 0;
  background: #d10f0f;
  color: white;
  font-size: 25px;
  border: 0;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.page-template-page-front .part1 .form_container .form_wrap .wrap input[type=submit]:hover {
  background: #910808;
}

.page-template-page-front .part1 .form_container .form_wrap .wrap input[type=text],
.page-template-page-front .part1 .form_container .form_wrap .wrap input[type=tel],
.page-template-page-front .part1 .form_container .form_wrap .wrap input[type=email] {
  font-size: 23px;
  background: rgba(255, 255, 255, 0.8);
}

.page-template-page-front .part2 {
  padding-top: 40px;
}

.page-template-page-front .part2 svg {
  width: 100px;
  height: 100px;
  fill: #2160a1;
  margin: 0 auto;
  display: block;
}

.page-template-page-front .part2 .posts {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-page-front .part2 .posts .post_container {
  background: white;
  width: calc((100% / 3) - 50px);
  margin-left: 75px;
  margin-bottom: 70px;
}

.page-template-page-front .part2 .posts .post_container:nth-child(3n) {
  margin-left: 0;
}

.page-template-page-front .part2 .posts .post_container .content {
  padding: 20px 15px;
}

.page-template-page-front .part3 {
  padding: 30px 0;
}

.page-template-page-front .part3 .container {
  position: relative;
  z-index: 10;
}

.page-template-page-front .part3 .entry {
  max-width: calc(100vw - 350px);
  margin: 0 auto;
}

.page-template-page-front .part3 svg {
  width: 100px;
  height: 100px;
  stroke: #2160a1;
  fill: none;
  margin: 0 auto;
  display: block;
}

.page-template-page-front .part3 img.left_img {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 160px;
}

.page-template-page-front .part3 img.right_img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 160px;
  z-index: 1;
}

.page-template-page-front .part4 {
  background: #e8e8e8;
  padding: 30px 0;
}

.page-template-page-front .part4 svg {
  width: 60px;
  height: 60px;
  fill: #2160a1;
  stroke: none;
  margin: 0 auto;
  display: block;
}

.page-template-page-front .part4 .post_wrap {
  background: white;
  width: 28%;
  padding: 20px 20px 60px 20px;
  margin-bottom: 30px;
}

.page-template-page-front .part4 .post_wrap .entry {
  padding: 10px 0px;
}

.page-template-page-front .part5 {
  padding: 40px 0;
  background: white;
}

.page-template-page-front .part6 {
  padding: 30px 0;
  background-size: 150% !important;
}

.page-template-page-front .part6 .title_wrap {
  text-align: center;
  margin-bottom: 30px;
}

.page-template-page-front .part6 h2 {
  color: white;
  position: relative;
  display: inline-block;
}

.page-template-page-front .part6 h2:after {
  content: "";
  position: absolute;
  left: 100%;
  height: 150%;
  width: 50px;
  bottom: -5px;
  background-image: url(images/feather.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.page-template-page-front .part6 .wrap {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-template-page-front .part6 .wrap ::-webkit-input-placeholder {
  color: white;
  font-family: 'Open Sans Hebrew', sans-serif;
}

.page-template-page-front .part6 .wrap :-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-family: 'Open Sans Hebrew', sans-serif;
}

.page-template-page-front .part6 .wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-family: 'Open Sans Hebrew', sans-serif;
}

.page-template-page-front .part6 .wrap :-ms-input-placeholder {
  color: white;
  font-family: 'Open Sans Hebrew', sans-serif;
}

.page-template-page-front .part6 .wrap input:focus::-webkit-input-placeholder,
.page-template-page-front .part6 .wrap textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.page-template-page-front .part6 .wrap input:focus:-moz-placeholder,
.page-template-page-front .part6 .wrap textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

.page-template-page-front .part6 .wrap input:focus::-moz-placeholder,
.page-template-page-front .part6 .wrap textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

.page-template-page-front .part6 .wrap input:focus:-ms-input-placeholder,
.page-template-page-front .part6 .wrap textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.page-template-page-front .part6 .wrap .name, .page-template-page-front .part6 .wrap .tel, .page-template-page-front .part6 .wrap .email {
  width: calc((100% / 3) - 7.5px);
  margin-bottom: 10px;
}

.page-template-page-front .part6 .wrap input[type=text],
.page-template-page-front .part6 .wrap input[type=tel],
.page-template-page-front .part6 .wrap input[type=email],
.page-template-page-front .part6 .wrap textarea {
  padding: 20px;
  width: calc(100% - 40px);
  background: none;
  border: 2px solid white;
  color: white;
  font-size: 21px;
}

.page-template-page-front .part6 .wrap input[type=submit] {
  border: 2px solid white;
  background: rgba(255, 255, 255, 0.99);
  color: black;
  font-size: 30px;
  padding: 10px 0;
  width: calc((100% / 3) - 7.5px);
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.page-template-page-front .part6 .wrap input[type=submit]:hover {
  background: rgba(255, 255, 255, 0);
  color: white;
}

.page-template-page-front .part6 .wrap .textarea {
  width: 100%;
  margin-bottom: 10px;
}

.text-justify {
  text-align: justify;
}

h2.blue {
  color: #2160a1;
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}

a.black {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 10px 0;
  color: white;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-size: 18px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

a.black:hover {
  background: rgba(33, 96, 161, 0.85);
}

a.white {
  display: inline-block;
  border: 1px solid white;
  background: white;
  color: white;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  padding: 3px 40px;
  color: black;
}

a.white:hover {
  background: transparent;
  color: white;
}

a.blue {
  display: inline-block;
  border: 1px solid #2160a1;
  background: transparent;
  color: #2160a1;
  padding: 5px 60px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

a.blue:hover {
  color: white;
  background: #2160a1;
}

ul.sub-menu li.menu-item-has-children ul.sub-menu {
  position: absolute;
  right: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

footer {
  background: white;
  overflow: hidden;
  position: absolute;
  bottom: 64px;
  left: 0;
  height: auto;
  min-height: 50px;
  width: 100%;
  padding: 50px 0;
}

footer .fcol {
  width: 40%;
  margin-left: 5%;
  position: relative;
}

footer .fcol:last-of-type {
  width: 30%;
}

footer .fcol:last-of-type:after {
  content: "";
  position: absolute;
  top: 70%;
  right: 80%;
  width: 450px;
  height: 200%;
  background-image: url(images/feather.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 100% 100%;
}

footer .fcol .title {
  color: #2160a1;
  font-size: 23px;
  margin-bottom: 10px;
}

footer .fcol .info_container {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  max-height: 160px;
}

footer .fcol .info_container .info_wrap {
  padding: 10px 0;
  margin-left: 20px;
}

footer .fcol .info_container .info_wrap svg {
  width: 20px;
  height: 20px;
  fill: #363738;
  margin-left: 20px;
}

footer .fcol .info_container .info_wrap:nth-child(1), footer .fcol .info_container .info_wrap:nth-child(2n) {
  border-bottom: 1px solid #b1b1b1;
}

footer .fcol .info_container .info_wrap:last-of-type {
  border-bottom: 0;
}

footer .fcol .footer_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  max-height: 160px;
}

footer .fcol .footer_menu ul li {
  margin-bottom: 10px;
}

.archive .post {
  width: calc((100% / 3) - 20px);
  margin-bottom: 30px;
}

.archive .post:first-of-type {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.archive .post:first-of-type .thumb {
  width: calc(((100% / 3) - 5px) * 2);
}

.archive .post:first-of-type .content_container {
  width: 32%;
}

.archive .post .title_wrap {
  padding-right: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-right: 1px solid #616161;
}

.archive .post .title_wrap h2 {
  color: #2160a1;
}

.archive .post .title_wrap .author {
  color: #231f20;
  font-size: 25px;
}

.archive .post .entry {
  font-weight: 100;
}

.post_page .post {
  margin-bottom: 50px;
}

.post_page .more_posts h2 {
  text-align: center;
  margin-bottom: 30px;
}

.post_page .more_posts .post_wrap {
  width: 31%;
  padding-bottom: 60px;
  margin-bottom: 20px;
}

.post_page .more_posts .post_wrap h3 {
  text-align: center;
  padding: 10px 0;
}

h1.main, h2.main {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 33px;
  color: #231f20;
  position: relative;
}

h1.main:before, h2.main:before {
  content: "";
  position: absolute;
  top: 100%;
  width: 80px;
  height: 1px;
  background: #616161;
  z-index: 10;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

h1.main:after, h2.main:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 1px;
  background: #c0c0c0;
  z-index: 5;
  right: 0;
}

h2.main {
  font-size: 30px;
  padding-bottom: 4px;
}

p#breadcrumbs {
  color: #231f20;
  padding-top: 167px;
  margin-bottom: 10px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.products_page .bar {
  width: 15%;
}

.products_page .menu_wrap {
  padding: 0 20px;
}

.products_page .menu_wrap li {
  margin-bottom: 10px;
}

.products_page .services {
  width: 80%;
}

.products_page .services .post_wrap {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}

.products_page .services .post_wrap .a {
  position: absolute;
  bottom: 0;
  height: 20%;
  width: 100%;
  background: rgba(33, 96, 161, 0.85);
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.products_page .services .post_wrap .a .icon {
  text-align: center;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.products_page .services .post_wrap .a .title {
  color: white;
  font-size: 25px;
  white-space: nowrap;
}

.products_page .services .post_wrap .a svg {
  width: 40px;
  height: 40px;
  fill: white;
}

.products_page .services .post_wrap:hover .a {
  height: 100%;
}

.products_page .services .post_wrap:hover .icon {
  max-height: 40px;
}

.page-template-page-contact .entry {
  width: 80%;
  margin: 0 auto 50px;
}

.page-template-page-contact .entry .content {
  padding: 20px 0;
  text-align: center;
}

.page-template-page-contact .entry .wrap {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-template-page-contact .entry .wrap .email, .page-template-page-contact .entry .wrap .tel, .page-template-page-contact .entry .wrap .name {
  border: 1px solid black;
  width: calc((100% / 3) - 10px);
  margin-bottom: 10px;
}

.page-template-page-contact .entry .wrap .email input, .page-template-page-contact .entry .wrap .tel input, .page-template-page-contact .entry .wrap .name input {
  padding: 10px 60px 10px 10px;
  width: calc(100% - 72px);
}

.page-template-page-contact .entry .wrap .email:before, .page-template-page-contact .entry .wrap .tel:before, .page-template-page-contact .entry .wrap .name:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  background: black;
  right: 50px;
}

.page-template-page-contact .entry .wrap .email:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/fmail.svg");
}

.page-template-page-contact .entry .wrap .tel:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/fphone.svg");
}

.page-template-page-contact .entry .wrap .name:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/fuser.svg");
}

.page-template-page-contact .entry .wrap .textarea {
  width: 100%;
  border: 1px solid black;
  margin-bottom: 10px;
}

.page-template-page-contact .entry .wrap input[type=submit] {
  width: 100%;
  border: 1px solid #2160a1;
  color: white;
  font-size: 30px;
  background: #2160a1;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.page-template-page-contact .entry .wrap input[type=submit]:hover {
  background: transparent;
  color: #2160a1;
}

.page-template-page-contact .entry .info_container {
  padding-top: 20px;
}

.page-template-page-contact .entry .info_container .info_wrap {
  color: #2160a1;
}

.page-template-page-contact .entry .info_container .info_wrap svg {
  width: 20px;
  height: 20px;
  fill: #2160a1;
  margin-left: 10px;
}

.float_form {
  position: fixed;
  left: 0;
  top: 50%;
  border-radius: 7px;
  background: #e01a40;
  padding: 30px 15px;
  width: 250px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-box-shadow: inset 0px 70px 150px -85px white, inset 0px -70px 150px -85px black;
  -moz-box-box-shadow: inset 0px 70px 150px -85px white, inset 0px -70px 150px -85px black;
  box-shadow: inset 0px 70px 150px -85px white, inset 0px -70px 150px -85px black;
}

.float_form ::-webkit-input-placeholder {
  color: transparent;
  font-family: 'Open Sans Hebrew', sans-serif;
}

.float_form :-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
  font-family: 'Open Sans Hebrew', sans-serif;
}

.float_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
  font-family: 'Open Sans Hebrew', sans-serif;
}

.float_form :-ms-input-placeholder {
  color: transparent;
  font-family: 'Open Sans Hebrew', sans-serif;
}

.float_form input:focus::-webkit-input-placeholder,
.float_form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.float_form input:focus:-moz-placeholder,
.float_form textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

.float_form input:focus::-moz-placeholder,
.float_form textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

.float_form input:focus:-ms-input-placeholder,
.float_form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.float_form.active {
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.float_form div.wpcf7-response-output {
  width: calc(100% - 2em);
}

.float_form .close {
  color: white;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
}

.float_form .form_btn {
  background: #e01a40;
  width: 100%;
  position: absolute;
  bottom: 50%;
  right: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  color: white;
  font-size: 28px;
  padding: 2px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(90deg) translate(65%, -100%);
  transform: rotate(90deg) translate(65%, -100%);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.float_form .form_btn svg {
  fill: white;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.float_form br {
  display: none;
}

.float_form span.title {
  color: white;
  padding-bottom: 2px;
  display: block;
  font-size: 16px;
}

.float_form h2.title {
  color: white;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.float_form .wrap .name, .float_form .wrap .tel, .float_form .wrap .email, .float_form .wrap .textarea {
  margin-bottom: 10px;
}

.float_form .wrap input[type=text],
.float_form .wrap input[type=tel],
.float_form .wrap input[type=email],
.float_form .wrap textarea {
  border-radius: 3px;
  padding: 2.5px 5px;
}

.float_form .wrap textarea {
  height: 50px;
}

.float_form .wrap input[type=submit] {
  width: 100%;
  border: 0;
  border-radius: 3px;
  background: white;
  font-size: 20px;
  padding: 0;
  box-shadow: inset 0px 75px 50px -85px white, inset 0px -75px 50px -85px black;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  opacity: 1;
}

.float_form .wrap input[type=submit]:hover {
  opacity: .5;
}

.bar svg {
  display: none;
}

@media (max-width: 1025px), (max-device-width: 1025px) {
  .menu-item-has-children:hover .sub-menu {
    opacity: 0;
  }
  ul.sub-menu li.menu-item-has-children ul.sub-menu {
    position: absolute;
    right: 0;
    top: 100%;
    /*opacity: 1;*/
    width: 100%;
    height: auto !important;
  }
  #content {
    padding-bottom: 0;
  }
  #leos {
    position: static;
  }
  footer {
    position: static;
  }
  .nomobile {
    display: none;
  }
  .logo a img {
    width: 100%;
    height: auto;
  }
  #MobNavBtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 100%;
    width: 45px;
    height: 45px;
    background: inherit;
    z-index: 9999;
  }
  #MobNavBtn span {
    display: block;
    height: 4px;
    width: 70%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
  }
  #MobNavBtn span:nth-child(1) {
    -webkit-transform: translate(-50%, -280%);
    transform: translate(-50%, -280%);
  }
  #MobNavBtn span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #MobNavBtn span:nth-child(3) {
    -webkit-transform: translate(-50%, 180%);
    transform: translate(-50%, 180%);
  }
  nav.active #MobNavBtn span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  nav.active #MobNavBtn span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  nav.active #MobNavBtn span:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #FloatSocials {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 4px);
    max-width: 200px;
    bottom: 2px;
    right: 2px;
    top: auto;
  }
  #FloatSocials div {
    margin: 2px 5px;
  }
  #FloatSocials svg {
    width: 30px;
    height: 30px;
  }
  #FloatSocials.replaced {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav {
    display: block;
    position: fixed;
    height: auto;
    width: 60%;
    max-width: 200px;
    z-index: 999;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100vh;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    text-align: right;
  }
  nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  nav div.main_menu > ul {
    display: block;
    margin-top: 10px;
    height: calc(100vh - 50px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  nav ul li:after {
    display: none;
  }
  .back-to-menu,
  nav div.main_menu ul li.menu-item-has-children {
    padding: 0 0 0 30px;
    width: calc(100% - 30px);
  }
  nav div.main_menu ul.active .back-to-menu:after,
  nav div.main_menu ul li.menu-item-has-children:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(images/svg/mob-menu-arrow.svg) center center no-repeat;
    background-size: contain;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  nav div.main_menu ul.active .back-to-menu:after {
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
  }
  nav div.main_menu ul.active li.menu-item-has-children {
    padding: 0;
    width: 100%;
  }
  nav div.main_menu ul.active li.menu-item-has-children:after {
    display: none;
  }
  nav ul.menu li a {
    padding: 10px 5px;
    width: calc(100% - 10px);
  }
  ul.sub-menu {
    display: none;
  }
  nav div.main_menu > ul > li > ul.sub-menu {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    /*overflow: hidden;*/
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    pointer-events: none;
  }
  nav div.main_menu > ul > li > ul.sub-menu.chekd {
    height: 0;
    position: relative;
  }
  ul.sub-menu li {
    display: block;
    width: calc(100% - 10px);
    margin: 0 auto 0 0;
    padding: 0;
    position: relative;
  }
  .sub-menu li:nth-child(1),
  .sub-menu li:nth-child(2) {
    margin: 0;
    width: 100%;
  }
  nav div.main_menu > ul.menu > li.active > ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  nav div.main_menu > ul.menu.active > li > a {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  nav div.main_menu ul li.current_page_item > a,
  nav div.main_menu ul li.current-menu-item > a {
    color: #000;
  }
  nav div.main_menu > ul > li > a {
    color: #fff;
    padding: 10px;
    width: calc(100% - 20px);
  }
  .back-to-menu {
    cursor: pointer;
  }
  #MobBtns {
    display: block;
    position: fixed;
    bottom: 3px;
    left: 2.5px;
    z-index: 99999;
  }
  #MobBtns div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 2.5px;
    background: rgba(0, 0, 0, 0.65);
    position: relative;
  }
  #MobBtns div a {
    display: block;
    height: 100%;
  }
  #MobBtns div svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
  }
  .page-template-page-front .part1 .content {
    padding: 200px 0 100px 0;
    width: 100%;
  }
  .page-template-page-front .part1 .form_container .form_wrap {
    width: 100%;
  }
  .page-template-page-front .part2 .posts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-template-page-front .part2 .posts .post_container {
    width: calc((100% / 2) - 10px);
    margin-left: 0;
    margin-bottom: 20px;
  }
  footer .flex {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .logo {
    margin: 0 auto;
  }
  .page-template-page-front .part4 .post_wrap {
    width: 27%;
  }
  footer .fcol .info_container .info_wrap {
    border-bottom: 0 !important;
  }
  footer .fcol .info_container {
    max-height: 1000px;
    margin-bottom: 25px;
  }
  footer .fcol:last-of-type:after {
    display: none;
  }
  footer .fcol {
    width: 50%;
    margin-left: 0;
  }
  .products_page .bar {
    width: 20%;
  }
  .products_page .services {
    width: 75%;
  }
  .page-template-page-contact .entry .info_container {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .page-template-page-contact .entry .info_container .info_wrap {
    margin-bottom: 10px;
    width: 100%;
  }
}

@media (max-width: 1025px) and (max-width: 600px), (max-device-width: 1025px) and (max-width: 600px) {
  .logo a img {
    max-width: 200px;
  }
  .page-template-page-front .part4 .post_wrap {
    width: 100%;
  }
  .page-template-page-front .part3 img.right_img,
  .page-template-page-front .part3 img.left_img {
    display: none;
  }
  .page-template-page-front .part3 .entry {
    max-width: 100%;
  }
  .page-template-page-front .part2 .posts .post_container {
    width: 100%;
  }
  .page-template-page-front .part1 .form_container .form_wrap .wrap {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .page-template-page-front .part1 .form_container .form_wrap .wrap > span.wpcf7-form-control-wrap {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .page-template-page-front .part6 .wrap .name, .page-template-page-front .part6 .wrap .tel, .page-template-page-front .part6 .wrap .email {
    width: 100%;
  }
  .page-template-page-front .part6 {
    background-size: cover !important;
  }
  .page-template-page-front .part6 h2:after {
    display: none;
  }
  .page-template-page-front .part6 .wrap input[type=submit] {
    width: 100%;
  }
  footer .fcol:last-of-type {
    width: 100%;
  }
  footer .fcol {
    width: 100%;
    margin-left: 0;
  }
  .archive .post {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
  }
  .archive .post:first-of-type .thumb {
    width: 100%;
  }
  .archive .post:first-of-type .content_container {
    width: 100%;
  }
  .post_page .more_posts .post_wrap {
    width: 100%;
  }
  .products_page .container {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .products_page .bar,
  .products_page .services {
    width: 100%;
  }
  .products_page .services .post_wrap {
    width: 100%;
  }
  .products_page .bar {
    max-height: 72px;
    overflow: hidden;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
  }
  .products_page .bar.active {
    max-height: 1000px;
  }
  .bar svg {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -10px;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(0deg);
    transform: translateX(50%) rotate(0deg);
    cursor: pointer;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
  }
  .bar svg.active {
    -webkit-transform: translateX(50%) rotate(180deg);
    transform: translateX(50%) rotate(180deg);
  }
  .page-template-page-contact .entry .wrap .email, .page-template-page-contact .entry .wrap .tel, .page-template-page-contact .entry .wrap .name {
    width: 100%;
  }
  .page-template-page-contact .entry {
    width: 100%;
  }
}

@media (min-width: 300px) and (max-width: 450px) {
  img.alignleft {
    width: 100%;
  }
}

