﻿/*! jQuery UI - v1.9.0 - 2012-10-24
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  zoom: 1;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  zoom: 1;
}
.ui-autocomplete {
  position: absolute;
  cursor: default;
  z-index: 99 !important;
  outline: none;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* reset extra padding in Firefox */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/

  z-index: -1;
  /*must have*/

  filter: mask();
  /*must have*/

  top: -4px;
  /*must have*/

  left: -4px;
  /*must have*/

  width: 200px;
  /*must have*/

  height: 200px;
  /*must have*/

}
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  /*margin: -1px;*/
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  z-index: 100;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
/* vertical centre icon */
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
span.ui-spinner {
  background: none;
}
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */

  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  -o-box-shadow: 0 0 5px #aaa;
  -moz-box-shadow: 0 0 5px #aaa;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
  background-image: none;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url(/static/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url(/static/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url(/static/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url(/static/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url(/static/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(/static/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(/static/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/static/images/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(/static/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(/static/images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(/static/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/static/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(/static/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(/static/images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/static/images/ui-icons_ffd27a_256x240.png);
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #666666 url(/static/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .5;
  filter: alpha(opacity=50);
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(/static/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: alpha(opacity=20);
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/***********/
/* MOBILE */
/*********/
@media all and (max-width: 640px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .noMobile {
    display: none !important;
  }
  .flex-caption {
    top: 0 !important;
  }
  .ewaveLogo {
    margin: 10px;
  }
  .mainColumn {
    padding: 0 2%;
  }
  #CenterColumnBottom,
  #CenterColumn {
    overflow: initial;
  }
  #CenterColumnBottom {
    padding-top: 0 !important;
    padding: 0 10px;
  }
  #CenterColumnBottom > div {
    float: none;
  }
  .innerPageTitle h1 {
    padding-right: 1.5%;
    font-size: 1.5em;
  }
  .contactForm .ui-autocomplete-input {
    width: 100% !important;
  }
  .contactForm #txtPhone {
    float: right;
    width: 70%;
  }
  .contactForm select {
    float: left;
    direction: rtl;
    width: 103%;
    margin: 0;
    background: transparent;
    border: 0;
    padding-right: 5px;
  }
  .select-bg-mobile {
    display: block !important;
    background: url(/images/select-arrow.png) 6px 10px no-repeat #ffffff;
    height: 29px;
    float: left;
    border: 1px solid #d3d3d3;
    -moz-background-size: 8px 7px;
    -o-background-size: 8px 7px;
    background-size: 8px 7px;
  }
  .ddlPhonePrefix.select-bg-mobile {
    width: 27% !important;
    float: left !important;
  }
  .contactForm .controls {
    overflow: hidden;
  }
  #ddlContactSubjects {
    padding-right: 15px;
  }
  /*Article Gallery*/
  .ArticleShort {
    width: 90%;
    margin: 0 auto;
  }
  .ArticleShort .articleShortImg {
    width: auto;
    float: right;
    margin: 1% 0;
  }
  .ArticleGallery .ArticleShort {
    height: auto !important;
    max-height: 1000px;
  }
  .ArticleGallery .ArticleShort .articleShortText {
    height: auto !important;
  }
  .ArticleGallery .ArticleShort .ArticleImg {
    width: 230px;
    margin: 0 auto !important;
    float: none !important;
  }
  .ArticleGallery .ArticleShort .ArticleImg img {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .ArticleGallery.lines .ArticleShort.span12 {
    max-height: 175px;
  }
  .scheduleOuterAppointmentPopup {
    width: 362px !important;
    height: 606px !important;
    left: 0 !important;
    margin-top: -76% !important;
    margin-right: -34%;
  }
  /* Login */
  #CenterColumn {
    position: relative;
  }
  .loginIframe {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
  
    padding-top: 25px;
    height: 0;
  }
  .loginIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
  }
  .LoginWrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    -webkit-box-shadow: -1px 2px 15px #505050;
    box-shadow: -1px 2px 15px #505050;
  }
  .pageHeaderRow .LoginWrapper .iframeWrapper {
    height: auto !important;
  }
  /*Menu top 10*/
  .Top10Menu {
    width: 95%;
    position: relative;
    margin-right: 9px;
    /*overflow: hidden;*/
    margin-top: 5%;
    margin-bottom: 0;
  }
  .Top10Menu .widthSet {
    height: 100px;
    min-width: 300px;
    overflow: hidden;
  }
  .Top10Menu .MenuWrapper ul.Menu {
    padding: 5px 0;
    float: left;
    overflow: hidden;
    height: 112px;
  }
  .Top10Menu .MenuWrapper ul.Menu li {
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
    margin: 0;
    opacity: 0;
  }
  /*Menu top 10 - Carousel*/
  .MenuWrapper .Menu li {
    margin: 0 5px !important;
  }
  .MenuWrapper .menuOpenArrow {
    display: none !important;
  }
  .MenuWrapper .flex-direction-nav a.flex-next {
    background: url(/images/bg_direction_nav.png) top right no-repeat;
    right: -8px;
  }
  .MenuWrapper .flex-direction-nav a.flex-prev {
    background: url(/images/bg_direction_nav.png) top left no-repeat;
    left: -8px;
  }
  /*main carousel  */
  .Slider {
    width: 100% !important;
    height: auto !important;
  }
  .Slider .flex-caption {
    font-size: 20px;
    height: 130px;
    overflow: hidden;
  }
  .Slider .flex-caption p {
    display: none;
  }
  .Slider .flex-caption h3 {
    font-size: 16px;
  }
  .flexslider {
    margin: 0 0 20px !important;
  }
  .flexslider .slides > li {
    max-height: 135px;
  }
  .flexslider .slides img {
    height: auto;
    min-height: 135px;
  }
  .flex-control-nav {
    bottom: 0 !important;
    right: 10px !important;
  }
  .Carousel .flex-direction-nav .flex-next {
    background: url(/images/bg_direction_nav.png) top right no-repeat;
    width: 28px;
    height: 27px;
    top: 80px;
  }
  .Carousel .flex-direction-nav .flex-prev {
    background: url(/images/bg_direction_nav.png) top left no-repeat;
    width: 28px;
    height: 27px;
    top: 80px;
  }
  /*Join*/
  .Join {
    width: 96% !important;
    height: 300px;
    margin-bottom: 20px !important;
  }
  .Join iframe {
    height: 300px !important;
  }
  .joinForm * {
    float: none;
    margin: 2px 0;
  }
  .joinForm label {
    width: 100%;
    font-size: 14px;
  }
  .joinForm .inline-block {
    width: 100%;
  }
  .joinWrapper p {
    /*margin: 10px 0;*/
    width: 100% !important;
  }
  .joinForm .sendBtn {
    position: absolute;
    bottom: 0;
    left: 5px;
  }
  .joinLeumitLogo {
    float: none;
    width: 100% !important;
  }
  .joinLeumitLogo img {
    width: 100%;
    height: auto;
    max-width: 285px;
  }
  #joinIFrame {
    min-height: 280px;
  }
  .confirmJoinMsg {
    width: 80%;
    margin-top: -40px;
  }
  .joinWrapper .regexError {
    width: 70%;
    float: right;
    margin-top: -40px;
  }
  .joinWrapper .regexError span {
    padding-right: 0 !important;
  }
  .joinWrapper .regexError span:after {
    display: table;
    content: "";
  }
  .joinWrapper .block .valid-msg {
    font-size: 12px;
    float: right;
    margin-top: 0 !important;
  }
  div.joinWrapper.container-fluid {
    height: 290px;
    overflow: hidden;
  }
  /*Header*/
  header .header {
    overflow: hidden;
  }
  header .header ul {
    margin: 0 !important;
    height: 30px;
    float: none!important;
    padding: 0px 8px !important;
  }
  header .header ul li {
    border: 0;
  }
  .header .span8 {
    width: 60% !important;
  }
  .header .serviceInfo {
    font-size: 13px !important;
    width: 40%;
    margin: 0 0 0 10px !important;
  }
  .fontSize {
    display: none !important;
  }
  .LeumitLogo {
    width: 38% !important;
    height: 10% !important;
  }
  header .header .facebook {
    margin: 0 0 0 10px;
    font-size: 12px;
    float: right;
  }
  header .headerSocialIcons {
    margin: 0 0 0 11px !important;
  }
  header .header .headerSocialIcons .BlueBtn {
    padding: 7px 8px;
    margin-right: 5px;
    margin-left: 5px;
  }
  header .header .headerSocialIcons .BlueBtn.joinLink {
    float: right;
    margin-left: 0;
  }
  header .header .serviceInfo span {
    display: block;
    color: #005fa9;
  }
  .breadCrumbs {
    width: 95%;
  }
  /*Footer*/
  footer .footer ul li {
    margin: 5px 0;
  }
  /*Nav*/
  nav {
    height: 65px;
    padding-bottom: 0 !important;
  }
  nav .nav {
    display: none;
    position: absolute;
    top: 65px;
    z-index: 10;
  }
  nav .nav > li {
    width: 100% !important;
    background: #05488d;
    border-bottom: 1px solid white;
    -moz-box-shadow: inset 0px -5px 22px #04396f;
    -webkit-box-shadow: inset 0px -5px 22px #04396f;
    box-shadow: inset 0px -5px 22px #04396f;
  }
  nav .nav > li:last-child {
    border-bottom: none;
  }
  nav .nav > li:first-child {
    padding: 0;
  }
  nav .nav .generalSearch {
    display: none;
    height: 45px !important;
    width: 100% !important;
  }
  nav .nav > li.generalSearch .select2-container {
    width: 97% !important;
    margin-right: 10px;
  }
  nav .nav > li.generalSearch .select2-container .select2-choice {
    width: 97%;
  }
  nav .nav > li > a {
    display: block;
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
    border-bottom: 1px solid #fff;
  }
  nav .nav > li span.navItemText {
    float: right;
  }
  nav .nav > li span.mainNavArrow {
    float: left;
    width: 16px;
    height: 16px;
    background: none;
    margin-left: 20px;
  }
  nav .nav > li span.mainNavArrow:after {
    content: '+';
  }
  nav .nav > li .subMenu {
    position: relative;
    top: 0;
    width: 100%;
  }
  nav .nav > li .subMenu ul {
    width: 100%;
    margin: 0;
  }
  nav .nav > li .subMenu ul li {
    background: #3786C8;
    padding: 0 5px;
  }
  nav .nav > li .subMenu ul li a {
    max-width: 100%;
    padding: 8px 7px;
    font-weight: 600;
  }
  nav .nav > li.generalSearch input[type="text"] {
    width: 91%;
    margin: 10px auto;
  }
  /*Search*/
  /*.searchResultsTable .phone > span,
      .searchResultsTable .fax > span { display: block; }*/
  ul.searchResultsTable .searchResultHead {
    display: none !important;
  }
  ul.searchResultsTable .searchResultBody {
    display: list-item !important;
  }
  ul.searchResultsTable .searchResultBody > div {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 11px;
  }
  ul.searchResultsTable .searchResultBody > div.name {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
  }
  ul.searchResultsTable .searchResultBody > div.address {
    float: right;
  }
  ul.searchResultsTable .searchResultBody > div .phone,
  .searchResultsTable .searchResultBody > div .fax {
    width: 150px;
  }
  div.divHospitalsList {
    position: absolute;
    width: 85%;
    direction: rtl;
  }
  #divPrices {
    width: 100%;
    float: right;
    visibility: hidden;
    padding-top: 5px;
  }
  #divPrices .divPricesSpacer {
    width: 1%;
  }
  #divPrices .lblDeductible {
    text-align: right;
  }
  ul.searchResultsTable .searchResultBody .SurgeonsAddress {
    display: block;
  }
  .divHospitalsListWrapper {
    direction: rtl;
  }
  .InstructionHeadlineLable {
    margin-top: 1%;
  }
  .SearchPharmacies ul.searchResultsTable .searchResultBody > div {
    width: 100% !important;
    margin: 2px 11px;
  }
  .SearchPharmacies ul.searchResultsTable .searchResultBody .address > div:first-child {
    float: right;
    margin-left: 20px;
    margin-top: 11px;
  }
  .SearchExperts ul.searchResultsTable .searchResultBody {
    overflow: visible;
  }
  .SearchSurgeries ul.searchResultsTable .searchResultBody {
    overflow: visible;
  }
  /*SearchForm*/
  .searchForm {
    width: 100%;
  }
  .searchForm .BlueBtn {
    float: left;
    margin: 5% 0;
    margin-left: -7px;
  }
  .searchResultsTitle {
    float: none !important;
  }
  .searchForm .control-group .control-label {
    float: none !important;
    width: auto !important;
    font-weight: bold;
  }
  .searchForm .checkbox {
    margin-bottom: 15px;
    margin-left: 10px;
  }
  .searchForm .openAdvSearch {
    font-size: 18px;
  }
  .searchForm .cleanForm {
    font-size: 16px;
    vertical-align: -22px;
  }
  /*#mobileScroll { width: 700px; }*/
  /*Link Buttons*/
  .LinkButton {
    margin: 7px;
    padding: 10px;
  }
  .LinkButton .span4 {
    text-align: center;
  }
  .LinkButton .span6 p {
    display: block;
    height: auto;
    text-align: center;
  }
  .FreeText.LinkButton {
    width: 95%;
  }
  /*Banner*/
  .Banner {
    float: none !important;
    margin: 0 auto !important;
    width: 80% !important;
  }
  .Banner img {
    max-width: inherit;
    max-width: 227px;
  }
  /*Content Plugin*/
  .contentplugin[codename="SearchDoctorsShort"] {
    width: 260px;
    float: right;
    clear: both;
  }
  .EligibilitySearch .searchForm .float-left {
    margin-left: 0;
  }
  .EligibilitySearch .searchForm .control-group .control-label {
    float: none !important;
    width: auto !important;
  }
  /*CALCULATORS*/
  .calculators .resultsCalculator .resultsWrapper .BMIscale {
    width: 100%;
  }
  .calculators .resultsCalculator .resultsWrapper .BMIscale img {
    width: 97%;
  }
  .calculators .resultsCalculator .resultsWrapper .BMIscale .BMIarrow {
    width: 14px;
    height: 35px;
    top: -10px;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .lettersContainer {
    margin-top: 15px;
  }
  .lettersContainer .lettersContainerInner a {
    float: right;
    font-size: 16px;
  }
  .contentplugin[codename="SearchServiceCentersShort"],
  .contentplugin[codename="EligibilitySearchShort"],
  .contentplugin[codename="SearchMedicalCentersShort"],
  .contentplugin[codename="SearchPharmaciesShort"],
  .contentplugin[codename="SearchEmergencyCenterShort"],
  .contentplugin[codename="SearchDoctorsShort"],
  .contentplugin[codename="SearchMedicinesShort"],
  .contentplugin.InlineArticle {
    width: 97%;
    float: none;
    margin: 0 auto;
  }
  .contentplugin.InlineArticle {
    overflow: hidden;
  }
  .contentplugin[codename="SearchServiceCentersShort"] .searchForm .BlueBtn,
  .contentplugin[codename="EligibilitySearchShort"] .searchForm .BlueBtn,
  .contentplugin[codename="SearchMedicalCentersShort"] .searchForm .BlueBtn,
  .contentplugin[codename="SearchPharmaciesShort"] .searchForm .BlueBtn,
  .contentplugin[codename="SearchEmergencyCenterShort"] .searchForm .BlueBtn,
  .contentplugin[codename="SearchDoctorsShort"] .searchForm .BlueBtn,
  .contentplugin[codename="SearchMedicinesShort"] .searchForm .BlueBtn {
    margin: 5% 0;
  }
  .SearchMedicines .searchResultsSummery .searchResultsTitle > div {
    float: right;
  }
  .SearchMedicines ul.searchResultsTable .searchResultBody > div {
    display: block;
  }
  .SearchMedicines #pnError {
    float: none;
    clear: none;
    margin-right: 4%;
    margin-bottom: 0;
  }
  .FloatingMessage {
    width: 260px !important;
    min-width: 260px !important;
    margin-right: -138px;
    top: -190px;
  }
  .generalPopup h2 {
    font-size: 20px;
  }
  .FloatingMessage .msgText {
    padding: 0 10px;
  }
  .sendFriendPopup {
    right: 10px;
  }
  .select2-search-choice-close {
    width: 20px;
    height: 18px;
    background: none;
    left: -2px !important;
    top: 0px;
  }
  .select2-search-choice-close:before {
    content: 'X';
    font-weight: bold;
    font-size: 15px;
    color: #555;
    margin: 5px;
    line-height: 18px;
    font-family: Arial;
  }
  .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: 0 0;
  }
  .imgMobile {
    width: 100% !important;
    height: auto !important;
  }
  .mapPopup {
    width: 250px;
    height: 420px;
    left: 0 !important;
    right: 80px !important;
  }
  .specializationListPopup {
    width: 250px;
    height: 420px;
    left: 0 !important;
    right: 80px !important;
  }
  .scheduleOuterAppointmentPopup {
    width: 400px;
    height: 480px;
    left: 0 !important;
    right: 110px !important;
  }
  .mobileWelcomePage .headerTable td a img {
    vertical-align: 0px;
  }
  .mobileWelcomePage .pageitem {
    font-size: 18px !important;
  }
  .mobileWelcomePage .mainLogo {
    margin-top: 26px !important;
  }
  .expertsPaymentType {
    display: block !important;
  }
  .expertsPhone {
    padding-right: 10px;
    width: initial;
  }
  .expertsRemarks {
    width: 87%;
  }
  /*HearingAid*/
  .divSecondSearch .searchBtn {
    margin-top: -10%;
  }
  .mobileMode {
    display: inline-block;
  }
  .price {
    direction: rtl;
  }
  .phoneNumber {
    display: block !important;
  }
  .newLine {
    display: block !important;
  }
}
/***********/
/* TABLET */
/*********/
/*For join Iframe in tablets*/
/*@media all and (min-width: 500px) and (max-width: 640px) {
    .Join { width: 96% !important; height: 265px; margin-bottom: 20px !important; }
    .joinForm * { float: none; margin: 2px 0; }
    .joinForm label { width: 60px; }
    .joinWrapper p { margin: 10px 0; width: 100% !important; }
    .joinForm .sendBtn { margin: 10px 0 0 0; }
    .joinLeumitLogo { float: none; width: 100% !important; }
    .joinLeumitLogo img { width: 100%; height: auto; max-width: 290px; }
    #joinIFrame { min-height: 280px; }
}*/
@media all and (min-width: 641px) and (max-width: 1023px) {
  .flex-caption {
    top: 0 !important;
  }
  /* .Login { display: none; }*/
  .mobile {
    display: none !important;
  }
  /*SearchForm*/
  .searchForm .BlueBtn {
    margin: 2% 5%;
  }
  .Join {
    width: 96% !important;
    margin-bottom: 20px !important;
  }
  .select2-search-choice-close {
    width: 20px;
    height: 18px;
    background: url(/images/select2_mobile.png) no-repeat;
    left: -2px !important;
    top: 1px;
  }
  .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: 0 0;
  }
  .mainColumn {
    padding-right: 10px;
  }
}
@media all and (min-width: 641px) and (max-width: 999px) {
  .mobile {
    display: none !important;
  }
  /* .select-bg-mobile { visibility: hidden; }*/
  /*login*/
  .LoginWrapper {
    width: 33%;
  }
  /*header*/
  header .header .headerSocialIcons {
    margin: 10px 0 0 17px;
  }
  header .header .serviceInfo {
    margin: 0 0 0 15px;
    float: none;
  }
  .facebook {
    margin-left: 20px;
  }
  nav .nav > li.generalSearch {
    width: 23% !important;
  }
  nav .nav > li.generalSearch .select2-container {
    width: 100% !important;
  }
  nav .nav > li.generalSearch .select2-container .select2-choice {
    width: 100% !important;
  }
  .LinkButton .span6 {
    margin-right: 10px;
    min-width: 80px;
  }
  .imgMobile {
    width: 100% !important;
    height: auto !important;
  }
  /*nav*/
  nav .nav > li span.navItemText {
    margin-right: 5px;
  }
  /*hp slider*/
  .Slider {
    width: 67%;
  }
  /*Top10*/
  .MenuWrapper ul.Menu li {
    width: 66px;
  }
  /*Articles*/
  .ArticleGallery .ArticleShort {
    margin-left: 2px !important;
    margin-right: 10px;
  }
  .ArticleGallery .ArticleShort.span4 {
    width: 30% !important;
    height: 260px;
    max-height: 260px;
  }
  .ArticleGallery .ArticleShort.span4 .articleShortText pre {
    height: 100px;
    max-height: 100px;
    overflow: hidden;
  }
  .ArticleGallery .ArticleShort.span12 .articleShortLink {
    left: 27px !important;
  }
  .sideColumn .FreeText {
    width: 94%;
  }
  .sideColumn .FreeText .LinkButton table {
    width: 150px !important;
  }
  .mapPopup {
    top: 50% !important;
    right: 50% !important;
    margin-right: -300px !important;
  }
  .specializationListPopup {
    right: 50% !important;
    margin-right: -300px !important;
  }
  .scheduleOuterAppointmentPopup {
    top: 50%;
    right: 50%;
    margin-right: -300px !important;
  }
  .LinkButton .span4 {
    width: 36% !important;
  }
  .calculators .resultsCalculator .resultsWrapper .BMIscale {
    width: 100%;
  }
  .calculators .resultsCalculator .resultsWrapper .BMIscale img {
    width: 98%;
  }
  .calculators .resultsCalculator .resultsWrapper .BMIscale .BMIarrow {
    width: 14px;
    height: 35px;
    top: -10px;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}
/************/
/* DESKTOP */
/**********/
@media all and (min-width: 1000px) {
  .mobile {
    display: none !important;
  }
  .boxes .ArticleShort.span4,
  .boxes .ArticleShort.span3,
  .boxesBigArticle .ArticleShort.span4,
  .boxesBigArticle .ArticleShort.span3 {
    height: 225px;
  }
  .MiddleContentHP .ArticleGallery .ArticleShort.span3,
  .boxes .ArticleShort.span3 {
    margin: 0px 1.4% 20px 0.3% ;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  header {
    height: 105px;
  }
  .ewaveLogo {
    margin-top: 30px;
  }
  /* Article Img - in desktop fixed size */
  .ArticleGallery .ArticleShort p {
    height: 80px;
    overflow: hidden;
  }
  .ArticleGallery.lines .ArticleShort p {
    height: 67px;
  }
  .ArticleGallery .ArticleShort.span12 p {
    height: 130px;
  }
  .contactForm #txtAutocomplete {
    width: 284px;
  }
  #regexSpanVLD1 {
    position: absolute;
    bottom: 0;
    right: 150px;
  }
  .searchResultBody .name > a {
    position: absolute;
    top: -10px;
  }
  .eng .contactForm #txtPhone {
    float: right;
    margin-right: 58px;
  }
  .fr .contactForm #txtPhone {
    float: right;
    margin-right: 58px;
  }
  .rus .contactForm #txtPhone {
    float: right;
    margin-right: 58px;
  }
  .listenToYou .messgaeTextbox textarea {
    width: 96%;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: right;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 980px;
  }
  .span12 {
    width: 980px;
  }
  .span11 {
    width: 900px;
  }
  .span10 {
    width: 820px;
  }
  .span9 {
    width: 740px;
  }
  .span8 {
    width: 660px;
  }
  .span7 {
    width: 580px;
  }
  .span6 {
    width: 500px;
  }
  .span5 {
    width: 420px;
  }
  .span4 {
    width: 340px;
  }
  .span3 {
    width: 260px;
  }
  .span2 {
    width: 180px;
  }
  .span1 {
    width: 100px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: right;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:last-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: right;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: right;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:last-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    /*padding-right: 20px;
      padding-left: 20px;*/
  }
  .wrapper {
    /*padding-right: 5%;
      padding-left: 5%;
      width: 90%;*/
  
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    /*margin-right: -20px;
      margin-left: -20px;*/
  
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: right;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);*/
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
/*.flexslider .slides {zoom: 1;}*/
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(/static/images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  /*right: 5px;*/
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  /*left: 5px;*/
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  /*width: 100%;*/
  position: absolute;
  bottom: 10px;
  right: 30px;
  text-align: right;
}
.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #a1a1a1;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0px 2px 6px #777;
  -webkit-box-shadow: inset 0px 2px 6px #777;
  -moz-box-shadow: inset 0px 2px 6px #777;
}
/*.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }*/
.flex-control-paging li a.flex-active {
  background: #6ab945;
  cursor: default;
  box-shadow: inset 0px 2px 6px #168a37;
  -webkit-box-shadow: inset 0px 2px 6px #168a37;
  -moz-box-shadow: inset 0px 2px 6px #168a37;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
body {
  background: #fff;
  font-family: Arial, sans-serif;
}
.clearout {
  height: 20px;
  clear: both;
}
#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
  display: none;
}
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%;
}
.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
}
.nbs-flexisel-item img {
  cursor: pointer;
  positon: relative;
  max-width: 78px;
  max-height: 78px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 22px;
  height: 22px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  opacity: 0.5;
}
.nbs-flexisel-nav-left {
  left: 10px;
  background: url(/images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
  right: 5px;
  background: url(/images/button-next.png) no-repeat;
}
/* ==========================================================================
   faq for leumit
   ========================================================================== */
.formSearchFile {
  margin-bottom: 2%;
  background: #f6f6f6;
  padding: 2% 0%;
  padding-right: 3%;
  position: relative;
}
.formSearchFile a {
  text-decoration: none;
  font-size: 14px;
  color: #356a9f;
}
.formSearchFile a:hover {
  text-decoration: underline;
}
.formSearchFile h3 {
  display: inline;
  font-size: 18px;
}
.formSearchFile .BlueBtn {
  vertical-align: middle;
  padding: 5px 9px;
  margin: 0 5px 0 15px;
  display: inline-block;
}
.formSearchFile .BlueBtn:hover {
  text-decoration: none;
}
.formSearchFile .rederror {
  font-size: 11px;
  color: red;
}
.faq_link {
  font-size: 12px;
  cursor: pointer;
  margin-right: 30px;
}
.link_arrow {
  background: url(/images/green_arrow.png);
  width: 31px;
  height: 23px;
}
.cotainerTxt {
  padding: 0% 3%;
  padding-bottom: 2%;
  display: none;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  font: normal 14px/1.5 Arial, Helvetica, sans-serif;
}
.cotainerTxt a {
  color: #356a9f;
  text-decoration: underline;
}
.cotainerTxt ul,
.cotainerTxt ol {
  list-style-position: inside;
}
.cotainerTxtAfter {
  display: block;
}
.liquid-row-pdf .span12 {
  border: 1px solid #e8e8e8;
  border-right-width: 4px;
  padding: 10px 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.liquid-row-pdf .span12:hover {
  border-right-color: #007d3e;
}
.liquid-row-pdf h2 {
  font-weight: bold;
  font-size: 19px;
  padding: 0 10px 5px 10px;
  color: #356a9f;
}
.boxForFiles {
  border: 1px solid #b8b8b8;
  float: right;
  margin-bottom: 2%;
  border-right: 4px solid #b8b8b8;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list_faq {
  list-style-type: none;
  padding-right: 1%;
  font-size: 14px;
}
.list_faq > div {
  margin-bottom: 15px;
}
.list_faq h3 {
  margin-right: 1%;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
}
.openTxtFaq.open h3 {
  font-weight: bold;
  color: #007d3e;
  line-height: 1.5;
}
.openTxtFaq.open h3 > span {
  color: #007d3e;
}
.openTxtFaq h3 > span {
  float: right;
  margin-left: 10px;
}
.openTxtFaq h3 > div {
  float: right;
  width: 94%;
  font: normal 14px/1.5 Arial, Helvetica, sans-serif;
}
/* ==========================================================================
   link list for leumit
   ========================================================================== */
.Forms .formSearchFile a {
  text-decoration: underline;
}
.Forms .formSearchFile h3 {
  display: inline-block;
  font-size: 14px;
}
.Forms .formSearchFile input {
  border: 2px solid #b8b8b8;
  border-radius: 0;
  height: auto;
  padding: 0px;
  line-height: 23px;
  margin-left: 1%;
  margin-bottom: 1%;
}
.Forms .boxForFiles {
  border: 1px solid  #e8e8e8;
  margin-bottom: 10px;
  border-right-width: 4px;
  padding: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.Forms ul li a {
  color: Gray;
  cursor: pointer;
  display: table-cell;
}
.Forms ul li a:hover {
  text-decoration: underline;
}
.Forms ul {
  list-style-type: none;
  margin-bottom: 5px;
}
.Forms ul li {
  display: table;
  margin-bottom: 5px;
}
.Forms ul li .form-icon {
  display: table-cell;
  vertical-align: middle;
}
.Forms ul li img {
  margin: 0 10px;
}
.Forms .adobeLink {
  text-decoration: underline;
  font-size: 16px;
  color: #356a9f;
}
.Forms span {
  font-size: 16px;
  margin-right: 10px;
}
.Forms .downloadAdobe {
  margin: 10px 0;
}
.Forms {
  clear: both;
}
.Forms h2 {
  color: #356a9f;
  margin-bottom: 5px;
}
.Forms .boxForFiles:hover {
  border-right-color: #007d3e;
}
/*
 * jquery.rs.carousel.css 1.0.2
 * https://github.com/richardscarrott/jquery-ui-carousel
 *
 * Copyright (c) 2013 Richard Scarrott
 * http://www.richardscarrott.co.uk
 *
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 * Depends:
 *  a basic reset + items must have width & height
 */
.rs-carousel-horizontal .rs-carousel-item {
  float: left !important;
}
.rs-carousel-mask {
  /* position: relative; width: 320px;*/
}
.rs-carousel-runner {
  overflow: hidden;
  position: absolute;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.rs-carousel-transition .rs-carousel-runner {
  -moz-transition: -moz-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform .400s ease;
}
.rs-carousel-action-prev,
.rs-carousel-action-next {
  display: block;
  color: transparent;
  position: absolute;
  width: 20px;
  height: 100px;
}
.rs-carousel-action-next {
  right: -3px;
}
.rs-carousel-action-prev {
  left: -3px;
}
/*Arrow next*/
.rs-carousel-action-next:after,
.rs-carousel-action-next:before {
  border-right: 4px solid;
  content: '';
  display: block;
  height: 13px;
  position: absolute;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 7px;
  top: 50%;
  width: 0;
  color: #0053A4;
  margin-top: -8px;
}
.rs-carousel-action-next:after {
  margin-top: -1px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*Arrow prev*/
.rs-carousel-action-prev:after,
.rs-carousel-action-prev:before {
  border-right: 4px solid;
  content: '';
  display: block;
  height: 13px;
  position: absolute;
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 7px;
  top: 50%;
  width: 0;
  color: #0053A4;
  margin-top: -8px;
}
.rs-carousel-action-prev:after {
  margin-top: -1px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.flex-control-paging li a {
  color: transparent;
}
.flex-direction-nav a {
  color: transparent;
}
@media print {
  header {
    display: none !important;
    height: 0;
    overflow: hidden;
  }
  footer {
    display: none !important;
  }
  nav {
    display: none !important;
  }
  .navbar {
    display: none !important;
  }
  .sideColumn {
    display: none !important;
  }
  .mainColumn {
    width: 700px;
    margin: 0 auto;
  }
  .searchForm {
    display: none !important;
  }
  .noPrint {
    display: none !important;
  }
  .LoginWrapper {
    display: none !important;
  }
  .socialIcons {
    display: none !important;
  }
  .breadCrumbs {
    width: 100% !important;
  }
  .innerPageTitle .relative.widthSet.center {
    display: none !important;
  }
  table th {
    color: #000 !important;
  }
  .ArticleShort.span12 {
    width: 100%;
  }
  .ArticleShort.span4 {
    width: 31%;
    margin-left: 15px;
    float: right;
  }
  .ArticleGallery .ArticleShort.span4 .ArticleImg {
    float: right;
    margin-left: 15px;
  }
  .ArticleGallery .ArticleShort.span4 .ArticleImg img {
    width: auto !important;
  }
  .boxes .ArticleShort.span4,
  .boxes .ArticleShort.span3,
  .boxesBigArticle .ArticleShort.span4,
  .boxesBigArticle .ArticleShort.span3 {
    width: 100% !important;
    height: auto !important;
  }
  ul.searchResultsTable {
    font-size: 14px;
    margin-bottom: 20px;
    list-style-type: none;
    display: table;
    width: 100%;
    clear: both;
    margin-top: 10px;
  }
  ul.searchResultsTable .searchResultHead {
    background: #356a9f;
    width: 100%;
    display: table-row;
  }
  ul.searchResultsTable .searchResultHead > div {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    padding: 1.1%;
    display: table-cell;
  }
  ul.searchResultsTable .searchResultBody {
    border-bottom: 1px solid #c6c6ca;
    overflow: hidden;
    width: 100%;
    display: table-row;
  }
  ul.searchResultsTable .searchResultBody > div .mapTrigger {
    display: none;
  }
  .searchResultsSummery,
  .searchResultsSummery h4,
  .searchResultsSummery div {
    display: block;
    clear: both;
  }
  .printAllResults {
    display: block;
    clear: both;
  }
  .smallMap,
  .mapButton .enlargeDiv {
    display: none !important;
  }
}
