@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

  article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
  audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
  audio:not([controls]) { display: none; }
  [hidden] { display: none; }

  html { font-size: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }
  html, button, input, select, textarea { font-family: 'Open Sans', sans-serif; color: #222; }
  body { margin: 0; font-size: 1em; line-height: 1.4; }

  ::-moz-selection { background: #000; color: #fff; text-shadow: none; }
  ::selection { background: #000; color: #fff; text-shadow: none; }

  a { color: #00e; }
  a:visited { color: #551a8b; }
  a:hover { color: #06e; }
  a:focus { outline: thin dotted; }
  a:hover, a:active { outline: 0; }
  abbr[title] { border-bottom: 1px dotted; }
  b, strong { font-weight: bold; }
  blockquote { margin: 1em 40px; }
  dfn { font-style: italic; }
  hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
  ins { background: #ff9; color: #000; text-decoration: none; }
  mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
  pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
  pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

  q { quotes: none; }
  q:before, q:after { content: ""; content: none; }
  small { font-size: 85%; }
  sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  sup { top: -0.5em; }
  sub { bottom: -0.25em; }

  ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
  dd { margin: 0 0 0 40px; }
  nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

  img { border: 0; -ms-interpolation-mode: bicubic; }
  svg:not(:root) { overflow: hidden; }
  figure { margin: 0; }

  form { margin: 0; }
  fieldset { border: 0; margin: 0; padding: 0; }

  label { cursor: pointer; }
  legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
  button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
  button, input { line-height: normal; }
  button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
  button[disabled], input[disabled] { cursor: default; }
  input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
  input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
  button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
  textarea { overflow: auto; vertical-align: top; resize: vertical; }
  input:valid, textarea:valid {  }
  input:invalid, textarea:invalid { background-color: #f0dddd; }

  table { border-collapse: collapse; border-spacing: 0; }
  .home{
	  width:100%;
  }
  .home table {
	display:inline-table;
  }
  .home table br{
		display: block;
   margin: 5px 0;
   line-height:18px;
	}
  .home table.en{
	 margin-right: 0px;
	 width:36%;
  }
  .home table.he{
	 margin-right: 3%;
	 width:60%;
	 height:300px;
  }
	.know{
		display:inline-table;
		font-size: 20px;
		color: #ccc;
		display:none;
	}
  td { vertical-align: top; }

  .chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
  
  html {
    overflow-y: auto;
    overflow-x: hidden;
    background-color: transparent;
  }

  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  ::-webkit-scrollbar-button:start:decrement,
  ::-webkit-scrollbar-button:end:increment  {
    height: 0;
    width: 0;
    display: block;
    background-color: transparent;
  }
  
  ::-webkit-scrollbar-track-piece  {
    background-color: #000;
  }

  ::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #fff;
  }
  
  .lightbox-invisible {
    opacity: 0.0001;
  }














  /**  BASE FRAME  **/
  
  html, body {
    min-width: 800px;
    min-height: 100%;
  }
  
  .body {
    min-width: 660px;
  }
  
  body {
    /*background: #383838 url(../imgs/bg_main.gif);*/ 
	background: #F0F0F0;
    color: #ccc;
    font-size: 15px;
    /*font-family: 'Dosis', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
  }
  
  body.has-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  input, textarea, select {
   /* font-family: 'Dosis', sans-serif;*/
    font-weight: 500;
  }

  a, a:visited, a:hover, a:focus, a:active {
    color: #ccc;
    text-decoration: none;
  }

  h1, h2, h3, h4, h5, ul, ol, p {
    margin: 0; 
  }
  
  ul, ol {
    list-style: none;
    padding: 0;
  }

  .container {
    padding: 0 70px 100px 70px;
    margin: 0 auto;
  }
  
  .body {
    padding-top: 120px;
  }
  .body h1{
	  margin-bottom: 20px;
  }
  h1.page-title {
    display: none;
  }
  
  
  



  /** HEADER **/
  
  header.main {
    height: 80px;
    position: fixed;
    font-size: 16px;
    z-index: 1001;
    width: 100%;
    top: 0;
    left: 0;
    min-width: 800px;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
	background-color: #383838;
	border-bottom: 1px solid #FFF;
  }
  
  header.main nav {
    position: absolute;
    right: 70px;
    top: 40px;
    display: block;
  }
  
  header.main nav li {
    float: left;
    margin-left: 25px;
  }
  
  header.main nav a {
    color: #7E7B7B;
    -webkit-transition: color 100ms;
    -moz-transition: color 100ms;
    -o-transition: color 100ms;
    transition: color 100ms;
  }
  
  body.menu-color-white header.main nav a {
    color: #ccc;
  }
  
  body.menu-color-black header.main nav a {
    /*color: #000;*/
  }
      
  .btn-nav-toggle {
    display: none;
  }

  header.main h1 {
    position: absolute;
    top: 37px;
    left: 70px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  
  header.main h1 a {
    -webkit-transition: color 100ms;
    -moz-transition: color 100ms;
    -o-transition: color 100ms;
    transition: color 100ms;
	/*color: #F90;*/
  }
  
  body.menu-color-white header.main h1,
  body.menu-color-white header.main h1 a {
    color: #ccc;
	/*color: #F90;*/
  }
  
  body.menu-color-black header.main h1,
  body.menu-color-black header.main h1 a {
    /*color: #000;*/
  }

  @-webkit-keyframes flash {
  	0%, 50%, 100% {color: #7E7B7B;}	
  	25%, 75% {color: #ccc;}
  }

  @-moz-keyframes flash {
  	0%, 50%, 100% {color: #7E7B7B;}	
  	25%, 75% {color: #ccc;}
  }

  @-o-keyframes flash {
  	0%, 50%, 100% {color: #7E7B7B;}	
  	25%, 75% {color: #ccc;}
  }

  @keyframes flash {
  	0%, 50%, 100% {color: #7E7B7B;}	
  	25%, 75% {color: #ccc;}
  }
  
  @-webkit-keyframes flash2 {
  	0%, 50%, 100% {color: #000;}	
  	25%, 75% {color: #ccc;}
  }

  @-moz-keyframes flash2 {
  	0%, 50%, 100% {color: #7E7B7B;}	
  	25%, 75% {color: #ccc;}
  }

  @-o-keyframes flash2 {
  	0%, 50%, 100% {color: #7E7B7B;}	
  	25%, 75% {color: #ccc;}
  }

  @keyframes flash2 {
  	0%, 50%, 100% {color: #7E7B7B;}	
  	25%, 75% {color: #ccc;}
  }

  header.main nav .current-menu-item a {
  	-webkit-animation-name: flash;
  	-moz-animation-name: flash;
  	-o-animation-name: flash;
  	animation-name: flash;
  	-webkit-animation-iteration-count: infinite;
  	-moz-animation-iteration-count: infinite;
  	-o-animation-iteration-count: infinite;
  	animation-iteration-count: infinite;
  	-webkit-animation-duration: 5s;
  	   -moz-animation-duration: 5s;
  	     -o-animation-duration: 5s;
  	        animation-duration: 5s;
  	-webkit-animation-fill-mode: both;
  	   -moz-animation-fill-mode: both;
  	     -o-animation-fill-mode: both;
  	        animation-fill-mode: both;
  }
  
  .lt-ie10 header.main nav .current-menu-item a {
    color: #ccc;
  }
  
  body.menu-color-black header.main nav .current-menu-item a,
  body.menu-color-white header.main nav .current-menu-item a {
  	-webkit-animation-name: flash2;
  	-moz-animation-name: flash2;
  	-o-animation-name: flash2;
  	animation-name: flash2;
  }
  
  .lt-ie10 body.menu-color-black header.main nav .current-menu-item a, 
  .lt-ie10 body.menu-color-white header.main nav .current-menu-item a {
    color: #7E7B7B;
  }
  
  header.main nav a:hover {
    color: #ccc !important;
  }
  
  body.menu-color-white header.main nav a:hover,
  body.menu-color-white header.main h1 a:hover {
    color: #000 !important;
  }
  
  body.menu-color-black header.main h1 a:hover {
    color: #ccc !important;
  }
  
  body.no-controls header,
  body.no-controls #lightbox ul.buttons {
    opacity: 0;
  }




/** index **/
.index li {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.4);
    -o-box-shadow: 0 0 7px rgba(0,0,0,0.4);
    box-shadow: 0 0 7px rgba(0,0,0,0.4);
    background: #000;
    float: left;
    margin: 0 0 20px 0;
    min-height: 50px;
	border: 2px #FFF solid;
  }
.index li a {
    display: block;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
    position: relative;
    cursor: default;
	cursor: pointer;
  }
  
  .index.clients li a {
    cursor: auto;
  }
  
  .index li.loaded a:hover,
  .index.clients li a:hover {
    opacity: 1;
  }
  
  .index li img {
    display: block;
    width: 100%;
    height: auto !important;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
  }
  
  /** GALLERY **/
  
  .gallery {
    overflow: visible !important;
  }
  
  .gallery li {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.4);
    -o-box-shadow: 0 0 7px rgba(0,0,0,0.4);
    box-shadow: 0 0 7px rgba(0,0,0,0.4);
    background: #000;
    float: left;
    margin: 0 0 20px 0;
    min-height: 50px;
	border: 2px #FFF solid;
  }
  
  .gallery li a {
    display: block;
    /**/opacity: 0.9;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
    position: relative;
    cursor: default;
  }
  
  .gallery.clients li a {
    cursor: auto;
  }
  
  .gallery li.loaded a:hover,
  .gallery.clients li a:hover {
    opacity: 1;
  }
  /**/
  .gallery li img {
    display: block;
    width: 100%;
    height: auto !important;
    opacity: 0.4;/**/
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
  }
  
  .gallery li.loaded a {
    cursor: pointer;
  }
  
  .gallery li.loaded img,
  .gallery.clients li img {
    opacity: 1;
  }
  
  .gallery li .loading {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    overflow: hidden;
    background: url(../imgs/loading.gif) no-repeat 0 0;
  }









  /** LIGHTBOX **/
  
  #lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    background: #383838 url(../imgs/bg_main.gif); 
  }
  
  #lightbox .lightbox-image-overlay {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  #lightbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    -webkit-transition: top 200ms;
    -moz-transition: top 200ms;
    -o-transition: top 200ms;
    transition: top 200ms;
    z-index: 1;
  }
  
  html.touch #lightbox img {
    background: #000;
  }
  
  #lightbox.zoom img.current {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.8);
    -o-box-shadow: 0 0 30px rgba(0,0,0,0.8);
    box-shadow: 0 0 30px rgba(0,0,0,0.8);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
  }
  
  #lightbox img.next,
  #lightbox img.prev {
    z-index: 2;
  }
  
  #lightbox img.next.switching,
  #lightbox img.prev.switching {
    -webkit-transition: -webkit-transform 400ms;
    -moz-transition: -moz-transform 400ms;
    -o-transition: -o-transform 400ms;
    transition: transform 400ms;
  }
  
  #lightbox img.current.switching {
    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
    opacity: 0.1;
  }
  
  #lightbox .buttons {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 10;
    width: 100%;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
	background-color: #383838;
border-top: 1px solid #FFF;
height: 50px;
  }
  
  #lightbox .buttons a {
    cursor: pointer;
  }
  
  #lightbox .buttons li {
    position: absolute;
    top: 0;
  }
  
  #lightbox .buttons li.caption {
    left: 70px;
  }
  
  #lightbox .buttons li.close {
    right: 70px;
  }
  
  #lightbox .buttons li.zoom {
    right: 120px;
  }
  
  .touch #lightbox .buttons li.zoom {
    display: none;
  }
  
  #lightbox .buttons li.help {
    right: 166px;
  }
  
  body.functions-color-black #lightbox .buttons,
  body.functions-color-black #lightbox .buttons a {
    /*color: #000;*/
  }
  
  body.functions-color-white #lightbox .buttons,
  body.functions-color-white #lightbox .buttons a {
    color: #ccc;
  }
  
  #lightbox-prev, #lightbox-next {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: -60px;
    margin-left: -50px;
    display: none;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
  }
  
  #lightbox.zoom #lightbox-prev,
  #lightbox.zoom #lightbox-next {
    display: none !important;
  }
  
  #lightbox-prev {
    background: url(../imgs/btn_prev.png) no-repeat center;
  }
  
  #lightbox-next {
    background: url(../imgs/btn_next.png) no-repeat center;
  }
  
  body.arrow-color-black #lightbox-prev {
    background: url(../imgs/btn_prev_black.png) no-repeat center;
  }
  
  body.arrow-color-black #lightbox-next {
    background: url(../imgs/btn_next_black.png) no-repeat center;
  }
  
  body.home #lightbox-prev,
  body.home #lightbox-next,
  body.home .buttons {
    display: none !important;
  }
  
  body.home .gallery {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  
  body.home .gallery li {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: none;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  body.home .gallery li img {
    visibility: hidden;
  }
  









  /** BLOCKS **/
  
  body.category .body,
  body.error404 .body {
    padding-top: 140px;
  }
  
  body.category .container,
  body.error404 .container {
    padding-bottom: 0;
  }
  
  .cms-block {
    color: #777;
    text-transform: none;
    margin-bottom: 3em;
  }
  
  .cms-block a {
    color: #999;
    -webkit-transition: color 100ms;
    -moz-transition: color 100ms;
    -o-transition: color 100ms;
    transition: color 100ms;
  }
  
  .cms-block a:hover {
    color: #ccc;
  }
  
  .cms-block h1,
  .cms-block h2,
  .cms-block h3 {
    font-size: 16px;
    margin-bottom: 1em;
    font-weight: 500;
    color: #ccc;
    text-transform: uppercase;    
    letter-spacing: 1px;
  }
  
  .cms-block-text p {
    margin-bottom: 1em;
  }
  
  .cms-block .dynamics {
    background: #000;
    display: inline-block;
    padding: 3px 7px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-left: -4px;
  }

  .cms-block-timeline th {
    font-weight: 500;
    padding-right: 5px;
    vertical-align: top;
  }
  
  .body-left {
   float: right;
    width: 30%;
	padding-top: 37px;
  }
  
  .body-right { 
    float: left;
    width: 60%;
  }
  
  body.category-vita .body-left {
    width: 100%;
  }
  
  body.category-vita .body-right {
    display: none;
  }
  
  .cms-block-map {
    margin-bottom: 4em;
  }
  
  #maps {
    width: 100%;
    height: 320px;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.8);
    -o-box-shadow: 0 0 7px rgba(0,0,0,0.8);
    box-shadow: 0 0 7px rgba(0,0,0,0.8);
  }
  
  #maps .gmnoprint {
    display: none !important;
  }
  
  .wpcf7-form label {
    float: left;
    width: 12%;
  }
  
  .wpcf7-form .input {
    margin-bottom: 1em;
    position: relative;
  }
  
  .wpcf7-form .input input,
  .wpcf7-form .input textarea,
  .wpcf7-form .submit input {
    float: right;
    width: 85%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    background: #FFF;
    color: #999;
    font-size: 14px;
    padding: 5px 10px;
    outline: 0;
	border:1px solid #CCC;
    -webkit-transition: background 100ms;
    -moz-transition: background 100ms;
    -o-transition: background 100ms;
    transition: background 100ms;
	font-family: 'Open Sans', sans-serif;
  }
  
  .wpcf7-form .input input:focus,
  .wpcf7-form .input textarea:focus,
  
  .wpcf7-form .submit input:active,
  .wpcf7-form .submit input:focus {
    background: #FFF;
	border: 1px solid #da3289;
	/*color:#FFF;*/
  }
  
  .wpcf7-form .input textarea {
    resize: none;
    padding: 10px;
    height: 180px;
  }
  
  .wpcf7-form .submit input {
    float: right;
    width: auto;
    padding: 5px 20px;
    text-transform: uppercase;
	background-color:#da3289;
	color:#FFF;
  }
  .wpcf7-form .submit input:hover{
	  background-color:#f13e9b;
	/*  border: 1px solid #f13e9b;*/
  }
  .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    top: 0;
    background: #ccc;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 11px;
    padding: 0 6px;
    z-index: 2;
  }
  
  .wpcf7-display-none {
    display: none;
  }
  
  .wpcf7-response-output {
    background: #000;
    padding: 5px 6px;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 2em;
    color: #ccc;
  }
  
  ul.social {
    position: relative;
    z-index: 2;
  }
  
  ul.social li a {
    display: block;
    float: left;
    position: relative;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 50px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 5px;
  }
  
  ul.social li a:hover {
    background-position: 0 -25px;
  }
  
  .btn-facebook { background-image: url(../imgs/btn_facebook.gif); }
  .btn-xing { background-image: url(../imgs/btn_xing.gif); }
  .btn-artstack { background-image: url(../imgs/btn_artstack.gif); }
  .btn-tumblr { background-image: url(../imgs/btn_tumblr.gif); }
  








  @media screen and (max-width: 480px) {
        
    html, body {
      min-width: 1px;
      min-height: 1px !important;
      font-size: 16px;
    }
    
    body {
      min-height: 1px !important;
    }
    
    header.main {
      width: 100%;
      min-width: 100%;
      padding: 20px 0;
      position: relative;
      top: auto;
      left: auto;
      height: auto;
      margin-bottom: 30px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: -10px;
      margin-right: -10px;
    }
    
    header.main h1 {
      position: static;
      font-size: 16px;
      top: auto;
      left: auto;
    }
    
    header.main nav {
      position: static;
      font-size: 16px;
      top: auto;
      left: auto;
      margin-top: 15px;
      display: none;
      width: 100%;
      border-color: #fff;
    }
    
    header.main.show {
      background: rgba(0,0,0,0.7);
    }
    
    header.main.show * {
      color: #fff !important;
    }
    
    header.main.show nav {
      display: block;
    }
    
    header.main nav ul {
      width: 100%;
    }
    
    header.main nav li {
      float: none;
      margin: 0;
      border-top: 1px solid #fff;
    }
    
    header.main nav li a {
      display: block;
      padding: 5px 0;
      width: 100%;
    }
    
    .btn-nav-toggle {
      display: block;
      float: right;
      position: absolute;
      top: 16px;
      right: 10px;
      width: 30px;
      height: 30px;
      background: #000 url(../imgs/btn_nav-toggle.png) no-repeat center;
      background-size: 100%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      z-index: 3;
      cursor: pointer;
    }
    
    .container {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      padding-left: 10px;
      padding-right: 10px;
      min-height: 1px;
    }
    
    .body {
      min-width: 100%;
      padding-top: 0 !important;
    }
    
    .body, ul.masonry {
      width: 100% !important;
    }
    
    .body-left,
    .body-right {
      width: 100%;
      float: none;
    }
    
    .cms-block h1,
    .cms-block h2,
    .cms-block h3 {
      font-size: 16px;
    }
    
    .cms-block {
      margin-bottom: 2em;
    }
    
    .cms-block .dynamics {
      font-size: 16px;
    }
    
    #maps {
      height: 460px;
    }
    
    .cms-block-timeline table {
      width: 100%;
    }
    
    .cms-block-timeline th {
      display: block;
      text-align: left;
      line-height: 0.8em;
      font-size: 16px;
      color: #999;
      padding: 0;
    }
    
    .cms-block-timeline td {
      display: block;
      padding-bottom: 30px;
    }
    
    .wpcf7-form .input label,
    .wpcf7-form .input input,
    .wpcf7-form .input textarea {
      float: none;
      clear: both;
      width: 100%;
    }
    
    .wpcf7-form .input input,
    .wpcf7-form .input textarea,
    .wpcf7-form .submit input {
      font-size: 16px;
    }
    
    .wpcf7-form .input textarea {
      height: 200px;
    }
    
    .wpcf7-response-output {
      font-size: 16px;
      margin-bottom: 1em;
    }
    
    .wpcf7-not-valid-tip {
      font-size: 16px;
      top: auto;
      bottom: 7px;
      right: 4px;
    }
    
    body.home #lightbox {
      position: absolute;
      top: 0;
      left: 0;
    }
    
    body.home .gallery {
      overflow: visible !important;
    }
    
    body.home .gallery li {
      width: 320px !important;
      height: 444px !important;
    }
    
    body.lightbox-active .container {
      /*display: none;*/
    }
    
    body.home.lightbox-active .container {
      display: block;
    }
    
    #lightbox img {
      /*width: 320px;*/
    }
    
    #lightbox .buttons li.caption {
      left: 15px;
    }
    
    #lightbox .buttons li.close {
      right: 15px;
    }
    
    #lightbox ul.buttons {
      font-size: 16px;
      bottom: 33px;
    }
    
  }










  /*@media screen and (max-width: 568px) and (orientation: landscape) {*/
@media screen and (max-width: 970px)  {
	iframe{
		position: relative!important;
		top: auto!important;
		right: auto!important;
		width:449px!important;
		height:382px!important;
	}

    html, body {
      min-width: 1px;
      min-height: 1px !important;
      font-size: 16px;
    }

    body {
      min-height: 1px !important;
    }
	
.home table.en{
	 width:90%;
	 margin:0 auto;
  }
  .home table.he{
	 width:90%;
	 margin:0 auto;
	 margin-bottom:30px;
	 height: auto;
  }
    header.main {
      width: 100%;
      min-width: 100%;
      padding: 20px 0;
      position: relative;
      top: auto;
      left: auto;
      height: auto;
      margin-bottom: 5px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: -10px;
      margin-right: -10px;
    }

    header.main h1 {
      position: static;
      font-size: 16px;
      top: auto;
      left: auto;
    }

    header.main nav {
      position: static;
      font-size: 16px;
      top: auto;
      left: auto;
      margin-top: 15px;
      display: none;
      width: 100%;
      border-color: #fff;
    }

    header.main.show {
      background: rgba(0,0,0,0.7);
    }

    header.main.show * {
      color: #fff !important;
    }

    header.main.show nav {
      display: block;
    }

    header.main nav ul {
      width: 100%;
    }

    header.main nav li {
      float: none;
      margin: 0;
      border-top: 1px solid #fff;
    }

    header.main nav li a {
      display: block;
      padding: 5px 0;
      width: 100%;
    }

    .btn-nav-toggle {
      display: block;
      float: right;
      position: absolute;
      top: 16px;
      right: 10px;
      width: 30px;
      height: 30px;
      background: #000 url(../imgs/btn_nav-toggle.png) no-repeat center;
      background-size: 100%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      z-index: 3;
      cursor: pointer;
    }

    .container {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      padding-left: 10px;
      padding-right: 10px;
      min-height: 1px;
    }

    .body {
      min-width: 100%;
      padding-top: 0 !important;
    }

    .body, ul.masonry {
      width: 100% !important;
    }

    .body-left,
    .body-right {
      float: none;
	  padding-top: 0;
	  width:80%;
		margin:5px auto 0 auto;
    }

    .cms-block h1,
    .cms-block h2,
    .cms-block h3 {
      font-size: 16px;
    }

    .cms-block {
      margin-bottom: 2em;
    }

    .cms-block .dynamics {
      font-size: 16px;
    }

    #maps {
      height: 260px;
    }

    .cms-block-timeline table {
      width: 100%;
	  width: 80%;
margin: 0 auto;
display: block;
margin-bottom: 50px;
    }

    .cms-block-timeline th {
      display: block;
      text-align: left;
      line-height: 0.8em;
      font-size: 16px;
      color: #999;
      padding: 0;
    }

    .cms-block-timeline td {
      display: block;
      /*padding-bottom: 30px;*/
    }

    .wpcf7-form .input label,
    .wpcf7-form .input input,
    .wpcf7-form .input textarea {
      float: none;
      clear: both;
      width: 100%;
    }

    .wpcf7-form .input input,
    .wpcf7-form .input textarea,
    .wpcf7-form .submit input {
      font-size: 16px;
    }

    .wpcf7-form .input textarea {
      height: 200px;
    }

    .wpcf7-response-output {
      font-size: 16px;
      margin-bottom: 1em;
    }

    .wpcf7-not-valid-tip {
      font-size: 16px;
      top: auto;
      bottom: 7px;
      right: 4px;
    }

    body.home #lightbox {
      position: absolute;
      top: 0;
      left: 0;
    }

    body.home .gallery {
      overflow: visible !important;
    }

    body.home .gallery li {
      width: 568px !important;
      height: 320px !important;
    }

    body.lightbox-active .container {
     /* display: none;*/
    }

    body.home.lightbox-active .container {
      display: block;
    }

    #lightbox img {
      /*width: 568px;*/
    }

    #lightbox .buttons li.caption {
      left: 15px;
    }

    #lightbox .buttons li.close {
      right: 15px;
    }

    #lightbox ul.buttons {
      font-size: 16px;
      bottom: 0px;
    }
    
  }








  
  

  .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
  .ir br { display: none; }
  .hidden { display: none !important; visibility: hidden; }
  .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
  .invisible { visibility: hidden; }
  .clearfix:before, .clearfix:after { content: ""; display: table; }
  .clearfix:after { clear: both; }
  .clearfix { *zoom: 1; }

  @media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } 
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
  }
