@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../fonts/opensans/opensanshebrew-light-webfont.eot');
    src: url('../fonts/opensans/opensanshebrew-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensanshebrew-light-webfont.woff') format('woff'),
         url('../fonts/opensans/opensanshebrew-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensanshebrew-light-webfont.svg#open_sans_hebrewregular') format('svg');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../fonts/opensans/opensanshebrew-regular-webfont.eot');
    src: url('../fonts/opensans/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensanshebrew-regular-webfont.woff') format('woff'),
         url('../fonts/opensans/opensanshebrew-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensanshebrew-regular-webfont.svg#open_sans_hebrewregular') format('svg');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../fonts/opensans/opensanshebrew-bold-webfont.eot');
    src: url('../fonts/opensans/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensanshebrew-bold-webfont.woff') format('woff'),
         url('../fonts/opensans/opensanshebrew-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensanshebrew-bold-webfont.svg#open_sans_hebrewbold') format('svg');
    font-weight: 700;
    font-style: normal;

}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 4, 2014 */
@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../fonts/opensans/opensanshebrew-extrabolditalic-webfont.eot');
    src: url('../fonts/opensans/opensanshebrew-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensanshebrew-extrabolditalic-webfont.woff') format('woff'),
         url('../fonts/opensans/opensanshebrew-extrabolditalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensanshebrew-extrabolditalic-webfont.svg#open_sans_hebrewXBdIt') format('svg');
    font-weight: 800;
    font-style: italic;
}
img {
 max-width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}  

.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * Items
 */
.uk-nav li > a {
  display: block;
  text-decoration: none;
}
.uk-nav>li> a {
  padding: 5px 2%;
  text-align:left;
  width:96%;
}
.uk-nav ul {
  padding-left: 15px;
}
.uk-nav ul a {
  padding: 2px 0;
}
.uk-nav li > a > div {
  font-size: 12px;
  line-height: 18px;
}
.uk-nav-dropdown > li > a {
  color: #444444;
}
.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
  background: #00a8e6;
  color: #ffffff;
  /* 2 */
  outline: none;
}
.uk-nav-dropdown .uk-nav-header {
  color: #999999;
}
.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
.uk-nav-dropdown ul a {
  color: #1fa2d6;
}
.uk-nav-dropdown ul a:hover {
  color: #3D6C4B;
}
.uk-nav-navbar>li>a {
  color: #555;
  width:100%
}

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #999;
  color: #ffffff;
  outline: none;
}
.uk-nav-navbar .uk-nav-header {
  color: #999999;
}
.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
.uk-nav-navbar ul a {
  color: #1fa2d6;
}
.uk-nav-navbar ul a:hover {
  color: #3D6C4B;
}
.uk-navbar {
  background: #eeeeee;
  color: #444444;
}
/*
 * Micro clearfix
 */
.uk-navbar:before,
.uk-navbar:after {
  content: "";
  display: table;
}
.uk-navbar:after {
  clear: both;
}
/* Sub-object: `uk-navbar-nav`
 ========================================================================== */
.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
/*
 * 1. Create position context for dropdowns
 */
.uk-navbar-nav>li {
  float: right;
  /* 1 */
  position: relative;
}
/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav>li>a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 15px;
  padding: 0 12px;
  line-height: 15px;
  /* 2 */
  color: #45536c;
  font-size: 15px;
}
/* Appear not as link */
.uk-navbar-nav > li > a[href='#'] {
  cursor: text;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a:focus,
.uk-navbar-nav>li.uk-open>a {
  color: #111;
  /* 3 */
  outline: none;
}
/* OnClick */
.uk-navbar-nav>li>a:active {
  color: #111;
}
/* Active */
.uk-navbar-nav>li.uk-active>a {
  color: #111;
}
/* Sub-objects: `uk-navbar-nav-subtitle`
 ========================================================================== */
.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 30px;
}
.uk-navbar-nav-subtitle > div {
  margin-top: -8.5px;
  font-size: 18px;
  line-height: 22px;
}
 
.uk-subnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -10px;
  margin-top: -10px;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 * 3. Create position context for dropdowns
 */
.uk-subnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 10px;
  margin-top: 10px;
  /* 3 */
  position: relative;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-subnav:before,
.uk-subnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-subnav:after {
  clear: both;
}
.uk-subnav > * {
  float: left;
}
/* Items
 ========================================================================== */
.uk-subnav > * > * {
  display: inline-block;
  color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
  color: #1fa2d6;
  text-decoration: none;
}
/*
 * Active
 */
.uk-subnav > .uk-active > * {
  color: #1fa2d6;
}
/* Modifier: 'subnav-line'
 ========================================================================== */
.uk-subnav-line > :before {
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle;
}
.uk-subnav-line > :nth-child(n+2):before {
  margin-right: 10px;
  border-left: 1px solid #dddddd;
}
 .uk-breadcrumb {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  font-size: 0.001px;
}
/* Items
 ========================================================================== */
/*
 * Reset whitespace hack
 */
.uk-breadcrumb > li {
  font-size: 1rem;
  vertical-align: top;
}
.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
  display: inline-block;
}
.uk-breadcrumb > li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 8px;
}
/*
 * Disabled
 */
.uk-breadcrumb > li:not(.uk-active) > span {
  color: #999999;
}
.uk-pagination {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  text-align: center;
  /* 3 */
  font-size: 0.001px;
}
/*
 * Micro clearfix
 * Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used
 */
.uk-pagination:before,
.uk-pagination:after {
  content: "";
  display: table;
}
.uk-pagination:after {
  clear: both;
}
/* Items
 ========================================================================== */
/*
 * 1. Reset whitespace hack
 * 2. Remove the gap at the bottom of it container
 */
.uk-pagination > li {
  display: inline-block;
  /* 1 */
  font-size: 1rem;
  /* 2 */
  vertical-align: top;
}
.uk-pagination > li:nth-child(n+2) {
  margin-left: 5px;
}
/*
 * 1. Makes pagination more robust against different box-sizing use
 * 2. Reset text-align to center if alignment modifier is used
 */
.uk-pagination > li > a,
.uk-pagination > li > span {
  display: inline-block;
  min-width: 16px;
  padding: 3px 5px;
  line-height: 20px;
  text-decoration: none;
  /* 1 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  text-align: center;
}
/*
 * Links
 */
.uk-pagination > li > a {
  background: #eeeeee;
  color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus {
  background-color: #f5f5f5;
  color: #444444;
  /* 2 */
  outline: none;
}
/* OnClick */
.uk-pagination > li > a:active {
  background-color: #dddddd;
  color: #444444;
}
/*
 * Active
 */
.uk-pagination > .uk-active > span {
  background: #00a8e6;
  color: #ffffff;
}
/*
 * Disabled
 */
.uk-pagination > .uk-disabled > span {
  background-color: #f5f5f5;
  color: #999999;
}
/* Previous and next navigation
 ========================================================================== */
.uk-pagination-previous {
  float: left;
}
.uk-pagination-next {
  float: right;
}
/* Alignment modifiers
 ========================================================================== */
.uk-pagination-left {
  text-align: left;
}
.uk-pagination-right {
  text-align: right;
}
/* ========================================================================
   Component: Tab
 ========================================================================== */
.uk-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dddddd;
}
/*
 * Micro clearfix on the deepest container
 */
.uk-tab:before,
.uk-tab:after {
  content: "";
  display: table;
}
.uk-tab:after {
  clear: both;
}
 
.uk-tab > li {
  margin-bottom: -1px;
  float: left;
  /* 1 */
  position: relative;
}
.uk-tab > li > a {
  display: block;
  padding: 8px 12px 8px 12px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  color: #1fa2d6;
  text-decoration: none;
}
.uk-tab > li:nth-child(n+2) > a {
  margin-left: 5px;
}
 
.uk-tab > li > a:hover,
.uk-tab > li > a:focus,
.uk-tab > li.uk-open > a {
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: #3D6C4B;
  /* 2 */
  outline: none;
}
.uk-tab > li:not(.uk-active) > a:hover,
.uk-tab > li:not(.uk-active) > a:focus,
.uk-tab > li.uk-open:not(.uk-active) > a {
  margin-bottom: 1px;
  padding-bottom: 7px;
}
/* Active */
.uk-tab > li.uk-active > a {
  border-color: #dddddd;
  border-bottom-color: transparent;
  background: #ffffff;
  color: #444444;
}
/* Disabled */
.uk-tab > li.uk-disabled > a {
  color: #999999;
  cursor: text;
}
.uk-tab > li.uk-disabled > a:hover,
.uk-tab > li.uk-disabled > a:focus,
.uk-tab > li.uk-disabled.uk-active > a {
  background: none;
  border-color: transparent;
}
 
@font-face {
  font-family: 'FontAwesome';
  src: url("../warp/vendor/uikit/fonts/fontawesome-webfont.eot");
  src: url("../warp/vendor/uikit/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../warp/vendor/uikit/fonts/fontawesome-webfont.woff2") format('woff2'), url("../warp/vendor/uikit/fonts/fontawesome-webfont.woff") format("woff"), url("../warp/vendor/uikit/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.uk-dropdown {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    z-index: 1020;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    margin-top: 0px;
    padding: 0px;
    background: #f5f5f5;
    color: #333;
    font-size: 16px;
    vertical-align: top;
	border:2px solid #999;
}
.uk-open > .uk-dropdown {
  display: block;
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.uk-dropdown li a{
	text-align:right;
}
.uk-dropdown .uk-nav-navbar>li a {
    padding: 5px 2% 5px 1%;
    text-align: right;
    width: 97% !important;
}
.uk-dropdown .uk-nav-navbar>li.uk-active a  {
	background: #999;
	color:#fff;
}
@media (min-width:768px){.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid{margin-left:-15px;margin-right:-15px;}
.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']{padding-left:15px;padding-right:15px;}
.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2){border-left:1px solid #dddddd;}
.uk-dropdown-width-2:not(.uk-dropdown-stack){width:440px;}
.uk-dropdown-width-3:not(.uk-dropdown-stack){width:660px;}
.uk-dropdown-width-4:not(.uk-dropdown-stack){width:880px;}
.uk-dropdown-width-5:not(.uk-dropdown-stack){width:1100px;}
}
@media (max-width:767px){.uk-dropdown-grid > [class*='uk-width-']{width:100%;}
.uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2){margin-top:15px;}
}
@media (max-width:767px){.uk-modal-dialog{width:auto;margin:10px auto;}
}
.uk-open .uk-modal-dialog{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
.uk-modal-dialog >:not([class*='uk-modal-']):last-child{margin-bottom:0;}
.uk-modal-dialog > .uk-close:first-child{margin:-10px -10px 0 0;float:right;}
.uk-modal-dialog > .uk-close:first-child +:not([class*='uk-modal-']){margin-top:0;}
.uk-modal-dialog-lightbox{margin:15px auto;padding:0;max-width:95%;max-width:calc(100% - 30px);}
.uk-modal-dialog-lightbox > .uk-close:first-child{position:absolute;top:-12px;right:-12px;margin:0;float:none;}
@media (max-width:767px){.uk-modal-dialog-lightbox > .uk-close:first-child{top:-7px;right:-7px;}
}
@media (min-width:768px){.uk-modal-dialog-large{width:930px;}
}
@media (min-width:1220px){.uk-modal-dialog-large{width:1130px;}
}
.uk-modal-header{margin-bottom:20px;}
.uk-modal-footer{margin-top:20px;}
.uk-modal-header >:last-child,
.uk-modal-footer >:last-child{margin-bottom:0;}
.uk-modal-caption{position:absolute;left:0;right:0;bottom:-20px;margin-bottom:-10px;color:#ffffff;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.uk-modal-spinner1{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);font-size:25px;color:#ddd;}
.uk-modal-spinner1:after{content:"\f110";font-family:FontAwesome;-webkit-animation:uk-rotate 2s infinite linear;animation:uk-rotate 2s infinite linear;}

.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']{width:100%;}
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2){margin-top:15px;}
.uk-dropdown-small{min-width:150px;width:auto;padding:5px;white-space:nowrap;}
.uk-dropdown-small .uk-nav{margin:0 -5px;}
.uk-dropdown-navbar{margin-top:0; }
.uk-open > .uk-dropdown-navbar{-webkit-animation:uk-slide-top-fixed 0.2s ease-in-out;animation:uk-slide-top-fixed 0.2s ease-in-out;}
.uk-dropdown-scrollable{overflow-y:auto;max-height:200px;}
.uk-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1010;overflow-y:auto;-webkit-overflow-scrolling:touch;background:rgba(0, 0, 0, 0.8);opacity:0;-webkit-transition:opacity 0s linear;transition:opacity 0s linear;touch-action:cross-slide-y pinch-zoom double-tap-zoom;-webkit-transform:translateZ(0);transform:translateZ(0);}
.uk-modal.uk-open{opacity:1;}
.uk-modal-page,
.uk-modal-page body{overflow:hidden;}
.uk-modal-dialog{position:relative;-moz-box-sizing:border-box;box-sizing:border-box;margin:50px auto;padding:0px;width:580px;max-width:100%;;background:none;opacity:0;-webkit-transform:translateY(-100px);transform:translateY(-100px);-webkit-transition:opacity 0.3s linear, -webkit-transform 0.3s ease-out;transition:opacity 0.3s linear, transform 0.3s ease-out;}
media (max-width:767px){.uk-modal-dialog{width:auto;margin:10px auto;}
}
.uk-open .uk-modal-dialog{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
.uk-modal-dialog >:not([class*='uk-modal-']):last-child{margin-bottom:0;}
.uk-modal-dialog > .uk-close:first-child{margin:-10px -10px 0 0;float:right;}
.uk-modal-dialog > .uk-close:first-child +:not([class*='uk-modal-']){margin-top:0;}
.uk-modal-dialog-lightbox{margin:15px auto;padding:0;max-width:95%;max-width:calc(100% - 30px);}
.uk-modal-dialog-lightbox > .uk-close:first-child{position:absolute;top:-12px;right:-12px;margin:0;float:none;}
@media (max-width:767px){.uk-modal-dialog-lightbox > .uk-close:first-child{top:-7px;right:-7px;}
}
@media (min-width:768px){.uk-modal-dialog-large{width:930px;}
}
@media (min-width:1220px){.uk-modal-dialog-large{width:1130px;}
}
.uk-slidenav{display:inline-block;-moz-box-sizing:border-box;box-sizing:border-box;width:60px;height:60px;line-height:60px;color:rgba(50, 50, 50, 0.4);font-size:60px;text-align:center;}
.uk-slidenav:hover,
.uk-slidenav:focus{outline:none;text-decoration:none;color:rgba(50, 50, 50, 0.7);cursor:pointer;}
.uk-slidenav:active{color:rgba(50, 50, 50, 0.9);}
.uk-slidenav-previous:before{content:"\f104";font-family:FontAwesome;}
.uk-slidenav-next:before{content:"\f105";font-family:FontAwesome;}
.uk-slidenav-position{position:relative;}
.uk-slidenav-position .uk-slidenav{display:none;position:absolute;top:50%;z-index:1;margin-top:-30px;}
.uk-slidenav-position:hover .uk-slidenav{display:none;}
.uk-slidenav-position .uk-slidenav-previous{left:20px;}
.uk-slidenav-position .uk-slidenav-next{right:20px;}
.uk-slidenav-contrast{color:rgba(255, 255, 255, 0.5);}
.uk-slidenav-contrast:hover,
.uk-slidenav-contrast:focus{color:rgba(255, 255, 255, 0.7);}
.uk-slidenav-contrast:active{color:rgba(255, 255, 255, 0.9);}
.uk-close::-moz-focus-inner{border:0;padding:0;}
.uk-close{-webkit-appearance:none;margin:0;border:none;overflow:visible;font:inherit;color:inherit;text-transform:none;padding:0;background:transparent;display:inline-block;-moz-box-sizing:content-box;box-sizing:content-box;width:20px;line-height:20px;text-align:center;vertical-align:middle;opacity:0.3;}
.uk-close:after{display:block;content:"\f00d";font-family:FontAwesome;}
.uk-close:hover,
.uk-close:focus{opacity:0.5;outline:none;color:inherit;text-decoration:none;cursor:pointer;}
.uk-close-alt{padding:2px;border-radius:50%;background:#eeeeee;opacity:1;}
.uk-close-alt:hover,
.uk-close-alt:focus{opacity:1;}
.uk-close-alt:after{opacity:0.5;}
.uk-close-alt:hover:after,
.uk-close-alt:focus:after{opacity:0.8;}
.uk-open .uk-modal-dialog { margin-top:60px; }
.uk-modal.uk-open {
	overflow:hidden !important;
}
.uk-modal-page, .uk-modal-page body {
    overflow: auto  !important;
} 
.uk-modal.uk-open {
    overflow: auto !important;
	direction:ltr;
}
.uk-open .uk-modal-dialog{ direction:rtl ;  }
.sliderall {
	width:100%;
	float:right;
	position:relative;
}
.sliderall ul#slider1 {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	float:right;
	position:relative;
}
.sliderall ul#slider1 li {
	width:100%;
}
.sliderall ul#slider1 li img {
	width:100%;
	height:auto;
	float:right;
}
.rslides1_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;  
    opacity: 0.8;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 90px;
    width: 50px;
    background:url(../images/gs/left.png)  no-repeat left top;
    margin-top: -45px; 
}
.rslides1_nav:hover { opacity:1; }
.rslides1_nav.next {
    left: 0;
}
.rslides1_nav.prev {
    background:url(../images/gs/left1.png)  no-repeat left top;
    right: 0;
}
.sliderall:hover .rslides1_nav {
	display:block;
}
.uk-slidenav-previous:before {
    content: "";
	width:40px;
	height:40px;
	background: red;
	display:block;
}
.uk-slidenav-next:before {
    content: "";
	width:40px;
	height:40px;
	background: red;
	display:block;
}
.uk-slidenav-position .uk-slidenav {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -20px;
}
.uk-slidenav-position .uk-slidenav-previous {
    left: -20px;
}
.uk-slidenav-position .uk-slidenav-next {
    right: 0px;
}
ul.rslides1_tabs {
	list-style:none;
	width:100%;
	float:right;
	text-align:center;
	padding:0;
	margin:30px 0;
	position:relative;
	z-index:9;
}
ul.rslides1_tabs li {
	display:inline-block;
}
ul.rslides1_tabs li a {
	display:inline-block;
	font-size:0;
	width:9px;
	height:9px;
	background:#a3dbde;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
margin:0 6px;
}
ul.rslides1_tabs li.rslides_here a ,
ul.rslides1_tabs li a:hover {
	background:#00b2b8;
}
.uk-tooltip {
    display: none;
	top:-30px;
    position: absolute;
    z-index: 1030;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 200px;
    padding: 5px 8px;
    background: #333;
    color: rgba(255,255,255,0.95);
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}
.uk-tooltip:after{content:"";display:block;position:absolute;width:0;height:0;border:5px
dashed #333}.uk-tooltip-top:after,.uk-tooltip-top-left:after,.uk-tooltip-top-right:after{bottom:-5px;border-top-style:solid;border-bottom:none;border-right-color:transparent;border-left-color:transparent;border-top-color:#333}.uk-tooltip-bottom:after,.uk-tooltip-bottom-left:after,.uk-tooltip-bottom-right:after{top:-5px;border-bottom-style:solid;border-top:none;border-right-color:transparent;border-left-color:transparent;border-bottom-color:#333}.uk-tooltip-top:after,.uk-tooltip-bottom:after{right:50%;margin-right:-5px}.uk-tooltip-top-left:after,.uk-tooltip-bottom-left:after{right:10px}.uk-tooltip-top-right:after,.uk-tooltip-bottom-right:after{left:10px}.uk-tooltip-left:after{left:-5px;top:50%;margin-top:-5px;border-right-style:solid;border-left:none;border-top-color:transparent;border-bottom-color:transparent;border-right-color:#333}.uk-tooltip-right:after{right:-5px;top:50%;margin-top:-5px;border-left-style:solid;border-right:none;border-top-color:transparent;border-bottom-color:transparent;border-left-color:#333}html{overflow-y:scroll}.tm-toolbar,.tm-headerbar,.tm-navbar,.tm-footer{margin-top:25px;margin-bottom:25px}
 /* 00000000000000000000000000000000000000 */
 .alignleft {
    margin-right: 20px !important;
	margin-left: 0px !important;
    float: left  !important;
}
.alignright {
    margin-left: 20px !important;
	margin-right:  0px !important;
    float: right !important;
}
body {
	padding-left:0 !important;
	 
} 
body{
	margin:0;
	background:#fff; 
	font-family: 'Open Sans Hebrew' , Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#464646;
	line-height:22px;
}
p {
	font-family: 'Open Sans Hebrew' , Arial, Helvetica, sans-serif;
font-size:16px;
color:#464646;
line-height:22px;
margin:0 0 20px 0;
}
a{color:#2b3e5c; text-decoration:none;}

a:hover{color:#000 ;text-decoration:underline ; }
.footertop3 a{color:blue;text-decoration:underline;}
.rightpage a, .home1e2 a{color:blue; }
h1{font-size:24px;font-weight:bold;line-height:31px;margin:0 0 20px 0; }
ul.mzstyle{margin:0;padding:0;list-style:none;}
a, a:after, a img1, input{transition:all .20s ease-in-out;-moz-transition:all .20s ease-in-out;-webkit-transition:all .20s ease-in-out;}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Hebrew' , Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
h2{font-size:17px;line-height:21px;font-weight:bold;}
h3 , h4 , h5 , h6{font-size:16px;line-height:21px;font-weight:bold;}
.wrapperall{width:100%;float:right;}
.wrapper{margin:0 auto;}
.clearall{clear:both;}
.nomobile{display:block;}
.yesmobile{display:none;}
.wrapper{max-width:940px; ;margin:0 auto;  }
.wrapperall{width:100%;float:right;}
.rowh{width:100%;float:right;}
.flexslider{direction:ltr;}
img { height:auto;}
/**/ 
#tophead {
	padding:20px 0 30px 0;padding: 10px 0 15px 0;
} 
#tophead .wrapper { 
	position:relative;
	min-height:75px; 
}
#tophead .wrapper #logo {
	position:absolute;
	right:0;
	top:0px;
}
#tophead .headtext {
	width:100%;
	margin-top:0px;
	text-align:center;
	color:#464646;
	font-size:28px;
	font-weight:700;
	padding-right:140px;
	padding-left:45px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
	 padding-top:46px;
} 
#tophead .headtext h1 {
	color: #464646;
    font-size: 28px;
    font-weight: 700;
	margin-bottom:0 !important;
	line-height: 22px !important;
}
#tophead #ganbmenu {
	cursor:pointer;
	position:absolute;
	left:0;
	top:33px;
	background: url(../images/gs/menu.png) no-repeat 100% 0;
	width:35px;
	height:35px;
}
#tophead.stickymz {
    position: fixed;
    top: 0;
    z-index: 9999;
	    padding: 3px 0 1px 0;
	background:#fff ;
	border-bottom:2px solid #ccc;
} 
#tophead.stickymz .headtext {
    padding-top: 11px;
    font-size: 25px;
}
#tophead.stickymz .wrapper #logo {
    position: absolute;
    right: 0;
    top: 0px;
    height: 43px;
}
#tophead.stickymz #ganbmenu {
    top: 5px;
}
#tophead.stickymz .wrapper {
    position: relative;
    min-height: 45px;
}

#slider {
	 width:100%;
	 float:right;
}
.sliderin ul {
	 margin:0;
	 padding:0;
	 list-style:none;
}
.sliderin ul li{
	width:100%;
} 
.sliderin ul li img {
	width:100%;
	height:auto;
}
#ineerslider , .ineerslider {
	padding:31px 0 36px 0;
}
#ineerslider .titleslider , .ineerslider .titleslider {
	width:318px;
	color:#2c8192;
	font-size:45px;
	line-height:45px;
	text-align:right;
	font-weight:700;
	float:right;
	    padding-top: 7px;
} 
#ineerslider .textslider , .ineerslider .textslider{
	width:622px;
	float:right;
}  
#ineerslider .textslider p , .ineerslider .textslider p {
	color:#464646;
	font-size:23px;
	line-height:31px;
	text-align:right;
	font-weight:700;
	font-weight:700;
	margin-bottom:0;
} 
#ineerslider.ineerslidercat .titleslider , .ineerslider.ineerslidercat .titleslider {
	width: 305px;
    color: #2c8192;
    font-size: 30px;
    line-height: 33px;
    text-align: right;
    font-weight: 700;
    float: right;
    padding-top: 0px;
	margin-left:13px;
	margin-bottom:0 !important;
}
.postcontent ul {
	width:100%;
	float:right;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}
.postcontent ul li {
	margin-bottom:4px;
}


.zelhome {
	width:100%;
	float:right;
	height:28px;
	background: url(../images/gs/zel.png) repeat-x 0 0;
} 
#custlogos {
	padding:20px 0 60px 0;
} 
#custlogos ul {
	 margin:0;
	 padding:0;
	 list-style:none;
}
#custlogos ul li{
	    min-height: 133px;	 
} 
 #custlogos .uk-slidenav-position .uk-slidenav {
    display: block !important; 
	background: url(../images/gs/left1.png) repeat-x 0 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -20px;
    width: 24px;
    height: 36px;
}
 #custlogos .uk-slidenav-previous:before ,
 #custlogos .uk-slidenav-next:before  { display:none;}
 #custlogos .uk-slidenav-position .uk-slidenav.uk-slidenav-next {
	 background: url(../images/gs/left.png) repeat-x 0 0;
 } 
#custlogos .uk-slidenav-position .uk-slidenav:hover {
	background-position:0 100%;
}
.sliderin { position:relative;}
.rslides_nav.rslides2_nav ,
.rslides_nav.rslides1_nav {
	display: block !important; 
	background: url(../images/gs/left1.png) repeat-x 0 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: 50px;
    width: 24px;
    height: 36px;
	font-size:0;
}
.rslides_nav.rslides2_nav.prev ,
.rslides_nav.rslides1_nav.prev {
	right:-20px;
}
.rslides_nav.rslides2_nav.next ,
.rslides_nav.rslides1_nav.next {
	left:-20px;
	background: url(../images/gs/left.png) repeat-x 0 0;
}
.rslides_nav.rslides2_nav:hover ,
.rslides_nav.rslides1_nav:hover {
	background-position:0 100%;
}
 #custlogos .uk-slidenav-position:hover .uk-slidenav {
	 display:block;
 }
  #custlogos .uk-slidenav-position {
	 padding:0 60px;
 }
 #custlogos .uk-slidenav-position .uk-slidenav-previous {
    right: 20px;
	left:auto;
}
.uk-slidenav-position .uk-slidenav-next {
    left: 20px;
	right:auto;
}
#testimhome {
	padding:30px 0 50px 0;
} 
#testimhomein {
	 width:100%;
	padding:0 45px;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
	 position:relative;
} 
h3.hometitle {
	width:100%;
	text-align:center;
	font-family:'Open Sans Hebrew';
	font-size:24px;
	color:#464646;
	margin-bottom:60px;
	font-weight: 300;
}
#testimhome .slider2 {
	width:100%;
	padding:0 60px;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}
.testimimg {
	width:262px;
	padding:0 0 0 1%;
	float:right;
} 
.testimimg img {
	display:block;
	margin:0 auto;
	max-width:100%;
	float:right;
}
.testimtext {
	width:559px;
	float:right;
	color:#464646;
	font-size:24px;
	line-height:31px;
} 
#productshome {
	padding:30px 0 40px 0;
}
#productshome .wrapper {
	max-width:1084px;
	width:100%;
}
.rowp {
	width:100%;
	float:right;
	margin-bottom:35px;
}
.rowp .prodhome1 ,
.rowp .prodhome2 ,
.rowp .prodhome3  {
	background:#e2e2dc;
	padding:20px 27px 27px 22px;
	position:relative;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}
.prodhome1 {
	width:466px;
	float:left;
	height:688px;
}
.prodhome2 {
	width:585px;
	float:right;
	margin-bottom:35px;
	height:403px;
}
.prodhome3 {
	width:585px;
	float:right;
	height:253px;
}
.rowp .p1text {
	width:100%;
	position:relative;
	z-index:2;
	text-align:right;
	font-size:30px;
	line-height:38px;
	font-weight:700;
	color:#464646;
}
.rowp img {
	position:absolute;
	left:22px;
	bottom:89px;bottom:27px;
	z-index:0;
}
.rowp .title1 {
	cursor:pointer;
	height:67px;
	position:absolute;
	min-width:272px;
	background:#2c8192;
	line-height:67px;
	left:22px;
	bottom:27px;
	color:#fff;
	font-size:20px;
	font-weight:700;
	text-align:center;
}
.rowp h2.title1{
	margin-bottom:0 ;
}
.rowp .title1 a { color:#fff !important; text-decoration:none !important;}
.rowp .title1:hover {
	background:#464646;
}
.rowp2 .prodhome1 {
	float:right;
}
.rowp2 .prodhome2 {
	float:left;
}
.rowp2 .prodhome3 {
	float:left;
} 
#serviceshome {
	padding:40px 0 40px 0;
}
.rititleserv {
	width: 318px;
    color: #2c8192;
    font-size: 45px;
    line-height: 45px;
    text-align: right;
    font-weight: 700;
    float: right;
    padding-top: 7px;
}
.letextserv {
    width: 65.5%;
    float: right;	
}
.letextserv p {
	font-size:24px;
	line-height:37px;
	color:#464646;
	margin-bottom:50px;
}
.letextserv h3 {
	font-size:24px;
	color:#2c8192;
	margin:0;
}
.iconsshort {
	width:100%;
	text-align:center;
	margin-bottom:50px;
}
.iconsshort1 {
	width:auto;
	display:inline-block;
	margin:0 45px;
}
.iconsshort1 .iconsshortin {
	width:100%;
	color:#2c8192;
	font-size:18px;
	line-height:24px;
	text-align:center;
	font-weight:700;
}
#newslethome {
	padding:102px 0 ;
}
a.newslet {
	padding:0 42px;
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom:25px;
    height: 67px;
    background: #2c8192;
    line-height: 67px;
    left: 22px;
    bottom: 27px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
a.newslet.last { margin-right:0;}
a.newslet:hover {
	color:#fff;
	text-decoration:none;
	background:#464646;
}
#contacthome {
	padding:50px 0 40px 0;
}
#contacthome h3 {
	font-size:45px;
	color:#2c8192;
	margin-bottom:85px;
}
.ricontho50 {
	width:420px;
	float:right;
}
.ricontho50 p {
	width:100%;
	font-size:24px;
	line-height:42px;
	margin:0;
	font-weight:700;
}
.ricontho50 p img {
	float:right;
	margin-left:20px;
	margin-top: 4px;
}
.ricontho50 .dividcont {
	width:100%;
	height:45px;
}
.lecontho50 {
	width:460px;
	float:left;
	padding:26px;
	background:#e2e2dc;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}
/*form*/
.lecontho50 form {
	width:100%;
	min-height:20px;
	position:relative;
}
.lecontho50 form p{
	width:100%; 
	min-height:45px;
	float:right;
	border:none;
	margin:0 0px 19px 0px;
	color:#333;
}
.lecontho50 .namec2 {
	border:1px solid #f3f3f1; 
	float:right;
	width:100%;
	background:#f3f3f1;
	height:45px;
	padding:0px 10px;
	    font-family: 'Open Sans Hebrew' , Arial, Helvetica, sans-serif;
	color:#999;
	font-size:22px;
	line-height:28px;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
.lecontho50  p.textarea11{
	width: 100%;
	min-height: 120px;
	float: right;
	margin: 0px 0px 20px 0;
	color: #454e4a;
	padding:0 !important; 
	background:none !important;
} 

.lecontho50  p.textarea11 textarea {
border:1px solid #f3f3f1;     font-family: 'Open Sans Hebrew' , Arial, Helvetica, sans-serif;
	float:right;
	width:100%;
	background:#f3f3f1;
	height:120px;
	padding:0px 10px;
	color:#999;
	font-size:22px;line-height:28px;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

.lecontho50  p#butsend , .lecontho50  p.butsend {
	width:100%;
	height:66px;
	float:right;
	cursor:pointer;
	border:none;
	background:none;
}
.lecontho50  p#butsend  .wpcf7-submit , .lecontho50  p.butsend  .wpcf7-submit  {
	width:192px;
	height:66px;
	float:right;
	cursor:pointer;
	border:none;
	background:#2c8192;    font-family: 'Open Sans Hebrew' , Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:20px;
	line-height:66px;
	margin: 0px 0  0px  0px;
	font-weight:700;
}
.lecontho50  p#butsend  .wpcf7-submit:hover ,
.lecontho50  p.butsend  .wpcf7-submit:hover  { background:#464646; }
.lecontho50 form span.wpcf7-not-valid-tip , .blockdiv1 span.wpcf7-not-valid-tip { display:none ; }
.lecontho50 form .wpcf7-not-valid   { border:1px solid  #F00 !important   ; background:#f9f0ee !important; }
.lecontho50 form div.wpcf7-validation-errors {
color: #F00;
position: absolute;
    top: -25px;
right: 0px;
width: 100%;
border: none;
font-size: 16px;
text-align: right;
background: none;  
padding:0 5px;
}
.lecontho50 form div.wpcf7-mail-sent-ok{ color:limegreen ;
  position:absolute;     top: -25px; border:none ; font-size:16px; text-align:right;}
.lecontho50 div.wpcf7-response-output {
margin: 0 ;
padding: 0;
text-align:center;
}
.wpcf7-submit {
	outline:0;
}
.lecontho50 div.wpcf7 .watermark {
    color: #c8c8c8;
}
 
/*form*/
#footerin {
	padding:30px 0 40px 0;
	background:#464646;
	color:#fff;
	font-size:20px;
}
#footerin p {
	text-align:left;
	color:#fff;
	font-size:20px;
	margin-bottom:0;
}
#footerin img {
	float:right;
}
#tophead { position:relative;}
#tophead #menuonepage .wrapper {
    position: relative;
    min-height: 1px;
	text-align:center;
}
#menuonepage {
    display: none;
    padding: 7px 0 3px 0;
    background: #fff url(../images/gs/zel.png) repeat-x 0 0;
    width: 100%;
    left: 0;
    bottom: -34px;
    position: absolute;
    z-index: 9;
}
.openmenuinstart1 #menuonepage {
	display:none;
	position:static;
	    padding: 7px 0 0px 0;
}
.single .openmenuinstart1 #menuonepage {
	display:block;
}
#tophead.openmenuinstart1 {
        padding: 10px 0 0px 0;
}
#tophead.openmenuinstart1.stickymz #menuonepage {
	position:absolute;
	display:none;
	    bottom: -33px;
}
#tophead.openmenuinstart1.stickymz {
        padding: 3px 0 1px 0;
}
#tophead.openmenuinstart1 .wrapper {
    margin-bottom: 15px;
}
#tophead.openmenuinstart1 #menuonepage .wrapper {
    margin-bottom: 0px;
}
#tophead.openmenuinstart1.stickymz  .wrapper {
    margin-bottom:  0px;
}

#menuonepage a.linkop {
	display: inline-block;
	width:16.66%; width:auto;
	margin: 0 0 0 5%;
	font-size:20px;
	line-height:24px;
	color:#464646;
	font-weight:700;
}
#menuonepage a.linkop:hover { color:#2c8192 ; text-decoration:none;}
.getgreen {
    position: fixed;
    left: 0;
    top: 184px;
    z-index: 51;
	width:380px;
	
}
.getgreenformall {
    width: 100%;
    float: right;
    position: relative;
}
.getgreen .getgreenform {
    width: 100%;
    min-height: 209px;
    background:#e2e2dc;
    position: relative;
    padding: 14px 20px 20px 20px;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}
.getgreenform img#close {
    position: absolute;
    z-index: 60;
    top: 3px;
    right: 3px;
    cursor: pointer;
}
.getgreenformall img#paamon {
    position: absolute;
    z-index: 70;
    right: -103px;
    top: 140px;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    width: 103px;
    max-width: 116px;
    height: 204px;
}
.getgreen.closed { width:0;}
.getgreen.closed #close ,
.getgreen.closed .getgreenform 
 {
   display:none;
   padding:0;   
	
}
/*form*/
.getgreenform form {
	width:100%;
	min-height:20px;
	position:relative;
}
.getgreenform form p{
	width:100%; 
	min-height:30px;
	float:right;
	border:none;
	    margin: 0px 0px 9px 0px;
	color:#333;
}
.getgreenform .namec2 {
	border:1px solid #f3f3f1; 
	float:right;
	width:100%;
	background:#f3f3f1;
	height:36px;
	padding:0px 10px;
	    font-family: 'Open Sans Hebrew' , Arial, Helvetica, sans-serif;
	color:#999;
	font-size:21px;
	line-height:30px;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
.getgreenform  p.textarea11{
	width: 100%;
	min-height: 120px;
	float: right;
	    margin: 0px 0px 15px 0;
	color: #454e4a;
	padding:0 !important; 
	background:none !important;
} 

.getgreenform  p.textarea11 textarea {
border:1px solid #f3f3f1;     font-family: 'Open Sans Hebrew' , Arial, Helvetica, sans-serif;
	float:right;
	width:100%;
	background:#f3f3f1;
	height:110px;
	padding:0px 10px;
	color:#999;
	font-size:22px;line-height:28px;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
.getgreenform p#butsend , .getgreenform p.butsend {
    width: 100%;
    height: 55px;
    float: right;
    cursor: pointer;
    border: none;
    background: none;
    margin-bottom: 0;
}
.getgreenform p#butsend .wpcf7-submit , .getgreenform p.butsend .wpcf7-submit {
    width: 192px;
    height: 53px;
    float: right;
    cursor: pointer;
    border: none;
    background: #2c8192;
    font-family: 'Open Sans Hebrew' , Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 52px;
    margin: 0px 0 0px 0px;
    font-weight: 700;
}
.getgreenform  p#butsend  .wpcf7-submit:hover , .getgreenform  p.butsend  .wpcf7-submit:hover { background:#464646; }
.getgreenform form span.wpcf7-not-valid-tip , .blockdiv1 span.wpcf7-not-valid-tip { display:none ; }
.getgreenform form .wpcf7-not-valid   { border:1px solid  #F00 !important   ; background:#f9f0ee !important; }
.getgreenform form div.wpcf7-validation-errors {
    color: #F00;
    position: absolute;
    top: -52px;
    right: 0px;
    width: 100%;
    border: none;
    font-size: 16px;
    text-align: center;
    background: #fff;
    padding: 0 5px 0 5px;
}
.getgreenform form div.wpcf7-mail-sent-ok{ color:limegreen ;
  position:absolute;     top: -0px; border:none ; font-size:16px; text-align:right;
      background: #fff;
    padding: 3px 10px;
  }
.getgreenform div.wpcf7-response-output {
margin: 0 ;
padding: 0;
text-align:center;
}
.wpcf7-submit {
	outline:0;
}
.getgreenform div.wpcf7 .watermark {
    color: #c8c8c8;
}
 
/*form*/
.gotop {
	width:100%;
	position:relative;
	float:right;
}
.gotop .tm-totop-scroller {
    right: 2%;
    left: auto;
    background: #ccc;
}
#productscats {
	    padding: 0px 0 20px 0;
}
 .rowcatdesc {
	max-width:880px;
	color:#464646;
	font-size:24px;
	line-height:32px;
	margin:0 auto 30px auto;
	float:none !important;
}
.rowh {
	width: 100%;
    float: right;
}
.uk-breadcrumb { margin-bottom:0;}
h2.cattitle {
	width: 100%;
    text-align: center;
    font-family: 'Open Sans Hebrew';
    font-size: 24px;
    color: #464646;
    margin-bottom: 32px;
    font-weight: 300;
}
.rowhcat1 {
	margin-bottom:20px;
}
.prodallcat {
	width:54%;
	padding:20px 20px;
	background:#e2e2dc;
	float:right;
	margin-left:3%;
	margin-bottom:32px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}
.prodallcat.last { margin-left:0; width:43%;}
.prodallcat h2.h2title {
	margin:0 0 6px 0;
	color:#2c8192;
	font-size:24px;
	line-height:32px;
	font-weight:700;
}
.prodallcat .proddesc {
	color:#464646;
	font-size:18px;
	line-height:22px;
	font-weight:700;
	    margin-bottom: 6px;
		height:62px;
		overflow:hidden;
}
.prodallcat .catthumb {
	width:100%;
	max-width:295px;
	height:330px;
	float:left;
	position:relative; 
}
.prodallcat .catthumbin {
	position:absolute;
	bottom:0;
	width:100%;
	height: 100%;
}
.prodallcat .catthumb img {
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;	
	max-height:100%;
	width:auto;
	height:auto;
}
.prodallcat .readmorecat {
	    position: absolute;
    bottom: 0;
	width:100%;
	padding:14px 0;
	color:#fff;
	background:#2c8192;
	font-size:14px;
	text-align:center;
	display:block;
	float: left;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}
a:hover .prodallcat {
	text-decoration:none;
	color:#464646;
}
a:hover .prodallcat h2.h2title {
	color:#464646;
	text-decoration:none;
}
a:hover .prodallcat .readmorecat {
	background:#464646;
}
a:hover .prodallcat .proddesc {
	color:#686868;
}
.uk-breadcrumb {
    text-align: left;
}
.uk-breadcrumb>li {
    font-size: 12px !important;
}
.sinlerow1 {
	width:100%;
	position:relative;
	background:#e2e2dd;
	padding:20px 4.5% 30px 3%;
	margin-bottom:20px;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
} 
.sinlerow1 .sipright .uk-breadcrumb {
	position:absolute;
	left:3px;
	top:0;
}
.sipright {
	width:65%;
	float:right;
	font-size:18px;
	line-height:26px;
}
.sipright p {
	font-size:18px;
	line-height:26px;
	margin-bottom:30px;
}
.sipright h1 {
	width:100%;
	float:right;
	color:#2b8192;
	font-size:28px;
	line-height:34px;
	font-weight:700;
	margin-bottom:5px;
}
.subtitle {
	margin-bottom:30px;
	font-size:16px;
	font-weight:700;
}

.sipleft {
	width:33%;
	float:left;
	padding-top:0px;
} 
.sipleft img {
	max-width:100%;
	float:left;
	height:auto;
} 
.caticons1 .iconsshort1 {
    width: auto;min-width:74px;
	float:right;
    display: inline-block;
    margin: 0 3px;
}
.caticons1 .iconsshort1 .iconsshortin {
    width: 100%;
    color: #2c8192;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    font-weight: 400;
}
 .caticons1 .iconsshort1 img { margin-bottom:5px;}
 .spacer1 {
	 height:65px;height:0;
	 position:relative;
	 
 }
  .spacer1 img {
	  position:absolute;
	  left:0;
	  top:0;
	  z-index:1;
	  max-width:155px;
  }
  .spacer2 {margin-bottom:10px;}
 .spacer2 p {
	 font-size:18px;
	 line-height:26px;
	 font-weight:700;
	 margin-bottom:0px;
 }
 .spacer2 h3 {
	 width: 100%;
    float: right;
    color: #2b8192;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 5px;
 }
 .videobutt {
    margin: 25px 0 22px 0;
    text-align: right;
    padding-right: 16px;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}
h2.cattitlevideo {
	margin-top:6px;
}
 .videobutt a {
	 display:inline-block;
	 padding:6px 10px;
	 border:2px solid #2b8192;
	 color: #2b8192;
	 font-size:22px;
	 line-height:22px;
	 font-weight:700;
 }
 .videobutt a:hover {
	 border:2px solid #484848;
	 color: #484848;
 }
 .sinlerow3 {
	 margin-bottom:20px;
 }
  .sinlerow3 iframe {
	  display:block;
	  margin:0 auto;
	  width:100%;
  }
.sipleft {
	  position:relative;
  }
.sipleft ul {
	  display:block;
	  margin-bottom:10px;
	  float:left;
	  padding:0;
	  list-style:none; 
  }
#sliderprod1 {
	min-height:360px;
}
.sipleft .rslides_nav.rslides2_nav.next, 
.sipleft .rslides_nav.rslides1_nav.next {
    left: -20px;
    background: url(../images/gs/left.png) repeat-x 0 0;
}
.sipleft #unique-pager li {
	width:33%;
	float:right;
	padding:0 4px;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}
 .sipleft #unique-pager li img {
	 max-width:100%;
	 height:auto;
 } 
 .sipleft ul.rslides_tabs {
	 width:100%;
	 float:right;
	 text-align:center;
 } 
  .sipleft ul.rslides_tabs li {
	  display:inline-block;
	  width:15px;
	  margin:0 10px;
  }
 .sipleft ul.rslides_tabs li a {
	 display:block;
	 width:15px;
	 height:15px;
	 border-radius:40px;
	 font-size:0;
	 background:#cdcdcd;
 }
 .sipleft ul.rslides_tabs li.rslides_here a ,
  .sipleft ul.rslides_tabs li.rslides_here a ,
.sipleft ul.rslides_tabs li a:hover  {
	  background:#aaa;
  }
 
 .sipleft .rslides_nav.rslides2_nav, .sipleft .rslides_nav.rslides1_nav {
    display: block !important;
    background: url(../images/gs/left1.png) repeat-x 0 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: 0px;
    width: 24px;
    height: 36px;
    font-size: 0;
}
 /* singlenew*/
 .postid-2082 .sinlerow1999 ,
 .postid-2794 .sinlerow1999 {
    width: 100%;
    position: relative;
    background: #fff;
    border: 30px solid #e2e2dd;
    padding: 20px 4.5% 30px 3%;
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#videoblockall {
	padding:30px 0;
}
.sinlerow2  {
	background: #e2e2dd !important;
	border:none !important;
}
 .postid-2794 .sipright , .sipright {
    width: 49%;
 }	
.postid-2794 .sipleft , .sipleft {
    width: 49%;
 }	
.postid-2794 .sipright p ,
.postid-2794 .sipright ul li ,
.sipright p ,
.sipright ul li {
	font-size:16px;
	
}


#singleprod .wrapper ,
#productscats .wrapper 
 {
	max-width:1081px;
}
 .postid-2082 .sinlerow1.sinlerow2 {
	 background:#e2e2dd;
 }
.spacer3 .namec2 {
    border: 1px solid #f3f3f1;
    float: right;
    width: 100%;
    background: #fff;
}
.spacer3  p.textarea11 textarea {
	background:#fff;border: 1px solid #f3f3f1;
}
.rowh {
    width: 100%;
    float: right;
}
.uk-slidenav-position .uk-grid>* {
    padding-right: 18px !important;
    padding-left: 18px !important;
}  
.uk-slidenav-position .uk-slidenav-next {
    left: 3px !important;
}  
  
 /*form*/
.spacer3 form {
	width:100%;
	min-height:20px;
	position:relative;
}
.spacer3 form p{
	width:100%; 
	min-height:45px;
	float:right;
	border:none;
	margin:0 0px 19px 0px;
	color:#333;
}
.spacer3 .namec2 {
	border:1px solid #f3f3f1; 
	float:right;
	width:100%;
	background:#f3f3f1;background:#fff;
	height:45px;
	padding:0px 10px;
	    font-family: 'Open Sans Hebrew' , Arial, Helvetica, sans-serif;
	color:#464646;
	font-size:22px;
	line-height:28px;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
.spacer3  p.textarea11{
	width: 100%;
	min-height: 120px;
	float: right;
	margin: 0px 0px 20px 0;
	color: #454e4a;
	padding:0 !important; 
	background:none !important;
} 

.spacer3  p.textarea11 textarea {
border:1px solid #f3f3f1;     font-family: 'Open Sans Hebrew' , Arial, Helvetica, sans-serif;
	float:right;
	width:100%;
	background:#f3f3f1;background:#fff;
	height:237px;
	padding:20px 10px 0px 10px;
	color:#464646;
	font-size:22px;line-height:28px;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

.spacer3  p#butsend , .spacer3  p.butsend {
	width:48%;
	height:45px;
	float:left;
	cursor:pointer;
	border:none;
	background:none;
	margin-bottom:0;
}
.spacer3  p#butsend  .wpcf7-submit , .spacer3  p.butsend  .wpcf7-submit  {
	width:100%;
	height:45px;
	float:right;
	cursor:pointer;
	border:none;
	background:#2c8192;    font-family: 'Open Sans Hebrew' , Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:20px;
	line-height:45px;
	margin: 0px 0  0px  0px;
	font-weight:700;
}
.spacer3  p#butsend  .wpcf7-submit:hover ,
.spacer3  p.butsend  .wpcf7-submit:hover { background:#464646; }
.spacer3 form span.wpcf7-not-valid-tip , .blockdiv1 span.wpcf7-not-valid-tip { display:none ; }
.spacer3 form .wpcf7-not-valid   { border:1px solid  #F00 !important   ; background:#f9f0ee !important; }
.spacer3 form div.wpcf7-validation-errors {
color: #F00;
position: absolute;
        top: 273px;
right: 0px;
width: 100%;
border: none;
font-size: 16px;
text-align: right;
background: none;  
padding:0 5px;
}
.spacer3 form div.wpcf7-mail-sent-ok{ color:limegreen ;
  position:absolute;     top: 273px; border:none ; font-size:16px; text-align:right;}
.spacer3 div.wpcf7-response-output {
margin: 0 ;
padding: 0;
text-align:center;
}
.wpcf7-submit {
	outline:0;
}
.spacer3 div.wpcf7 .watermark {
    color:  #464646;
}
 
/*form*/
.spacer3 .contsidri {
	width:48%;
	float:right;
	margin-left:4%;
} 
.spacer3 .contsidri2 {
	width:48%;
	float:right;
}  
.relatprod {
	margin:30px 0 0 0;
} 
#catdefdiv {
	padding:20px 0;
}
#catdefdiv h1 {
	color: #2c8192;
    font-size: 30px;
    line-height: 33px;
    text-align: right;
    font-weight: 700;
} 
.row100 {
    width: 100%;
    float: right;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cdcdcd;
} 
.row100in2 {
    width: 100%;
    float: right;
} 
h2.h2title {
    width: 100%;
    font-size: 21px;
    margin-bottom: 0px;
    font-weight: bold;
    line-height: 24px;
}
a .row30desc {
    color: #333;
} 
.row100in2 a.readmore, .row100in2 span.readmore {
    display: block;
    float: left;
    padding-left: 15px;
    color: #2c8192;
} 
.catrow2 {
	min-height:300px;
} 
.foot33 {
	width:30%;
	float:right;
	margin-left:3.33%;
} 
.foot33 .uk-panel-title {
    font-size: 20px;
    color: #efefef;
    font-weight: 700;
}
.foot33 .uk-nav-side>li>a {
    color: #dcdcdc;
} 
.foot33 .uk-nav-side>li>a:hover {
    color: #fff;
}  
.foot33 .uk-nav-side>li>a:hover, .uk-nav-side>li>a:focus ,
.foot33 .uk-nav-side>li.uk-active>a {
    background: rgba(0,0,0,0.2);
}	
.phonemobile { display:none;}
.phonemobileicon { display:none;}
.getgreenform h3 {
	text-align:center;
	line-height: 24px;
    margin: 7px;
}
#acp_toolbarWrap button.acp_hide_toolbar {
    background-image: url(../images/gs/accity1.png) !important;
}	
.catrow2 {
    min-height: 30px;
}
.rtl #acp-toggle-toolbar {
    right: auto;
    left: 0px;
}
#acp-toggle-toolbar {
    background-color: #274690 !important;
    color: white !important;
    cursor: pointer;
    position: fixed;
    z-index: 100000;
    width: 50px;
    height: 50px;
    border: none;
    -webkit-border-radius:  0%;
    -moz-border-radius:  0%;
    -ms-border-radius:  0%;
    border-radius:  0%;
	background-image: url(../images/gs/accity1.png) !important;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
#acp-toggle-toolbar i {
	display:none !important;
}
.rtl body.acp-readable #acp-toolbar, .rtl body.acp-marklinks #acp-toolbar, .rtl body.acp-dark #acp-toolbar, .rtl body.acp-bright #acp-toolbar, .rtl #acp-toolbar {
    right: auto;
    left: 30px;
}
.fbclass {
	display:block;
	width:30px;
	height:30px;
	background:#efefef;
		-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
.fbclass i {
	font-size:20px;
	color:blue;
	float:right;
	    margin: 6px 9px 0 0;

}
.fbclass:hover {
	background:blue;
}
.fbclass:hover i { color:#fff;}
#serviceshome h2 , #seotext h2 {
	    width: 100%;
    text-align: center;
    font-family: 'Open Sans Hebrew';
    font-size: 24px;
    color: #464646;
    margin-bottom: 45px;
    font-weight: 300;
}
#seotext h2 {
	margin-top:40px;
}
em {
    color: #2c8192 !important;
}
.fb_iframe_widget {
    margin-top: -3px;
    float: right;
}
.sliderin  ul.rslides9 li {
    width: 100%;
    border: 1px solid #dcdcdc;
    float: right;
    margin-bottom: 20px;
	padding:6px 0;
}
body #snippet-box {
	float:right;
}
body .ratings {
    float: left;
    margin-right:  0px;
    margin-left: 10px;
}
body .snippet-image img {
    border: none;
    float: right;
}
body .snippet-image {
    float: right;
}
body .aio-info {
    float: left;
}
body .snippet-label-img {
    width: 37%;
    float: right;
    clear: right;
    margin: 0 0 0 1%;
}
body .snippet-label {
    float: right;
    margin: 0 0 0 2%;
}
body .snippet-title {
	padding-right:1%;
	padding-left:0;
}
.singledefcat .catrow2 h2 {
	    color: #2c8192;
    font-size: 19px !important;
    line-height: 33px !important;
	font-weight:700 !important;
	margin-bottom:20px;
} 
 .singledefcat p {
    font-size: 16px;
    line-height: 24px;
 }
  .singledefcat ul li {
	  margin-bottom:20px;
	  font-size: 16px;
    line-height: 24px;
  }
 h3.h3relative {
	 width:100%;
	 float:right;
	 margin-bottom:10px;
	 margin-top:20px;
	     color: #2c8192;
    font-size: 19px !important;
    line-height: 33px !important;
 }
.singledefcat ul.catrow2   {
    padding:0;
}	
.singledefcat ul.catrow2 li {
    margin-bottom: 12px;
    display: inline-block;
    padding-left: 40px;
} 
.gallery-caption {
	background: #2c8192;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 19px; 
	max-width: 90%;
    margin-right: 5%;
}
.foot33 .widget_text {
	padding-bottom:20px;
}
#snippet-box , .snippet-title {
    background: #fff !important;
    background: linear-gradient(top, #FFF 50%, #fff 100%);
    background: -o-linear-gradient(top, #FFF 50%, #fff 100%);
    background: -moz-linear-gradient(top, #FFF 50%, #fff 100%);
    background: -webkit-linear-gradient(top, #FFF 50%, #fff 100%);
    background: -ms-linear-gradient(top, #FFF 50%, #fff  100%);
    border: none !important;
} 
 .snippet-title {
	     border-bottom: 1px solid #ACACAC !important;
 }
 /* articles */
.row100.row30 {
	width:33.33%;
	float:right;
	padding: 0 2%;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
	 margin-bottom:45px;
	 border-bottom:none;
}
.row30 .row100thumb {
	width:100%;
	float:right;
	margin-bottom:15px;
}
.row30 .row100thumb img {
	max-width:100%;
	display:block;
	margin:0 auto;
} 
.row30 .row100in2 a.readmore, .row30 .row100in2 span.readmore {
	padding:5px 15px;
	float:none;
	background:#2c8192;
	color:#fff;
	font-weight:700;
	margin:0 auto;
	text-align: center;
	display:inline-block;
}
/* new dryer*/
#singleprod.newdryerall .wrapper {
	position:relative;
	max-width:940px;
}
.topbannerdry {
	width:100%;
	float:right;
	position:relative;
}
.topbannerdry .topcatslider {
	width:100%;
	background:rgba(36, 130, 148,0.7);
	position:absolute;
	top:0;
	z-index:3;
	padding:6px 0;
	
}
.topbannerdry .topcatslider a {
	color:#fff;
	font-size:20px;
	font-weight:700;
}
.topbannerdry img {
	margin:0 auto;
	display:block;
}
.topbannerdry .wrapper {
	position:relative;
	max-width:940px;
}
.topbannerdry .wrapper.wrapperorg .bandesc {
    position: absolute;
    width: 100%;
    top: 230px;
    left: -30px;
    max-width: 457px;
    padding: 14px 10px;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #404040;
    background: rgba(250, 250, 250 , 0.7);
    z-index: 3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 919px) and (min-width: 744px) {
.topbannerdry .wrapper.wrapperorg .bandesc {
    position: absolute;
    width: 100%;
    top: 115px;
    left: 0;
}
}
.topbannerdry .wrapper .bandesc {
    font-size: 30px;
    line-height: 37px;
    font-weight: 400;
    color: #404040;
    letter-spacing: 1px;
}
.topbannerdry .wrapper .bandesc .bandesc2 {
    font-size: 50px;
    line-height: 60px;
    color: #404040;font-weight: 700;
}
.topbannerdry .wrapper .bandesc .bandesc2 span {
	color: #2c8192;
}


.newdryerall .iconsshort1 {
	margin:0;
	width:100%;
}
.newdryerall .iconsshort1 img {
	display:block;
	max-width:100%;
	margin:0 auto;
	float:none;
}
.newdryerall .iconsshort1 .iconsshortin {
    width: 100%;
    color: #2c8192;
        font-size: 16px;
    line-height: 20px;
	padding-top:4px;
    text-align: center;
    font-weight: 300;
}
#iconsdryall {
	padding:34px 0 25px 0;
}
#iconsdryall #custlogos {
    padding: 0px 0 0px 0;
}
#iconsdryall h2 {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
    font-weight: 400 !important;
    color: #404042;
    margin: 0 0 4px 0;
    font-weight: 700;
}
#iconsdryall h3 {
	text-align:center;
	font-size:22px;
	line-height:34px;
	color:#404042;
	margin:0 0 30px 0;
	font-weight:400;
}
#iconsdryall.iconsdryall2 h3 {
font-size: 26px;
    line-height: 34px;
    color: #414143;
    font-weight: 700;
}
#contactdry .contactdryri2 h2 {
	font-size: 26px;
    line-height: 34px;
    color: #414143;
    font-weight: 700 !important;
	    margin: 0 0 15px 0;
}

#contentdry {
	padding:54px 0 44px 0;
	background:#e2e2dc;
}
#contentdry .postcontent h2 , #contentdry .postcontent h2 strong {
	font-size: 20px;
    line-height: 26px;
	margin:0;
	font-weight:400;
	color:#404040;
}
#contentdry .postcontent p {
	font-size:18px;
	line-height:24px;
	margin:0 0 18px 0;
	font-weight:400;
	color:#404040;
}
#contentdry .postcontent ul {
	list-style:none;
	margin:0 0 25px 0;
	padding:0;
}
#contentdry .postcontent ul li {
	font-size: 16px !important;
    line-height: 20px !important;
	font-weight:400 !important;
	color:#404040 !important;
	    margin-bottom: 0;
}
#contentdry .sinlerow1 {
    background: #e2e2dd;
    padding: 0;
}
#contentdry .videobutt {
    margin: 9px 0 0px 0;
	 
}
.drybuttall a {
    display: inline-block;
    padding: 16px 0;
    width: 153px;
    margin-left: 5px;
    border: 2px solid #2b8192;
    color: #2b8192;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
}
.drybuttall a.drybutt2 {
	border-color:#f36f21;
	color:#f36f21;
	width: 204px;
}
.sinlerow3 a.drybutt2 , a.drybutt3 {
    display: block;
    padding: 16px 0;
    border: 2px solid #2b8192;
    border-color: #f36f21;
    color: #f36f21 !important;
    width: 204px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    margin: -11px auto 20px auto;
    float: none;
}
a.drybutt3  {
	margin-top:20px;
}
.postid-4147 #tophead #ganbmenu {
	display:none !important;
}
#videoblockall {
	    padding: 34px 0 25px 0;
		background:#fff;	
}
#videoblockall h2 {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
    color: #414143;
    margin: 0 0 4px 0;
    font-weight: 700;
}
#videoblockall h3 {
    text-align: center;
    font-size: 22px;
    line-height: 34px;
    color: #414143;
    margin: 0 0 30px 0;
    font-weight: 400;
}
#gallerydry {
	    padding: 34px 0 35px 0;
		background:#e2e2dc;
}
#gallerydry h2 {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
    color: #2c8192;
    margin: 0 0 4px 0;
    font-weight: 700;
}
#gallerydry h3 {
    text-align: center;
    font-size: 22px;
    line-height: 34px;
    color: #404040;
    margin: 0 0 30px 0;
    font-weight: 400;
}
.flexslider {
	direction:ltr;
}
#slider {
	margin-bottom:22px;
}
#contactdry {
	 padding: 34px 0 35px 0;
		background:#f2f2f2;
}
#contactdry h2 {
    text-align: center;
    font-size: 31px;
    line-height: 43px;
    color: #414143;
    margin: 0 0 30px 0;
    font-weight: 700;
    font-weight: 400 !important;
}
.contactdryri {
	float:right;
	width:50%;
	text-align:center;
	font-size:22px;
	line-height:32px;
}
.contactdryri p {
	text-align:center;
	font-size:22px;
	line-height:32px;
	margin-bottom:3px;
	font-size: 26px;
    line-height: 34px;
    color: #414143;
    font-weight: 700;
}
.contactdryri img {
	display:block;
	margin:0 auto;
}
.contactdryle {
	float:right;
	width:50%;
}
.contactdryle {
	background:#bababa;
	padding:14px 16px;
		-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
}
.contactdryle.getgreenform div.wpcf7 .watermark {
    color: #6d6d6d;
}
.contactdryle.getgreenform form div.wpcf7-validation-errors {
    top: -24px;
}
.contactdryle.getgreenform form div.wpcf7-mail-sent-ok{ color:limegreen ;
      top: -0px;  
}
.newdryerall #custlogos .uk-slidenav-position .uk-slidenav {
	width: 34px;
    height: 62px;
    display: block;
	background: url(../images/gs/left22.png) no-repeat;
    top: 50%;
    z-index: 1;
    margin-top: -31px;
}
.newdryerall #custlogos .uk-slidenav-position .uk-slidenav.uk-slidenav-next {
	background: url(../images/gs/left21.png) no-repeat;
	    left: 18px !important;
}
.newdryerall .getgreenform p.butsend .wpcf7-submit {
	float:left;
}
.newdryerall .getgreenform p.textarea11 {
    margin: 0px 0px 4px 0;
}
.newdryerall .getgreenform form p {
    margin: 0px 0px 14px 0px;
}





@media (max-width: 3745px) and (min-width: 940px) {
	.drybuttall {
		width:114%;
	}
}
@media (max-width:1040px) and (min-width:300px){
	
	.wrapper {
		width: 100% Important;
		margin: 0 auto;
		padding:0 10x;
			-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
	}
#ineerslider .titleslider , .ineerslider .titleslider {
    width: 100%;
    color: #2c8192;
    font-size: 40px;
    line-height: 45px;
    text-align: right;
    font-weight: 700;
    float: right;
    padding-top: 0px;
}
#ineerslider .textslider , .ineerslider .textslider {
    width: 100%;
    float: right;
}
#ineerslider , .ineerslider {
    padding: 15px 0 15px 0;
}
.testimimg {
    width: 26%;
    padding: 0 0 0 1%;
    float: right;
}
.testimtext {
    width: 71%;
    float: right;
    color: #464646;
    font-size: 22px;
    line-height: 28px;
}
.prodhome1 , .prodhome2 , .prodhome3 , .prodhome4 , .prodhome5 , .prodhome6 {
    width: 49%;
    float: left;
    height: auto;
}
.rowp1 .prodhome1 , .rowp1 .prodhome4    { margin-right:2%;}
.rowp2 .prodhome1 , .rowp2 .prodhome4    { margin-right:2%;}
.rowp2 .prodhome1 {
    float: left;
}
.rowp .prodhome2 img ,
.rowp .prodhome3 img {
    position: static;
    margin: 6px auto;
    display: block;
    max-height: 220px;
}
.rowp .p1text {
    font-size: 23px;
    line-height: 31px;
    font-weight: 700;
}
.rowp img {
    position: static;
    margin: 6px auto;
    display: block;
}
.rowp .title1 {
    cursor: pointer;
    height: 55px;
    position: static;
    min-width: 272px;
	width:100%;
    line-height: 55px;
}
.prodhome2 , .prodhome5 {
    margin-bottom: 19px;
}
.rititleserv {
    width: 100%;
}
.letextserv {
    width: 100%;
}
.iconsshort1 img {
	max-width:80px;
}
 .lecontho50 {
    width: 48%;
 }
 .ricontho50 {
    width: 48%;
 }


	
}
@media (max-width: 940px) and (min-width: 300px) { 
 #tophead #ganbmenu {
    left: 10px;
 }
 #tophead .headtext {
    font-size: 24px;
    font-weight: 700;
    padding-right: 115px;
    padding-left: 30px;
 }
 #tophead .wrapper #logo {
    position: absolute;
    right: 10px;
 }
 .home #tophead .wrapper #logo {
	     top: -80px;
 }
 .home  #tophead #ganbmenu {
   top: -60px;
}
 .home #tophead.stickymz #ganbmenu {
    top: 5px;
}
 .home #tophead.stickymz .wrapper #logo {
    top: 0px;
}
 .home #menuonepage {
    position: static;
    margin-top: 20px;
}
.prodallcat {
    width: 49%;
    padding: 20px 20px;
    margin-left: 2%;
}
 .prodallcat.last {
    margin-left: 0;
    width: 49%;
}
 .drybuttall a {
		width: 31%;
		margin-left: 2.33%;
	}
 
 
}
@media (max-width: 745px) and (min-width: 300px) {
	.single .openmenuinstart1 #menuonepage {
		display: none;
	}
	.row100.row30 {
	width:100%;
	float:right;
	padding: 0 0%;
	}
	#tophead .headtext h1 {
    font-size: 22px;
    line-height: 28px !important;
}
	.nomobile{display:none;}
.yesmobile{display:block;}
.caticons1 .iconsshort1 {
    min-height: 110px;
}
	#acp_toolbarWrap button.acp_hide_toolbar {
    bottom: 0 !important;
	top:auto !important;
	}
.prodallcat ,  .prodallcat.last  {
    width: 100%;
    padding: 10px 10px;
    margin-left: 0%;
}
#tophead .headtext {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    padding: 0;
    padding-left: 0;
    margin-top: 88px;
}
#tophead.openmenuinstart1 .wrapper { float:right ;}
#tophead .headtext {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding: 0;
    padding-left: 0;
    margin-top: 88px;
}
#tophead #ganbmenu {
    left: 23px;
}
#tophead .wrapper #logo {
    position: absolute;
    right: 50%;
    margin-right: -70px;
}
.postcontent {
	width:100%;
	margin-bottom:30px;
}
.sipleft {
    width: 100%;
    float: left;
    padding-top: 0px;margin-bottom:30px;
}
.sipleft img {
    max-width: 100%;
    float: none;
	display:block;
	margin:0 auto;
    height: auto;
}
.sipright {
    width: 100%;
}
.spacer1 img {
    max-width: 60px;
}
.spacer3 .contsidri {
    width: 100%;
    float: right;
    margin-left: 0%;
	margin-bottom:20px;
}
.spacer3 .contsidri2 {
    width: 100%;
    float: right;
}
#tophead.stickymz .wrapper #logo {
    right: 54%;
}
#tophead.stickymz .headtext {
    display:none;
}
#tophead.stickymz .phonemobile  {
	display:none;
}
#tophead.stickymz .phonemobileicon {
	display:block;
	position:absolute;
	right:10px;
	    top: 7px;
}
#tophead.stickymz .phonemobileicon i {
	font-size:35px;
	color:#ff6c27;
}

#tophead.openmenuinstart1 .wrapper {
    float: right;
    width: 100%;
}
.prodallcat .catthumb {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.prodallcat .catthumbin {
    position: static;
}
.getgreenformall img#paamon { display:none;}
#menuonepage a.linkop {
    display: block;
    width: 100%;
    width: auto;
    margin: 0 40px;
    font-size: 20px;
    line-height: 24px;
    color: #464646;
    font-weight: 700;
    padding: 7px 0;
}
#tophead.openmenuinstart1.stickymz #menuonepage {
    position: static;
    display: none;
    bottom: 6px;
    margin: 10px 0 0 0;
}
.ricontho50 , .lecontho50 {
    width: 100%;
	margin-bottom:15px;
}
.prodhome1, .prodhome2, .prodhome3, .prodhome4, .prodhome5, .prodhome6 {
    width: 100%;
    float: left;
    height: auto;
	margin:0 0 15px 0 !important;
}
.zelhome {
    width: 100%;
    float: right;
    height: 20px;
    background: url(../images/gs/zel.png) repeat-x 0 100%;
}
.iconsshort1 {
    width: auto;
    display: inline-block;
    margin: 0 15px;
}
.iconsshort1 img {
    max-width: 50px;
}
.postid-2082 .sinlerow1, .postid-2794 .sinlerow1 {
    width: 100%;
    position: relative;
    background: #fff;
    border: 0px solid #e2e2dd;
}
.postid-2794 .sipright {
    width: 100%;
}
.postid-2794 .sipleft {
    width: 100%;
}
.ricontho50 p {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
}







}
/* taddryer2 new*/
.single .openmenuinstart1 #menuonepage {
    display: none;
}
#singleprod.newdryerall .wrapper.largewidthtap2   {
	max-width: 95%;
} 
#singleprod.newdryerall .wrapper.largewidthtap21   {
	max-width: 85%;
} 
#singleprod.newdryerall .wrapper.custlogos2    {
	max-width: 100%;
} 	
@media (max-width: 640px) and (min-width: 300px){
	.single #menuonepage a.linkop {
    display: block;
    width: 100%;
    width: auto;
    margin: 0 40px;
    font-size: 16px;
    line-height: 22px;
    color: #464646;
    font-weight: 700;
    padding: 2px 0;
}
	
	
	
	.sliderin ul li {
		min-height:380px;
	}
	.foot33 {
    width: 100%;
    float: right;
    margin-left: 0;
}
	.spacer1 img {
    max-width: 47px;
    top: -15px;
}
#ineerslider .titleslider , .ineerslider .titleslider {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
}
.rowp .prodhome1, .rowp .prodhome2, .rowp .prodhome3 {
    background: #e2e2dc;
    padding: 20px 10px 27px 10px;
}
.rowp .title1 {
    margin-right: -5px;
}
	.phonemobile {
    display: block;
    width: 100%;
    text-align: center;
    float: right;
    margin-top: 94px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}
.home .phonemobile { margin-top:12px;}
.testimimg {
    width: 100%;
    padding: 0 0 0 0%;
} 
.testimtext { width:100%;font-size: 16px;
    line-height: 23px; }
.ricontho50 p {
    width: 100%;
    font-size: 16px;
    line-height: 40px;
} 
.single .contsidri2 .textarea11 {
	display:none;
}
.contactdryri {
	width:100%;
}
.contactdryle {
	width:100%;
}
.drybuttall a {
		width: 100%;
		margin-left: 0;
		margin-bottom:10px;
		float:right;
	}
 .sinlerow3 a.drybutt2 {
	 width:92%;
 } 
 .drybuttall a.drybutt2  {
	     width: 100%;
 }
#singleprod.newdryerall .wrapper.largewidthtap21 {
    max-width: 92%;
}
} 
 
 




@media (max-width: 4945px) and (min-width: 930px) {
	.newdryerall .iconsshort1 img {
		width: 66%;
	} 
	.newdryerall .iconsshort1 .iconsshortin {
		width: 100%;
		color: #404042;
		font-size: 25px;
		line-height: 32px;
		padding-top: 8px;
		text-align: center;
		font-weight: 400;
	} 
.sipleft img {
    max-width: 100%;
    float: left;
    height: auto;
    width: 100%;
}
#contentdry .largewidthtap21 .postcontent h2, #contentdry .largewidthtap21 .postcontent h2 strong {
    font-size: 32px;
    line-height: 45px;
    margin: 0;
    font-weight: 400;
    color: #404040;
}
#contentdry .largewidthtap21 .postcontent p {
    font-size: 25px;
    line-height: 33px;
    margin: 0 0 34px 0;
    font-weight: 400;
    color: #404040;
}
.topbannerdry .wrapper .bandesc {
    max-width: 440px;
	max-width:840px;
}
.topbannerdry .wrapper .bandesc {
    font-size: 39px;
    line-height: 47px;
}
.topbannerdry .wrapper .bandesc .bandesc2 {
    font-size: 56px;
    line-height: 71px;
    color: #404040;
    font-weight: 700;
}
.topbannerdry .wrapper .bandesc {
    position: absolute;
    width: 100%;
    top: 441px;
}
#singleprod.newdryerall .wrapper22 {
	max-width:100%;
}
#singleprod.newdryerall .wrapperorg {
	max-width:1051px;
}
.bandesc2 {
	display:inline-block;
}

	
}
 @media (max-width: 1170px) and (min-width: 300px) {
	 .topbannerdry .wrapper .bandesc {
    top: 326px;
}
	 
 }
 
@media (max-width: 1000px) and (min-width: 300px) { 
.topbannerdry .wrapper .bandesc {
    position: static;
	    width: 100%;
		padding:20px 10px 5px 10px;
		max-width:100%;
}
.wrapper22 {
	padding:0;
}
.topbannerdry .wrapper .bandesc .bandesc2 {
    font-size: 40px;
    line-height: 50px;
    display: inline-block;
}



}
/**/
#custlogos.custlogos2 .uk-slidenav-position .uk-slidenav {
	display:none !important;
}
.contstycky {
	display:none;
}
@media (max-width: 745px) and (min-width: 300px) {
	#custlogos.custlogos2 .uk-slidenav-position .uk-slidenav {
	display:block !important;
}
.sinlerow3 iframe {
    height: 250px;
}
#custlogos {
	display9:none !important;
 
	overflow-y:hidden;
}
}
@media (max-width: 645px) and (min-width: 300px) {
	  .stickymz .contstycky {
		display:inline-block;
		float:left;
    display: block;
    position: absolute;
    left: 10px;
        top: 6px;
}
#tophead.stickymz .phonemobileicon i {
    float: right;
    margin-right: 4px;
    font-size: 22px;
    line-height: 31px;
}
	#tophead.stickymz .contstycky i {
    color: #ff6c27;
	float: right;
    margin-right: 4px;
    font-size: 22px;
    line-height: 26px;
	}
#tophead.stickymz .contstycky span.text11 ,
#tophead.stickymz .phonemobileicon span.text11 {
	line-height:35px;
	    font-size: 12px;
}
#tophead.stickymz .contstycky span.icon11 ,
#tophead.stickymz .phonemobileicon span.icon11 {
	display:block;
	width:28px;
	height:28px;
	border:2px solid #ff6c27;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
display:inline-block;
	float:right;
	margin-left:4px;
}
#tophead.stickymz .contstycky span.icon11 {
	float:left;
	margin-left:0px;
	margin-right:4px;
}
#contactdry h2 {
    margin: 0 0 10px 0;
	}
.contactdryri p {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 3px;
}
.contactdryri img {
    display: block;
    margin: -20px auto 30px auto;
    max-width: 90px;
}
.topbannerdry .wrapper.wrapperorg .bandesc {
	position:static;
}
	
	
	
}
@media (max-width: 380px) and (min-width: 300px) {
#tophead.stickymz .contstycky span ,
#tophead.stickymz .phonemobileicon span {
	display9:none;
	}
	
	
}
/* tapdrier css hide*/
.postid-4147 #tophead { display:none !important ;}
.postid-4147 .foot33 { display:none !important ;}

.page-id-4286  #tophead { display:none !important ;}
.page-id-4286  .foot33 { display:none !important ;}

@media (max-width: 745px) and (min-width: 300px) {
.page-id-4286  #tophead.stickymz { display:block !important ;}

}



