/* Theme Name: yinon */
@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url('fonts/robotocondensed-regular.eot');
    src: url('fonts/robotocondensed-regular.eot') format('embedded-opentype'),
         url('fonts/robotocondensed-regular.woff') format('woff'),
         url('fonts/robotocondensed-regular.ttf') format('truetype'),
         url('fonts/robotocondensed-regular.svg#RobotoCondensedRegular') format('svg');
}
@font-face {
    font-family: 'RobotoCondensedLight';
    src: url('fonts/robotocondensed-light.eot');
    src: url('fonts/robotocondensed-light.eot') format('embedded-opentype'),
         url('fonts/robotocondensed-light.woff2') format('woff2'),
         url('fonts/robotocondensed-light.woff') format('woff'),
         url('fonts/robotocondensed-light.ttf') format('truetype'),
         url('fonts/robotocondensed-light.svg#RobotoCondensedLight') format('svg');
}
@font-face {
    font-family: 'RobotoCondensedBold';
    src: url('fonts/robotocondensed-bold.eot');
    src: url('fonts/robotocondensed-bold.eot') format('embedded-opentype'),
         url('fonts/robotocondensed-bold.woff2') format('woff2'),
         url('fonts/robotocondensed-bold.woff') format('woff'),
         url('fonts/robotocondensed-bold.ttf') format('truetype'),
         url('fonts/robotocondensed-bold.svg#RobotoCondensedBold') format('svg');
}
@font-face {
    font-family: 'OpenSansHebrewRegular';
    src: url('fonts/opensanshebrew-regular.eot');
    src: url('fonts/opensanshebrew-regular.eot') format('embedded-opentype'),
         url('fonts/opensanshebrew-regular.woff2') format('woff2'),
         url('fonts/opensanshebrew-regular.woff') format('woff'),
         url('fonts/opensanshebrew-regular.ttf') format('truetype'),
         url('fonts/opensanshebrew-regular.svg#OpenSansHebrewRegular') format('svg');
}
@font-face {
    font-family: 'DinamikaRegular';
    src: url('fonts/DinamikaRegular.eot');
    src: url('fonts/DinamikaRegular.eot') format('embedded-opentype'),
         url('fonts/DinamikaRegular.woff2') format('woff2'),
         url('fonts/DinamikaRegular.woff') format('woff'),
         url('fonts/DinamikaRegular.ttf') format('truetype'),
         url('fonts/DinamikaRegular.svg#DinamikaRegular') format('svg');
}

/* ----------------- Reset ------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
*{
	 box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
html,
body{
	height: 100%;
}
body,
button,
input,
select,
textarea {
	color: #000;
	font: 19px/1.25 'RobotoCondensedLight', sans-serif;
}

body {
	background: #fff;
}

a {
	color: #F4901D;
	text-decoration: none;
}
a:active,
a:hover {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	margin: 0 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

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


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input{
	border: 1px solid #C8C8C8;
	border-radius: 5px;
	color: #000;
	padding: 4px 10px 2px 36px;
	line-height: 1;
	width: 100%;
	background: none;
}
textarea{
	resize: none;
	border: none;
	color: #000;
	line-height: 23px;
	overflow: hidden;
	height: 50px;
	padding: 0;
	background: none;
}
.textarea-wrapper{
	border: 1px solid #C8C8C8;
	border-radius: 5px;
	padding: 4px 2px 2px 36px;
	width: 100%;
	background: none;
	height: 60px;
	overflow: hidden;
}
.hiddendiv {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
	white-space: pre-wrap;
	width: 210px;
	min-height: 50px;
	padding: 0 0 0 10px;
	word-wrap: break-word;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #F38F1E;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font: 21px/1 'RobotoCondensedRegular', sans-serif;
	padding: 12px 30px 13px;
	text-transform: uppercase;
	vertical-align: bottom;
	height: 46px;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #F9C78E;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #959595;
}

:-moz-placeholder {
	color: #959595;
}

::-moz-placeholder {
	color: #959595;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #959595;
}
:focus::-webkit-input-placeholder {
	color: transparent;
}

:focus:-moz-placeholder {
	color: transparent;
}

:focus::-moz-placeholder {
	color: transparent;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

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

/* ----------------- Basic Style ---------------- */
.cf:before,
.cf:after{
	content: '';
	display: table;
	clear: both;
	height: 0;
	font-size: 0;
}
.anim{
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.site{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -105px;
	overflow: hidden;
}
.site_main{
	padding: 0 0 35px;
}
.wrapper{
	width: 1030px;
	margin: 0 auto;
	padding: 0 15px;
}
.wrapper_content{
	width: 1050px;
}
.wrapper_header{
	width: 1035px;
}
.overlay{
	position: fixed;
	background: rgba(0,0,0,.8);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 130;
	display: none;
}
.with_border{
	position: relative;
}
.with_border:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMzhmMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3OSUiIHN0b3AtY29sb3I9IiNmMzhmMWUiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(243,143,30,1) 0%, rgba(243,143,30,0) 79%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(243,143,30,1)), color-stop(79%,rgba(243,143,30,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(243,143,30,1) 0%,rgba(243,143,30,0) 79%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(243,143,30,1) 0%,rgba(243,143,30,0) 79%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(243,143,30,1) 0%,rgba(243,143,30,0) 79%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(243,143,30,1) 0%,rgba(243,143,30,0) 79%); /* W3C */
}
.title_block{
	color: #F38F1E;
	font: 27px/1 'RobotoCondensedBold', sans-serif;
	margin: 0 0 19px;
}
.title_page{
	color: #F4901D;
	padding: 8px 10px 10px;
	min-width: 180px;
	background: #eee;
	border-bottom: 2px solid #F38F1E;
	margin: 0 0 16px;
	position: relative;
	left: -7px;
	display: inline-block;
	font: 28px/1 'RobotoCondensedBold', sans-serif;
}
.col7{
	width: 66%;
}
.col3{
	width: 34%;
}
.first_col{
	float: left;
	padding: 0 6% 0 0;
}
.second_col{
	float: right;
	padding: 0 0 0 5%;
}
.col5{
	float: left;
	width: 50%;
}
.col5.first_col{
	padding: 0 2% 0 0;
}
.col5.second_col{
	padding: 0 0 0 4%;
}
.col4{
	width: 40%;
	float: left;
	padding: 0 6% 0 0;
}
.col6{
	width: 60%;
	float: left;
	padding: 0 0 0 3%;
}
a.button_site{
	background: #F38F1E;
	color: #fff;
	text-transform: uppercase;
	font: 21px/1 'RobotoCondensedRegular', sans-serif;
	padding: 12px 20px 11px;
	border-radius: 5px;
	min-width: 288px;
	display: inline-block;
	text-align: center;
}
a.button_site:hover{
	background: #F9C78E;
}
.image_block{
	max-width: 480px;
	margin: 0 0 15px 20px;
	float: right;
}
.image_block img{
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}
.mobile_block{
	display: none;
}
/* ------------------- Header ------------------- */
.site_header{
	background: rgba(255,255,255,.8);
	padding: 13px 0 12px;
	box-shadow: 0 7px 7px rgba(116, 116, 116, 0.33);
	line-height: 1;
	margin: 0 0 8px;
}
.home .site_header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 120;
}
.site_header .logo{
	float: right;
}
.lang_block_desktop{
	float: right;
	margin: 11px 0 0 16px;
}
.lang_block_desktop #lang_sel_list{
	height: auto;
}
.lang_block_desktop #lang_sel_list li{
	position: relative;
}
.lang_block_desktop #lang_sel_list li:before{
	content: '';
	position: absolute;
	left: -1px;
	top: 5px;
	height: 2px;
	width: 2px;
	background: #D1D1D1;
	border-radius: 50%;
}
.lang_block_desktop #lang_sel_list li:first-child:before{
	display: none;
}
.lang_block_desktop #lang_sel_list a,
.lang_block_desktop #lang_sel_list a:visited{
	background: none;
	color: #A5A5A5;
	font-size: 14px;
	padding: 0;
	margin: 0 6px;
}
.lang_block_desktop #lang_sel_list .icl-en a{
	font-family:'RobotoCondensedLight', sans-serif;
}
.lang_block_desktop #lang_sel_list .icl-he a{
	font-family: 'OpenSansHebrewRegular', sans-serif;
}
.lang_block_desktop #lang_sel_list a.lang_sel_sel{
	color: #000;
}
.site_header .phone_number{
	float: right;
	font: 24px/1 'RobotoCondensedBold', sans-serif;
	color: #000;
	margin: 4px 11px 0 0; 
}
.site_header .phone_number:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 0 0;
	background: url('images/sprite.png') no-repeat 0 -104px;
	width: 13px;
	height: 21px;
	position: relative;
	top: -1px;
}
.site_navigation{
	margin: 10px 0 0;
}
.site_navigation ul{
	list-style: none;
	margin: 0;
	font-size: 0;
}
.site_navigation li{
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 13px;
}
.site_navigation li a{
	color: #000;
	display: block;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.site_navigation li a:hover{
	color: #959595;
}
.site_navigation li.current-menu-item a{
	color: #F38F1E;
}
.site_navigation li a span{
	display: inline-block;
	vertical-align: middle;
}
.menu-item img._before{
	margin: 0 4px 0 0;
}
.site_navigation li a img{
	height: auto;
	max-width: 100%;
	position: relative;
	top: -1px;
}
.site_navigation li:first-child img._before{
	margin: 0 9px 0 0;
}
.site_navigation li a img[alt="icon1"]{
	width: 19px;
}
.site_navigation li a img[alt="icon2"]{
	width: 16px;
}
.site_navigation li a img[alt="icon3"]{
	width: 15px;
}
.site_navigation li a img[alt="icon4"]{
	width: 19px;
}
.site_navigation li a img[alt="icon5"]{
	width: 20px;
}
/* -------------- Main Slideshow ---------------- */
.slideshow_holder{
	margin: 0 0 26px;
	position: relative;
}
.main_slideshow .slide{
	padding: 35% 0 0;
	width: 100%;
}
.main_slideshow .slide .slide_bg{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
}
.main_slideshow .slide .wrapper{
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}
.main_slideshow .slide .content_slide{
	background: #fff;
	border-radius: 15px;
	padding: 26px 28px 28px 25px;
	width: 349px;
	position: absolute;
	left: 20px;
	bottom: 40px;
}
.slide .content_slide h3{
	margin: 0;
	font-size: 26px;
}
.slide .content_slide p{
	margin: 19px 0 21px;
	line-height: 1.25;
}
.slide .content_slide .button_slide{
	color: #fff;
	text-transform: uppercase;
	font: 21px/1 'RobotoCondensedRegular', sans-serif;
	padding: 11px 10px 12px;
	display: block;
	background: #88C23F;
	border-radius: 5px;
	text-align: center;
}
.slide .content_slide .button_slide:after,
.slide .content_slide .button_slide span{
	display: inline-block;
	vertical-align: middle;
}
.slide .content_slide .button_slide:after{
	content: '';
	background: url('images/sprite.png') no-repeat -21px -106px;
	width: 10px;
	height: 17px;
	margin: 0 0 0 8px;
}
.slide .content_slide .button_slide:hover{
	background: #C3E09E;
}
.main_slideshow .nav_arrow span{
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(247, 172, 59, .3) url('images/sprite.png') no-repeat;
	width: 60px;
	height: 60px;
	margin: auto 0;
	z-index: 119;
	border-radius: 50%;
	cursor: pointer;
}
.main_slideshow .nav_arrow span:hover{
	background-color: rgba(247, 172, 59, 1);
}
.main_slideshow .nav_arrow span.left{
	background-position: 0 -31px;
	left: 20px;
}
.main_slideshow .nav_arrow span.right{
	background-position: -67px -31px;
	right: 20px;
}
.slideshow_holder .nav_block{
	padding: 10px 0;
	background: #F38F1E;
}
.nav_block .nav_pager{
	float: right;
	font-size: 0;
}
.nav_block .nav_pager span{
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 0 3px;
	display: inline-block;
	text-align: -9999px;
	cursor: pointer;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.nav_block .nav_pager span:hover,
.nav_block .nav_pager span.cycle-pager-active{
	opacity: .6;
}
.progress_holder {
	float: left;
	background: rgba(255,255,255,.3);
	width: 216px;
	margin: 3px 3px 0 55px;
}
.progress_bar{
	height: 3px;
	background: #fff;
}
/* ----------------- Home Page ------------------ */
.link_site{
	float: right;
	text-transform: uppercase;
	font-size: 16px;
}
.link_site:after,
.link_site span{
	display: inline-block;
	vertical-align: middle;
}
.link_site:after{
	content: '';
	background: url('images/sprite.png') no-repeat -140px -106px;
	width: 10px;
	height: 17px;
	margin: 0 0 0 5px;
}
.link_site:hover{
	color: #F4901D;
	opacity: 0.6;
}
/* ---------------- Breadcrumbs ----------------- */
.breadcrumbs{
	font-size: 12px;
	margin: 0 0 16px;
}
.breadcrumbs,
.breadcrumbs a{
	color: #959595;
}
.breadcrumbs a{
	margin: 0 10px 0 0;
	position: relative;
}
.breadcrumbs a:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	margin: auto 3px;
	background: url('images/sprite.png') no-repeat -95px -131px;
	width: 4px;
	height: 8px;
}
/* ----------------- About Page ----------------- */
.about_page .two_col{
	margin: 0 0 45px;
}
.about_slider{
	width: 50%;
	padding: 0 0 0 4%;
	float: right;
	margin: 0 0 25px 2%;
}
.slider_gallery{
	overflow: hidden;
	margin: 15px 0 0;
	direction: ltr;
}
.slider_gallery ul{
	list-style: none;
	padding: 0 0 7px;
	margin: 0 0 11px;
}
.slider_gallery ul:after{
	content: '';
	position: absolute;
	top: 100%;
	height: 1px;
	width: 100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMzhmMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MSUiIHN0b3AtY29sb3I9IiNmMzhmMWUiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(243,143,30,1) 0%, rgba(243,143,30,0) 81%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(243,143,30,1)), color-stop(81%,rgba(243,143,30,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(243,143,30,1) 0%,rgba(243,143,30,0) 81%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(243,143,30,1) 0%,rgba(243,143,30,0) 81%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(243,143,30,1) 0%,rgba(243,143,30,0) 81%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(243,143,30,1) 0%,rgba(243,143,30,0) 81%); /* W3C */
}
.slider_gallery ul li{
	width: 100%;
	padding: 65% 0 0;
	background-position: center;
	background-size: cover;
}
.slider_gallery li a{
	position: absolute;
	bottom: 5px;
	left: 6px;
	width: 26px;
	height: 26px;
	background: rgba(255,255,255,.7);
}
.slider_gallery li .large_img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url('images/sprite.png') no-repeat -1px -253px;
	width: 15px;
	height: 19px;
}
.slider_gallery li a:hover{
	background: rgba(244, 144, 29, .7);
}
.slider_gallery li a:hover .large_img{
	background-position: -26px -253px;
}
.thumbs_holder{
	width: 100%;
	padding: 0 18px;
	z-index: 110;
	position: relative;
	font-size: 0;
}
.slider_gallery .thumbs_holder .thumbs_holder_nav .prev,
.slider_gallery .thumbs_holder .thumbs_holder_nav .next{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 16px;
	height: 100%;
	background: #F38F1E;
	color: transparent;
	z-index: 100;
}
.slider_gallery .thumbs_holder .thumbs_holder_nav .prev:hover,
.slider_gallery .thumbs_holder .thumbs_holder_nav .next:hover{
	background: #F9C78E;
}
.slider_gallery .thumbs_holder .thumbs_holder_nav .prev{
	right: 0;
}
.slider_gallery .thumbs_holder .thumbs_holder_nav .next{
	left: 0;
}
.slider_gallery .thumbs_holder .thumbs_holder_nav .prev:after,
.slider_gallery .thumbs_holder .thumbs_holder_nav .next:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url('images/sprite.png') no-repeat -207px -85px;
	width: 8px;
	height: 26px;
}
.slider_gallery .thumbs_holder .thumbs_holder_nav .prev:after{
	background-position: -167px -68px;
}
.slider_gallery .thumbs_holder .thumbs_holder_nav .next:after{
	background-position: -150px -68px;
}
.slider_gallery .thumbs_holder .slide{
	width: 102px;
	height: 70px;
	background-position: center;
	background-size: cover;
	margin: 0 2px;
	cursor: pointer;
	position: relative!important;
	overflow: hidden;
	border-bottom: 1px solid transparent;
	display: inline-block;
}
.slider_gallery .thumbs_holder .slide .hover_thumb{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.58);
}
.slider_gallery .thumbs_holder .slide.cycle-slide-active{
	border-color: #F4901D;
}
.slider_gallery .thumbs_holder .slide:hover .hover_thumb,
.slider_gallery .thumbs_holder .slide.cycle-slide-active .hover_thumb{
	opacity: 0;
}
/* ---------------- Catalog Page ---------------- */
.description_catalog{
	margin: 0 0 32px;
}
.description_catalog p{
	margin: 0;
}	
.list_categories .category_item{
	margin: 0 0 23px;
}
.list_categories .category_item a{
	display: block;
	padding: 14px 55px 10px 22px;
	border-radius: 8px;
	border: 1px solid #F4901D;
	min-height: 150px;
	color: #000;
	position: relative;
}
.list_categories .category_item h3{
	font-size: 26px;
	margin: 0 0 8px;
	color: #F4901D;
}
.list_categories .category_item a .hover_block{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 43px;
	background: #F38F1E;
	border-radius: 0 5px 5px 0;
	opacity: 0;
}
.list_categories .category_item a .hover_block:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url('images/sprite.png') no-repeat -165px -138px;
	width: 14px;
	height: 26px;
}
.list_categories .category_item a:hover .hover_block,
.list_categories .category_item.current a .hover_block{
	opacity: 1;
}
.title_product_list{
	font: 26px/1 'RobotoCondensedBold', sans-serif;
	color: #F4901D;
	padding: 10px 0 11px;
	display: inline-block;
	border-bottom: 2px solid #F38F1E;
	margin: 0 0 28px;
}
.products_list{
	margin: 0 -5px;
	font-size: 0;
}
.products_list .product_item{
	padding: 0 5px;
	margin: 0 0 10px;
	width: 33.33%;
	display: inline-block;
	font-size: 15px;
}
.products_list .product_item a{
	border: 1px solid #F38F1E;
	padding: 100% 0 0;
	display: block;
	position: relative;
	color: #fff;
}
.products_list .product_item img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.products_list .product_item .hover_block{
	border-radius: 0;
	z-index: 10;
}
.products_list .product_item .hover_block p{margin: 0;}
.products_list .product_item .hover_block:before{
	background-position: -83px -169px;
	width: 48px;
	height: 37px;
}
.products_list .product_item h3{
	font-size: 17px;
	margin: 0;
}
/* --------------- Product Block ---------------- */
.product_popup{
	position: fixed;
	top: 10%;
	z-index: 140;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
}
.product_popup .col5:last-child{
	padding: 0 0 0 3%;
}
.product_popup .close_popup{
	position: absolute;
	z-index: 102;
	bottom: 100%;
	left: 15px;
	margin: 0 0 10px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background: #F38F1E;
	border: 1px solid #fff;
	border-radius: 50%;
}
.product_popup .close_popup:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url('images/sprite.png') no-repeat -126px 0;
	width: 14px;
	height: 14px;
}
.product_popup .close_popup:hover{
  background: #F9C78E;
}
.product_popup .slider_product{
	min-height: 100px;
}
.slider_product .slide,
.slider_product .slide img{
	width: 100%;
}
.slider_product .slide img{
	display: block;
	margin: 0 auto;
	max-height: 500px;
	max-width: 100%;
	width: auto;
	height: auto;
}
.slider_product .nav_product_slide{
	position: absolute;
	top: 100%;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin: 5px 0 0;
}
.slider_product .nav_product_slide span{
	cursor: pointer;
}
.slider_product .nav_product_slide span.next{
	float: right;
}
.slider_product .nav_product_slide span.prev:before,
.slider_product .nav_product_slide span.next:after{
	content: '';
	display: inline-block;
	background: url('images/sprite.png') no-repeat;
	width: 7px;
	height: 12px;
}
.slider_product .nav_product_slide span.prev:before{
	background-position: -197px -82px;
	margin: 0 4px 0 0;
}
.slider_product .nav_product_slide span.next:after{
	background-position: -211px -82px;
	margin: 0 0 0 4px;
}
.product_popup .product_title{
	font-size: 28px;
	margin: 4px 0 0;
}
.product_popup .subtitle{
	font-size: 28px;
	margin: 0 0 23px;
	display: block;
}
.product_popup a.button_site{
	float: right;
	margin: 22px 0 0;
}
/* -------------- Working Process --------------- */
.working_steps{
	margin: 13px 0 0;
}
.working_step{
	margin: 0 0 30px;
	display: table;
	direction: rtl;
	table-layout: fixed;
	position: relative;
	display: none;
}
.step_thumbnail{
	display: table-cell;
	width: 282px;
	vertical-align: top;
	padding: 0 0 0 10px;
}
.step_thumbnail img{
	display: block;
	max-width: 100%;
	width: 100%;
}
.article-blank-image {
	min-width: 240px;
	min-height: 240px;
	background: #EEEEEE;
}
.step_description{
	display: table-cell;
	vertical-align: top;
	background: #EEEEEE;
	direction: ltr;
}
.step_description .holder_description{
	padding: 31px 45px 10px 3px;
	height: 100%;
}
.working_step .side_block{
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: 3000px;
	background: #EEEEEE;
	margin: 0 -1px;
}
.working_step:nth-child(even){
	direction: ltr;
}
.working_step:nth-child(even) .step_description,
.working_step:nth-child(even) .side_block, 
.working_step:nth-child(even) .article-blank-image {
	background: #fbd69d;
}
.working_step:nth-child(even) .step_thumbnail{
	padding: 0 10px 0 0;
}
.working_step:nth-child(even) .side_block{
	left: 100%;
}
.working_step:nth-child(even) .step_description .holder_description{
	padding: 31px 30px 10px 35px;
}
.step_description .holder_description .title_step{
	font: 30px/1 'RobotoCondensedRegular', sans-serif;
	margin: 0 0 15px;
	padding: 0 4px;
}
/* ---------------- Contact Page ---------------- */
.contact_page .first_col{
	padding: 0 5% 0 0;
}
.contact_page .second_col{
	padding: 0;
}
.contact_page .textarea-wrapper{
	height: 173px;
}
.page-template-page-contact .hiddendiv,
.page-template-page-contact textarea{
	min-height: 160px;
}
.acf-map {
	height: 417px;
	margin: 0 0 24px;
}
.contact_info:before,
.contact_info:after{
	content: '';
	display: block;
	height: 1px;
	width: 90%;
	margin: 14px auto;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMzhmMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MSUiIHN0b3AtY29sb3I9IiNmMzhmMWUiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(243,143,30,1) 0%, rgba(243,143,30,0) 81%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(243,143,30,1)), color-stop(81%,rgba(243,143,30,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(243,143,30,1) 0%,rgba(243,143,30,0) 81%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(243,143,30,1) 0%,rgba(243,143,30,0) 81%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(243,143,30,1) 0%,rgba(243,143,30,0) 81%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(243,143,30,1) 0%,rgba(243,143,30,0) 81%); /* W3C */
}
.contact_info a{
	color: #000;
}
.contact_info a:hover{
	text-decoration: underline;
}
.contact_info div > span:first-child{
	color: #F4901D;
}
.contact_info .address_info{
	display: block;
	margin: 0 0 5px;
	border: none;
}
.contact_info div{
	display: inline-block;
	padding: 0 6px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px solid #000;
	line-height: 1;
}
.contact_info div:last-child{
	border: none;
}
/* ---------------- Contact Form ---------------- */
.contact_form h3{
	color: #F38F1E;
	font-size: 26px;
	margin: 0;
}
.contact_form .title_contact_block p{
	margin: 0 0 17px;
	color: #F38F1E;
}
.contact_form form{
	position: relative;
}
.contact_form form p{
	margin: 0 0 13px;
	position: relative;
}
.contact_form form p > span{
	display: block;
}
.contact_form form p:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto 0;
	height: 26px;
	width: 1px;
	background: #C8C8C8;
}
.contact_form form p.user_msg:before{
	top: 5px;
	margin: 0;
}
.contact_form form p:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: url('images/sprite.png') no-repeat;
}
.contact_form form p.user_name:after{
	background-position: -42px -107px;
	width: 18px;
	height: 17px;
	left: 5px;
}
.contact_form form p.user_phone:after{
	background-position:  -69px -107px;
	width: 11px;
	height: 17px;
	left: 12px;
}
.contact_form form p.user_email:after{
	background-position: -89px -107px;
	width: 15px;
	height: 11px;
	left: 9px;
}
.contact_form form p.user_msg:after{
	background-position: -113px -107px;
	width: 17px;
	height: 17px;
	left: 7px;
	top: 8px;
	margin: 0;
}
.wpcf7-not-valid-tip input{
	border-color: #ff0000;
}
.contact_form form p.wpcf7-not-valid-tip:before{
	background: #ff0000;
}
.contact_form form p.wpcf7-not-valid-tip.user_name:after{
	background-position: -193px -107px;
}
.contact_form form p.wpcf7-not-valid-tip.user_phone:after{
	background-position:  -220px -107px;
}
.contact_form form p.wpcf7-not-valid-tip.user_email:after{
	background-position: -240px -107px;
}
.contact_form form p.wpcf7-not-valid-tip.user_msg:after{
	background-position: -264px -107px;
}
.button_form img{
	display: none;
}
span.wpcf7-not-valid-tip{
	position: absolute;
	right: 100%;
	border: 1px solid #ff0000;
	background: #fff;
	padding: 2px 5px;
	color: #ff0000;
	width: 180px;
	font-size: 13px;
	height: 22px;
	top: 6px;
	margin: 0 12px 0 0;
	z-index: 100;
}
span.wpcf7-not-valid-tip:before{
	content: '';
	left: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: url('images/sprite.png') no-repeat -289px -108px;
	width: 9px;
	height: 12px;
}
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked,
div.wpcf7-mail-sent-ng{
	display: none!important;
}
div.wpcf7-mail-sent-ok{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 46px;
	color: #fff;
	font: 21px/1 'RobotoCondensedRegular', sans-serif;
	text-align: center;
	padding: 12px 0 13px;
	background: #39B14A;
	border: none;
	border-radius: 5px;
	width: 100%;
	margin: 0;
	text-transform: uppercase;
}
div.wpcf7-mail-sent-ok:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	background: url('images/sprite.png') no-repeat -151px 0;
	width: 25px;
	height: 21px;
}
/* --------------- Clients Block ---------------- */
.clients_block{
	margin: 0 0 50px;
}
.clients_list{
	border-top: 1px solid #F38F1E;
	border-bottom: 1px solid #F38F1E;
	padding: 25px 60px;
	position: relative;
}
.clients_list .item_logo{
	padding: 90% 0 0;
	position: relative;
}
.clients_list.owl-carousel .owl-item .item_logo img{
	position: absolute;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.clients_list .owl-nav div{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: url('images/sprite.png') no-repeat ;
	width: 20px;
	height: 27px;
	text-indent: -9999px;
}
.clients_list .owl-nav div.owl-next{
	background-position: -139px -34px;
	left: 0;
}
.clients_list .owl-nav div.owl-prev{
	background-position: -165px -34px;
	right: 0;
}
/* ------------- Featured Products -------------- */
.featured_products{
	font-size: 0;
	margin: 0 -9px 40px;
}
.featured_products .product_item{
	width: 16.66%;
	padding: 0 9px;
	display: inline-block;
	font-size: 12px;
}
.featured_products .product_item a{
	border: 1px solid #F38F1E;
	border-radius: 8px;
	position: relative;
	padding: 125% 0 0;
	color: #fff;
	display: block;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.featured_products .product_item img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto!important;
	height: auto;
	max-height: 99%;
	max-width: 99%;
	margin: auto;
}
.product_item .hover_block{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(243, 143, 30, .8);
	padding: 15px 17px;
	border-radius: 6px;
	line-height: 1;
	opacity: 0;
}
.product_item a:hover .hover_block{
	opacity: 1;
}
.featured_products .hover_block h3{
	font-size: 16px;
	margin: 0 0 3px;
}
.product_item .hover_block:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 63px;
	background: url('images/sprite.png') no-repeat -1px -169px;
	width: 41px;
	height: 32px;
}
/* ----------------- Error Page ----------------- */
.error_page{
	padding: 100px 15px 0;
	text-align: center;
}
.error_page h1{
	color: #F4901D;
	font: 100px/1 'RobotoCondensedBold', sans-serif;
	margin: 0  010px;
}
.error_page h2{
	font: 25px;
}
/* ------------------- Footer ------------------- */
.push,
.site_footer{
	height: 105px;
}
.site_footer{
	background: #F38F1E;
	padding: 18px 0 0;
	text-align: center;
}
.site_footer .logo{
	float: left;
	margin: 18px 0 0;
}
.site_footer .phone_number{
	float: left;
	margin: 23px 0 0 15px;
	font: 24px/1 'RobotoCondensedBold', sans-serif;
	color: #fff;
	opacity: .6;
}
.site_footer .phone_number:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 0 0;
	background: url('images/sprite.png') no-repeat -143px -172px;
	width: 13px;
	height: 21px;
	position: relative;
	top: -1px;
}
.site_footer .nav_block{
	display: inline-block;
	margin: 18px 0 0;
}
.site_footer .nav_block .footer_navigation{
	margin: 0 0 7px;
}
.site_footer .lang_block{
	float: left;
	margin: 0 7px 0 0;
}
.site_footer .copyright{
	float: left;
	font-size: 10px;
	color: rgba(255,255,255,.7);
	line-height: 1.5;
	margin: 0;
}
.site_footer ul{
	list-style: none;
	margin: 0;
}
.site_footer ul li{
	float: left;
	font-size: 13px;
	padding: 0 5px;
	border-left: 1px solid rgba(255,255,255,.6);
	margin: 0;
	line-height: 1;
}
.site_footer ul li:first-child{
	border: none;
}
.site_footer ul .menu-item i._mi,
.site_footer ul .menu-item img._mi{
	display: none;
}
.site_footer a{
	color: rgba(255,255,255,.7);
}
.site_footer a:hover{
	color: #fff;
}
.logo_iso{
	float: right;
	width: 70px;
	margin: 0 7px;
}
.logo_iso img{
	max-width: 100%;
	display: block;
}

/* -------------- Language Block -------------- */
.site_footer #lang_sel_list li{
	padding: 0 5px !important;
}
.site_footer #lang_sel_list a{
	font: 13px/1 'RobotoCondensedLight', sans-serif;
}
.site_footer #lang_sel_list a,
.site_footer #lang_sel_list a:visited{
	background: none;
	color: rgba(255,255,255,.7);
	padding: 0;	
}
.site_footer #lang_sel_list a:hover,
.site_footer #lang_sel_list a:visited:hover{
	color: #fff;
}
.site_footer #lang_sel_list a.lang_sel_sel{
	color: #fff;
	font-family: 'RobotoCondensedRegular', sans-serif;
}
.site_footer #lang_sel_list .icl-he a{
	font:12px/1 'OpenSansHebrewRegular', sans-serif;
}

/* ------------------ Responsive ----------------- */
@media(max-width: 1400px){
	.contact_page span.wpcf7-not-valid-tip{left: 100%;right: auto;margin: 0 0 0 12px;}
	.contact_page span.wpcf7-not-valid-tip:before{background-position: -288px -132px;right: 100%;left: auto;}
}
@media(max-width: 1200px){
	/* ----------- Main Slideshow -------------- */
	.main_slideshow .slide{padding: 40% 0 0;}
	.main_slideshow .slide .content_slide{left: 90px;}
}
@media(max-width: 1070px){
	/* ------------- Basic Style --------------- */
	.wrapper,
	.wrapper_header,
	.wrapper_content{width: 100%;}	

}
@media(max-width: 992px){
	/* ------------- Basic Style --------------- */
	.wrapper{padding: 0;}
	.wrapper_header{padding: 0 15px;}
	.desktop_block{display: none;}
	.mobile_block{display: block;}
	.col7,
	.col3,
	.col5,
	.col4,
	.col6{width: 100%;margin: 0 0 20px;}
	.first_col,
	.second_col,
	.col5.first_col,
	.col5.second_col,
	.contact_page .first_col,
	.col4{padding: 0;float: none;}
	.with_border:before{display: none;}
	.padding_block{padding: 0 15px;}
	.title_block{text-align: center;font-size: 28px;}
	.title_page{font-size: 22px;padding: 8px 7px 6px;margin: 0 0 10px;left: 0;min-width: 150px;}
	.back_link{color: #F4901D;text-transform: uppercase;font-size: 16px;float: right;margin: 20px 15px;}
	.back_link:hover{opacity: .6;color:#F4901D }
	.back_link:after{content: '';display: inline-block;margin: 0 0 0 5px;background: url('images/sprite.png') no-repeat -140px -106px;width: 10px;height: 17px;position: relative;top:2px;}

	/* ---------------- Header ----------------- */
	.site_header{border-bottom: 1px solid #f4901d;position: relative;z-index: 120;margin: 0 0 12px;}
	.site_header .logo{float: left;}
	.button_menu{position: absolute;height: 100%;right: 0;border-left: 1px solid #F4901D;width: 61px;top: 0;cursor: pointer;}
	.button_menu:before{content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;background: url('images/sprite_mob.png') no-repeat -39px -84px;width: 38px;height: 21px;}
	.button_menu:hover,
	.button_menu.active{background: #f4901d;}
	.button_menu:hover:before,
	.button_menu.active:before{background-position: -85px -84px;}
	.mobile_menu{display: none;position: absolute;top: 100%;left: 0;width: 100%;background: #fff;padding: 0 0 25px;border-top: 1px solid #F4901D;box-shadow: 0 4px 4px rgba(116, 116, 116, 0.28) inset;}
	.mobile_menu ul{list-style: none;margin: 0 0 30px;}
	.mobile_menu li{border-bottom: 1px solid #F4901D;margin: 0;}
	.mobile_menu li a{display: block;padding: 16px 17px 15px;color: #000;font-size: 22px;}
	.menu-item img._before{margin: 0 13px 0 0;}
	.mobile_menu li a span{display: inline-block;vertical-align: middle;}
	.mobile_menu li a:hover,
	.mobile_menu li.current-menu-item a{color: #f4901d;}
	.mobile_menu .phone_number{float: none;display:block;width: 90%;margin: 0 auto;color: #fff;font: 21px/1 'RobotoCondensedRegular', sans-serif;background: #88C23F;border-radius: 5px;padding: 9px 10px 14px;text-align: center;text-transform: uppercase;}
	.mobile_menu .phone_number:before{display: none;}
	.mobile_menu .phone_number span:before{content: '';display: inline-block;background: url('images/sprite_mob.png') no-repeat 0 0;width: 13px;height: 21px;margin: 0 13px 0 17px;position: relative;top: 4px;}
	.mobile_menu .phone_number:hover{background: #C3E09E;}
	.lang_block_mobile{float: left;margin: 15px 0 0 10px;}
	.lang_block_mobile #lang_sel_list{height: auto;}
	.lang_block_mobile #lang_sel_list ul{border: none;}
	.lang_block_mobile #lang_sel_list ul li{border-left: 1px solid #222;}
	.lang_block_mobile #lang_sel_list ul li:first-child{border: none;}	
	.lang_block_mobile #lang_sel_list a, 
	.lang_block_mobile #lang_sel_list a:visited{background: none;padding: 0 5px;font-size: 0;}
	.lang_block_mobile #lang_sel_list .icl-en a:before,
	.lang_block_mobile #lang_sel_list .icl-he a:before{text-transform: uppercase;font-size: 12px;display: block;height: 10px;line-height: 1;}
	.lang_block_mobile #lang_sel_list .icl-en a:before{content: 'en';}
	.lang_block_mobile #lang_sel_list .icl-he a:before{content: 'he';}
	.lang_block_mobile #lang_sel_list a.lang_sel_sel{color: #f4901d;}
	/* -------------- Main Slideshow -------------- */
	.main_slideshow .slide{padding: 0;}
	.main_slideshow .slide .slide_bg{position: static;height: 260px;}
	.main_slideshow .slide .wrapper{position: static;padding: 0;}
	.main_slideshow .slide .content_slide{position: static;width: 100%;border-radius: 0;padding: 24px 13px 20px 13px}
	.slide .content_slide p{margin: 0 0 23px;}
	.slideshow_holder .nav_block{position: absolute;top: 260px;left: 0;width: 100%;z-index: 110;text-align: center;background: none;padding: 7px 0 0;line-height: 1;}
	.nav_block .nav_pager{float: none;display: inline-block;vertical-align: top;}
	.nav_block .nav_pager span{background: #FCE8D1;}
	.nav_block .nav_pager span:hover,
	.nav_block .nav_pager span.cycle-pager-active{background: #f4901d;}

	/* ----------------- Home Page ---------------- */
	.title_bg_block{height: 180px;border-top: 2px solid #F4901D;background-position: center;background-size: cover; text-align: center;box-shadow: 0 0 138px #000 inset;margin: 0 0 10px;position: relative;}
	.title_bg_block .title_block{color: #fff;position: absolute;bottom: 5px;left: 0;width: 100%;margin: 0;}

	/* -------------- Contact Form --------------- */
	.title_contact_block{background: #f4901d;color: #fff;position: relative;padding: 11px 10px 19px;text-align: center;margin: 0 0 36px;}
	.contact_form .title_contact_block h3,
	.contact_form .title_contact_block p{color: #fff;margin: 0;}
	.title_contact_block:after{content: '';position: absolute;top: 100%;left: 0;right: 0;margin: 0 auto;height: 0;width: 0;border-top: 20px solid #f4901d;border-left: 20px solid transparent;border-right: 20px solid transparent;}
	.contact_form form{padding: 0 10px;}
	.textarea-wrapper{height: 173px;}
	textarea,
	.hiddendiv{min-height: 160px;}
	span.wpcf7-not-valid-tip{display: none;}

	/* --------------- Clients Block ------------ */
	.clients_block{margin: 30px 0;}
	.clients_block .title_block{border-bottom: 2px solid #f4901d;padding: 0 0 10px;}
	.clients_list{border: none;padding: 7px 0;}

	/* ------------- Featured Products ----------- */
	.featured_products{margin: 0;}
	.featured_products .product_item{width: 100%;padding: 0;}
	.featured_products .product_item a{padding: 100% 0 0;}
	.product_item .hover_block{opacity: 1;bottom: 0;height: auto;top:auto;background: #F4901D;padding: 5px;border-radius: 0 0 6px 6px;}
	.featured_products .hover_block h3{font-family: 'RobotoCondensedRegular',sans-serif;}
	.product_item .hover_block:before{display: none;}

	/* -------------- About Page -------------- */
	.about_page .two_col{margin: 0;}
	.slider_gallery_mobile ul{list-style: none;margin: 0;}
	.slider_gallery_mobile li.slide{width: 100%;padding: 70% 0 0;background-position: center;background-size:cover;}
	.about_page .clients_block{display: none;}

	/* ----------- Working Process ------------ */
	.step_description .holder_description{padding: 31px 45px 10px 20px;}

	/* ------------- Catalog Page ------------- */
	.list_categories{margin: 9px 0 0;}
	.list_categories .category_item{margin: 0 0 4px;}
	.list_categories .category_item a{border:none;border-radius: 0;min-height: 0;background: #eee;padding: 8px 5px 1px 57px;line-height: 1;}
	.list_categories .category_item h3{font-size: 22px;color: #000;}
	.list_categories .category_item a .hover_block{top: 0;left: 0;right: auto;width: 43px;height:100%;border-right: 3px solid #fff;border-radius: 0;opacity: 1;}
	.list_categories .category_item a .hover_block:after{background: url('images/sprite_mob.png') no-repeat -132px -56px;width: 21px;height: 21px;}
	.list_categories .category_item.current a .hover_block:after{background-position: -158px -65px;width: 21px;height: 4px;}
	.working_link_block{margin: 20px 0 0;text-align: center;}
	.working_link_block h4{color: #F4901D;font-size: 22px;margin: 0 0 13px;}
	.working_link_block .working_link{display: block;padding: 4px 10px 7px;border-radius: 6px;border: 1px solid #F4901D;font-size: 25px;}
	.working_link_block .working_link:hover{color: #F4901D;}
	.working_link_block .working_link span{display: inline-block;vertical-align: middle;}
	.working_link_block .working_link:after{content: '';display: inline-block;margin: 0 0 0 10px;vertical-align: middle;background: url('images/sprite_mob.png') no-repeat -102px -56px;width: 23px;height: 22px;}
	.products_list{margin: 0 0 4px;background: #eee;padding: 10px 0 0;}
	.products_list .product_item{background:#eee;}
	.products_list .product_item a{background:#fff;border-radius: 15px;overflow: hidden;}
	.products_list .product_item .hover_block{min-height: 75px;padding: 9px 40px 5px 14px;font-size: 13px;}
	.products_list .product_item .hover_block h3{margin: 0 0 7px;font-size: 16px;}
	.products_list .product_item .hover_block:after{content: '';position: absolute;top: 0;bottom: 0;right: 15px;margin: auto 0;background: url('images/sprite_mob.png') no-repeat 0 -112px;width: 22px;height: 42px;}
	
	/* ------------- Product Page ------------- */
	.single_product h2.title_product{font-size: 21px;margin: 0;}
	.single_product .id_product{font-size: 16px;}
	.single_product .id_product em{list-style: none;}
	.slider_product_mobile{margin: 20px 0;position: relative;}
	.slider_product_mobile .slide{border:1px solid #F4901D;padding: 100% 0 0;overflow: hidden;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
	.slider_product_mobile.owl-carousel .owl-item .slide img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;max-width: 100%;max-height: 100%;width: auto;height: auto;}
	.slider_product_mobile .owl-controls .owl-nav{display: none;}
	.slider_product_mobile .owl-controls .owl-dots{position: absolute;bottom: 100%;left: 0;width: 100%;text-align: center;}
	.slider_product_mobile .owl-controls .owl-dots div{width: 10px;height: 10px;background: #FCE8D1;margin: 0 3px;display: inline-block;cursor: pointer;}
	.slider_product_mobile .owl-controls .owl-dots div:hover,
	.slider_product_mobile .owl-controls .owl-dots div.active{background: #f4901d;}
	a.link_contact{margin: 0 0 20px;font: 21px 'RobotoCondensedRegular', sans-serif;background: #88C23F;border-radius: 5px;padding: 11px 10px 10px;color: #fff;border-radius: 6px;display: block;text-align: center;text-transform: uppercase;}
	a.link_contact:hover {background: #C3E09E;}

	/* ------------- Contact Page ------------- */
	.location_map{position: relative;}
	.location_map:before,
	.location_map:after{content: '';position: absolute;left: 0;width: 100%;height: 30px;z-index: 100;}
	.location_map:before{
		top: 0;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1MzUzNSIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzEzMTMxMyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top,  rgba(53,53,53,0.85) 0%, rgba(19,19,19,0) 48%, rgba(0,0,0,0) 74%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,53,53,0.85)), color-stop(48%,rgba(19,19,19,0)), color-stop(74%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(53,53,53,0.85) 0%,rgba(19,19,19,0) 48%,rgba(0,0,0,0) 74%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(53,53,53,0.85) 0%,rgba(19,19,19,0) 48%,rgba(0,0,0,0) 74%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(53,53,53,0.85) 0%,rgba(19,19,19,0) 48%,rgba(0,0,0,0) 74%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(53,53,53,0.85) 0%,rgba(19,19,19,0) 48%,rgba(0,0,0,0) 74%); /* W3C */
	}
	.location_map:after{
		bottom: 0;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI1OSUiIHN0b3AtY29sb3I9IiMxODE4MTgiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzUzNTM1IiBzdG9wLW9wYWNpdHk9IjAuODUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 26%, rgba(24,24,24,0) 59%, rgba(53,53,53,0.85) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,rgba(0,0,0,0)), color-stop(59%,rgba(24,24,24,0)), color-stop(100%,rgba(53,53,53,0.85))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 26%,rgba(24,24,24,0) 59%,rgba(53,53,53,0.85) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0) 26%,rgba(24,24,24,0) 59%,rgba(53,53,53,0.85) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0) 26%,rgba(24,24,24,0) 59%,rgba(53,53,53,0.85) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 26%,rgba(24,24,24,0) 59%,rgba(53,53,53,0.85) 100%); /* W3C */
	}
	.acf-map{height: 280px;}
	.contact_info_mobile{padding: 0 0 20px;position: relative;z-index: 100;}
	.contact_info_mobile:before{
		content: '';
		width: 100%;
		height: 2px;
		margin: 0 0 15px;
		display: block;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…hlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-radial-gradient(center, ellipse cover, rgba(243,143,30,1) 0%, rgba(243,143,30,0) 81%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(243,143,30,1)), color-stop(81%,rgba(243,143,30,0)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(243,143,30,1) 0%,rgba(243,143,30,0) 81%);
		background: -o-radial-gradient(center, ellipse cover, rgba(243,143,30,1) 0%,rgba(243,143,30,0) 81%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(243,143,30,1) 0%,rgba(243,143,30,0) 81%);
		background: radial-gradient(ellipse at center, rgba(243,143,30,1) 0%,rgba(243,143,30,0) 81%);
	}
	.contact_info_mobile a{color: #000;}
	.contact_info_mobile a:hover{text-decoration: underline;}
	.contact_info_mobile .contact_item{position: relative;padding: 0 0 0 27px;font-size: 17px;margin: 0 0 19px;}
	.contact_info_mobile .address_info{margin: 0 0 9px;}
	.contact_info_mobile .contact_item:before{content: '';position: absolute;background: url('images/sprite_mob.png');}
	.contact_info_mobile .address_info:before{background-position: 0 -57px;width: 14px;height: 20px;top: 2px; left:0;}
	.contact_info_mobile .phone_info:before{background-position:-19px -57px;width: 20px;height: 15px;top: 4px;left: -2px;}
	.contact_info_mobile .fax_info:before{background-position:-47px -58px;width: 20px;height: 19px;top: 0;left: -2px;}
	.contact_info_mobile .email_info:before{background-position:-74px -58px;width: 20px;height: 12px;top: 5px;left: -4px;}
	.contact_info_mobile .phone_info span.phone_button{float: right;color: #f4901d;text-transform: uppercase;padding: 3px 12px 9px;border:1px solid #f4901d;border-radius: 5px;position: relative;top: -8px;}
	.contact_info_mobile .phone_info span.phone_button:before{content: '';display: inline-block;margin: 0 14px 0 0;background: url('images/sprite_mob.png') no-repeat -22px 0;width: 13px;height: 21px;position: relative;top: 4px;}
	.waze_link{display: block;text-align: center;border: 1px solid #f4901d;padding: 10px;border-radius: 6px;font-size: 23px;text-transform: uppercase;}
	.waze_link span{display: inline-block;vertical-align: middle;}
	.waze_link:after{content: '';display: inline-block;margin: 0 0 0 10px;background: url('images/sprite_mob.png') no-repeat 0 -80px;width: 32px;height: 28px;vertical-align: middle;}
	.waze_link:hover{color: #f4901d;}

	/* --------------- Footer ----------------- */
	.site_footer .nav_block{display: none;}

}
@media(max-width: 767px){
	.image_block{max-width: 300px;}
	/* ------------ Catalog Page -------------- */
	.products_list .product_item{width: 50%;}
}
@media(max-width: 640px){
	body{min-width: 320px;}
	.site{margin: 0 auto -40px;}
	.image_block{max-width: 100%;float: none;margin: 0 0 15px;}
	.image_block img{width: 100%;display: block;}
	/* --------------- Header ----------------- */
	.site_header .logo{width: 152px;}
	.logo img{display: block;max-width: 100%;}
	.lang_block_mobile{margin-top: 11px;}

	/* ----------- Working Process ------------ */
	.working_steps{padding: 0 5px;margin: 0;}
	.working_step{margin: 0 0 6px;border: 1px solid #f4901d;background: #eee;padding: 6px;}
	.working_step:nth-child(even){background: rgba(247, 172, 59, .5);}
	.working_step .side_block{display: none;}
	.step_thumbnail,
	.working_step:nth-child(even) .step_thumbnail{display: block;width: 100%;padding: 0;}
	.step_description{display: block;}
	.step_description .holder_description,
	.working_step:nth-child(even) .step_description .holder_description{padding: 0;}
	.step_description .holder_description p{margin: 0;}
	.step_description .holder_description .title_step{
		position: absolute;
		left: 6px;
		top: 11px;
		font-size: 18px;
		min-width: 50%;
		padding: 5px;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.19) 81%, rgba(255,255,255,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(81%,rgba(255,255,255,0.19)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.19) 81%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.19) 81%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.19) 81%,rgba(255,255,255,0) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.19) 81%,rgba(255,255,255,0) 100%); /* W3C */
	}
	.working_step .step_description,
	.working_step:nth-child(even) .step_description{background: none;}

	/* -------------- Footer ------------------ */
	.push,
	.site_footer{height: 40px;}
	.site_footer{padding: 3px;}
	.site_footer .logo{width: 124px;margin: 7px 0 0;}
	.site_footer .phone_number{font-size: 16px;margin: 10px 0 0 8px;}
	.site_footer .phone_number:before{background: url('images/sprite_mob.png') no-repeat -45px 0;width: 9px;height: 14px;}
	.logo_iso{width: 32px;}
}
@media(max-width: 480px){
	/* ------------ Catalog Page -------------- */
	.products_list .product_item{width: 100%;}
}

.pagination {
	text-align: center;
}

.holder_description a {
	color: #000;
}

.nav-links .meta-nav {
	margin-right: 10px;
}

.product_popup {
	display: none;
}

.product_popup p.user_name, .product_popup p.user_phone, .product_popup p.user_email, .product_popup p.user_msg {
	position: relative;
}

.product_popup form {
	margin-top: 15px;
}

.product_popup input, .product_popup textarea {
	color: #fff;
}

.product_popup p.user_name:after {
    background-position: -42px -107px;
    width: 18px;
    height: 17px;
    left: 5px;
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url('images/sprite.png') no-repeat;
}

.product_popup p.user_phone:after {
    background-position: -69px -107px;
    width: 11px;
    height: 17px;
    left: 12px;
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url('images/sprite.png') no-repeat;
}

.product_popup p.user_email:after {
    background-position: -89px -107px;
    width: 15px;
    height: 11px;
    left: 9px;
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url('images/sprite.png') no-repeat;
}

.product_popup p.user_msg:after {
    background-position: -113px -107px;
    width: 17px;
    height: 17px;
    left: 7px;
    top: 8px;
    margin: 0;
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
	margin: 10px 0;
    background: url('images/sprite.png') no-repeat;
}

.product_popup form p:not(.popup-product-name):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto 0;
    height: 26px;
    width: 1px;
    background: #C8C8C8;
}

.product_popup .textarea-wrapper {
    border: 1px solid #C8C8C8;
    border-radius: 5px;
    padding: 4px 2px 2px 36px;
    width: 100%;
    background: none;
    height: 100px;
    overflow: hidden;
}

.product_popup form p.user_msg:before {
    top: 5px;
    margin: 0;
	/*margin: 3px 0;*/
}

.product_popup span.wpcf7-not-valid-tip {
    top: -5px;
}

.product_popup div.wpcf7-mail-sent-ok {
    bottom: -80px;
}

.single-article .about_slider {
	width: 30%;
}
a[rel="next"] {
    float: left;
}

ul.product_links li {
    display: inline-block;
    margin: 0 14px;
}

/*REBUIILDING THE POPUP*/
#new_popup .slider_product .nav_product_slide {
    position: absolute;
    top: 50%;
    width: 110%;
    left: -5%;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin: 5px 0 0;
}


#new_popup {
    background: #fff;
    height: 508px;
    border: 1px solid orange;
    width: 60%;
}
#new_popup .product_title {
    font-size: 28px;
    margin: 4px 15px 0;
    color: #000;
    width: 44%;
}
#new_popup .product_content {
    font-size: 16px;
    margin: 4px 15px 0;
    color: #000;
    width: 44%;
}
#new_popup .slider_product .slide img {
    margin-left: 15px;
        max-width: 50%;
}
#new_popup .slider_product .nav_product_slide span.next:after {
    background-position: -137px -33px;
    margin: 0 4px 0 0;
    width: 25px;
    height: 30px;
    z-index: 999;
    position: relative;
    }
    #new_popup .slider_product .nav_product_slide span.prev:before {
    background-position: -162px -34px;
    margin: 0 0 0 4px;
    width: 25px;
    height: 30px;
    z-index: 999;
    position: relative;
}