﻿/*--------------------------------------------------
BODY
--------------------------------------------------*/
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

section {
    display: block;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}

html, button, input, select, textarea {
    font-family: 'Open Sans Hebrew';
    /*color: #9d1b1f;*/
    /*color: #48275c;*/
    color: #767675;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 18px;
    line-height: 1.3;
    height: 100%;
    direction: rtl;
    overflow-y: scroll;
}

::-moz-selection {
    background: #72a9bd;
    color: inherit;
    text-shadow: none;
}

::selection {
    background: #72a9bd;
    color: inherit;
    text-shadow: none;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

a {
    outline: none;
}

a {
    color: #767675;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

    a:hover {
        color: #767675;
    }

img {
    border: none;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.ib {
    display: inline-block;
}

.rtl {
    direction: rtl;
}

button {
    cursor: pointer;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

body {
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    background-image: url(../pics/bg.jpg);
    background-position: top center;
}

input, select, textarea {
    font-size: 100%;
}

.eng {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.heb {
    direction: rtl;
    unicode-bidi: bidi-embed;
}
/*--------------------------------------------------
Non-Semantic Helper Classes
--------------------------------------------------*/
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table;
}

.clearfix:after, .cf:after {
    clear: both;
}

.clearfix, .cf {
    *zoom: 1;
}

/*--------------------------------------------------
Typography
--------------------------------------------------*/
h1 {
    margin: 0;
    padding: 0;
    font-size: 2em;
    font-weight: normal;
    direction: rtl;
}

h2 {
    font-size: 1.66em;
    margin: 0;
    padding: 0;
    direction: rtl;
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: normal;
    direction: rtl;
}

h4 {
    font-size: 1.3em;
    font-weight: normal;
    direction: rtl;
    margin: 0;
    padding: 0;
}

h5 {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    direction: rtl;
}

.red {
    color: #C7050D;
}

.english {
    color: #C7050D;
    font-weight: 600;
}



/*--------------------------------------------------
Basic
--------------------------------------------------*/


#wrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 24px;
}

.width-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    position: relative;
}

.width-wrapper_inner {
}

#holder {
    padding-bottom: 2.5%;
    position: relative;
}

#text2 {
    display: none;
}

.share_menu_wrap {
    position: fixed;
    width: 100%;
    top: 45vh;
    z-index: 99999;
}

.add_to_fav2 {
}

.overlay {
    /* content:""; */
    display: none;
    background-color: rgba(0,0,0, 0.700123554);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 999;
}
/* .overlay2{

	display: none;
    background-color: rgba(0,0,0, 0.700123554);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 999;
}
 */
.close_btn_holder {
    max-width: 1100px;
    position: absolute;
    width: 100%;
    text-align: left;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .close_btn_holder .close_me {
        border: none;
        width: 35px;
        height: 35px;
        background-color: #48275c;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
    }
/*--------------------------------------------------
HEADER
--------------------------------------------------*/
header .top-color {
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    width: 100%;
    height: 63px;
}

#logo {
    float: right;
    width: 21%;
    padding-top: 37px;
}

    #logo img {
        width: 66%;
    }

#top_info_holder {
    margin-right: auto;
    direction: rtl;
    padding-top: 2.5%;
    width: 79%;
}

#search {
    margin-right: auto;
}

    #search input {
        height: 25px;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #767675;
        padding: 5px;
        font-size: .86em;
        outline: none;
        background-color: #f4f4f4;
    }

    #search button {
        width: 40px;
        border: none;
        top: 3px;
        left: 30px;
        position: relative;
        background: none;
    }

        #search button i {
            position: relative;
            top: -1px;
        }

        #search button img {
            width: 20px;
            display: block;
        }

.top_social {
    align-items: center;
    justify-content: space-between;
    width: 264px;
    font-size: 1em;
}

    .top_social a {
        text-decoration: none;
    }

        .top_social a:hover {
            font-weight: 700;
        }

#top_menu {
    align-items: center;
    justify-content: space-between;
    margin-bottom:12px;
}

    #top_menu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        #top_menu ul li {
            display: inline-block;
            margin-left: -4px;
            font-size: .86em;
            border-left: 1px solid #767675;
        }

            #top_menu ul li:nth-child(1) {
                width: 54px;
            }

            #top_menu ul li:nth-child(2) {
                width: 54px;
            }

            #top_menu ul li:nth-child(3) {
                width: 58px;
            }

            #top_menu ul li:nth-child(4) {
                width: 90px;
            }

            #top_menu ul li:nth-child(5) {
                width: 68px;
            }

            #top_menu ul li a {
                white-space: nowrap;
                text-decoration: none;
                text-align: center;
                padding: 2px 0;
            }

                #top_menu ul li a:hover {
                    white-space: nowrap;
                    font-weight: bold;
                }

            #top_menu ul li#top_phone {
                border-left: none;
                padding: 0 5px;
            }

#main_gallery_holder {
    position: relative;
}

#main_gallery:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.35);
}

#main_gallery {
    position: relative;
}

#on_gall_search {
    position: absolute;
    z-index: 99;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 45%;
}

.styled-select {
    position: relative;
}

#on_gall_search select {
    background: url(../pics/downarrow.png) no-repeat right white;
    width: 250px;
    padding: 8px 7%;
    line-height: 1;
    border: none;
    direction: rtl;
    appearance: none;
    margin-right: 1px -moz-appearance:none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}

select.order_type_select {
    background: url(pics/downarrow.png) no-repeat left white;
    background-color: #fffbf0;
    border: none;
    margin-bottom: 7px;
    padding: 7px;
    text-align: right;
    width: 100%;
    appearance: none;
    margin-right: 1px -moz-appearance:none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}

.rent_till {
    padding: 7px 0 10px;
}

    .rent_till.top {
        font-weight: bold;
    }

#on_gall_search h2 {
    direction: rtl;
    color: #fff;
    padding-bottom: 2%;
    font-weight: bold;
}

#on_gall_search form {
    width: 253px;
    margin: 0 auto;
    position: relative;
}

#on_gall_search input {
    width: 60%;
    display: inline-block;
    margin-left: -4px;
    border: none;
}

#on_gall_search input {
    padding: 5px 10px 5px 30px;
}

    #on_gall_search input:first-child {
        width: 250px;
        display: inline-block;
        margin-left: -2px;
    }

#on_gall_search button {
    position: absolute;
    left: 8px;
    top: 0px;
    background-color: transparent;
    border: none;
    padding-top: 10px;
}

    #on_gall_search button i {
        font-size: 1.33em;
    }


#main_menu {
    background-color: #fff;
    width: 100%;
    z-index: 10;
    padding: 24px 0 12px;
}

    #main_menu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        justify-content: space-between;
        align-items: center;
    }

    #main_menu li {
        display: inline-block;
        margin-left: -4px;
        padding: 5px 10px;
    }

        #main_menu li:hover {
            background-color: #767675;
        }

            #main_menu li:hover a {
                color: #fff;
            }

        #main_menu li a {
            color: #767675;
            font-size: 1em;
            font-weight: bold;
            text-decoration: none;
            display: block;
        }


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.def_button a {
    background-color: #fff;
    border: 1px solid #767675;
    color: #767675;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 1em;
    text-decoration: none;
}

    .def_button a:hover {
        background-color: #48275c;
        color: #fff;
    }
/*--------------------------------------------------
SEARCH_MENU
--------------------------------------------------*/
.art_type_icon {
    display: inline-block;
    margin-left: -4px;
    text-align: center;
    padding: 0 1.5%;
    cursor: pointer;
}

    .art_type_icon img {
        width: 100%;
        max-width: 90px;
        -webkit-filter: saturate(0) brightness(3) opacity(.8);
        filter: saturate(0) brightness(3) opacity(.8);
    }

    .art_type_icon:hover img {
        -webkit-filter: saturate(1) brightness(1) opacity(1);
        filter: saturate(1)brightness(1) opacity(1);
    }

    .art_type_icon h3 {
        font-size: 1em;
        font-weight: bold;
        color: #767675;
    }

    .art_type_icon a {
        text-decoration: none;
    }

#art_theme, #art_color, #price_range, #art_size {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 2% 0;
    text-align: right;
}

    #art_theme > .theme, #art_color > .color {
        display: inline-block;
        width: 14.285%;
        margin-left: -4px;
        text-align: right;
        direction: rtl;
        padding-bottom: 10px;
    }

    #art_theme a, #art_color a {
        text-decoration: none;
    }

.theme > a span.number {
    width: 25px;
    height: 25px;
    background-color: #767675;
    color: #fff;
    font-size: .6em;
    display: inline-block;
    border-radius: 50%;
    padding: 5px 0;
    text-align: center;
}

.color > a span.number {
    width: 25px;
    height: 25px;
    background-color: #9d1b1f;
    color: #fff;
    font-size: .6em;
    display: inline-block;
    border-radius: 50%;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
}

.theme > a:hover span.name, .color > a:hover span.name {
    font-weight: bold;
}

.theme > a span.name, .color span.name {
    font-size: 100%;
    vertical-align: middle;
}

    .theme > a span.name:after, .color > a span.name:after {
        content: "\f104";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        color: #767675;
        padding-right: 5px;
        z-index: 1;
    }

.theme.disable, .color.disable {
    opacity: .7;
}

    .theme.disable > a:hover span.name, .color.disable > a:hover span.name {
        font-weight: normal;
    }

    .theme.disable > a, .color.disable > a {
        cursor: not-allowed;
    }

#price_range {
    max-width: 750px;
}

.rent_art {
    float: right;
    width: 65.7%;
}

.buy_art {
    float: left;
    width: 100%;
}

#price_range h2, #art_size h2 {
    text-align: right;
    font-size: 1.125em;
    border-bottom: 3px solid #fcc6b6;
}

#price_range > .rent_art > .rent {
    width: 48%;
}

#price_range h3 {
    font-size: 1em;
    font-weight: bold;
    padding: 15px 0 7px;
}

#price_range > .rent_art > .rent.sculpture {
    float: right;
}

#price_range > .rent_art > .rent.arts {
    float: left;
}

#price_range button, .individual_size button {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 5px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

    #price_range button:hover, .individual_size button:hover {
        background-color: #48275c;
        color: #fff;
    }

.individual_size button {
    font-size: 1em;
}

.range_hoder {
    background-color: #e8e3d5;
    padding: 15px 5%;
    font-weight: 500;
}

.tit {
    text-align: center;
    padding-bottom: 20px;
}

.tit_small {
    text-align: center;
    font-size: .86em;
}

.wtf_blocks {
    padding: 15px 0;
}

    .wtf_blocks span {
        display: block;
        width: 48%;
        float: right;
        background-color: #FFFFFF;
        padding: 5px;
        text-align: center;
        font-size: .778em;
    }

        .wtf_blocks span:first-child {
            float: right;
            margin-left: 5px;
        }

.range_inside_holder {
}

.rent_holder {
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}


.size_block {
    width: 47%;
    float: left;
}

    .size_block:first-child {
        float: right;
    }

.individual_size {
    width: 40%;
    display: inline-block;
    padding: 15px 0;
    font-size: 100%;
    margin-left: -4px;
}

    .individual_size h3, .size_preview h3, .format_prev_side h3, .size_block h3 {
        font-size: .86em;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .individual_size form {
        background-color: #e8e3d5;
        padding: 10px;
    }

        .individual_size form input {
            width: 100%;
            border: none;
            padding: 5px;
            background-color: #fefaf1;
            margin-bottom: 5px;
            font-size: .86em;
        }

    .individual_size .i_size {
        background-color: #e8e3d5;
        padding: 10px;
    }

        .individual_size .i_size input {
            width: 100%;
            border: none;
            padding: 5px;
            background-color: #fefaf1;
            margin-bottom: 5px;
            font-size: .86em;
        }

.size_preview {
    width: 59%;
    display: inline-block;
    padding: 15px 0;
    font-size: 100%;
    margin-left: -4px;
    margin-right: 1%;
    text-align: left;
    vertical-align: top;
}

.preview_block {
    width: 115px;
    height: 115px;
    border: 1px dashed #9d1b1f;
    float: left;
    margin-bottom: 10px;
}


.format_icon {
    width: 23px;
    height: 23px;
    position: relative;
    display: inline-block;
    padding: 2px;
    border: 1px solid #fdbfad;
    text-align: center;
}

.special_icon {
    overflow: hidden;
    height: 8px;
    bottom: 5px;
    right: 3px;
    display: block;
    position: absolute;
    width: 20px;
}

.special_icon2 {
    overflow: hidden;
    width: 8px;
    bottom: 0;
    right: 7px;
    display: block;
    position: absolute;
    height: 20px;
}

.format_icon i {
    bottom: 3px;
    position: relative;
}

.formats_side {
    display: inline-block;
    width: 20%;
    margin: 15px 0;
}

.format_row {
    border-left: 1px solid #cac6be;
    direction: ltr;
    padding-bottom: 3px;
    cursor: pointer;
}

    .format_row > .format_name {
        font-size: .86em;
    }

    .format_row i {
        font-size: 1em;
    }

    .format_row:hover > .format_name {
        font-weight: bold;
    }

    .format_row:hover > .format_icon {
        border: 1px solid #9d1b1f;
    }

.format_prev_side {
    display: inline-block;
    width: 78%;
    margin: 15px 0;
    vertical-align: top;
}

    .format_prev_side button {
        float: left;
        background-color: #e8e3d5;
        border: none;
        color: #9d1b1f;
        font-weight: bold;
        padding: 5px 10px;
        font-size: 1em;
    }

        .format_prev_side button:hover {
            background-color: #9d1b1f;
            color: #fff;
        }

    .format_prev_side h3 {
        float: right;
    }

.format_item {
    display: inline-block;
    width: 33.3333%;
    margin-left: -4px;
    text-align: center;
    font-size: 70%;
    vertical-align: bottom;
}

.item {
    background-color: #767675;
    border: 2px solid #48275c;
    margin: 0 auto 10px;
    cursor: pointer;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

    .item:hover {
        background-color: transparent;
    }

.large {
    width: 80px;
    height: 80px;
}

.medium {
    width: 50px;
    height: 50px;
}

.small {
    width: 30px;
    height: 30px;
}

.circle {
    border-radius: 50%;
}

.large.hi {
    width: 40px;
}

.medium.hi {
    width: 25px;
}

.small.hi {
    width: 15px;
}

.large.wi {
    height: 40px;
}

.medium.wi {
    height: 25px;
}

.small.wi {
    height: 15px;
}

.art_holder {
    position: relative;
    overflow: hidden;
}

.grid-gallery figure > .art_holder > .art_menu img {
    display: block;
    width: 24px;
}

.grid-gallery figure > .art_holder > .art_menu span {
    display: inline-block;
    padding: 5px 10px;
}

/*.art_holder > .art_menu {
    bottom: -50px;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.art_holder:hover > .art_menu {
    bottom: 0;
}*/

.grid-gallery figcaption {
    padding: 0 10px 10px 10px !important;
    margin-top: -10px;
}

.grid-gallery .art-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 60px;
}

    .grid-gallery .art-details div div {
        color: #767675;
    }

    .grid-gallery .art-details .seperator {
        width: 2px;
        height: 80%;
        background: #767675;
    }

.art_det button {
    width: 100%;
    border: 1px solid #767675;
    background-color: #fff;
    color: #767675;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    font-size: 1em;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

    .art_det button:hover {
        background-color: #48275c;
        color: #fff;
    }

.art_menu {
    float: left;
}

.art_number {
    text-align: right;
    font-size: 1.75em;
    font-weight: bold;
    padding: 2.5% 0;
    color: #48275c;
}
/*-------------------------------------------------
SHARE MENU
--------------------------------------------------*/
#share_menu {
    position: relative;
    z-index: 1001;
    display: none;
}

.share_menu_holder {
    background-color: #fffbf2;
    -webkit-box-shadow: 0 5px 6px -6px rgba(0,0,0,.4);
    -moz-box-shadow: 0 5px 6px -6px rgba(0,0,0,.4);
    box-shadow: 0 5px 6px -6px rgba(0,0,0,.4);
    /* position: absolute; */
    z-index: 1000;
    height: 50px;
    top: 0;
    width: 100%;
}

    .share_menu_holder.add_to_favv {
        height: 120px;
    }

        .share_menu_holder.add_to_favv a {
            font-size: .86em;
            color: #9d1b1f;
        }

.share_links {
    float: right;
    width: 60%;
    text-align: right;
    padding-right: 3%;
}

.share_button {
    float: right;
    background-color: #efeadc;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    padding: 10px 3%;
    height: 50px;
    position: relative;
}

.add_to_favv .share_button {
    height: 120px;
    line-height: 100px;
    padding: 10px;
    width: 160px;
}

.add_to_favv .share_links a {
    padding: 10px 3px;
}

.add_to_favv .share_links {
    width: 630px;
    padding-right: 20px;
}

.share_button:after {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #efeadc;
    left: -9px;
    position: absolute;
    font-size: 1.5em;
    top: 10px;
}

.add_to_fav_mail {
    float: right;
    width: 250px;
    background-color: #fbf6e6;
    height: 120px;
    padding: 10px;
    text-align: center;
}

    .add_to_fav_mail div {
        font-size: .86em;
    }

    .add_to_fav_mail input {
        background-color: #efeadc;
        border: 2px solid #efeadc;
        width: 100%;
        padding: 2px 5px;
        margin: 5px 0;
    }

    .add_to_fav_mail button {
        background-color: #fbf6e6;
        border: 2px solid #9d1b1f;
        width: 100%;
        padding: 5px;
        font-size: 1em;
        font-weight: bold;
    }

        .add_to_fav_mail button:hover {
            background-color: #9d1b1f;
            color: #fbf6e6;
        }

.share_button img {
    position: relative;
    top: 5px;
    max-width: 30px;
    padding-left: 10px;
}

.close_button {
    float: left;
    padding-top: 15px;
}

    .close_button a {
        color: #48275c;
        font-size: 24px;
        line-height: 20px;
        text-decoration: none;
        font-weight: 700;
    }

.add_to_favv .close_button {
    width: 50px;
}

.share_links a {
    display: inline-block;
    padding: 0 2.5%;
    font-size: 1.5em;
    padding-top: 7px;
    color: #dad3bf;
}

    .share_links a img {
        height: 100px;
    }

    .share_links a:hover {
        color: #48275c;
    }

img.rsImg {
    display: block;
}


#artist_background_pic {
    overflow: hidden;
    height: 500px;
}

    #artist_background_pic img {
        width: 100%;
    }
/*-------------------------------------------------
PRODUCT_PAGE
--------------------------------------------------*/
#breadcrumbs {
    /*background-color: #9d1b1f;*/
    background-color: #48275c;
    margin-top: 33px;
    color: #fff;
    text-align: right;
    font-size: .74em;
    direction: rtl;
    padding: 10px 0;
}

    #breadcrumbs a {
        color: #fff;
        text-decoration: none;
    }

#prod_holder {
    padding: 50px 0 100px;
}

#close_product {
    position: absolute;
    top: 20px;
    left: 0;
}

    #close_product button {
        background-color: #48275c;
        border: none;
        margin-bottom: 20px;
    }

#product_gallery {
    width: 57%;
    float: right;
    padding: 0 8%;
    position: relative;
}

    #product_gallery #scroll-right {
        position: absolute;
        top: 20px;
        right: 60px;
        z-index: 9999;
    }

    #product_gallery #scroll-left {
        position: absolute;
        top: 20px;
        left: 60px;
        z-index: 9999;
    }
@media screen and (min-width: 100px) and (max-width: 959px) {
    #product_gallery #scroll-right {
        right: 4px;
    }

    #product_gallery #scroll-left {
        left: 4px;
    }
}

#product_description {
    width: 43%;
    float: left;
    padding-left: 4%;
}

.mian_prod_pic img {
    width: 100%;
}

.mian_prod_pic {
    position: relative;
}

.addit_pics_gal {
    text-align: center;
    padding-top: 20px;
}

    .addit_pics_gal a {
        display: inline-block;
        padding: 5px;
        width: 20%;
    }

        .addit_pics_gal a img {
            width: 100%;
        }

.product_zoom_icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff6df;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: -15px;
    padding: 10px;
    right: 15px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.47);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.47);
}

    .product_zoom_icon img {
        width: 30px;
    }

.add_to_fav_info {
    height: 80px;
    background-color: #fbf6e6;
    text-align: right;
    direction: rtl;
    font-size: .68em;
    width: 50%;
    float: right;
    padding: 10px 30px;
}

    .add_to_fav_info span {
        font-size: 1.33em;
        display: block;
    }

.add_to_fav {
    float: right;
    background-color: #efeadc;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    padding: 30px 3%;
    position: relative;
    width: 50%;
    cursor: pointer;
    height: 80px;
}

    .add_to_fav span {
        position: relative;
        margin-right: 15%;
        top: -8px;
    }
    /*   .add_to_fav span:before{
   content: "";
   width:26px; height: 26px;
   background-image: url(pics/fav_icon_prod.png);
   display: inline-block;
   top:-2px;right:-35px;
   position: absolute;
   } */
    .add_to_fav:after {
        content: "\f0d9";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #efeadc;
        left: -9px;
        position: absolute;
        font-size: 1.5em;
        top: 28%;
    }

    .add_to_fav:hover span:before {
        background-image: url(pics/fav_icon_prod_hover.svg);
    }

.product_name {
    color: #48275c;
    padding: 8% 0;
    font-weight: bold;
    font-size: 1.33em;
    text-align: right;
}

    .product_name span.artist_name {
        font-weight: normal;
    }

.product_buy_price {
    width: 50%;
    float: right;
    background-color: #efeadc;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.product_rent_price {
    width: 50%;
    float: left;
    background-color: #fbf6e6;
    height: 40px;
    line-height: 40px;
    position: relative;
}

    .product_rent_price > .info_icon {
        position: relative;
        top: 2px;
        right: -10px;
        cursor: pointer;
        width: 30px;
        float: left;
    }

.info_icon > .product_rent_info {
    display: none;
    top: 50px;
    height: 0px;
    width: 200px;
}

.info_icon:hover > .product_rent_info {
    display: block;
    top: 50px;
    width: 200px;
    height: 100px;
}

.product_rent_info {
    position: absolute;
    background-color: #9d1b1f;
    color: #fff;
    font-size: .76em;
    left: -10px;
    padding: 15px;
    line-height: normal;
    text-align: right;
}

    .product_rent_info:before {
        content: "\f0d8";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #9d1b1f;
        left: 20px;
        margin: 0 auto;
        position: absolute;
        font-size: 1.5em;
        top: -15px;
    }

.product_sizes {
    margin: 25px 0;
    background-color: #fbf6e6;
    padding: 15px;
    text-align: right;
}

.sizes_side {
    width: 40%;
    display: inline-block;
    margin-left: -4px;
    vertical-align: top;
    font-size: .86em;
}

    .sizes_side h3 {
        font-weight: bold;
        font-size: 1.33em;
    }

.sizes_dummy {
    width: 60%;
    display: inline-block;
    margin-left: -4px;
}

.sizes_dummy_holder { /* width: 90px; height: 90px; */
    border: 1px dashed #48275c;
}

.tech, .frame {
    width: 50%;
    margin-left: -4px;
    text-align: right;
    float: right;
}

.frame {
    padding-right: 3%;
    border-right: 1px solid #959595;
}

.order_btn {
    margin: 20px 0;
    position: relative;
}

    .order_btn button {
        font-weight: bold;
        padding: 7px;
        font-size: 1.125em;
    }
/*  .order_btn > #order_form{ display: none; }
 .order_btn:hover > #order_form{ display: block; } */

#order_form {
    position: absolute;
    top: 44px;
    width: 100%;
    background-color: #efeadc;
    padding: 15px 10%;
    display: none;
}

    #order_form input {
        background-color: #fffbf0;
        border: none;
        margin-bottom: 7px;
        padding: 7px;
        text-align: right;
        width: 100%;
    }

    #order_form button {
        width: auto;
        padding: 5px 10%;
        font-size: 1em;
        float: left;
    }

        #order_form button:hover {
            background-color: #fffbf0;
            color: #9d1b1f;
        }

#order_form2 {
    background-color: #f0eadc;
    padding: 50px 20%;
    text-align: center;
}

    #order_form2 h3 {
        font-size: 1.125em;
        font-weight: bold;
    }

.go_mipo {
    width: auto;
    display: inline-block;
    color: #e6ddc5;
    font-weight: bold;
    padding: 7px;
    border: 1px solid #48275c;
    background-color: #48275c;
    font-size: .86em;
    margin-top: 15px;
}

.consult_block {
    margin: 25px 0;
    background-color: #fbf6e6;
    padding: 15px;
    text-align: right;
}

.consult_pic {
    display: inline-block;
    padding-right: 5%;
}

.consult_pic_holder {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.consult_pic img {
    width: 100%;
}

.consult_Info {
    display: inline-block;
    vertical-align: top;
    padding-right: 2%;
}

    .consult_Info h3 {
        font-weight: bold;
        font-size: 1em;
        padding: 10px 0;
    }

    .consult_Info span, .consult_Info a {
        display: block;
    }

    .consult_Info a {
        text-decoration: none;
    }



/*-------------------------------------------------
INFO_PAGES
--------------------------------------------------*/
#background_pic {
    position: relative;
    z-index: 1;
}

    #background_pic:before {
        content: "";
        background: rgba(0,0,0,.35);
        width: 100%;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 2;
    }

    #background_pic.nofade:before {
        display: none;
    }

    #background_pic h1 {
        position: absolute;
        margin: 0 auto;
        top: 40%;
        left: 0;
        right: 0;
        font-weight: bold;
        color: #fff;
        z-index: 3;
    }

        #background_pic h1 span {
            display: block;
            font-size: 74%;
        }

    #background_pic img {
        width: 100%;
        display: block;
    }

.info_container.width-wrapper {
    max-width: 760px;
    text-align: right;
    direction: rtl;
    padding: 75px 0;
}

.info_title {
    color: #48275c;
    font-weight: bold;
    font-size: 1.125em;
    border-bottom: 2px solid #48275c;
}

    .info_title.noborder {
        border: none;
    }

#about_under {
    background-color: #fbf7ec;
    padding: 25px;
    margin-top: 30px;
}

    #about_under li {
        padding: 10px 0;
    }

        #about_under li:first-child {
            font-weight: bold;
            list-style-type: none;
            margin-right: -20px;
        }

.about_quote p {
    text-align: center;
    font-size: 1.125em;
    font-weight: bold;
}

.about_quote img {
    float: left;
}

.artist_block {
    overflow: hidden;
    height: 200px;
    margin-top: 25px;
    background-color: #FBF6E6;
}

    .artist_block a {
        text-decoration: none;
    }

    .artist_block:hover {
        background-color: #efe8d8;
    }

.artist_image, .artist_description {
    display: inline-block;
    margin-left: -4px;
    vertical-align: top;
}

.artist_image {
    width: 36%;
}

    .artist_image img {
        width: 100%;
    }

.artist_description {
    width: 64%;
    padding: 25px;
}

#next {
    border-top: 2px solid #fcc6b6;
    margin-top: 25px;
    text-align: left;
    direction: ltr;
    padding: 10px 0;
}

    #next a:first-child {
        text-decoration: none;
        font-weight: bold;
        font-size: 1.125em;
    }

        #next a:first-child i {
            padding-right: 7px;
        }



    #next a:last-child {
        text-decoration: none;
        font-weight: bold;
        font-size: 1.125em;
        float: right;
    }

        #next a:last-child i {
            padding-left: 7px;
        }

    #next a:only-child {
        float: left;
    }

.artist_main {
    padding: 25px 0;
}

.artist_main_image img {
    max-height: 200px;
    max-width: 100%;
}

.artist_main_gallery {
    width: 790px;
    margin-left: -30px;
}

.artist_gall_pic {
    float: right;
    width: 263px;
    padding-left: 30px;
    position: relative;
    overflow: hidden;
    height: 227px;
    cursor: pointer;
    margin-bottom: 30px;
}

    .artist_gall_pic img {
        width: 100%;
    }

    .artist_gall_pic a > span.gall_zoom_icon img {
        width: auto;
    }

    .artist_gall_pic a {
        display: block;
    }

        .artist_gall_pic a:hover:before {
            position: absolute;
            content: "";
            display: block;
            top: 0;
            width: 100%;
            height: 100%;
            left: 30px;
            background-color: rgba(70,0,0,.7);
        }

        .artist_gall_pic a > span.gall_zoom_icon {
            opacity: 0;
            position: absolute;
            width: 50px;
            height: 50px;
            background-color: #fff6df;
            border-radius: 50%;
            text-align: center;
            cursor: pointer;
            position: absolute;
            bottom: 10px;
            padding-top: 15px;
            right: 10px;
            -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.47);
            -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.47);
            box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.47);
        }

        .artist_gall_pic a:hover > span.gall_zoom_icon {
            opacity: 1;
        }

.artist_contact {
    float: left;
    font-size: .80em;
}

    .artist_contact img {
        padding-left: 7px;
        position: relative;
        top: 3px;
    }

.fb_iframe_widget {
    width: 45%;
}

#buy_under {
    background-color: #fff9e9;
    border-top: 1px solid #e2ddcf;
}

    #buy_under .width-wrapper {
        padding: 0;
        background-image: url(../pics/buy_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 25px;
        background-position: center;
    }

    #buy_under .product_zoom_icon {
        top: 25;
        right: 25;
        bottom: initial;
    }

.buy_quote_holder {
    width: 50%;
    float: left;
    text-align: right;
    padding: 15px;
    background-color: #48275c;
    color: #fff;
    font-size: .86em;
}

.press_holder {
    position: relative;
    z-index: 1;
}

.press_info {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #48275c;
    padding: 15px;
    color: #fff;
    text-align: right;
    font-weight: bold;
    z-index: 10;
    font-size: 86%;
}

.grid-gallery.press_page_holder {
    padding: 50px 0;
}

.press_holder a {
    display: block;
    background-color: rgba(0,0,0,.9);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 3;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

    .press_holder a:hover {
        opacity: 0.8;
        z-index: 11;
    }

.press_holder:before {
    content: "";
    position: absolute;
    display: block;
    background-color: rgba(136,140,145,.5);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.press_holder a span {
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    color: #fff;
    top: 35%;
}

#rent_under {
    background-color: #fff9e9;
    border-top: 1px solid #e2ddcf;
    position: relative;
    border-bottom: 1px solid #e2ddcf;
}

    #rent_under:after {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-top-color: #fff9e9;
        border-width: 25px;
        left: 50%;
        margin-left: -25px;
    }

    #rent_under:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-top-color: #e2ddcf;
        border-width: 27px;
        left: 50%;
        margin-left: -27px;
    }

    #rent_under h2 {
        font-size: 1.33em;
    }

    #rent_under .width-wrapper {
        padding: 25px;
        background-position: center;
    }

.client_logo {
    display: inline-block;
    width: 20%;
    margin-left: -4px;
    padding: 10px 20px;
}

    .client_logo img {
        width: 100%;
    }

.client_quote {
    width: 50%;
    margin: 0 auto;
    text-align: right;
    direction: rtl;
    padding: 40px 0;
}



.huevyj_div {
    position: relative;
    z-index: 9999;
}

.exhibition_block {
    background-color: #f8f3e6;
    margin-top: 40px;
}

.exhib_pic {
    overflow: hidden;
    height: 250px;
}

    .exhib_pic img {
        width: 100%;
    }

.exhib_info {
    padding: 25px;
}

.exhib_name {
    font-weight: bold;
    font-size: 1.33em;
}

.exhib_place {
    padding: 7px 0;
    font-size: 1.33em;
}

.exhib_desc, .exhib_artist {
    padding: 7px 0;
}

.exhib_sale {
    text-align: right;
    padding: 25px;
    font-weight: normal;
    background-color: #f0eada;
}

#follow_your_art {
    max-width: 600px;
    position: absolute;
    z-index: 50;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20%;
}

/*-------------------------------------------------
MY_GALLERY
--------------------------------------------------*/

#not_registered, #login {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 10%;
}

    #not_registered h2, #login h2 {
        font-size: 1.33em;
    }

    #not_registered .register-form {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

        #not_registered .register-form input, #login form input {
            width: 100%;
            padding: 7px;
            background-color: #fbf6e6;
            border: none;
            margin: 10px 0;
        }

        #not_registered .register-form button, #login form button {
            width: 100%;
            padding: 7px;
            border: none;
            background-color: #efeadc;
            font-size: 1.125em;
            font-weight: bold;
        }

            #not_registered .register-form button:hover, #login form button:hover {
                background-color: #48275c;
                color: #fff;
            }

#login {
    margin-top: 40px;
    padding: 25px 0;
    border-top: 2px solid #a6a6a6;
}

    #login form {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

        #login form button {
            width: 27%;
        }

        #login form input {
            width: 70%;
        }

#gallery_choice {
    text-align: center;
    margin-top: 10%;
}

    #gallery_choice h2 {
        color: #48275c;
        font-size: 1.33em;
    }

#arts_types .art_type_icon {
    width: 25%;
}

#arts_types {
    padding-top: 50px;
}
/*-------------------------------------------------
BLOG
--------------------------------------------------*/
#blog_posts_holder {
    float: left;
    width: 65%;
    text-align: right;
    direction: rtl;
}

#blog_side {
    float: right;
    width: 35%;
    padding: 25px 0;
    padding-left: 10%;
    padding-top: 85px;
    text-align: right;
    direction: rtl;
}

.blog_holder {
}

.blog_post {
    padding: 25px 0;
}

    .blog_post:last-child {
        border-bottom: none;
    }

.blog_post_pic img {
    width: 100%;
}

.blog_post_title {
    color: #48275c;
    font-size: 1.33em;
    font-weight: bold;
    padding-bottom: 15px;
}

.blog_post_date {
    padding-bottom: 25px;
    font-size: .86em;
}

.blog_post_desc, .blog_post_text {
    padding: 15px 0;
}

.more_button {
    float: left;
}

.blog_wrapper {
    padding: 50px 0;
}

.tags_title {
    color: #48275c;
    font-size: 1.33em;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #c2c2c2;
}

.blog_side_post {
    height: 350px;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

    .blog_side_post img {
        max-height: 350px;
        min-width: 300px;
        position: absolute;
        margin: 0 auto;
        left: -100%;
        right: -100%;
    }

.blog_side_title {
    font-weight: bold;
    padding-bottom: 10px;
}

.blog_side_post_title {
    background-color: #9d1b1f;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 15px;
}

.blog_side_post a:hover .blog_side_post_title {
    background-color: #5f158c;
}

.side_post_name {
    font-weight: bold;
}

.side_post_autor {
    font-size: .86em;
    font-style: italic;
}

.side_post_date {
    font-size: .86em;
}

.archive_holder {
    border-top: 2px solid #fcc6b6;
    border-bottom: 2px solid #fcc6b6;
    padding: 15px 0;
}

.archive_year_row {
    direction: ltr;
    font-weight: bold;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0;
}

    .archive_year_row a {
        text-decoration: none;
        color: #e7dfcc;
    }

        .archive_year_row a:hover {
            color: #9d1b1f;
        }

        .archive_year_row a.active {
            text-decoration: none;
            color: #48275c;
        }

            .archive_year_row a.active:hover {
                color: #5f158c;
            }

    .archive_year_row span:last-child {
        display: block;
    }

    .archive_year_row:last-child {
        border: none;
    }

.blog_facebook {
    padding-top: 15px;
}

    .blog_facebook a {
        display: block;
        color: #dad3bf;
    }

    .blog_facebook i {
        font-size: 2em;
        padding-top: 15px;
    }

    .blog_facebook a:hover {
        color: #48275c;
    }

#more_posts {
    width: 105%;
    margin-left: -5%;
    border-top: 1px solid #c2c2c2;
    margin-top: 25px;
}

    #more_posts.tags_posts {
        border-top: none;
    }

        #more_posts.tags_posts .side_post_name {
            text-align: right;
            padding-bottom: 0;
        }

    #more_posts .blog_side_post {
        width: 28.3333%;
        margin-left: 5%;
        float: right;
        height: 250px;
    }

    #more_posts .side_post_name {
        font-size: 86%;
        text-align: center;
        padding-bottom: 25px;
    }

    #more_posts .title {
        font-weight: bold;
        padding: 15px 0;
    }

#under_posts {
    padding: 25px 0;
}

    #under_posts .blog_side_post {
        width: 45%;
        height: 100px;
    }

        #under_posts .blog_side_post:first-child {
            float: right;
        }

        #under_posts .blog_side_post:last-child {
            float: left;
        }

        #under_posts .blog_side_post img {
            max-width: 100%;
            max-height: initial;
        }

    #under_posts .blog_side_post_title {
        width: 65%;
        left: 0;
        height: 100%;
    }

#tags {
    text-align: right;
}

    #tags span {
        display: inline-block;
        margin-left: 25px;
        background-color: #48275c;
        color: #fff;
        height: 25px;
        padding: 0 10px;
        border-radius: 0 3px 3px 0;
        position: relative;
    }

        #tags span a {
            text-decoration: none;
            color: #fff;
        }

        #tags span:after {
            content: "";
            position: absolute;
            /*background-image: url(../pics/tag_after.png);
            background-repeat: no-repeat;*/
            left: -16px;
            display: block;
            height: 0;
            width: 0;
            top: 0;
            border-top: 13px solid transparent;
            border-bottom: 12px solid transparent;
            border-right: 16px solid #48275c;
        }

/*-------------------------------------------------
HOME _PAGE
--------------------------------------------------*/
#home_page {
    text-align: right;
    direction: rtl;
}

.home_title {
    padding: 2.5% 0;
    font-size: 1.125em;
    font-weight: bold;
}

#home_news {
}

.home_news_pic {
    height: 550px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    .home_news_pic img {
        min-width: 100%;
        min-height: 500px;
        position: absolute;
        margin: 0 auto;
        left: -100%;
        right: -100%;
    }

.blog_side_title {
    font-weight: bold;
    padding-bottom: 10px;
}

.blog_side_post_title {
    background-color: #48275c;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 15px;
}

.home_news_pic a:hover .blog_side_post_title {
    background-color: rgba(99,0,0,1);
}

.side_post_name {
    font-weight: bold;
}

.side_post_autor {
    font-size: .86em;
    font-style: italic;
}

.side_post_date {
    font-size: .86em;
}

.big_right_home {
    float: right;
    width: 370px;
}

#center_home {
    float: right;
    width: 450px;
    margin: 0 20px;
}

    #center_home .home_news_pic {
        height: 170px;
    }

    #center_home .blog_side_post_title {
        width: 65%;
        left: 0;
        height: 100%;
    }

#left_home {
    width: 240px;
    float: left;
}

    #left_home .home_news_pic {
        height: 265px;
    }

.home_link {
    padding-top: 20px;
    width: 30%;
}

    .home_link a {
        width: 100%;
        display: block;
        text-decoration: none;
        border-bottom: 3px solid #9d1b1f;
        font-size: 1.125em;
        font-weight: bold;
    }

        .home_link a:hover {
            border-bottom: 3px solid #fcc6b6;
        }

.left_link {
    text-align: left;
    float: left;
}

.right_link {
    text-align: right;
    float: right;
}

#home_values {
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.4);
}

.value_holder, .personal_art_holder {
    width: 1125px;
    margin-left: -25px;
    padding-bottom: 2.5%;
}

.value_block {
    width: 350px;
    margin-left: 25px;
    overflow: hidden;
    height: 280px;
    position: relative;
    float: right;
    margin-bottom: 25px;
}

.onhover {
    position: absolute;
    bottom: -230px;
    height: 280px;
    background-color: #9d1b1f;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

    .onhover h2 {
        font-size: 1.125em;
        position: relative;
        padding-bottom: 2.5%;
    }

        .onhover h2:after {
            content: "\f106";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            /*--adjust as necessary--*/
            color: #fff;
            padding-right: 5px;
            position: absolute;
            left: 0;
            top: -2px;
            z-index: 1;
            font-size: 120%;
        }

    .onhover:hover h2:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        color: #fff;
        padding-right: 5px;
        position: absolute;
        left: 0;
        top: -2px;
        z-index: 1;
        font-size: 120%;
    }

    .onhover:hover {
        bottom: 0;
    }

        .onhover:hover h2 {
            border-bottom: 1px solid #fff;
        }

.don_cover {
    padding-top: 2px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.4);
}


#personal_art_order {
    padding: 1.5% 0;
    text-align: center;
}

    #personal_art_order .home_title {
        font-size: 1.33em;
    }

        #personal_art_order .home_title span {
            display: block;
            font-weight: normal;
            font-size: .86em;
        }

.personal_art_block {
    width: 350px;
    margin-left: 25px;
    overflow: hidden;
    height: 500px;
    position: relative;
    float: right;
}

    .personal_art_block img {
        height: 500px;
        position: absolute;
        margin: 0 auto;
        left: -100%;
        right: -100%;
    }

    .personal_art_block .close_personal_order img {
        min-height: initial;
    }

.on_hover_personal_form {
    position: absolute;
    top: 350px;
    height: 630px;
    background-color: #9d1b1f;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

    .on_hover_personal_form:hover {
        top: -130px;
    }

.personal_art_title {
    height: 130px;
    text-align: right;
}

.personal_art_name {
    font-weight: bold;
}

.on_hover_personal_form_holder {
    height: 500px;
    position: relative;
    padding: 20px;
}

.art_order_btn {
    font-size: 1.33em;
    font-weight: bold;
    float: left;
}

.close_personal_order {
    position: absolute;
    left: 0;
    top: 5px;
}

.on_hover_personal_form_holder .form {
    padding-top: 120px;
}

    .on_hover_personal_form_holder .form input {
        width: 100%;
        padding: 7px;
        background-color: #fff7e2;
        border: none;
        font-weight: 1.125em;
        margin: 5px 0;
    }

    .on_hover_personal_form_holder .form button {
        width: 100%;
        padding: 7px;
        background-color: #fff7e2;
        border: none;
        font-weight: bold;
        margin-top: 30px;
        font-weight: bold;
        border: 1px solid #fff7e2;
        font-size: 1.33em;
    }

        .on_hover_personal_form_holder .form button:hover {
            background-color: #9d1b1f;
            color: #fff7e2;
        }

#donation {
    background-image: url(../pics/pic_crop_show.jpg);
    background-size: cover;
    position: relative;
    text-align: center;
}

    #donation:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(250,243,225, .9);
    }

.donation_text {
    width: 58%;
    margin: 0 auto;
    padding-bottom: 2.5%;
}

.donation_post {
    width: 350px;
    margin-left: 25px;
    float: right;
    height: 450px;
}

.donation_pic {
    width: 725px;
    float: left;
    height: 450px;
    overflow: hidden;
}

    .donation_pic img {
        width: 100%;
    }

.side_post_text div {
    padding: 10px 0;
}

.don_text {
    border-bottom: 1px solid #fff;
}

.donation_posts_holder {
    padding-bottom: 1.5%;
}
/*-------------------------------------------------
FOOTER
--------------------------------------------------*/

#scrollup, #scroll-right, #scroll-left {
    width: 60px;
    height: 60px;
    background-color: #48275c;
    color:#fff;
    border-radius: 50%;
    font-size: 2.5em;
    text-align: center;
    cursor: pointer;
    top: -40px;
    position: absolute;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.47);
    box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.47);
}

    #scrollup i {
        position: relative;
        line-height: 60px;
        top: -3px;
        color: #fff;
    }

#contact_form {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    padding: 3% 0;
}

footer {
    text-align: right;
}

    footer .footer-holder {
        justify-content: space-between;
    }

        footer .footer-holder #logo {
            width: 100%;
        }

        footer .footer-holder .footer-links a,
        footer .footer-holder .footer-links .contact-us-title-links {
            display: block;
            text-decoration: none;
            margin-bottom: 16px;
        }

        footer .footer-holder .footer-links .contact-us-title-links {
            color: #767675;
        }

    footer .footer_social {
        align-items: center;
        justify-content: space-between;
        width: 90px;
        font-size: 1em;
        float: left;
    }


.footer_info {
    display: inline-block;
    width: 40%;
    text-align: right;
    padding: 0 5%;
    color: #fff;
    vertical-align: top;
}

    .footer_info h2 {
        font-size: 1.125em;
        padding-bottom: 5%;
    }

    .footer_info p {
        font-size: 1.125em;
        padding: 5% 0;
        margin: 0;
    }

#footer_newsletter {
    border-left: 2px solid #fff;
}

    #footer_newsletter button {
        margin-top: 38px;
    }

.footer_info input {
    width: 100%;
    font-size: 1.125em;
    padding: 5px;
    border: none;
    margin-bottom: 20px;
}

.footer_info button {
    float: left;
    border: 2px solid #764646;
    border-radius: 3px;
    padding: 3px 25px;
    font-size: 1.125em;
    color: #fff;
    background-color: transparent;
    font-weight: bold;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}

    .footer_info button:hover {
        background-color: #FFFFFF;
        border: 2px solid #fff;
        color: #9d1b1f;
    }

@media screen and (max-width: 800px) {
    footer {
        margin-top: 48px;
    }
}

.mob {
    display: none;
}

.nomob {
    display: block;
}


/*--------------------------------------------------
RANGE
--------------------------------------------------*/
.range_inside_holder {
    width: 100%;
    direction: ltr;
}

.rangeslider,
.rangeslider__fill {
    display: block;
    /*-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.rangeslider {
    background: #fff;
    position: relative;
}

.rangeslider--horizontal {
    height: 5px;
    width: 100%;
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    background: #fcc6b6;
    position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    background: white;
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.rangeslider__value-bubble {
    display: block;
    padding: 5px;
    position: absolute;
    bottom: 100%;
    margin-bottom: 5px;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    font-size: .778em;
}

#main_menu_mob, #top_phone_mob {
    display: none;
}

#client_talk [style] {
    font-family: 'Open Sans Hebrew' !important;
    color: #767675 !important;
    font-size: 1em !important;
}


.deal {
    display: inline-block;
    width: 33.333%;
    margin-left: -4px;
}

.deal_holder {
    padding: 10px;
    text-align: center;
}

    .deal_holder .item_name {
        font-weight: bold;
        padding-bottom: 15px;
    }

    .deal_holder .item_pic img {
        width: 100%;
    }

#i_press img {
    width: 100%;
}

    #i_press img[style] {
        width: 100% !important;
        height: auto !important;
    }

.blog_post_text img[style] {
    width: 100% !important;
    height: auto !important;
}

#i_press .info_title {
    margin-bottom: 30px;
}
/*--------------------------------------------------
media query
--------------------------------------------------*/
@media screen and (min-width:100px) and (max-width:959px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 1.66em;
    }

    #center_home, #left_home, .big_right_home {
        width: 100%;
        margin: 0;
    }

    .value_holder, .personal_art_holder {
        width: 100%;
        margin-left: 0;
    }

    .top-menu {
        display: block !important;
        width: 100% !important;
    }

    #logo {
        width: 93px;
        float: none;
        padding-top: 8px;
    }

    #main_menu, .top_social {
        display: none !important;
    }

    #main_menu_mob {
        display: block;
    }

    #top_phone_mob {
        display: block;
    }

        #top_phone_mob a {
            text-decoration: none;
            font-size: 1.125em;
        }

    #search {
    }

    .width-wrapper {
        width: 94%;
    }

    #works_list {
        width: 94% !important;
    }

    .grid figure {
        padding: 5px !important;
    }

    #top_info_holder {
        padding-top: 2px;
        position: absolute;
        left: 30px;
        top: 3px;
        width: auto;
    }

    #on_gall_search h2 {
        font-size: .84em;
        font-weight: normal;
    }

    #on_gall_search form {
        width: 100%;
    }

    #art_theme > .theme, #art_color > .color {
        width: 48%;
        margin-left: 0;
        padding-right: 15px;
    }

    .rent_art, .buy_art, #price_range > .rent_art > .rent {
        width: 100%;
    }

    .size_block, .individual_size, .size_preview {
        width: 100%;
    }

    .size_preview {
        text-align: center;
    }

    .preview_block {
        float: none;
        margin: 10px auto;
    }

    .big_right_home {
        margin-bottom: 15px;
    }

    .home_link {
        width: 50%;
    }

    .personal_art_block {
        width: 100%;
        margin-bottom: 15px;
    }

    footer .width-wrapper {
        padding-top: 16px;
    }

    footer .footer-holder .footer-links.first-group {
        padding-top: 24px;
    }

    footer .footer-holder {
        display: block;
    }

    footer .footer-logo {
        float: right;
        width: 60%;
        margin-left: 10%;
    }

    footer .contact-us-links a,
    .footer-links .contact-us-title-links {
        margin: 41px 0 !important;
    }

        .footer-links .contact-us-title-links a {
            margin-bottom: 24px;
        }

    footer .footer_social {
        float: none;
        margin-top: 32px;
    }

    .footer_info {
        width: 100%;
    }

    #footer_newsletter {
        border-left: none;
        padding-bottom: 30px;
    }

    .value_block, .donation_post {
        width: 100%;
        margin-left: 0;
    }

        .value_block img {
            width: 100%;
        }

    .donation_pic {
        width: 100%;
        height: initial;
    }

    .close_btn_holder {
        right: auto;
        width: initial;
    }

    #product_gallery, #product_description {
        width: 100%;
        padding: 0;
    }

    #product_gallery {
        padding-top: 25px;
    }

    #follow_your_art {
        max-width: 200px;
        bottom: auto;
        top: 10%;
    }

    #breadcrumbs {
        margin-top: 18px;
    }

    #my_saved_gallery {
        text-align: center;
    }

    #background_pic h1 {
        top: 30%;
    }

    .client_logo {
        width: 33%;
        padding: 5px;
    }

    .client_quote {
        width: 90%;
    }

    .buy_quote_holder, #blog_posts_holder {
        width: 100%;
    }

    #blog_side {
        width: 100%;
        padding: 0;
    }

    #under_posts .blog_side_post_title {
        font-size: 80%;
    }

    .blog_post_text img[style] {
        width: 100% !important;
        height: auto !important;
    }

    #more_posts .blog_side_post {
        width: 45%;
    }

    .info_container.width-wrapper {
        padding: 35px 0;
    }

    #artist_background_pic {
        height: 150px;
    }

    .artist_contact {
        padding: 20px 0 50px;
    }

    #on_gall_search {
        position: relative;
        z-index: 99;
        padding: 15px;
        background-image: url(../pics/mobile/LayerUnderSlider.png);
    }

        #on_gall_search input:first-child {
            width: 100%;
            margin-left: 0;
        }

        #on_gall_search select {
            width: 100%;
            margin-top: 10px;
            padding: 8px 15% 8px 8px;
        }
}

@media screen and (min-width:100px) and (max-width:320px) {
    #product_gallery .rent_till.top {
        font-size: 12px;
    }
}
@media screen and (min-width:321px) and (max-width:391px) {
    #product_gallery .rent_till.top {
        font-size: 14px;
    }
}

@media screen and (min-width:960px) and (max-width:1024px) {
    #left_home {
        width: 28%;
    }

    #center_home {
        width: 38%;
    }

    .big_right_home {
        width: 30%;
    }

    .donation_pic {
        width: 62%;
    }

    .donation_post {
        width: 35%;
    }
}

@media screen and (min-width:1025px) and (max-width:1199px) {
    #left_home {
        width: 28%;
    }

    #center_home {
        width: 38%;
    }

    .big_right_home {
        width: 30%;
    }

    .donation_pic {
        width: 62%;
    }

    .donation_post {
        width: 35%;
    }

    .add_to_fav span {
        top: -9px;
    }
}

@media screen and (min-width:1200px) and (max-width:1399px) {

    .add_to_fav span {
        top: -9px;
    }
}

@media screen and (min-width:1400px)and (max-width:1680px) {
}


.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: relative;
    top: 50%;
    left: -45%;
    z-index: 1;
    /* 	position: fixed;
        top: 50vh;
        left: 50%;
        z-index: 1;
        background: rgba(100,100,100,1); */
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(100,100,100,0.8);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#full-width-slider {
    overflow: hidden;
    height: 520px !important;
}

@media screen and (min-width:100px) and (max-width:411px) {
    #full-width-slider {
        height: 168px !important;
    }
}
@media screen and (min-width:411px) and (max-width:600px) {
    #full-width-slider {
        height: 192px !important;
    }
}
@media screen and (min-width:600px) and (max-width:800px) {
    #full-width-slider {
        height: 281px !important;
    }
}
@media screen and (min-width:800px) and (max-width:959px) {
    #full-width-slider {
        height: 375px !important;
    }
}
@media screen and (min-width:800px) and (max-width:959px) {
    #full-width-slider {
        height: 375px !important;
    }
}

.gallery-loader {
    display: none;
    font-size: 28px;
    margin-top: 30px;
}

.grid.works_search {
    overflow: hidden;
}

.show-more {
    font-weight: bold;
    margin-top: 50px;
    display: block;
    background-color: #9d1b1f;
    padding: 10px 50px;
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    display: inline-block;
}

.grid-wrap {
    display: none;
}


.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.my_gallery_page #loginInfo {
    display: none;
}

.my_gallery_page .info_container.width-wrapper {
    max-width: 1100px;
}

.my_gallery_page ul.my_gallery_holder {
}

    .my_gallery_page ul.my_gallery_holder li {
        margin: 10px;
        float: right;
    }

        .my_gallery_page ul.my_gallery_holder li img.main {
            width: 250px !important;
        }
.my_gallery_page .grid-gallery figcaption {
    margin-top:0;
}

#contact_form #message {
    display: none;
    margin-bottom: 15px;
}

.product-page #order_form2 {
    display: none;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* Custom style*/
/* Share buttons */
.share_menu_holder {
    position: absolute;
}

@media screen and (max-width:450px) {
    .share_menu_holder {
        height: 85px;
        top: -7px;
    }
}

.whatsapp_link {
    display: none !important;
}

@media screen and (max-width:959px) {
    .whatsapp_link {
        display: inline-block !important;
    }
}
/* דף הבית */
#on_gall_search h1 {
    direction: rtl;
    color: #fff;
    font-weight: bold;
    font-size: 1.66em;
    margin: 0;
    padding: 0 0 2% 0;
}

@media screen and (max-width: 959px) and (min-width: 100px) {
    #on_gall_search h1 {
        font-size: 1.25em;
        font-weight: 700;
        padding: 0;
    }
}

#personal_art_order .order-message {
    padding-top: 120px;
    font-size: 1.33em;
    font-weight: bold;
    display: none;
}

.on_hover_personal_form,
.on_hover_personal_form:hover {
    width: 100%;
}

.show-more {
    background: #48275c;
}

    .show-more:hover {
        background: #5f158c;
    }

@-webkit-keyframes GradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes GradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes GradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*גלריה דף הבית*/
.gallery-menu-types {
    margin-top: 25px;
}

.extra-filters {
    color: #48275c;
    font-weight: 700;
    font-size: 20px;
    margin: 80px 0 20px 0;
}

.cbp-hsmenu-wrapper ul li a:first-child img {
    display: none;
}
.art_number.latest {
    text-align: center;
}

@media screen and (min-width:385px)and (max-width:1700px) {
    .grid-gallery figcaption {
        margin-top: 0;
    }

        .grid-gallery figcaption h3 {
            margin-bottom: 10px;
        }

    .grid-gallery .art-details {
        display: block;
        height: 90px;
    }

        .grid-gallery .art-details .seperator {
            height: 2px;
            width: 100%;
            margin: 5px 0;
        }
}

@media screen and (min-width:961px)and (max-width:1000px) {
    .grid-gallery figure > .art_holder > .art_menu span {
        padding: 5px;
    }

    .grid-gallery .art-details {
        font-size: 12px;
    }
}

/* תערוכות */
.exhibition_block .share_menu_wrap {
    position: initial;
    padding: 10px;
}

.exhibition_block #share_menu {
    display: block;
}

@media screen and (max-width:450px) {
    .exhibition_block .share_menu_wrap .share_button {
        padding: 10px 1%;
    }

    .exhibition_block .share_menu_wrap .share_links {
        width: 72%;
    }

        .exhibition_block .share_menu_wrap .share_links a {
            padding-right: 1.5%;
            padding-left: 1.5%;
        }
}

@media screen and (max-width:400px) {
    .exhibition_block .share_menu_wrap .share_links a {
        padding-right: 0.2%;
        padding-left: 0.2%;
    }
}
/* עמוד יצירה */
.product-page .add_to_fav img {
    width: 30px;
}

.product-page .add_to_fav_info {
    padding: 17px 25px;
}

.product-page .share_menu_wrap {
    position: initial;
    margin: 10px 0;
}

.product-page #share_menu {
    display: block;
}

.product-page .share_menu_wrap .share_links {
    width: 72%;
}

@media screen and (max-width:450px) {
    .product-page .share_menu_wrap .share_links {
        width: 78%;
    }

        .product-page .share_menu_wrap .share_links a {
            padding-right: 1.2%;
            padding-left: 1.2%;
        }
}
/* צור קשר */
#contact_form #message {
    font-size: 1.33em;
    font-weight: bold;
}
/* השכרה */
.rent-page #gallery_choice {
    margin: 0 auto 60px auto;
}

@media screen and (max-width:600px) {
    .rent-page #gallery_choice {
        margin-bottom: 35px;
    }
}

/* רכישה */
.buy-page #gallery_choice {
    margin: 20px auto 60px auto;
}

@media screen and (max-width:600px) {
    .buy-page #gallery_choice {
        margin-bottom: 35px;
    }
}
/*ייעוץ ללא עלות*/
.no-price-advice {
    color: #281e17;
    padding: 164px 0;
    background: url('../pics/no-price-advice.png');
    background-size: cover;
}

    .no-price-advice h2 {
        font-size: 1.5em;
    }

    .no-price-advice h3 {
        font-size: 1.2em;
        font-weight: 700;
    }

    .no-price-advice .noya-button {
        margin-top: 40px;
    }

@media screen and (max-width:959px) {
    .no-price-advice {
        padding: 10%;
    }
}

/*טופס ניוזלטר ורשתות חברתיות*/
.home-bottom-newsletter {
    background: url('../pics/home-bottom-bg.png');
    background-size: cover;
    color: #281e17;
    height: 611px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .home-bottom-newsletter .noya-item {
        padding: 72px 54px;
        background: #c6c6c6;
        height: 392px;
    }

    .home-bottom-newsletter h3 {
        font-weight: 700;
        font-size: 1.125em;
        margin-bottom: 28px;
    }

    .home-bottom-newsletter input {
        border: 2px solid #fff;
        background-color: transparent;
        color: #281e17;
        width: 100%;
        padding: 12px 7px;
    }

    .home-bottom-newsletter button {
        display: block;
        margin-top: 8px;
    }

    .home-bottom-newsletter .social-buttons-box {
        border: 2px solid #fff;
    }

    .home-bottom-newsletter .social-buttons-box {
        padding: 70px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .home-bottom-newsletter .social-buttons-box .linkdn {
            margin:0 20px;
        }

    .home-bottom-newsletter .noya-form-success {
        padding: 10px 30px;
    }

@media screen and (max-width:959px) {
    .home-bottom-newsletter {
        background: url('../pics/mobile/home-bottom-bg.png');
        width: 100%;
        align-items: unset;
        height: 653px;
        padding-top: 60px;
    }

        .home-bottom-newsletter .noya-item {
            padding: 32px 5% 10px 5%;
            height: auto;
            margin-bottom: 30px;
        }
}
/*איך זה עובד*/
.how-it-works {
    background-color: #c0cec7;
    color: #281e17;
    padding: 80px 0;
}

    .how-it-works p {
        color: #281e17;
        font-size: 1.125em;
        font-weight: 700;
    }

    .how-it-works .noya-flex {
        align-items: baseline;
        justify-content: space-between;
    }

        .how-it-works .noya-flex .seperator p {
            font-size: 2em;
        }

@media screen and (max-width:959px) {
    .how-it-works p {
        font-size: 0.7em;
        font-weight: 700;
    }

    .how-it-works .noya-flex img {
        width: 70px;
    }

    .how-it-works .noya-flex .seperator p {
        font-size: 1em;
    }
}
/*ייעוץ בהתאמה אישית*/
.custome-advice {
    background: url('../pics/custom-advice-bg.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    padding: 100px 0;
}

    .custome-advice .noya-item:nth-child(2) {
        padding: 0 8%;
    }

    .custome-advice .noya-item img {
        width: 100%;
    }

    .custome-advice h2,
    .custome-advice h3 {
        color: #281e17;
        margin-bottom: 20px;
        font-size: 1.5em;
    }

    .custome-advice h3 {
        color: #767675;
        font-size: 1.125em;
        font-weight: 700;
    }

    .custome-advice input {
        border: 2px solid #828182;
        color: #767675;
        font-size: 100%;
        margin-bottom: 9px;
        display: block;
        width: 100%;
        padding: 12px;
    }

    .custome-advice .noya-button {
        width: auto;
        float: left;
    }

@media screen and (max-width:959px) {
    .custome-advice {
        background: none;
        padding: 0 0 35px 0;
    }

        .custome-advice .noya-item:nth-child(1) {
            background: url('../pics/mobile/custom-advice-bg.png') no-repeat;
            background-size: 100%;
            background-position: top center;
            padding: 35px;
        }

        .custome-advice .noya-item:nth-child(2) {
            margin-top: 50px;
            padding: 0 20px;
        }

        .custome-advice .noya-button {
            width: 100%;
        }
}
/******תמונה + טקסט***********/
.home-promo {
    background: url('../pics/promo-pic.png') no-repeat;
    background-size: cover;
    height: 1110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .home-promo h2 {
        color: #fff;
        width: 670px;
    }

@media screen and (max-width:959px) {
    .home-promo {
        background: none;
        height: auto;
        display: block;
        position: relative;
    }

        .home-promo img {
            width: 100%;
        }

        .home-promo h2 {
            position: absolute;
            top: 35%;
            right: 10%;
            width: 90%;
            font-size: 1em;
        }
}
/*** Gift card */
.gift_card {
    background: url(../pics/custom-advice-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 60px 0;
}

    .gift_card h3 {
        margin-bottom: 24px;
        text-align:center;
    }

    .gift_card .noya-2-items {
        margin-bottom: 24px;
    }

    .gift_card .btn-get-gift-card {
        width: auto;
    }

    .gift_card img {
        width: 90%;
    }

    .gift_card form {
        display: none;
    }

    .gift_card .quote_holder {
        width: 60%;
    }

@media screen and (max-width: 800px) {
    .gift_card {
        background: none;
        padding: 0 0 60px 0;
    }

        .gift_card .width-wrapper {
            width: 100%;
        }

        .gift_card .noya-2-items {
            flex-direction: column-reverse;
        }

        .gift_card .gift-text-item {
            width: 94%;
        }

        .gift_card .gift-card-image {
            background: url(../pics/custom-advice-bg.png);
            background-repeat: no-repeat;
            background-position: top center;
            padding: 10%;
            background-size: cover;
            margin: 0 -3%;
        }

        .gift_card img {
            width: 100%;
        }

        .gift_card h2 {
            margin-top: 36px;
        }

        .gift_card .btn-get-gift-card {
            display: block;
            margin: 0 auto;
        }

        .gift_card .quote_holder {
            width: 100%;
        }
}

/* FORMS*/
form .newsletter-consent {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 20px 0;
}
form .newsletter-consent input {
    width: 10%;
    padding: 0;
    margin: 0;
}
form .newsletter-consent span{
    font-size:90%;
}
    form .newsletter-consent a {
        color: #48275c;
        font-weight: 700;
    }
/*FORMS END*/
