@charset "utf-8";

/* UTILITY */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearbox, .clear {
  clear: both;
}

/* CUSTOM STYLING */
/* page */
body {
  color: #313131;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  background: #fff;
  padding-top: 35px;
}

body, select, input, textarea, button, h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans Hebrew', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: .1em auto .1em;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.65em;
}

h3 {
  font-size: 1.40em;
}

h4 {
  font-size: 1.30em;
  font-weight: bold;
  margin-bottom: 5px;
}

h5 {
  font-size: 1.18em;
}

h6 {
  font-size: 1.05em;
  font-weight: bold;
}

.page-header {
  margin: 0;
  border-bottom: 0;
}

.page-header h2 {
  line-height: 1;
}

html[dir="rtl"] .row-fluid [class*="span"] {
  float: right;
  margin-left: 0;
  margin: 0 0 20px;
  padding-left: 20px;
}

html[dir="rtl"] p.readmore a.btn [class^="icon-"], html[dir="rtl"] p.readmore a.btn [class*=" icon-"] {
  display: none;
}

#content li {
  list-style-position: inside;
}

p {
  margin-bottom: .35em;
  text-align: justify
}

td {
  border: solid #A8A8A8 1px;
  padding: .35em;
}

::selection {}

table.no-border td {
  border-width: 0px;
}

a, a:link, a:visited {
  color: #41b5c9;
  text-decoration: none;
  transition: color .3s;
}

a:hover, a:active {
  color: #8cd3e0;
  transition: color .3s;
}

.nav>li>a:hover, .nav>li>a:focus {
  background: none;
}

/* btn style*/
a.btn, .button, .btn, a.product-details, a.readmore {
  background: #41b5c9 !important;
  color: #fff;
  text-shadow: none;
  font-size: 16px;
  box-shadow: none;
  border: 0 !important;
  transition: all .3s;
  padding: 5px 10px;
  margin-top: 5px;
  display: inline-block;
}

a.btn:hover, .button:hover, .btn:hover, a.product-details:hover, a.readmore:hover {
  background: #fff !important;
  color: #4f4e4e;
  transition: all .3s;
}

/* breadcrumb */
ul.breadcrumb {
  background: none;
  font-size: 24px;
}

ul.breadcrumb span.divider.icon-location {
  display: none
}

ul.breadcrumb .divider {
  background: url(../img/arrows.png) no-repeat center 6px;
}

ul.breadcrumb .divider img {
  opacity: 0;
}

#all {
  width: 100%;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.w100, .w75, .w66, .w50, .w33, .w25 {
  display: inline-block;
  margin: 1%;
}

.w100 {
  width: 100% !important;
}

.w75 {
  width: 73%;
}

.w66 {
  width: 64%;
}

.w50 {
  width: 48%;
}

.w33 {
  width: 31%;
}

.w25 {
  width: 19%;
}

.custom.brohim {
  margin-bottom: 70px;
}

/*Waypoints*/
/* .wp1, .wp2, .wp3, .wp4, .wp5, .wp6 { visibility: hidden; } */
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight {
  visibility: visible;
}

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.delay-15s {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

.delay-2s {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

/* header */
#headerBG {
  background: #E3E3E3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  border-bottom: 2px solid #41b5c9;
  position: relative;
  z-index: 999;
  transition: all .3s;
}

#header {
  padding: 20px 0 0;
  text-align: center;
}

#header>* {
  display: inline-block;
  vertical-align: bottom;
}

#header>.helper {
  width: 100%;
  max-width: 81%;
  position: relative;
}

/* logo */
#logo {
  padding-bottom: 15px;
  max-width: 180px;
  margin-left: 20px;
  transition: all .3s;
}

#logo img {
  transition: all .3s;
}

/* nav */
#menu {
  text-align: center;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 101;
  padding-top: 1px;
  margin-top: 7px;
}

/* main menu */
.moduletable.mainmenu {
  display: inline-block;
  position: relative;
  z-index: 99;
  max-width: none;
  margin: 0 0 0 0 !important;
  height: auto;
  line-height: 35px;
  float: right;
}

.mod-languages {
  margin-top: 4px;
  margin-left: 4px;
}

.moduletable.mainmenu .unim {
  margin: 0;
  margin-top: -2px
}

.moduletable.mainmenu .unim>li {
  margin-bottom: 0 !important;
  border-right: 0;
  color: #fff;
  font-size: 20px;
  transition: all .3s;
}

.moduletable.mainmenu .unim>li>a {
  overflow: hidden;
  position: relative;
  padding-bottom: 15px !important;
  font-size: 17px;
  color: #4f5154;
}

.moduletable.mainmenu .unim>li>a:before {
  content: "\f0de";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #41b5c9;
  font-size: 27px;
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: all .3s;
}

.moduletable.mainmenu .unim .mobile-show {
  visibility: hidden;
  width: 0;
  height: 0;
}

.moduletable.mainmenu a {
  font-size: 16px;
  transition: all .3s;
  font-family: 'Open Sans Hebrew', sans-serif;
}

.moduletable.mainmenu .unim>li>a i {
  display: none;
}

.moduletable.mainmenu .unim>li.active>a, .moduletable.mainmenu .unim>li.current>a, .moduletable.mainmenu .unim>li:hover>a, .moduletable.mainmenu .unim>li.opened>a {
  color: #41b5c9;
  transition: all .3s;
}

.moduletable.mainmenu .unim>li.active>a:before, .moduletable.mainmenu .unim>li.current>a:before, .moduletable.mainmenu .unim>li:hover>a:before, .moduletable.mainmenu .unim>li.opened>a:before {
  bottom: -14px;
  transition: all .3s;
}

.moduletable.mainmenu .submenu {
  width: 200px;
  top: 35px;
  margin: 0;
}

.moduletable.mainmenu ul.submenu.level2 {
  background: #21211c;
  width: 200px;
  top: 0px;
}

.moduletable.mainmenu .submenu a {
  color: #fff;
  background: #21211c;
  font-size: 15px;
}

.moduletable.mainmenu .submenu>li.active>a, .moduletable.mainmenu .submenu>li.current>a, .moduletable.mainmenu .submenu>li:hover>a {
  background: #41b5c9;
  color: #fff;
}

/* main menu mobile */
.moduletable.mainmenu .unim-icon.responsive.mobile {
  padding: 0px;
  color: #000;
  text-align: right;
}

.moduletable.mainmenu .unim.responsive.mobile {
  text-align: right;
}

.moduletable.mainmenu .unim.responsive.mobile>li>a:before {
  content: "\f0d9";
  bottom: 10px;
  right: -50px;
  left: 0;
}

.moduletable.mainmenu .unim.responsive.mobile>li.active>a:before, .moduletable.mainmenu .unim.responsive.mobile>li.current>a:before, .moduletable.mainmenu .unim.responsive.mobile>li:hover>a:before, .moduletable.mainmenu .unim.responsive.mobile>li.opened>a:before {
  right: 0;
}

.moduletable.mainmenu .unim.responsive.mobile .mobile-show {
  visibility: visible;
  width: 100%;
  height: auto;
}

.moduletable.mainmenu .unim.responsive.mobile .submenu, .moduletable.mainmenu .unim.responsive.mobile ul.submenu.level2 {
  width: 100%;
  margin-right: 0;
}

/* links display */
#links {
  transition: all .3s;
  position: relative;
}

#links .moduletable.switcher {
  position: absolute;
  left: -75px;
  top: 0;
}

#links .nav {
  margin-bottom: 0;
}

#lang-switch {
  margin-top: 7px;
}

#links>* {
  display: inline-block;
  vertical-align: top;
}

#links .unim>li:before, #links .unim>li a {
  display: inline-block;
  float: right;
}

#links .unim>li:before {
  line-height: 30px
}

#links .unim>li {
  margin-bottom: 0 !important;
  border-right: 0;
  color: #257FAB;
  font-size: 20px;
  transition: all .3s;
  margin-right: 5px;
}

#links .unim>li a {
  color: #090b18;
  font-size: 16px;
  transition: all .3s;
  font-family: 'Open Sans Hebrew', sans-serif;
}

#links .unim>li.login a {
  background: #3B96D2;
  color: #fff;
}

#links .unim>li.login:hover a {
  background: #000;
  color: #fff;
}

#links .unim>li.fa.fa-phone a {
  padding-right: 2px !important;
}

#links .unim>li:hover {
  color: #000;
  transition: all .3s;
}

.moduletable.likecount {
  margin-top: -8px;
}

.dg-phone-mobile {
  display: none;
}

/*slider*/
#slider {
  margin: -140px auto 0;
  position: relative;
  min-width: 1500px;
}

.jmslideshow .cycle-prev, .jmslideshow .cycle-prev:hover, .jmslideshow .cycle-prev:visited, .jmslideshow .cycle-prev:active, .jmslideshow .cycle-prev:focus {
  background: url(../img/left-arrow.png) no-repeat center center;
}

.jmslideshow .cycle-next, .jmslideshow .cycle-next:hover, .jmslideshow .cycle-next:visited, .jmslideshow .cycle-next:active, .jmslideshow .cycle-next:focus {
  background: url(../img/right-arrow.png) no-repeat center center;
}

/*go_to_element*/
#go_to_element {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 10%;
  left: 12%;
  margin: 0 auto;
  cursor: pointer;
  display: block;
  text-align: center;
  z-index: 999;
}

#go_to_element:before {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: rgba(0, 0, 0, 0.6);
  font-size: 27px;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: all .3s;
}

/*sidebar*/
#sidebar1, #sidebar2 {
  padding: 0 10px;
}

#sidebar1 .moduletable, #sidebar2 .moduletable {
  margin-bottom: 25px;
}

#sidebar2 .nav.menu li, #sidebar1 .nav.menu li {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px
}

#sidebar2 ul.wc-blog-items-menu {
  list-style-type: none;
}

#sidebar2 ul.wc-blog-items-menu li {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
}

#sidebar2 ul.menu li.current a {
  font-weight: bold;
}

/* main */
#center {
  padding: 95px 0 0;
}

#center.sidebar1, #center.sidebar2 {
  width: 70%;
}

#center.sidebar1 {
  float: left;
}

#center.sidebar2 {
  float: right;
}

#center.sidebar1.sidebar2 {
  width: 50%;
  float: right;
}

#sidebar1, #sidebar2 {
  width: 25%;
  float: right;
  padding: 45px 10px;
  margin-top: 60px;
}

#center.sidebar2 .main-content {
  width: 90%
}

#content {
  padding: 40px 0;
}

#content .row {
  margin-left: 0;
}

#center .moduletable {
  margin-bottom: 25px;
}

#center .moduletable.title-icon {
  font-size: 80px;
}

#content object, .main-content object {
  margin: 15px;
  display: inline-block
}

.pull-right {
  margin-left: 3%;
  margin-bottom: 14%
}

.page-header>*, .newsflash-title, .vbContainer>h2, .blog>h2, .browse-view>h1, .blog-featured .item-title, .moduletable .module-title {
  font-size: 30px;
  color: #313131;
  line-height: 32px !important;
  margin-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  font-weight: normal;
  position: relative;
}

/*.page-header > *:before, .newsflash-title:before , .vbContainer > h2:before, .blog > h2:before, .browse-view > h1:before,.blog-featured .item-title:before, .moduletable .module-title:before{content:''; height:0; width:100%; max-width: 300px; position: absolute; right:0; bottom:0;border-bottom: 1px solid #061C4A; box-shadow: 0 1px 0 #37416E;}*/
.blog .item .page-header>* {
  font-size: 20px;
}

.blog .item {
  position: relative;
}

.blog .item iframe {
  /*position:absolute; top:100px;*/
  float: left;
  margin-right: 10px;
  left: 0;
  width: 234px;
  height: 250px;
}

.blog object {
  margin: 15px;
}

.blog .items-row {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 25px;
}

.item-page .article-subtitle {
  font-size: 23px;
  font-weight: normal;
  line-height: 25px;
}

/*.item-page.inside.portfolio{text-align: center;}*/
.item-page.inside.portfolio .page-header>*:before {
  height: 1px;
  border-bottom: 1px solid #061C4A;
  box-shadow: 0 1px 0 #37416E;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* bottom */
#bottomBG {
  margin-top: 50px;
}

#bottom {
  padding: 20px;
  color: #3f3f3f;
  text-align: center;
  position: relative;
}

#bottom>.moduletable {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
  text-align: right;
}

/*footer*/
#footerBG {
  border-top: 1px solid #636363;
  box-shadow: 0 1px 0 #3c3b3b;
  position: relative;
  z-index: 600;
  background-color: #E3E3E3;
  opacity: 0.9;
}

#footer {
  padding: 20px;
  text-align: center;
}

#footer, #footer a {
  color: #222222;
}

#footer a:hover {
  color: #257FAB;
}

.moduletable.rights {
  font-size: 12px;
  color: #222
}

.moduletable.rights p {
  text-align: center
}

/*back_to_top*/
#back_to_top {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: -225px;
  left: 10px;
  margin: 0 auto;
  cursor: pointer;
  display: block;
  text-align: center;
  z-index: 999;
}

#back_to_top:before {
  content: "\f077";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: rgba(0, 0, 0, 0.6);
  font-size: 27px;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: all .3s;
}

.footer-links {
  margin: 0 12px 0 0;
}

.footer-links li {
  display: inline-block;
  margin: 0 5px;
}

/*ask-a-question pop-up*/
#fancybox-wrap {
  width: 100% !important;
  max-width: 600px;
  top: 20% !important;
  right: 0 !important;
  left: 0 !important;
  margin: 0 auto;
}

#fancybox-wrap iframe {
  height: 500px;
}

body.contentpane {
  background: #f8efe4;
}

body.contentpane .ask-a-question-view h1 {
  font-size: 22px;
}

body.contentpane .product-summary h2 {
  font-size: 20px;
  font-weight: normal;
}

body.contentpane .product-summary .short-description {
  display: none;
}

body.contentpane .product-summary .width30.floatleft.center {
  float: right;
  max-width: 75px;
  height: auto;
}

body.contentpane .product-summary .width30.floatleft.center img {
  width: 100%;
  height: auto;
}

body.contentpane .form-field {
  float: right;
  max-width: 300px;
  text-align: right;
  margin-top: 0px;
  direction: rtl;
}

body.contentpane table.askform td {
  float: right;
  direction: rtl;
}

body.contentpane table.askform input {
  display: inline-block;
  width: 100% !important;
  height: 25px;
  max-width: 150px;
}

body.contentpane table.askform textarea {
  display: inline-block;
  width: 100% !important;
  height: 60px;
  max-width: 250px;
}

a.ask-a-question, input.highlight-button {
  text-shadow: none !important;
  font-size: 16px;
  box-shadow: none !important;
  border: 0 !important;
  background: #E63F2E !important;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
  transition: all .3s;
  padding: 5px 10px;
  margin-top: 10px;
  cursor: hand;
  cursor: pointer;
}

a.ask-a-question:hover, input.highlight-button:hover {
  background: #3a1d0d !important;
}

/*custom style*/
#mainBG {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 500
}

/*onepage section styles*/
.moduletable.bg-mod.wp3 {
  margin-top: -266px
}

.moduletable.section {
  padding: 50px 0;
}

.moduletable.section, .moduletable.bg-mod, .moduletable.bg-mod .custom.bg-mod, .moduletable.full-width {
  width: 100%;
  min-height: 700px;
  position: relative;
  overflow: hidden;
}
.tlv-module {
  min-height: unset;
}

.moduletable.en-tlv-asstraction {
  min-height: 455px;
  height: 615px;
}

.moduletable.section.service {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 500;
  padding: 0;
  margin-bottom: 0;
  min-height: 35px
}

.my-home .moduletable.section.service {
  margin-bottom: 30px;
}

.moduletable.bg-mod.wp4 {
  margin-top: -54px;
}

html[dir="ltr"] .moduletable.bg-mod.wp4 {
  margin-top: -28px;
}

.moduletable.bg-mod.map {
  display: none;
}

.custom.section {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 10px;
}

.custom.section.service {
  padding: 40px 0;
}

.custom.section.quote {
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.84);
  line-height: 50px;
}

.moduletable.bg-mod .custom.bg-mod {
  background-repeat: no-repeat;
  background-attachment: fixed;

}

@media(max-width:992px){
  .moduletable.bg-mod .custom.bg-mod{
    background-attachment: scroll;
  }
  body.home section#main{
    background-color: #fff;
  }

}
.moduletable.bg-mod .custom.section {
  padding-top: 456px;
  margin-right: 162px;
}
body.doc-lang-en-gb .moduletable.bg-mod .custom.section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.moduletable.section .module-title {
  text-align: center;
}

/*.moduletable.section .module-title:before{height:1px; border-bottom: 1px solid #061C4A; box-shadow: 0 1px 0 #37416E; margin: 0 auto; left:0; right:0;}*/
.custom.section.portfolio {
  text-align: center;
}

.moduletable.map {
  overflow: hidden;
  height: 250px;
  min-height: 150px;
}

.moduletable.map iframe, .moduletable.map img {
  width: 100% !important;
  max-width: none;
}

.moduletable.studio-picture {
  min-height: inherit;
  height: 250px;
  overflow: hidden;
}

/*sticky header*/
#headerBG.stuck {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: all .3s;
}

#headerBG.stuck #lang-switch {}

.langSwitcher img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

#headerBG.stuck #header {
  padding-top: 10px;
}

#headerBG.stuck #logo {
  max-width: 180px;
  transition: all .3s;
}

#headerBG.stuck #links {
  opacity: 1;
  transition: all .3s;
  position: absolute;
  left: 0px;
  bottom: 5px;
}

#headerBG.stuck .moduletable.mainmenu .unim>li>a {
  font-size: 16px;
  padding-bottom: 10px !important;
}

#headerBG.stuck .moduletable.mainmenu {
  margin: 4px auto
}

/*OVERRIED*/
/*social-menu*/
.moduletable.social-menu li a.fa:before {
  background: #4f5154;
  border: 0;
  color: #41b5c9;
  height: 30px;
  width: 30px;
  line-height: 29px;
  font-size: 20px;
  transition: all .3s;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.moduletable.social-menu li a.fa:hover:before {
  background: #41b5c9;
  border: 0;
  color: #FFF;
  transition: all .3s;
}

/* categories module display*/
.moduletable.categories {
  clear: both;
}

.moduletable.categories ul, .menu.categories {
  text-align: center;
  margin: 0;
}

.moduletable.categories li, .menu.categories li {
  display: inline-block;
  width: 19%;
  text-align: center;
  position: relative;
  margin: 0px auto;
  height: 180px;
  transition: all .3s;
}

/*.moduletable.categories li:before, .menu.categories li:before{content:''; height:200px; width:1px; max-width: 300px; position: absolute; right:2px; bottom:0; border-right:1px solid #061C4A; z-index: 2; box-shadow: 1px 0 0 #37416E;}*/
/*.moduletable.categories li:first-child:before, .menu.categories li:first-child:before{display: none;}*/
.moduletable.categories li:hover, .menu.categories li:hover {
  transition: all .3s;
}

.moduletable.categories li a, .menu.categories li a {
  text-align: center;
}

.nav.menu.categories img {
  margin-bottom: 15px;
  max-width: 100px
}

button.vbPostButton.pull-right.btn {
  margin-bottom: 0;
}

.mod-languages li a {
  color: #4f5154
}

.mod-languages li a:hover {
  color: #41b5c9
}

.mod-languages .lang-active li a {
  color: #41b5c9
}

/*.moduletable.categories li a img, .menu.categories li a img{width:auto; height:auto; margin-top: 25px; transition: all .3s;}
.moduletable.categories li:hover a img, .menu.categories li:hover a img{margin-top: -270px; transition: all .3s;}
.moduletable.categories li a span, .menu.categories li a span{padding:10px 0 ;font-size:18px; color:#fff; position: absolute;  left:0; right:0; top:auto; bottom:0; background:none; }*/
.moduletable.categories li a, .menu.categories li a {
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  margin: 15px 30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #313131;
  box-shadow: 0 0 0 0 rgba(221, 62, 73, 1);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  font-family: 'Open Sans Hebrew', sans-serif;
}

/*.moduletable.categories li:hover a , .menu.categories li:hover a{box-shadow: 0 0 0 4px rgba(221, 62, 73, 1);}*/
.moduletable.categories li a:before, .menu.categories li a:before {
  font-family: FontAwesome;
  speak: none;
  font-size: 75px;
  line-height: 120px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  margin-bottom: 20px;
}

.moduletable.categories li:hover a:before, .menu.categories li:hover a:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.moduletable.categories li a:after, .menu.categories li a:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -8px;
  left: -8px;
  padding: 8px;
  z-index: -1;
  opacity: 0;
  /*box-shadow: 3px 3px 0 rgba(221, 62, 73,1);*/
  -webkit-transition: opacity 0.2s, box-shadow 0.2s;
  -moz-transition: opacity 0.2s, box-shadow 0.2s;
  transition: opacity 0.2s, box-shadow 0.2s;
}

.moduletable.categories li:hover a:after, .menu.categories li:hover a:after {
  opacity: 1;
  /*box-shadow: 3px 3px 0 rgba(221, 62, 73,1);*/
}

/* blog categories display */
.wces-blog div .wces-blog div {
  float: right;
  margin-left: 10px;
}

.wces-blog div .wces-blog div h3 {
  display: block;
  min-height: 85px;
  overflow: hidden;
  padding-bottom: 0;
}

.wces-blog .base-desc {
  display: block;
  width: 100%;
}

div.categories-list.wces-blog div.span3 a {
  max-height: 383px;
  overflow: hidden;
  display: block;
}

div.categories-list.wces-blog div.span3 h3 a {
  max-height: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*foxcontainer*/
.foxcontainer {
  margin: 0 0 !important
}

.moduletable.section.contactbox {
  text-align: center;
  min-height: 200px;
  padding-top: 50px;
}

.home .moduletable.section.contactbox {
  margin: 46px auto 0;
}

.foxcontainer h2, .foxcontainer {
  color: #000;
  margin-bottom: 10px;
  line-height: 25px;
}

.foxcontainer.contactbox .control-group {
  display: inline-block;
  width: 100%;
  max-width: 200px;
}

.foxcontainer.contactbox .customhtml0.control-group {
  display: block;
  max-width: 100%;
  text-align: center;
  margin-bottom: 10px !important;
}

.foxcontainer input[type="text"], .foxcontainer input, .foxcontainer textarea {
  background: #e3e3e3 !important;
  color: #676464 !important;
  border-radius: 5px !important;
  border: 0 !important;
  padding: 0 10px !important;
}

.foxcontainer button.btn {
  width: 100% !important;
  border-radius: 5px !important;
  height: 30px;
  background: #41b5c9 !important;
}

.foxcontainer button.btn:hover {
  background: #fff !important;
}

.foxcontainer button.btn span {
  color: #000 !important;
}

.main-content {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}

/*k2*/
.portfolio-k2Content {
  list-style: none;
  text-align: center;
}

.portfolio-k2Content li {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 10px 10px;
  max-height: 225px;
  overflow: hidden;
  border: 1px solid #4F4E4E;
  transition: all .3s;
}

.portfolio-k2Content li:hover {
  border: 1px solid #41b5c9;
  transition: all .3s;
}

.portfolio-k2Content li img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .3s;
}

.portfolio-k2Content li:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  transition: all .3s;
}

#filter {
  padding-right: 20px;
}

#filter a {
  padding: 5px 10px;
  background: #052244;
  margin-left: 3px;
  color: #fff;
}

#filter a.active {
  background: #41b5c9;
}

#folio-container {
  clear: both;
  padding-top: 20px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

/* Direction Left to Right */
html[dir="ltr"] body, html[dir="ltr"] #header {
  text-align: left;
  direction: ltr
}

html[dir="ltr"] #links {
  float: right
}

html[dir="ltr"] #links .moduletable.switcher {
  left: auto;
  right: -75px;
}

html[dir="ltr"] #logo {
  margin-right: 20px;
  margin-left: 0;
}

html[dir="ltr"] #headerBG.stuck #logo {
  max-width: 180px
}

html[dir="ltr"] .moduletable.mainmenu .unim>li>a {
  padding-bottom: 10px !important;
}

html[dir="ltr"] .pull-left {
  margin-right: 2%
}

html[dir="ltr"] .pull-right {
  float: left;
  margin-right: 2%;
  margin-left: 0;
}

html[dir="ltr"] .fa-phone:before {
  float: right;
  margin-left: 12px;
  margin-right: 0;
}

html[dir="ltr"] .col-md-2 {
  float: left
}

html[dir="ltr"] .col-md-10 {
  float: left
}

html[dir="ltr"] #menu {
  top: -2px
}

html[dir="ltr"] #lang-switch {
  margin-top: 5px
}

html[dir="ltr"] #headerBG.stuck #lang-switch {
  margin-top: 12px
}

html[dir="ltr"] #headerBG.stuck #menu {
  top: 2px
}

.homepage-studio-en h2, .homepage-studio-en h3 {
  text-align: left;
}

html[dir="ltr"] .homepage-studio-en a.readmore {
  float: left;
}

html[dir="ltr"] #center.sidebar2 {
  float: left;
}

ul.category-module {
  list-style-type: none;
  margin: 0;
}

ul.category-module li {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
  position: absolute;
  right: -9px;
  color: #666666;
  display: block;
  top: 7px;
}

#lang-switch {
  margin-top: 1px;
  float: left;
  text-align: left;
}

.studio {
  width: 1060px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0 15px;
}

.onepage .quote {
  max-width: none;
  margin-right: 0 !important;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.onepage .quote p {
  background: rgba(73, 73, 73, 0.53);
  padding: 10px;
  text-align: center;
}

.tafrit {
  background: #41b5c9;
  font-size: 16px;
  padding: 5px 10px;
}

.tafrit:hover {
  background: #fff;
  color: black !important;
  transition: all .3s;
}

.bt-cs .bt-row {
  position: relative;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.bt-cs .bt-inner {
  margin: 0;
  position: relative;
  text-align: center;
  border: 0;
  border-radius: 5px;
  padding: 50px;
}

#btcontentslider188 .bt_handles {
  top: -30px !important;
  right: 5px !important;
}

.bt-cs .bt-inner:before {
  position: absolute;
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 50px;
  right: 20px;
  top: 20px;
  color: rgba(0, 0, 0, 0.3);
}

.bt-introtext {
  text-align: right;
}

.bt-cs .bt-inner:after {
  position: absolute;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 50px;
  left: 20px;
  bottom: 20px;
  color: rgba(0, 0, 0, 0.3);
}

.bt-cs {
  position: relative;
  border: none;
  display: inline-block;
}

.bt-cs .bt-inner .bt-title {
  font-weight: normal;
  font-size: 25px;
  color: #41B5C9;
}

.moduletable.contentSlider {
  text-align: center;
  max-width: 1060px;
  margin: 0 auto;
}

.moduletable.contentSlider h3 {
  text-align: right;
  font-weight: normal;
  font-size: 30px;
  color: #313131;
  line-height: 32px !important;
}

.bt-cs .bt-inner .readmore {
  margin: 0;
  position: relative;
  text-align: center;
}

div.mod-languages ul.lang-inline li.lang-active {
  display: none;
}

.jctk_testimonials-form hr {
  margin: 7px 0;
}

.jctk-testimonials-default strong {
  color: #3DBBF0;
}

.jctk_testimonials-form .form-horizontal .control-label {
  text-align: right;
  float: right;
  padding-top: 4px;
  padding-bottom: 1px;
  margin-bottom: 1px;
}

.jctk_testimonials-form .form-horizontal .controls {
  /*-    margin-right: 180px;*/
  margin-left: 0px;
}

.jctk_testimonials-form textarea {
  height: 27px;
  /*max-width: 250px;*/
  width: 96%;
  margin-bottom: 6px;
}

.jctk_testimonials-form input,
.jctk_testimonials-form select {
  width: 100%;
  max-width: 250px;
}

.jctk_testimonials-form #dynamic_recaptcha_1 {
  margin-top: 10px;
}

/*.wc-testmonails-message-input{margin-top: 10px;}*/
.jctk_testimonials-form .form-horizontal .control-group {
  float: right;
  margin-bottom: 0;
}

.jctk_testimonials-form .form-horizontal .control-group

/* test emonials midufcation

.jctk_testimonials-form textarea{    max-width: 100%;
    float: right;
    clear: both;
    width: 98%;}
		.form-horizontal .control-group{float: right;}


/* end testmonails */
/* brick freewall styles */
.tlv-module {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  min-height: unset!important;
}

#freewall {
  width: 80%;
  margin: 0 auto;
}

.brick {
  width: 221.2px;
  position: relative;
}

.brick img {
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.brick h4 {
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 14pt;
  text-align: center;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.brick:hover img {
  opacity: 0.3;
}

.brick:hover h4 {
  opacity: 1;
}

div>top-phone {
  width: 200px;
  position: relative;
}

.tlv-module h4 a {
  color: #313131;
}

.tlv-module {
  max-width: 1060px;
  margin: 0 auto;
}

/* cookie */
.cadre_inner_alert_cookies {
  padding: 10px 10px 5px;
}

/* erez full items menu
*/
.erez-sitemap ul li ul {
  margin-right: 67px;
}

.erez-sitemap img {
  display: none;
}

.erez-sitemap .menu.categories li {
  width: auto;
  height: auto;
}

.erez-sitemap .menu.categories li a {
  margin: 0;
  height: auto;
}

.erez-sitemap ul>li>a {
  font-weight: bold;
}

.erez-sitemap ul>li>ul>li>a {
  font-weight: normal;
}

/* styles by language (en) */
html[dir="ltr"] .jctk_testimonials-form .form-horizontal .control-label {
  float: left;
  text-align: left;
}

html[dir="ltr"] .jctk_testimonials-form .form-horizontal .control-group {
  float: left;
}

.grid-item {
  padding: 20px;
  border-left: 1px solid #8FD3DE;
  /*height:  649px;*/
  height: auto;
}

.brohim.grid-item {
  border: unset;
  padding: 20px 5px;
}

.grid-item img {
  margin-bottom: 15px;
}

.grid-big {
  clear: both;
}

.page-blog .moduletable {
  display: flex;
}

#blogmenuen li {
  direction: ltr;
  display: flex;
  margin: 10px;
  padding: 10px;

  &:hover {
    color: green;
  }
}
.doc-lang-en-gb  #blogmenuen li{
  margin: 10px 0;

}

#blogmenuhe, #blogmenuen {
  display: flex;
  align-self: center;
  align-items: center;
  margin: 0 auto;
}

#blogmenuhe li {
  direction: rtl;
  display: flex;
  margin: 10px;
  padding: 10px;

  &:hover {
    color: green;
  }
}

@media(max-width:767px) {
  #blogmenuhe, #blogmenuen {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.blog-credirt {
  margin-top: -17px;
  font-size: x-small;
  float: right;
  clear: both;
  width: 100%;
}

.page-blog h1 {
  text-align: center;
  color: #999;
}

.page-blog .pagination ul {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 72px;
}
.content_rating{
    display: block;
    clear: both;
}

@media(max-width:767px) {
  .page-blog .pagination ul li:nth-child(5), .page-blog .pagination ul li:nth-child(6), .page-blog .pagination ul li.pagination-start, .page-blog .pagination ul li.pagination-end {
    display: none;
  }

  .img-full{
     width: 95%;
     margin: 10px;
  }
  /** products arcive width */
  .woocommerce ul.products li {
    width:100%!important;

  }


.page-blog .pagination li span, .page-blog .pagination li a {
  color: #fff;
  background-color: #41b5c9;
  padding: 7px 9px;
  font-size: 13pt;
}

.blog-cat-menu .moduletable {
  border-top: 1px dotted #41b5c9;
  border-bottom: 1px dotted #41b5c9;
}

.blog-cat-menu .moduletable a {
  font-weight: bold;
  font-size: 13pt;
}

.page-blog .article-info.muted {
  margin-top: 0;
}

.page-blog .article-info.muted .category-name {
  font-size: 0pt;
  font-weight: 300;
  color: yellow;
}

.page-blog .article-info.muted .category-name a {
  font-size: 16pt;
}

.page-blog .page-header h2 {
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}

/* top contact start */
.wc-es-menu {
  border: 1px solid #000000;
  color: #000000;
  text-transform: none;
  white-space: normal;
  widows: 1;
  word-spacing: 0px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 74%;
  padding: 15px;
}

.wc-es-menu p {
  font-size: 14px;
  text-align: center;
}

.wc-es-menu h3 {
  font-size: 20px;
}

.moduletable.section.contactbox.wc-top-form {
  margin-top: 0;
  padding-top: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 78px;
  overflow: hidden;
  min-height: 10px;
}

#foxcontainer_m233 .fox_form input[type="text"], .contactbox.wc-top-form .foxcontainer input[type="text"] {
  background-color: #fff !important;
}

.wc-top-form h3 {
  display: none;
}

.foxcontainer.contactbox.wc-top-form .customhtml0.control-group {
  max-width: 17%;
  display: inline-grid;
}

.wc-top-form {
  display: inline;
}

#slider {
  margin-top: -80px;
}

#main {
  /*margin-top: 134px;*/
}

/* top contact end */
/* social shares */
.blogPost .pull-right {
  margin-bottom: 0;
}

/**** linked in *****/
button.IN-2bc0215c-7188-4274-b598-1969e06d4d7c-1G9ISYhSF8XoOmdcl0yKDu {
  padding: 7px 13px 22px !important;
  border-radius: 13px;
}

.IN-2bc0215c-7188-4274-b598-1969e06d4d7c-1G9ISYhSF8XoOmdcl0yKDu>xdoor-icon {
  position: relative;
  left: 11px;
}

/**** pinters ****/
.fastsocialshare-share-pinterest>span {
  padding: 5px 2px 23px 15px !important;
  background-position: 92% !important;
  border-radius: 13px;
}

#erez-stern-info table tr td {
  min-width: 200px;
}

#info-table td {
  border: unset;
}

a.mod-articles-category-title.active {
  font-weight: 600;
}

.blogPost .pull-right {
  margin-bottom: 0;
}

/* enbglish blog modification */
body.doc-lang-en-gb ul.breadcrumb .divider {
  background: unset;
}

body.doc-lang-en-gb ul.breadcrumb .divider img {
  transform: scale(2);
  filter: invert(86%) sepia(46%) saturate(2%) hue-rotate(0deg) brightness(96%) contrast(81%);
  opacity: 1;
}

table.table-no-border td {
  border: unset;
}
@media(min-width:1024px){
	.menuid101  .grid-item {
	  padding: 20px 0;
	  border-left: 1px solid #8FD3DE;
	  /*height:  649px;*/
	  height: auto;
	}
  .menuid101  .brohim.grid-item{
    border: unset;
    padding-bottom: 0;
  }
	/*.wrapper{
		max-width: 1060px;
	}*/
	.menuid101 #content {
		max-width: 1060px;
	}
}

@media(min-width:992px){
  body.doc-lang-en-gb .main-content{
    width: 90%;
  }
}
