/*
    Theme Name: Nevo Art
    Author: Query Solutions
    Author URI: http://www.querysol.com/
    Text Domain: nevo
*/
@import url(fonts/opensanshebrew.css);
/*------------------------------------*\
    MAIN
\*------------------------------------*/

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    direction: rtl;
    font-family: 'Open Sans Hebrew', serif;
    line-height: 1;
    text-align: right;
    background: #fff;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
/* Clearfix
-------------------------------------------------------------- */
.clearfix:after {
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    border: 1px solid #f0f0f0;
    background: #fff;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans Hebrew', serif;
    position: relative;
    display: block;
}
strong,
b {
    font-weight: bold;
}
i,
em {
    font-style: italic;
}
ul li,
ol li {
    text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans Hebrew', serif;
    margin-bottom: 10px;
}
div,
p,
span,
a,
input,
select,
textarea {
    font-family: 'Open Sans Hebrew', serif;
}
a,
input[type='submit'],
.img_overlay {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
a:hover {
    color: #87c100;
}
p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 8px;
    color: #504e4f;
}
img.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url('data:image/svg+xml;utf8,<svg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' height=\'0\'><filter id=\'greyscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\' /></filter></svg>#greyscale');
}
img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
/*****************************************************/
.main_container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
.inner_header {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 15px;
}
.inner_header .logo {
    position: relative;
    display: inline-block;
    float: right;
    width: 16%;
}
.inner_header .menu_wrapper.main {
    position: relative;
    display: inline-block;
    float: right;
    width: 68%;
    padding-top: 80px;
}
.inner_header .menu_wrapper.main .float_menu {
    position: relative;
    display: inline-block;
    float: left;
}
.inner_header .toolbar {
    position: relative;
    display: inline-block;
    float: right;
    width: 16%;
    padding-top: 50px;
}
#trigger_menu {
    font-size: 22px;
    font-weight: bold;
    display: none;
    margin: 15px 0;
    text-decoration: none;
    color: #87c100;
}
/** MAIN MENU ********/
ul#main_menu {
    display: block;
    width: 100%;
}
ul#main_menu > li {
    position: relative;
    display: inline-block;
}
ul#main_menu > li > a {
    font-size: 17px;
    line-height: 17px;
    position: relative;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #504e4f;
    border-bottom: 3px solid transparent;
}
ul#main_menu > li > a:hover,
ul#main_menu > li.current-menu-item > a {
    color: #87c100;
    border-bottom: 3px solid #87c100;
}
/***** LEVEL 02 *********/

/**************/
form.search_form {
    position: relative;
    display: block;
}
.search_form input.search-input {
    font-family: 'Open Sans Hebrew', serif;
    font-size: 13px;
    float: right;
    width: 100%;
    max-width: 123px;
    height: 22px;
    padding: 0;
    border-color: #dfdfdf;
    border-radius: 0;
}
.search_form button.search-submit {
    float: right;
    margin-left: 15px;
    padding: 0;
    border: none;
    background: none;
}
/** Socials ****************************/
ul.socials {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
}
ul.socials li {
    position: relative;
    display: block;
    float: left;
    width: 30px;
    height: 31px;
    margin-left: 3px;
}
ul.socials li a {
    position: relative;
    display: block;
    height: 31px;
    background: url(images/socials.png) no-repeat;
    background: url(images/nevoart_icons.jpg) no-repeat;
}
ul.socials li.facebook a {
    background-position: 0 -31px;
}
ul.socials li.youtube a {
    background-position: -33px -31px;
}
ul.socials li.googleplus a {
    background-position: -66px -31px;
}
ul.socials li.waze a {
    background-position: -99px -31px;
}
/** HOVER *****/
ul.socials li a:hover {
    /*opacity:0.7;
    filter: alpha(opacity=70);*/
}
ul.socials li.facebook a:hover {
    background-position: 0 0;
}
ul.socials li.youtube a:hover {
    background-position: -33px 0;
}
ul.socials li.googleplus a:hover {
    background-position: -66px 0;
}
ul.socials li.waze a:hover {
    background-position: -99px 0;
}
/** HOME SLIDER **********************/
.home_slider_container {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.home_slides {
    height: 400px !important;
    padding: 0 !important;
}
.home_slide {
    position: relative;
    display: block;
    height: 400px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% !important;
}
.home_slide .content {
    position: relative;
    display: block;
    overflow: hidden;
    width: 365px;
    height: 355px;
    margin-right: 65px;
    color: #231f20;
}
.home_slide .content .abs {
    position: absolute;
    z-index: 100;
    right: 5px;
    bottom: 5px;
    padding: 10px;
    background: rgba(255,255,255,.6);
}
.home_slide .content h2 {
    font-size: 80px;
    font-weight: 300;
    color: #231f20;
}
.home_slide .content .desc {
    font-size: 17px;
    line-height: 1.4em;
    position: relative;
    display: block;
}
.home_slide .content .slide_link {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #88b50a;
}
.home_slide .content .slide_link:hover {
    text-decoration: underline;
    color: #88b50a;
}
.home_slider_navs .arrow {
    position: absolute;
    z-index: 101;
    bottom: 165px;
    display: block;
    width: 40px;
    height: 74px;
    cursor: pointer;
}
.home_slider_navs .next_slide.arrow {
    left: 3px;
    background: url(images/arr_big_left.png) no-repeat;
}
.home_slider_navs .prev_slide.arrow {
    right: 3px;
    background: url(images/arr_big_right.png) no-repeat;
}
.home_slider_navs .arrow:hover {
    opacity: .3;

    filter: alpha(opacity=30);
}
/************************************************/
.categories_icons {
    position: relative;
    display: block;
    width: 100%;
    background: #fbfbfc;
}
.homepage .categories_icons {
    background: none;
}
.main_product_categories {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 25px 0;
}
.main_product_categories .product_cat {
    float: right;
    width: 11%;
    /*margin-right: 6%;*/
}
.main_product_categories .product_cat:first-child {
    margin-right: 0;
}
.main_product_categories .product_cat a.link_to_cat {
    text-align: center;
    text-decoration: none;
}
.main_product_categories .product_cat a.link_to_cat h4 {
    margin: 10px 0;
}
.main_product_categories .product_cat a.link_to_cat:hover h4 {
    color: #7a7a7b;
}
/***************/
footer.footer {
    position: relative;
    display: block;
    background: #f8f8fa;
}
.footer .wrap_widgets {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 25px 0;
}
.footer .wrap_widgets .footer_sidebar {
    position: relative;
    display: inline-block;
    float: right;
    width: 33.33%;
}
.footer .wrap_widgets .widget {
    position: relative;
    width: 100%;
    max-width: 285px;
    margin: 0 auto;
}
.footer .credits {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 15px 0;
    color: #fff;
    background: #b2b3b6;
}
.footer .credits a {
    text-decoration: none;
    color: #fff;
}
/*******************/
.two_columns_block {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.custom_column h2.box_title {
    font-size: 20px;
    padding-bottom: 5px;
    color: #86b50d;
    border-bottom: 1px solid #e5e5e5;
}
.custom_column.first {
    padding-left: 30px;
}
.custom_column.second {
    padding-right: 30px;
    border-right: 1px dashed #e3e3e3;
}
.simple_post .excerpt {
    font-size: 17px;
    line-height: 1.5em;
    color: #4d4c4c;
}
.simple_post .excerpt a.read_more,
a.read_more {
    margin-right: 10px;
    text-decoration: none;
    color: #86b50d;
}
.simple_post .excerpt a.read_more:hover,
a.read_more:hover {
    text-decoration: underline;
}
.latest_news .lSSlideOuter .lSPager.lSpg {
    text-align: right;
}
/****************/
.home_clients_slider {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.home_clients_slider h2 {
    font-size: 22px;
    padding-bottom: 5px;
    color: #444343;
    border-bottom: 1px solid #e5e5e5;
}
.before_footer {
    position: relative;
    display: block;
    margin: 10px 0;
    color: #6c6c6c;
}
/** CSS for Google map */
.google-maps {
    position: relative;
    width: 100%;
    max-width: 285px;
    height: 185px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
#map-canvas {
    width: 100%;
    height: 100%;
    -moz-border-radius: 3%;
    border-radius: 3%;
}
#map-canvas img {
    width: inherit;
    max-width: none;
}
/*************/
.footer_form input,
.footer_form textarea {
    font-family: 'Open Sans Hebrew', serif;
    font-size: 15px;
    width: 100%;
    max-width: 214px;
    height: 33px;
}
.footer_form textarea {
    height: 55px;
}
.footer_form .field {
    position: relative;
    display: block;
    margin-bottom: 4px;
}
.footer_form .field input[type='submit'] {
    color: #fff;
    border: none;
    background: #86b50d;
}
.footer_form .field input[type='submit']:hover {
    opacity: .7;

    filter: alpha(opacity=70);
}
/***************************/
.clients_slider {
    display: flex;
    align-items: center;

    justify-content: center;
}
.footer_sidebar h3.widget_title {
    font-size: 21px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #7a7a7b;
    border-bottom: 1px solid #dedfdf;
}
.page_content {
    position: relative;
    display: block;
}
.post_wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.post_content {
    position: relative;
    display: block;
}
.wrap_gallery,
.page_content .post_thumbs {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 430px;
    margin: 0 20px 20px 0;
}
.page_content .post_thumbs a {
    display: inline-block;
}
/***************/
.hold_faq {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e0dede;
}
.faq_content {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 15px;
    cursor: pointer;
    background: #fff;
}
.faq_content .question {
    line-height: 22px;
    margin-right: 30px;
    color: #030500;
}
.faq_content.open .question {
    color: #a0ce4e;
}
.faq_content:after {
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 15px;
    display: block;
    width: 22px;
    height: 22px;
    content: '';
    background: url(images/question.png) no-repeat;
}
.faq_content.open:after {
    background: url(images/question_active.png) no-repeat;
}
.faq_content .answer {
    position: relative;
    display: none;
    margin-top: 20px;
}
.page_container.faq {
    min-height: 600px;
}
/************************/
h1.page_title {
    font-size: 28px;
    color: #87c000;
}
.titlebar {
    position: relative;
    display: block;
    padding: .65em 0;
}
.titlebar .bread {
    position: relative;
    text-align: left;
}
#breadcrumbs a {
    font-size: 12px;
    text-decoration: none;
    color: #000;
}
#breadcrumbs a:hover {
    text-decoration: underline;
}
#breadcrumbs a.current {
    color: #87c000;
}
#breadcrumbs a.current:hover {
    text-decoration: none;
}
/************/
.contacts .footer_form input,
.contacts .footer_form textarea {
    max-width: 99.9%;
}
.contacts_map .google-maps {
    max-width: 600px;
    height: 290px;
}
.contacts .footer_form .field {
    margin-bottom: 17px;
}
.contacts .footer_form textarea {
    height: 85px;
}
::-webkit-input-placeholder {
    color: #504e4f;
}
:-moz-placeholder {
    color: #504e4f;
}
::-moz-placeholder {
    color: #504e4f;
}
:-ms-input-placeholder {
    color: #504e4f;
}

.category_page .post_wrapper {
    position: relative;
    display: block;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.category_page .post_wrapper h2.post_title a {
    font-size: 20px;
    text-decoration: none;
    color: #444343;
}
/** SIDEBAR product categories menu *************/
.sidebar {
    position: relative;
    display: block;
    width: 100%;
}
h3.menu_title {
    font-size: 21px;
}
ul.menu_product_cats {
    position: relative;
    display: block;
    width: 100%;
}
li.menu_cat {
    position: relative;
    display: block;
    width: 100%;
}
ul.menu_product_cats li.menu_cat a {
    font-size: 16px;
    line-height: 1em;
    position: relative;
    display: block;
    /*padding: 5px 20px 5px 0;*/
    padding: 5px 0 5px 0;
    text-decoration: none;
    color: #504e4f;
    border-bottom: 1px solid #f3f4f5;
    background: url(images/menu_li.png) no-repeat right center;
    background: none;
}
ul.menu_product_cats > li.menu_cat:hover > a,
ul.children_cats li.child_cat:hover > a,
ul.menu_product_cats > li.menu_cat.active_term > a,
ul.children_cats li.child_cat.active_term > a {
    color: #86bf00;
    background: url(images/menu_li_active.png) no-repeat right center;
    background: none;
}
ul.menu_product_cats li.menu_cat .child_cat a {
    font-size: 12px;
}
li.tax_item.product.lslide {
    text-align: center;
}
ul.menu_product_cats li ul.children_cats {
    display: none;
    margin: 0 20px 0 0;
}
ul.menu_product_cats li.active_term ul.children_cats {
    display: block;
}
/************/
.inner_row {
    position: relative;
    display: inline-block;
    width: 100%;
}
.my_col {
    position: relative;
    display: inline-block;
    float: right;
}
.my_col.side_content {
    width: 23%;
}
.my_col.main_content {
    width: 77%;
    border-right: 1px solid #f3f4f5;
}
/*******************************/
.wrap_tax_content {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
}
.wrap_tax_content .tax_description {
    line-height: 1.4em;
    position: relative;
    display: block;
    max-width: 490px;
    margin-bottom: 30px;
    color: #504e4f;
}
ul.tax_slider {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

ul.tax_slider li.tax_item a {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
}
ul.tax_slider li.tax_item a h4 {
    margin-top: 10px;
    color: #504e4f;
}
ul.tax_slider li.tax_item a .image {
    position: relative;
    display: block;
}
ul.tax_slider li.tax_item a .image img {
    max-height: 165px;
}
ul.tax_slider li.tax_item a:hover h4 {
    color: #86bf00;
}
.img_overlay {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
ul.tax_slider li.tax_item a:hover .image .img_overlay {
    background: rgba(0,0,0,.4);
}
h3.inner_tax_title {
    font-size: 24px;
    font-weight: 300;
    color: #86bf00;
}
.tax_slider_navs a.arrow {
    position: absolute;
    z-index: 101;
    bottom: 251px;
    display: block;
    width: 20px;
    height: 39px;
    cursor: pointer;
}
.tax_slider_navs a.next_slide.arrow {
    left: -30px;
    background: url(images/arr_small_left.png) no-repeat;
}
.tax_slider_navs a.prev_slide.arrow {
    right: -30px;
    background: url(images/arr_small_right.png) no-repeat;
}
.tax_slider_navs a.arrow:hover {
    opacity: .3;

    filter: alpha(opacity=30);
}
/*****************************************/
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #d1d2d4;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #666;
}
/*****************************************/
.wrap_tax_content.single_product {
    width: 95%;
    margin: 0 5% 0 0;
}
.wrap_tax_content.single_product .page_thumb {
    position: relative;
    display: block;
    margin-bottom: 45px;
}
.price_offer_btn {
    position: relative;
    z-index: 999;
    display: inline-block;
    float: left;
    min-width: 195px;
    height: 47px;
    margin: 0 10px 10px 0;
}
.price_offer_btn a {
    font-size: 23px;
    font-weight: 300;
    line-height: 45px;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #90b920;
}
/************************************/
.price_offer {
    position: relative;
    display: block;
    width: 100%;
}
.form_row {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.form_row.details {
    width: 90%;
    margin-right: 10%;
    padding-top: 40px;
}
.form_col {
    position: relative;
    display: inline-block;
    float: right;
    width: 50%;
}
.form_col.file_col {
    width: 75%;
}
.form_col.submit_col {
    clear: both;
    width: 25%;
    margin-top: 20px;
}
.form_col .label {
    font-size: 17px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    float: right;
    width: 20%;
    padding: 0;
    text-align: right;
    color: #504e4f;
    background: none;
}
.form_col .field {
    position: relative;
    display: inline-block;
    float: right;
    width: 80%;
}
.price_offer h3 {
    font-size: 20px;
    font-weight: 300;
}
.captcha-679 {
    display: inline-block;
    max-width: 200px;
}
.wpcf7-captcha-captcha-679 {
    position: relative;
    top: 9px;
}
.form_col .field input {
    width: 100%;
    height: 36px;
}
.form_row.details .form_col {
    float: none;
    width: 96.5%;
    width: 100%;
}
.form_col.submit_col .field {
    float: left;
}
.form_col.file_col .field {
    width: 87%;
}
.form_row.details textarea {
    width: 100%;
    height: 75px;
}
.form_col.submit_col input[type='submit'] {
    font-size: 20px;
    width: 100%;
    height: 36px;
    color: #fff;
    border: none;
    background: #86b50d;
}
.form_col.file_col .label {
    width: 13%;
}
#my-file {
    float: right;
    width: 75%;
}
#real-file {
    width: 20%;
    margin-right: 4%;
    color: transparent;
    outline: none !important;
}
#real-file::-webkit-file-upload-button {
    visibility: hidden;
}
#real-file::before {
    font-size: 17px;
    display: inline-block;
    float: right;
    height: 36px;
    padding: .3em 1em;
    content: 'העלה קובץ';
    cursor: pointer;
    -webkit-user-select: none;
    white-space: nowrap;
    color: #504e4f;
    border: 1px solid #ccc;
    outline: none;
    background: #fdfdfd;
}
/**************/
.upload_by_links {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 20px 0 50px 0;
}
.upload_text {
    position: relative;
    display: inline-block;
    float: right;
    width: 45%;
}
.upload_by_links ul.uploads {
    position: relative;
    display: inline-block;
    float: right;
    width: 50%;
    margin-right: 5% ;
}
.upload_by_links ul.uploads li {
    position: relative;
    float: right;
    margin-right: 10px;
}
.upload_by_links ul.uploads li:first-child {
    margin-right: 0;
}
.upload_by_links ul.uploads li a {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
}
/************************/
.slider_nav .arrow {
    position: absolute;
    z-index: 101;
    top: 0;
    bottom: 0;
    display: block;
    width: 20px;
    height: 39px;
    margin: auto;
    cursor: pointer;
}
.slider_nav .next_slide.arrow {
    left: 0;
    background: url(images/arr_small_left.png) no-repeat;
}
.slider_nav .prev_slide.arrow {
    right: 0;
    background: url(images/arr_small_right.png) no-repeat;
}
.slider_nav .arrow:hover {
    opacity: .3;

    filter: alpha(opacity=30);
}
/**********/
.fixed_sale_box {
    position: relative;
    display: block;
}
.sale_area {
    position: absolute;
    z-index: 99999;
    bottom: 0;
    left: 0;
    max-width: 270px;
    height: 370px;
    background: #fff;
}
.inner_sale {
    position: relative;
    display: block;
    height: 320px;
}
.sale_area .inner_sale h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #88b50a;
}
.sale_area .inner_sale .desc {
    font-size: 17px;
    line-height: 1.5em;
    position: relative;
    display: block;
    margin: 20px 0;
    text-align: center;
    color: #4d4c4c;
}
.sale_area .inner_sale a {
    line-height: 35px;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 35px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #86b50d;
}
.sale_area .inner_sale a:hover {
    opacity: .7;

    filter: alpha(opacity=70);
}
.mobile-only {
    display: none;
}
.desktop-only {
    display: block;
}
.mobile_slider_wrap {
    direction: ltr;
    position: relative;
    max-width: 280px;
    margin: auto;
}
.mobile_slider_wrap .slider_nav > * {
    top: -30px;
}
.mobile_slider_wrap .slider_nav .prev_slide.arrow {
    right: -10px;
}
.mobile_slider_wrap .slider_nav .next_slide.arrow {
    left: -10px;
}
.mobile_slider_wrap a {
    text-decoration: none;
}
.mobile_slider .slide {
    direction: rtl;
    text-align: center;
}
.mobile_slider .caption h5 {
    margin-top: 10px;
}
.mobile_main_slider_wrap .content,
.mobile_main_slider_wrap .home_slides {
    height: 155px !important;
}
.mobile_main_slider_wrap .home_slide .content h2 {
    font-size: 26px;
    margin-bottom: 0;
}
.mobile_main_slider_wrap .home_slide .content .abs {
    bottom: 20px;
    padding-left: 30px;
}
.mobile_main_slider_wrap {
    border-bottom:2px solid #87b50d;
    margin-bottom: 10px;
}
.mobile_main_slider_wrap .home_slide .content .abs {
    right:20px;
}