﻿@import url('https://fonts.googleapis.com/css2?family=Fredoka:wdth,wght@75..125,300..700&display=swap');

* {
}

h1 {
    font-weight: 500;
}

:root {
    --Almost-black: #222;
    --medium-grey: #767676;
    --light-grey: #A0A0A0;
    --space: #262A2E;
    --violet: #FF4382;
    --deepsky: #20B1F3;
    --white: #ffffff;
    --Iron: #D4D7D9;
    --Almost-White: #FBFBFB;
    --supernova: #FFD43A;
    --smoke: #F4F4F4;
    --Red: #EF5350;
    --alice-blue: #EDF7FF;
    --go-green: #55C05A;
    --bright-sun: #F6DC56;
    --Shark: #1D1D1B;
    --Green: #66BB6A;
    --supernova-positive: #FFCC16;
    --Bunker: #121517;
    --Alabaster: #F9F9F9;
}

body {
    direction: ltr;
    padding: 0;
    margin: 0;
}

form {
}

.opposite {
    direction: ltr;
    text-align: left;
}

.button.black {
    width: 148px;
    height: 35px;
    background: url(empty_button_black.gif) no-repeat;
    font: bold 14px arial;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.checkboxLabel {
    float: left;
    padding-left: 20px;
    margin-left: unset !important;
    padding-right: 5px;
    padding-top: 10px;
}

.checkbox, .group_submit {
    vertical-align: middle;
    margin-left: unset !important;
    height: unset;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    border-color: var(--light-grey);
}

    .checkbox: {
        vertical-align: middle;
        margin-left: unset !important;
        height: unset;
    }

#header {
    width: 100%;
    min-width: 1000px;
    height: 235px;
    background: #000;
    border-bottom: 0px solid #b70f0e;
    text-align: center;
}

#topNavigation .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 141px;
}

#topNavigation .ExLink {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

#header #top_strip {
    background: url(Header_TopStrip.gif) repeat-x;
    height: 30px;
    border-bottom: 1px solid #923226;
}

    #header #top_strip.noborder {
        border-bottom: 1px solid #923226 !important;
        border-top: 1px solid #923226 !important;
    }

#header .xpress_login {
    float: right;
    margin: 3px 10px 0 0;
    width: 390px;
}

#header #headerlinks {
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 35px;
    direction: rtl;
    background: #fff;
    border-top: 2px solid #2e2d32;
    padding-right: 20px;
    text-align: right;
    z-index: 3;
}

    #header #headerlinks a {
        color: #000;
        font: bold 14px/15px arial;
        text-decoration: none;
    }

        #header #headerlinks a:hover {
            color: #ffb300;
        }

        #header #headerlinks a.selected {
            color: #ffb300;
        }

    #header #headerlinks span {
        text-align: center;
        font-size: 20px;
        display: inline-block;
        color: #433f40;
        display: none;
    }

        #header #headerlinks span.link {
            display: inline-block;
            text-align: right;
            height: 15px;
            position: relative;
            top: 8px;
            padding: 0px 12px 0 12px;
            border-left: 1px dotted #433f40;
        }

.headerminibar {
    height: 33px;
    background: url(tubeless_sort_tile.gif) repeat-x;
    width: 968px;
    margin: 0 auto;
    text-align: right;
}

    .headerminibar a {
        font: bold 14px/15px arial;
        color: #fff;
        text-decoration: none;
    }

        .headerminibar a:hover {
            text-decoration: underline;
        }

    .headerminibar span.sep {
        display: none;
        font: 20px/20px arial;
        position: relative;
        top: 2px;
        color: #ffbb00;
    }

    .headerminibar span.link {
        display: inline-block;
        text-align: right;
        height: 15px;
        position: relative;
        top: 8px;
        padding: 0px 10px 0 10px;
        border-left: 1px dotted #433f40;
    }

#header .xpress_login label {
    font: 12px arial;
    color: #ffb600;
    padding: 3px 5px 0 8px;
    background: url(xpresslogin_label_bullet.gif) no-repeat left 9px;
    display: table-cell;
    vertical-align: middle;
    float: right;
}

#header .xpress_login input {
    border: 1px solid #90aac1;
    width: 75px;
    height: 19px;
    float: right;
    margin-right: 10px;
}

    #header .xpress_login input.button {
        border: 0;
        background: url(xpress_login_button.gif) no-repeat;
        width: 154px;
        height: 21px;
        font: bold 12px arial;
        margin-right: 3px;
        cursor: pointer;
    }

#header .xpress_login a.grey {
    color: #cccccc;
}

    #header .xpress_login a.grey:hover {
        color: #f8b818;
    }

#header .xpress_links {
    float: right;
    margin: 6px 1px 0 0;
}

    #header .xpress_links a {
        color: #fff;
        text-decoration: none;
        font: bold 12px arial;
    }

        #header .xpress_links a.grey {
            color: #cccccc;
        }

        #header .xpress_links a:hover {
            text-decoration: underline;
        }

    #header .xpress_links span {
        color: #ffb600;
        width: 25px;
        text-align: center;
        display: inline-block;
        font: bold 12px arial;
    }

        #header .xpress_links span.sep {
            background: url(xpress_links_seperator.gif) center no-repeat;
            display: inline-block;
            width: 5px;
            height: 10px;
        }

    #header .xpress_links img {
        vertical-align: middle;
    }

#header .top_links {
    float: left;
    margin: 5px 0 0 10px;
}

    #header .top_links a {
        color: #fff;
        text-decoration: none;
        font: 12px arial;
    }

        #header .top_links a:hover {
            text-decoration: underline;
        }

    #header .top_links span.seperator {
        font: 12px arial;
        color: #fff;
        width: 15px;
        display: inline-block;
    }

#newheader {
}

    #newheader .toplinks {
        /*background: #f4f4f4;*/
        height: 31px;
        border-bottom: 1px solid #ededed;
    }

    #newheader .hllinks {
        height: 50px;
        background: #fff;
        border-bottom: unset;
        border-top: unset;
        position: relative;
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.05);
    }

    #newheader .container {
        height: 99px;
        margin: 0 auto;
        position: relative;
    }

        #newheader .container .links * {
        }

    #newheader .hlsublinks .container {
        height: inherit !important;
    }

    #newheader .logo {
    }

    #newheader .logo_site {
    }

    #newheader .hlbanners {
        position: relative;
        top: 15px;
        right: 100px;
        width: 100%;
    }

    #newheader .hlbanner_sep {
        width: 1px;
        border-left: 1px dashed #aeaeae;
        height: 70px;
        float: right;
        margin: 5px 5px 0 15px;
    }

    #newheader .morelinks {
        position: absolute;
        top: 46px;
        left: 112px;
        width: 622px;
        height: 183px;
        /*background: #ffffff;*/
        border: 1px solid #d2d2d2;
        z-index: 10002;
        display: none;
    }

.morelinks .blanker {
    position: absolute;
    top: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #fff;
}

.morelinks ul {
    list-style-type: none;
    margin: 10px 20px 10px 0;
}

.morelinks li {
    text-align: right;
    margin: 0 0 8px 0;
    padding: 5px;
    display: inline-block;
    width: 111px;
    background: #e9f3ff;
}

    .morelinks li.alt {
        background: #fff;
    }

    .morelinks li a {
        background: url(newheader/morelinks_bullet.gif) right no-repeat;
        padding-right: 10px;
        color: #000;
        font: 14px arial;
        text-decoration: none;
    }

        .morelinks li a.bold {
            font-weight: bold;
        }

        .morelinks li a.red {
            color: #DD4B39;
        }

        .morelinks li a.green {
            color: #75a215;
        }

.morelinks .community {
    width: 191px;
    background: #f0f0f0;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
}

.morelinks .join_community {
    background: url(button-sendtofrineds.jpg) 0 0 no-repeat;
    width: 79px;
    height: 27px;
    cursor: pointer;
    border: 0;
}

    .morelinks .join_community.hover {
        background-position: 0 -28px;
    }

.morelinks .title {
    margin: 0 0 7px 0;
    font: bold 14px arial;
    color: #333;
}

#newheader table {
    height: 68px;
    width: 700px;
    padding: 10px 0 20px 0;
    text-align: right;
}

    #newheader table .sep {
        padding-left: 10px;
    }

#newheader.jobs_header table .sep {
    border: 0;
}

#newheader table .desc {
    padding-right: 10px;
    border-right: 1px dotted #aeaeae;
}

    #newheader table .desc h2 {
    }

#newheader span.icon {
    background: url(newheader/small_icons.jpg) no-repeat;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}

#newheader span.login {
    background-position: -107px 0px;
}

#newheader span.usercomments {
    background-position: -134px 0px;
}

#newheader span.ticker {
    background-position: -161px 0px;
}

#newheader span.avatar {
    background: #fff;
}

#new_header span.icon {
    background: url(newheader/small_icons.jpg) no-repeat;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}

#new_header span.login {
    background-position: -107px 0px;
}

.toplinks .links {
    line-height: 56px;
}

.hello {
    padding-left: 10px;
    display: inline;
    color: #ffc50a;
    font: 12px arial;
}

.links.left {
    float: left;
}

.links.right {
    float: right;
}

.links.title {
    color: #fffff0;
}

.links.subtitle {
    color: #fffff0;
    top: 0 !important;
    text-align: right;
    padding-right: 90px;
    font-weight: normal !important;
}

.links .red {
    color: #DD4B39 !important;
    font-weight: bold !important;
}

.links .green {
    color: #7aa61f !important;
    font-weight: bold !important;
}

.links .blue {
    color: #3676e0 !important;
    font-weight: bold !important;
}

.links .iphone {
    color: #3676e0 !important;
    font-weight: bold !important;
}

.links .homeicon {
    background: url(icon-home-postad.gif) right no-repeat;
    padding-right: 20px;
    margin-right: 5px;
}

.toplinks .links a {
    color: #6b6b6b;
    text-decoration: none;
}

.toplinks .links .sep {
    color: #6b6b6b;
    padding: 0 3px 0 5px;
}

.toplinks a:hover {
    text-decoration: underline;
}

.main_link {
    color: #dd4b39;
    font-weight: bold;
    padding-left: 10px;
    display: inline;
}

.hllinks .inlineborder {
}

.hllinks .links {
    position: relative;
    top: 10px;
    right: 0;
    z-index: 1;
}

    .hllinks .links a {
        color: #fffff0;
        font: bold 16px/27px arial;
        text-decoration: none;
        height: 36px;
        display: inline-block;
        padding: 0 7px 0 7px;
    }

        .hllinks .links a.more {
            width: 45px;
            text-align: center;
        }

            .hllinks .links a.more:hover {
                text-decoration: none;
            }

            .hllinks .links a.more.hover {
                background: #fff;
                border: 1px solid #d2d2d2;
                border-bottom: 0;
                border-top: 0;
                color: #d32e1a;
            }

        .hllinks .links a.restless {
            color: #F1BC5A;
        }

        .hllinks .links a.couponsmarket {
            color: #a3ea0e;
        }

        .hllinks .links a.artmarket {
            color: #efcdfa;
        }

        .hllinks .links a.kablanim {
            color: #7aa61f;
        }

    .hllinks .links .sep {
        width: 7px;
        color: #fff;
        vertical-align: top;
        padding-top: 5px;
        font: 15px arial;
        text-align: center;
        display: inline-block;
    }

.hllinks a:hover {
    text-decoration: underline;
}

.hllinks .links a.selected {
    background: #f1f1f1;
    color: #d22e1a;
    height: 48px;
    border-top: 1px solid #d2d2d2;
}

.hlsublinks .links a {
    color: var(--Bunker);
    font-size: 14px;
    text-decoration: none;
    line-height: 55px !important;
    font-weight: 400;
    letter-spacing: -0.599795937538147px;
    text-align: center;
    padding: 8px 12px;
    border-radius: 4px;
}

.hlsublinks .links .ContainerdivClass {
    line-height: 55px !important;
    padding: 0 10px;
    margin: 0 10px;
}

.hlsublinks .links a:first-child {
}

.hlsublinks .links a:last-child {
}

.hlsublinks .links .sep {
    width: 9px;
    color: #2d2d2d;
    font: 14px arial;
    text-align: center;
    display: inline-block;
}

.hlsublinks a:hover {
    background-color: var(--Alabaster);
}

.hlsublinks .links .ContainerdivClass:hover {
}

.hllinks .postad_btn {
    position: absolute;
    top: -2px;
    left: 0px;
    width: 108px;
    height: 46px;
    background: #f1bd03;
    border-top: 1px solid #f1ab03;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #f1ab03;
}

    .hllinks .postad_btn:hover {
        background: #f19a03;
        cursor: pointer;
    }

    .hllinks .postad_btn .inlineborder {
        border-top: 1px solid #f6c30d;
    }

    .hllinks .postad_btn a {
        font: bold 16px arial;
        color: #222;
        display: inline-block;
        padding-top: 15px;
        text-decoration: none;
        text-align: center;
    }

.postadphase div, .postadphase span {
    display: inline-block;
}

    .postadphase div.box {
        width: 27px;
        height: 21px;
        padding: 6px 0 0 0;
        color: #b4b4b4;
        font-weight: bold;
        text-align: center;
        background: url(newheader/postad-boxes.jpg) -28px 0 no-repeat;
        vertical-align: middle;
    }

        .postadphase div.box.selected {
            background-position: 0 0;
            color: #fff;
        }

    .postadphase div.sep {
        width: 58px;
        height: 27px;
        background: url(newheader/postad-sep.jpg) center repeat-x;
        margin: 0 10px 0 10px;
        vertical-align: middle;
    }

.postadphase span {
    color: #d1d1d1;
}

    .postadphase span.selected {
        color: #333333 !important;
        font-weight: bold;
    }

#links_strip {
    width: 100%;
    min-width: 1000px;
    height: 203px;
    background: url(new_header_tile.jpg) repeat-x top right;
    position: relative;
    border-bottom: 2px solid #923226;
}

#header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 236px;
    height: 95px;
}

#links_board_strip {
    padding-top: 10px;
    width: 100%;
    min-width: 1000px;
    direction: rtl;
}

    #links_board_strip .container {
        width: 1000px;
        margin: 0px auto;
        height: 110px;
    }

    #links_board_strip .realestate_links {
        float: right;
        width: 278px;
        height: 95px;
        background: url(header_realestatebox_tile.gif) repeat-x;
        border: 1px solid #8a8a8a;
    }

        #links_board_strip .realestate_links a:hover {
            text-decoration: underline;
        }

        #links_board_strip .realestate_links ul {
            width: 95%;
            margin: 0 5px 0 0;
            list-style-type: none;
            padding: 0;
            height: 98px;
        }

            #links_board_strip .realestate_links ul li {
                text-align: right;
            }

        #links_board_strip .realestate_links a {
            font: bold 21px arial;
            color: #f8b818;
            text-decoration: none;
        }

        #links_board_strip .realestate_links ul ul {
            width: 100%;
            height: 74px;
            margin: 0 auto;
            padding: 0;
            margin: 0;
        }

        #links_board_strip .realestate_links li li {
            float: right;
            width: 33%;
            margin-top: 7px;
        }

            #links_board_strip .realestate_links li li a {
                font: bold 12px arial;
                color: #fff;
            }

                #links_board_strip .realestate_links li li a.yellow {
                    color: #fddb00;
                }

                #links_board_strip .realestate_links li li a:hover {
                    text-decoration: underline;
                }

            #links_board_strip .realestate_links li li span {
                font: bold 10px arial;
                color: #5a5a58;
                padding-left: 3px;
                display: inline-block;
            }

    #links_board_strip .boxes {
        float: right;
        width: 718px;
        height: 101px;
    }

        #links_board_strip .boxes ul {
            list-style-type: none;
        }

        #links_board_strip .boxes li {
            float: right;
            width: 140px;
            height: 47px;
            background: url(header_linkbox_tile.gif);
            margin: 0 2px 2px 0;
            text-align: center;
        }

            #links_board_strip .boxes li .right {
                background: url(header_linkbox_border.gif) no-repeat right;
                width: 100%;
                height: 47px;
            }

            #links_board_strip .boxes li .left {
                background: url(header_linkbox_border.gif) no-repeat left;
                width: 100%;
                height: 47px;
            }

            #links_board_strip .boxes li div.privatezone {
                background: url(header_privatezone_tile.gif) repeat-x;
                width: 100%;
                height: 46px;
                border-bottom: 1px solid #ffbf01;
            }

            #links_board_strip .boxes li div.postad {
                background: url(header_postad_tile.gif) repeat-x;
                width: 100%;
                height: 46px;
                border-bottom: 1px solid #890304;
            }

            #links_board_strip .boxes li .privatezone {
                color: #000;
            }

            #links_board_strip .boxes li a {
                font: bold 21px/47px arial;
                color: #fff;
                text-decoration: none;
            }

                #links_board_strip .boxes li a.yellow {
                    color: #f8b818;
                }

                #links_board_strip .boxes li a:hover {
                    text-decoration: underline;
                }

#main1200 {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
}
/*Start Carrousel*/
.card {
    background: #fff;
    border-radius: 8px;
    display: inline-block;
    height: 215px;
    margin: 70px 8px 0 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    float: right;
    border: solid 1px #00000024;
}

    .card:first-child {
        margin: 70px 0 0 8px;
    }

    .card:last-child {
        margin: 70px 8px 0 0;
    }

    .card:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        filter: brightness(1.1);
    }

.cardTagBtn {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.599795937538147px;
    text-align: right;
    color: var(--Almost-black);
    margin: 10px;
}
/*End Carrousel*/
.Carrousel a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.Carrousel .backgroundImg {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    border-radius: 8px 8px 0 0;
    transition: filter 0.3s ease;
}

.promotedArticles:hover .backgroundImg {
    filter: brightness(1.1);
}

.Carrousel .BText {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.599795937538147px;
    text-align: right;
    margin: 10px;
    color: var(--medium-grey);
    width: 70%;
}

@media screen and (max-width: 1281px) {
}

@media only screen and (max-width : 1380px) {

    .card {
        width: 11.5%;
    }
}

@media only screen and (min-width : 1382px) {
    #main, .Carrousel {
        width: 1380px;
        margin: auto;
    }

    .card {
        width: 11.7%;
    }

    #main_container {
        min-width: 1000px;
    }
}

@media screen and (min-width: 1282px) {
    #footer {
        min-width: 1010px;
    }
}

.footerpadding {
    height: 120px;
}



#footer .links_eq {
    height: 330px;
    background: #1d1a1a;
}

    #footer .links_eq .links_eq_container {
        width: 930px;
        margin: 0 auto;
        top: 20px;
        position: relative;
    }

    #footer .links_eq .link_row {
        float: right;
        width: 93px;
        text-align: right;
    }

        #footer .links_eq .link_row ul {
            list-style-type: none;
        }

        #footer .links_eq .link_row div {
            color: #fff;
            font: bold 12px/20px arial;
        }

        #footer .links_eq .link_row a {
            color: #7a7a7a;
            font: bold 12px/19px arial;
            text-decoration: none;
        }

            #footer .links_eq .link_row a:hover {
                color: #fff;
            }

            #footer .links_eq .link_row a.red {
                color: #fe0000;
            }

            #footer .links_eq .link_row a.yellow {
                color: #fce547;
            }

            #footer .links_eq .link_row a.green {
                color: #09d409;
            }

#footer_new {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    height: 350px;
    width: 100%;
    background: #f1f1f1;
    position: relative;
    z-index: 3;
}

    #footer_new .container {
        width: 997px;
        margin: 0 auto;
    }

    #footer_new div.right {
        float: right;
        text-align: right;
    }

    #footer_new .footer_sharing {
        width: 140px;
    }

    #footer_new .links_eq {
        width: 480px;
    }

    #footer_new .community {
        width: 305px;
    }

    #footer_new ul {
        list-style-type: none;
    }

        #footer_new ul.right li {
            float: right;
            width: 120px;
            height: 30px;
        }

    #footer_new .title {
        margin: 10px 0 14px 0;
        font: bold 16px arial;
        color: #666;
    }

    #footer_new a {
        color: #666;
        font: 14px arial;
        text-decoration: none;
    }

    #footer_new p {
        color: #595959;
        font: 12px arial;
        margin-bottom: 8px;
    }

    #footer_new .footer_sharing li {
        height: 35px;
    }

    #footer_new .footer_sharing .icon {
        background: url(newheader/small_icons.jpg) no-repeat;
        color: #666;
        width: 25px;
        height: 25px;
        vertical-align: middle;
        display: inline-block;
        margin-left: 5px;
    }

.icon.fb {
    background-position: -80px 0 !important;
}

.icon.postad {
    background-position: -27px 0 !important;
}

.icon.contact {
    background-position: -54px 0 !important;
}

.icon.newagent {
    background-position: 0px 0 !important;
}

#footer_new .footer_sharing .postad {
    color: #6fa012;
}

#footer_new a:hover {
    text-decoration: underline;
}

#footer_new .sep {
    width: 1px;
    border-left: 1px solid #d2d2d2;
    height: 141px;
    margin: 45px 5px 0 15px;
}

#footer_new .mailElement {
    color: #989898;
    font: 13px arial;
    border: 1px solid #c6c6c6;
    padding: 3px;
    text-align: right;
}

    #footer_new .mailElement.inputcolor {
        color: #666;
    }

#footer_new .join_community {
    background: url(newheader/footer_join.jpg) 0 0 no-repeat;
    width: 130px;
    height: 35px;
    cursor: pointer;
    border: 0;
    position: relative;
    left: 50px;
    top: 16px;
}

    #footer_new .join_community.hover {
        background-position: 0 -36px;
    }

#footer .credits {
    background: url(footer_credits_tile.gif);
    height: 106px;
    border-top: 1px solid #151515;
}

    #footer .credits div.copyright {
        color: #7b7b7b;
        font: bold 12px/20px arial;
    }

    #footer .credits div.links {
        color: #fff;
        font: bold 12px/20px arial;
    }

        #footer .credits div.links a {
            color: #fff;
            text-decoration: none;
        }

    #footer .credits div.design {
        color: #fff;
        font: bold 10px/20px arial;
    }

        #footer .credits div.design img {
            vertical-align: middle;
        }

.istock {
    background: rgba(43, 43, 43, 0.84);
    padding: 10px;
    border-radius: 5px;
}

#ad_dialog .istock .popup_close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 36px;
}

.darkcontainer {
    width: 561px;
}

    .darkcontainer .top {
        width: 100%;
        height: 9px;
        background: url(ad_dialog_darkcontainer_top.png) top no-repeat;
        position: relative;
    }

    .darkcontainer .main {
        width: 100%;
        background: url(ad_dialog_darkcontainer_tile.png) repeat-y;
        text-align: center;
    }

    .darkcontainer .bottom {
        width: 100%;
        height: 21px;
        background: url(ad_dialog_darkcontainer_bottom.png) bottom no-repeat;
    }

.lightcontainer {
    width: 315px;
}

    .lightcontainer .top {
        width: 100%;
        height: 43px;
        background: url(ad_dialog_lightcontainer_top.png) top no-repeat;
        position: relative;
    }

        .lightcontainer .top .popup_close {
            position: absolute;
            top: 14px;
            left: 15px;
            font: 12px/20px arial;
            color: #000;
        }

    .lightcontainer .main {
        width: 100%;
        background: url(ad_dialog_lightcontainer_tile.png) repeat-y;
        text-align: center;
    }

    .lightcontainer .bottom {
        width: 100%;
        height: 13px;
        background: url(ad_dialog_lightcontainer_bottom.png) bottom no-repeat;
    }

.glbl_header {
    padding-top: 0;
    clear: both;
    float: none;
    text-align: right;
    padding-bottom: 30px;
}

    .glbl_header h1 {
        color: #1d254e;
        padding: 0;
        margin: 0;
        font-weight: 500;
    }

    .glbl_header h3 {
        color: #1d254e;
        font-weight: 400;
    }

#board_header div p {}

.glbl_header .title {
    color: var(--space);
    padding: 20px 0 5px 0;
    margin: 0 0 10px 0;
}

    .glbl_header .title.contact {
        color: var(--space);
        border-bottom: none;
        padding: 20px 0 5px 0;
        margin: 0 0 10px 0;
    }

.glbl_header .content {
    color: var(--space);
    margin: 0 0 25px 0;
}

.glbl_header * {
    color: var(--space);
}

.glbl_header h2 {
    font-weight: 400;
    font-size: 20px;
}

.title.contact {
    color: var(--space);
    border-bottom: none;
    padding: 20px 0 5px 0;
    margin: 0 0 10px 0;
}

.faqArial * {
}

.purchaseBold {
    font-weight: 500;
}

.glbl_header.pbook h1 {
    color: var(--space);
}


.glbl_header a:hover {
    background: #fbfbfb;
    border: #e0e0e0 1px solid;
    box-shadow: 0 1px 14.7px 3.3px rgb(0 0 0 / 5%);
}

.glbl_header .right {
    float: right;
    text-align: right;
    padding-left: 10px;
    padding-bottom: 10px;
    border-left: 3px solid #ffba00;
}

.glbl_header.pbook .right {
    border-left: 3px solid #9b9b9b;
}

.glbl_header .left {
    float: right;
    width: 710px;
    text-align: right;
    margin-right: 10px;
    padding-top: 3px;
}

.glbl_header.hllabel .left {
    padding-top: 0 !important;
}

.glbl_header .left p {
    color: #5a5a5a;
}

.glbl_header.donations .left {
    float: right;
    width: 510px;
    text-align: right;
    margin-right: 10px;
    padding-top: 3px;
}

.custom_input {
    height: 26px;
    background: url(custom_input_tile.gif) repeat-x;
}

    .custom_input .right {
        height: 26px;
        background: url(custom_input_right.gif) right no-repeat;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .custom_input .left {
        height: 26px;
        background: url(custom_input_left.gif) left no-repeat;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .custom_input input {
        border: 0;
        background: #fff;
        width: 90%;
        margin-top: 5px;
    }

#ad_dialog_header {
    position: absolute;
    top: 14px;
    right: 15px;
}

.popup_close {
    cursor: pointer;
}

    .popup_close img {
        vertical-align: top;
        vertical-align: top;
        padding: 32px 33px 0px 0px;
        background: url('/cpart/img/fancybox_close.png');
        background-size: auto;
        width: 0px;
        height: 0px;
    }

#popup_dialog_container .popup_close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 36px;
}

#popup_dialog_container .istock {
    border: 2px solid #d9d9d9 !important;
    margin: 6px !important;
    background: #fff !important;
    padding: 10px !important;
}

.plasma {
    background: #eeeff3;
    padding: 20px;
    text-align: center;
    position: relative;
    width: 959px;
    margin: 0 auto;
}

    .plasma .close {
        background: url(close_plasma.gif) no-repeat;
        width: 16px;
        height: 16px;
        position: absolute;
        bottom: 3px;
        left: 3px;
        cursor: pointer;
    }

.relevantbox {
    border: 1px solid #e8e8e8;
    cursor: pointer;
    background: #fff;
    padding: 7px 7px 7px 7px;
    width: 167px;
    height: 185px;
    float: right;
    margin: 4px 7px 7px 7px;
    position: relative;
    direction: rtl !important;
}

    .relevantbox .itemname {
        background: url(index_hp_box_companyname_tile.gif) repeat-x;
        direction: rtl !important;
        width: 167px;
        height: 22px;
        border-top: 1px solid #f7d504;
        font: bold 12px/22px arial;
        color: #fff;
        text-align: right;
    }

        .relevantbox .itemname a {
            color: #fff !important;
            text-decoration: none;
            font-weight: bold;
        }

    .relevantbox .companyname {
        text-align: right;
        padding-right: 8px;
        font: arial 12px/18px;
        padding: 5px 8px 5px 0;
    }

    .relevantbox img {
        border: 0;
    }

    .relevantbox p {
        text-align: right;
        padding-right: 8px;
        font: arial 12px/18px;
        direction: rtl !important;
    }

    .relevantbox a {
        color: #000 !important;
        text-decoration: none;
    }

    .relevantbox input.indexbutton {
        position: absolute;
        bottom: 7px;
        left: 7px;
    }

#messages {
    display: none;
    background: #fffcdb;
    position: relative;
    width: 100%;
}

    #messages .wrapper {
        width: 954px;
        margin: 0 auto;
        position: relative;
    }

    #messages .close {
        position: absolute;
        top: 10px;
        left: 10px;
    }

.validateError {
    margin: 0 !important;
    font: bold 11px arial !important;
    height: 3px;
    bottom: 2px;
    right: 0;
    width: 350px;
    color: red;
}

.herum .facebookIcon {
    background-color: #456097;
    height: inherit;
    width: 165px;
    border-radius: 5px;
    cursor: pointer;
    float: left
}

    .herum .facebookIcon img {
        height: 30%;
        position: absolute;
        float: left;
        left: -7px;
        bottom: 40px;
    }

    .herum .facebookIcon span {
        font-size: 20px;
        word-spacing: -2px;
        line-height: 76px;
        float: right;
        margin: 8px 6px;
        color: #fff;
        font-weight: bold !important
    }

#new_header {
    position: relative;
    width: 100%;
    text-align: right;
    direction: rtl;
}

    #new_header .topstrip {
        width: 987px;
        min-height: 130px;
        margin: 0 auto;
        position: relative;
    }

    #new_header .logo {
        position: absolute;
        top: 30px;
        left: 0px;
    }

    #new_header.jobs_header .logo {
        top: 30px;
    }

.searchandpromoteditems .restlessInput {
    background: url(/images/whiteskin/newInputBG.gif) no-repeat !important;
    width: 270px;
    height: 28px !important;
    border: 0 !important;
    text-indent: 10px;
    font: 14px arial !important;
}

#newheader.restless .ui-multiselect-checkboxes.ui-helper-reset {
    height: 82px;
}

#new_header.restless .ui-multiselect-checkboxes.ui-helper-reset {
    height: 82px;
}

#new_header .orange_sep {
    width: 100%;
    height: 2px;
    background: #ffd400;
    margin-bottom: 1px;
}

#new_header .sublinks {
    width: 100%;
    height: 37px;
    background: url(WhiteSkin/sublinks_tile.gif) repeat-x;
}

#new_header div.hllinks {
    width: 997px;
}

#new_header ul.hllinks {
    padding-top: 7px;
}

    #new_header ul.hllinks li {
        float: right;
        list-style-type: none;
        font: 13px/22px arial;
        color: #000;
        padding-left: 20px;
    }

    #new_header ul.hllinks a {
        background: url(whiteskin/hllinks_bullet.gif) 6px right no-repeat;
        color: #197c93;
        padding-right: 10px;
        display: inline-block;
        text-decoration: none;
    }

        #new_header ul.hllinks a:hover {
            background: url(whiteskin/hllinks_bullet_selected.gif) 6px right no-repeat;
            color: #b32020;
            text-decoration: underline;
        }

        #new_header ul.hllinks a.selected {
            background: url(whiteskin/hllinks_bullet_selected.gif) 6px right no-repeat;
            color: #b32020;
            padding-right: 10px;
            display: inline-block;
            text-decoration: none;
        }

#new_header div.links {
    width: 997px;
    min-height: 90px;
    margin: 0 auto;
    position: relative;
}

#new_header ul.links {
    visibility: hidden;
    padding-top: 7px;
}

    #new_header ul.links li {
        float: right;
        list-style-type: none;
        font: 13px/22px arial;
        height: 22px;
        color: #fff;
    }

    #new_header ul.links a {
        font: bold 15px/22px arial;
        color: #fff;
        text-decoration: none;
        padding: 0 5px 0 5px;
    }

#new_header li.selected {
    background: #171717;
}

    #new_header li.selected .link_selected_right {
        height: 22px;
        width: 100%;
        background: url(whiteskin/link_selected_right.gif) right no-repeat;
    }

    #new_header li.selected .link_selected_left {
        height: 22px;
        width: 100%;
        background: url(whiteskin/link_selected_left.gif) left no-repeat;
    }

#new_header div.button {
    position: absolute;
    top: 0;
    left: 0px;
    height: 37px;
    padding: 0 20px 0 20px;
    text-align: center;
    background: url(whiteskin/leftlink_tile.gif) repeat-x;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

    #new_header div.button .right {
        height: 37px;
        width: 100%;
        background: url(whiteskin/leftlink_right.gif) right no-repeat;
    }

    #new_header div.button .left {
        height: 37px;
        width: 100%;
        background: url(whiteskin/leftlink_left.gif) left no-repeat;
    }

    #new_header div.button * {
        font: bold 14px/37px arial;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

#new_header.artmarket_header .orange_sep {
    display: none;
}

#new_header.artmarket_header .sublinks {
    height: 50px;
    background: url(WhiteSkin/artmarket_sublinks_tile.gif) repeat-x;
}

#new_header.artmarket_header ul.links {
    padding-top: 12px;
}

    #new_header.artmarket_header ul.links a {
        color: #4e4e4e;
        font: bold 15px/28px arial;
        padding: 0 8px 0 8px;
    }

#new_header.artmarket_header li {
    color: #a8a8a8 !important;
    font: bold 15px/28px arial !important;
}

#new_header.artmarket_header #publish_button {
    height: 50px;
}

#new_header.artmarket_header li.selected {
    height: 28px;
    background: url(whiteskin/artmarket_link_selected_tile.gif) right repeat-x;
}

    #new_header.artmarket_header li.selected .link_selected_right {
        height: 28px;
        width: 100%;
        background: url(whiteskin/artmarket_link_selected_right.gif) right no-repeat;
    }

    #new_header.artmarket_header li.selected .link_selected_left {
        height: 28px;
        width: 100%;
        background: url(whiteskin/artmarket_link_selected_left.gif) left no-repeat;
    }

#new_header.artmarket_header div.button {
    height: 50px;
    background: url(whiteskin/leftlink_tile_artmarket.gif) repeat-x;
}

    #new_header.artmarket_header div.button .right {
        height: 50px;
        width: 100%;
        background: url(whiteskin/leftlink_right_artmarket.gif) right no-repeat;
    }

    #new_header.artmarket_header div.button .left {
        height: 50px;
        width: 100%;
        background: url(whiteskin/leftlink_left_artmarket.gif) left no-repeat;
    }

    #new_header.artmarket_header div.button * {
        font: bold 14px/50px arial;
    }

.jqifade {
    position: absolute;
    background-color: #fff;
    background: rgba(255,255,255,0.8);
    opacity: 1 !important;
}

div.jqi {
    width: 400px;
    position: absolute;
    background-color: #ffffff;
    font-size: 11px;
    text-align: right;
    border: solid 1px #eeeeee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 26.7px 3.3px #00000012;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: auto !important;
    padding: 70px 50px;
}

    div.jqi * {
        font-size: 12px;
    }

    div.jqi .jqicontainer {
        font-weight: bold;
    }

    div.jqi .jqiclose {
        position: absolute;
        top: -18px;
        right: -18px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 8040;
        background: url(/cpart/img/fancybox_close.png) no-repeat center center;
        color: transparent;
    }

    div.jqi .jqimessage {
        padding: 10px;
        line-height: 20px;
        direction: ltr !important;
        font-size: 18px;
    }

        div.jqi .jqimessage * {
            font-size: 18px;
        }

    div.jqi .jqibuttons {
        position: absolute;
        bottom: -15px;
        left: 36%;
    }

    div.jqi button {
        margin: 0 10px;
        background-color: #ffc50a;
        border: solid 1px #f4f4f4;
        color: #0d203d;
        font-size: 18px;
        border-radius: 5px;
        padding: 5px 20px;
        cursor: pointer;
    }

        div.jqi button:hover {
            background-color: #fed246;
            font-weight: bold;
        }

        div.jqi button.jqidefaultbutton {
        }

.jqiwarning .jqi .jqibuttons {
    background-color: #BF5E26;
}

#tabs_scroll_left {
    width: 33px;
    height: 33px;
    background: url(atlasct/arrows.gif) no-repeat -33px 0px;
    display: inline-block;
}

    #tabs_scroll_left:hover {
        background-position: -33px -33px;
    }

#tabs_scroll_right {
    width: 33px;
    height: 33px;
    background: url(atlasct/arrows.gif) no-repeat 0px 0px;
    display: inline-block;
}

    #tabs_scroll_right:hover {
        background-position: 0px -33px;
    }

.newbox {
    border: 1px solid #ccc;
    background-color: white;
    display: flow-root;
}
    .newbox .top {
        border-bottom: 1px solid #ccc;
        padding: 1px;
    }
    .newbox .top_tile {
        color: #ffc50a;
    }

    .newbox.faq .top_tile {
        background: url(newheader/newbox_faq_top_tile.gif) center repeat-x;
        height: 24px;
        padding: 4px;
        font: 16px arial;
        color: #2b2b2b;
    }

    .newbox .top_tile a {
        font: 16px arial;
        color: #2b2b2b;
        text-decoration: none;
    }

        .newbox .top_tile a:hover {
            text-decoration: underline;
        }

    .newbox .box_container * {
        outline: none;
        margin: auto;
    }

    .newbox span.icon {
        background: url(newheader/small_icons.jpg) no-repeat;
        width: 25px;
        height: 25px;
        vertical-align: middle;
        display: inline-block;
        margin-left: 5px;
    }

    .newbox span.login {
        background-position: -107px 0px;
    }

    .newbox span.usercomments {
        background-position: -134px 0px;
    }

    .newbox span.ticker {
        background-position: -161px 0px;
    }

    .newbox span.faq {
        background-position: -188px 0px;
    }

.help {
    float: right;
}

.box_container .row {
    clear: both;
    float: none;
}

    .box_container .row.noborder {
        border: 0;
        margin: 11px auto 30px auto;
        width: 98%;
    }

        .box_container .row.noborder.recover {
            text-align: left;
        }

.row.noborder.recover a {
    text-decoration: none;
}

    .row.noborder.recover a:hover {}

.box_container .row.noborder.field {
    height: 90px;
    padding-bottom: 5px !important;
    text-align: right;
}

.box_container .row.noborder.nopad {
    padding-bottom: 0 !important;
}

.box_container .row .cell {
    float: right;
}

.box_container span.reqlabel {
    width: 10px;
    display: inline-block;
    position: relative;
    top: 3px;
    font: normal 14px arial !important;
    color: Red;
}

.box_container a {
}

    .box_container a:hover {
        text-decoration: underline;
    }

    .box_container a.login_button {}

        .box_container a.login_button.button {
            background: #ffc50a;
            border: solid 1px #f4f4f4;
            color: #0d203d !important;
            border-radius: 5px;
            padding: 10px 10px;
            margin: 0;
            text-align: center;
            text-decoration: none;
            line-height: 30px;
            height: unset;
        }

            .box_container a.login_button.button:hover {
                background-position: 0;
            }

        .box_container a.login_button:hover {
            background-position: 0 -28px;
        }

.box_container label {
    color: #333;
    width: 110px;
    display: inline-block;
}

.box_container .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.599795937538147px;
}

::placeholder { 
    color: #a0a0a0;
    opacity: 1;
    font-weight: normal;
}

:-ms-input-placeholder {
    color: #a0a0a0;
}

::-ms-input-placeholder {
    color: #a0a0a0;
}

.box_container .formElement {
    height: 40px;
    margin-bottom: 10px;
    width: 90% !important;
    font-size: 16px;
    padding: 0 10px;
    outline: none;
    border-radius: 4px;
    border: solid 1px #d8d8d8;
    background-color: #ffffff;
}


.box_container input.checkbox {
    vertical-align: middle;
    padding-left: 5px;
}

.form .field {
    height: 60px;
}

.form label {
    display: block;
    font: 14px arial;
    padding: 0 0 5px 0;
    width: auto;
    color: #2b2b2b;
}

.form.labelinline .field {
    height: 45px !important;
}

.form.labelinline label {
    display: inline-block !important;
    width: 110px;
}

.form label.small {
    display: inline-block;
    font: 12px arial;
    position: relative;
    top: 1px;
    right: 2px;
}

.form .login_button {
    background: url(enter.jpg) no-repeat;
}

.form .register_button {}

.form .button {
    width: 91px;
    height: 31px;
    display: inline-block;
}
    .form .button:hover {
        background-position: 0 -32px;
    }

.form .facebook-login {
    background: url(facebook-login.jpg) no-repeat;
    width: 194px;
    height: 25px;
    display: inline-block;
}

.form .formElement {
    height: 22px;
}

.commentcontainer {
    width: 95%;
    margin: 10px auto;
    border-bottom: 1px solid #ccc;
}

    .commentcontainer .comment {
        color: #4b4b4b;
        font: 12px/18px arial;
    }

    .commentcontainer .username {
        color: #c92c0d;
        text-align: left;
        padding: 5px 0 5px 0;
        font-weight: bold;
    }

.postad_green {
    background: url(newheader/postmodaa.jpg) 0 0 no-repeat;
    border: 0;
    width: 302px;
    height: 62px;
    display: inline-block;
    cursor: pointer;
}

    .postad_green:hover {
        background-position: 0 -63px;
    }

.pz-save {
    border: none;
    border-radius: 4px;
    background-color: var(--go-green);
    box-shadow: 0px 8px 4px -4px rgba(85, 192, 90, 0.08), 0px 4px 3px -4px rgba(85, 192, 90, 0.12);
    width: 400px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    width: 94% !important;
    margin: 0 3% !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    color: var(--white) !important;
    text-decoration: none;
    cursor: pointer;
}

.pz-save:hover {
    font-weight: bold;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%)
}


.pz-menu-postad {
    background: url(pz-menu-postad.jpg) 0 0 no-repeat;
    border: 0;
    width: 169px;
    height: 36px;
    display: inline-block;
    cursor: pointer;
}

    .pz-menu-postad:hover {
        background-position: 0 -37px;
    }

.pz-menu-minisite {
    background: url(rms-minisite-link.jpg) 0 0 no-repeat;
    border: 0;
    width: 169px;
    height: 36px;
    display: inline-block;
    cursor: pointer;
}

    .pz-menu-minisite:hover {
        background-position: 0 -37px;
    }

.pz-menu-additem {
    background: #ffc50a;
    width: 95%;
    height: 20px;
    display: inline-block;
    font: bold 18px/18px arial;
    text-decoration: none;
    color: #333;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    margin-left: 14px;
}

.pz-profile-save {
    border: 0;
    width: 220px;
    height: 46px;
    display: inline-block;
    cursor: pointer;
}

    .pz-profile-save:hover {
        background-position: 0 -47px;
    }

.newbox .box_container .messagelink {
    border: 0;
    display: inline-block;
    cursor: pointer;
    height: 30px;
    border-radius: 5px;
    background: #7cb600;
    color: #fff !important;
    font-size: 25px !important;
    text-align: center;
    text-decoration: none;
    line-height: 29px !important;
    cursor: pointer;
    padding: 5px 30px;
}

    .newbox .box_container .messagelink:hover {
        text-decoration: underline;
    }

.register_button {
    background: #ffc50a;
    border: solid 1px #f4f4f4;
    color: #0d203d !important;
    border-radius: 5px;
    padding: 10px 10px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    height: unset;
    display: inline-block;
}

    .register_button:hover {
        background-position: 0 -28px;
    }

.addtip {
    background: url(add-tip.jpg) 0 0 no-repeat;
    border: 0;
    width: 220px;
    height: 46px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

    .addtip:hover {
        background-position: 0 -47px;
    }

.hl-button {
    color: #fff;
    font: bold 13px arial;
    text-decoration: none;
    display: inline-block;
    padding: 3px 5px 3px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .hl-button.blue {
        background: #4a8bf5;
        border: 1px solid #3079ed;
    }

        .hl-button.blue:hover {
            background: #3c80ee;
            border: 1px solid #2f5bb7;
        }

    .hl-button.green {
        background: #3c9100;
        border: 1px solid #29691d;
        width: 63px !important;
    }

        .hl-button.green:hover {
            background: #3a8d00;
            border: 1px solid #2d6200;
        }

    .hl-button.minwidth {
        width: 50px;
        text-align: center;
    }

    .hl-button.red {
        background: #d74a38;
        border: 1px solid #d14836;
    }

        .hl-button.red:hover {
            background: #d0402f;
            border: 1px solid #b0281a;
        }

#newheader.avis .logo {
    position: absolute;
    top: 15px;
    left: 0;
    width: 192px;
    height: 61px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    direction: rtl;
}

.L {
    float: left;
}

.R {
    float: right;
}

.main_width {
    margin: 0 auto;
    display: block;
}

.main_width_padding_L {
    padding: 25px 0 0 25px;
}

.orange {
    color: #ffc50a;
}

.gray {
    color: #d7d7d7;
}

.grayText {
    color: #a1a3a6;
}

.orange_light {
    color: #ffe284;
}

.orange_dark {
    color: #e8aa00;
}

.white {
    color: #fff;
}

.redRestless {
    color: #da8162;
}

.greenKablan {
    color: #7fb314;
}

.BlackText {
    color: #717171;
}

.BlackTitle {
    color: #222222;
    display: flex;
}

    .BlackTitle img {
        margin-left: 8px;
    }
.text_size {
    font-size: 14px;
}

* {font-family: 'Fredoka', sans-serif;}

.bold {
    font-weight: 500;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f21 {
    font-size: 21px;
}

.f22 {
    font-size: 22px;
}

.f26 {
    font-size: 26px;
}


@media only screen and (max-width : 700px) {
    .box_container .formElementpz {
        margin-bottom: 10px;
        border: 1px solid var(--light-grey);
        font-size: 15px;
        padding: 0 10px;
        border-radius: 4px;
        box-sizing: border-box;
        width: 90%;
        height: 40px;
    }

    .register {
        width: 90%;
        margin: auto;
        margin-top: 70px;
    }

    .login {
        width: 90%;
        margin: auto;
        margin-top: 70px;
    }

    input:not([type="button"]), select, textarea {
        border: 1px solid #d8d8d8;
        border-radius: 4px;
        background-color: #ffffff;
    }

    #main_container {
        width: 100%;
        margin-top: 10px;
    }

    #topNavigation .PrivateZoneLink {
        text-decoration: none;
        color: #ffffff;
        width: 60px;
        height: 40px;
        margin-top: 23px;
    }
}

@media only screen and (min-width : 702px) {
    .box_container .formElementpz {
        margin-bottom: 10px;
        border: 1px solid var(--light-grey);
        font-size: 15px;
        padding: 0 10px;
        border-radius: 4px;
        box-sizing: border-box;
        width: 400px;
        height: 40px;
    }

    .register {
        width: 50%;
        margin: auto;
        margin-top: 70px;
    }

    #topNavigation .PrivateZoneLink {
        text-decoration: none;
        color: var(--Bunker);
        font-weight: 600;
        font-size: 14px;
        display: flex;
        align-items: center;
        margin-left: 20px;
        border: 1px solid #F2F2F2;
        padding: 5px 10px 5px 10px;
        border-radius: 5px;
    }

        #topNavigation .PrivateZoneLink img {
            width: 24px;
            height: 24px;
            padding-left: 5px;
        }

    .login {
        width: 50%;
        margin: auto;
        margin-top: 70px;
    }

    input:not([type="button"]), select, textarea {
        height: 44px;
        border: 1px solid #d8d8d8;
        border-radius: 8px;
        background-color: #ffffff;
        font-size: 16px;
        padding-right: 10px;
    }

    #main_container {
        margin: 10px 50px 0 50px;
    }

    .pz.menu {
        margin: 0 0 0 50px;
    }
}


label input {
    height: 20px;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}

#newheader {}

    #newheader.avis {
        background: url(/Cpart/img/Header_Images/Compressed/header_AVIS.jpg) no-repeat top center;
        height: 356px;
        padding-bottom: 33px;
    }

    #newheader.herum {
        background-image: url(/Cpart/img/Header_Images/Compressed/header_herum.jpg);
    }

    #newheader.postad {
        background: url(/Cpart/img/Header_Images/Compressed/header_bg818.jpg) no-repeat top center;
    }

    #newheader.artmarket {
        background-image: url(/Cpart/img/Header_Images/Compressed/header_artists.jpg);
    }

    #newheader.service {
        background-image: url(/Cpart/img/Header_Images/Compressed/header_b144.jpg);
    }

    #newheader.avis {
        background-image: url(/Cpart/img/Header_Images/Compressed/header_AVIS.jpg);
    }

    #newheader.private {
        background-image: url(/Cpart/img/Header_Images/Compressed/header_cars.jpg);
    }

    #newheader.motorcycle {
        background-image: url(/Cpart/img/Header_Images/Compressed/header_motorcycle.jpg);
    }

    #newheader.couponsmarket {
        background-image: url(/Cpart/img/Header_Images/Compressed/header_coupon.jpg);
    }

    #newheader.jobs {
        background-image: url(/Cpart/img/Header_Images/Compressed/header_drushim.jpg);
    }

    #newheader.courses {
        background-image: url(/Cpart/img/Header_Images/Compressed/header_hugim.jpg);
    }

    #newheader.rent, #newheader.sale, #newheader.renttivuch, #newheader.saletivuch, #newheader.iski, #newheader.iskitivuch, #newheader.shortterm, #newheader.planethomeless { /*background-image:url(/Cpart/img/Header_Images/Compressed/header_nadlan.jpg);*/
    }

    #newheader.pets {
        background-image: url(/Cpart/img/Header_Images/Compressed/header_pets.jpg);
    }

    #newheader.restless {
        background-image: url(/Cpart/img/Header_Images/Compressed/header_restless.jpg);
    }

    #newheader.yad2 {
        background-image: url(/Cpart/img/Header_Images/Compressed/header_secondhand.jpg);
    }

    #newheader.avis .labelcontainer .middleHeaderSectionBg {
        background-image: url('/images/avis/AvisLogo.png');
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: 20px
    }

.Cpart_avis #board_middle_advert {
    margin: 40px 0 0;
}

.Cpart_avis .leadboxcontainer {
    padding: 20px;
    border-radius: 10px;
}

#newheader .labelcontainer .container { /*margin: 79px auto*/
    margin: 20px auto;
    height: 99px;
}

#newheader .logo {
}

#newheader .labelcontainer .stepsBg {
    width: 1005px;
    height: 99px;
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    border-radius: 5px;
    top: 0;
    z-index: 1;
}

#newheader .postHeaderSteps {
    width: 1005px;
    height: 99px;
    position: absolute;
    border-radius: 5px;
    top: 0;
    z-index: 2;
}

#newheader.herum .labelcontainer .stepsBg {
    width: 830px;
    height: 99px;
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    border-radius: 5px;
    top: 0;
    z-index: 1;
}

#newheader.herum .postHeaderSteps {
    width: 830px;
    height: 99px;
    position: absolute;
    border-radius: 5px;
    top: 0;
    z-index: 2;
}


#newheader .toplinks .links a {
    text-decoration: none;
    color: var(--Bunker);
    font-weight: 500;
    font-size: 14px;
    /*color: var(--white) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 26px;*/
}

#newheader .toplinks .links .minilogo {
    background-position: 41px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-image: url(/images/Postad/Minilogo.svg);
    text-decoration: none;
    margin-right: 25px;
}

#newheader .postHeaderSteps .postAdLogo .logoBg {
    background: url(/cpart/img/header_search_logo_new.png) no-repeat center center;
    width: 274px;
    display: inline-block;
    height: 99px;
}

#newheader .postHeaderSteps .postAdLogo .logoText {
    height: 99px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 94px;
    margin-right: 5px;
}

#newheader .postadphase {
    margin: 22px 0px 22px 29px;
}

    #newheader .postadphase .step {
        width: 70px;
        margin: 0 12px;
    }

        #newheader .postadphase .step .counter {
            width: 39px;
            height: 39px;
            border-radius: 5px;
            color: #7d7d7d;
            background-color: #fff;
            font-size: 24px;
            line-height: 40px;
            display: block;
            margin: 0 auto;
            font-weight: bold;
        }

        #newheader .postadphase .step .text {
        }

        #newheader .postadphase .step.on {
        }

            #newheader .postadphase .step.on .counter {
                background-color: #ffc50a;
                color: #fff;
            }

            #newheader .postadphase .step.on .text {
            }

#newheader .toplinks {
    border-bottom: 1px solid #ededed;
    /* background: #000;*/
    height: 60px;
    background: var(--Almost-White);
}
    #newheader .toplinks .links .homeicon {
        background: none;
        padding-right: 0;
    }

    #newheader .toplinks .container {
        height: 56px;
    }

#newheader .hllinks .container {
    height: auto;
}

#newheader .hllinks {
}

    #newheader .hllinks .links.title {
        color: #1D1D1B !important;
        font-size: 18px;
        line-height: 50px;
        font-weight: 500;
        top: unset;
    }
        #newheader .hllinks .links.title h1 {
            color: #1D1D1B !important;
            font-size: 18px;
            font-weight: 500;
            margin: 0;
        }
#newheader .labelcontainer .middleHeaderSectionBg {
    width: 1005px;
    height: 99px;
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    border-radius: 5px;
    top: 0;
    z-index: 1;
}

#newheader .middleHeaderSection {
    width: 1005px;
    height: 99px;
    float: right;
    position: absolute;
    border-radius: 5px;
    top: 0;
    z-index: 2;
}

#newheader.herum .labelcontainer .middleHeaderSectionBg {
    width: 830px;
    height: 99px;
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    border-radius: 5px;
    top: 0;
    z-index: 1;
}

#newheader.herum .middleHeaderSection {
    width: 830px;
    height: 99px;
    float: right;
    position: absolute;
    border-radius: 5px;
    top: 0;
    z-index: 2;
}

#newheader .middleHeaderSection .mainLogo .logoBg {
    background: url(/cpart/img/header_search_logo_new.png) no-repeat center center;
    width: 264px;
    display: inline-block;
    height: 99px;
}

#newheader.restless .middleHeaderSection .mainLogo .logoBg {
    background: url(/cpart/img/header_search_logo_restless_new.png) no-repeat center center;
}

#newheader.avis .middleHeaderSection .mainLogo .logoText {
    display: none;
}

#newheader .middleHeaderSection .mainLogo .logoText {
    height: 60px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    max-width: 190px;
    margin-top: 36px;
}

    #newheader .middleHeaderSection .mainLogo .logoText span {
        font-size: 24px;
    }

#newheader .mainLogo {
    max-width: 455px;
}

    #newheader .mainLogo.short {
        max-width: 35%;
    }

#newheader .headerText {
    max-width: 70%;
    color: #fff;
    margin: 18px 0 0px 0px;
    overflow: hidden;
    height: 100%;
    margin-right: 40px;
}

    #newheader .headerText .title {
        font-size: 52px;
        line-height: 52px;
        font-family: 'ezer_semibold' !important;
    }

#newheader.herum .headerText .title {
    font-size: 36px;
    line-height: 52px;
    font-family: 'ezer_semibold' !important;
}

#newheader .headerText .separator {
    display: inline-block;
    width: 1px;
    background-color: #fff;
    height: 50px;
    margin: 0 10px 0 18px;
}

#newheader.herum .headerText .separator {
    background-color: transparent;
}

#newheader .headerText .subTitle {
    font-size: 21px;
    line-height: 51px;
}

#newheader.herum .headerText .subTitle {
    font-size: 34px;
}

#newheader.avis .moreBoardsLinks {
    display: none;
}

#newheader .moreBoardsLinks {
    margin: 38px 0 38px 0px;
    width: auto;
    max-width: 600px;
    height: 24px;
    overflow: hidden;
}

    #newheader .moreBoardsLinks a {
        padding: 0 7px;
        color: #fff;
        font-size: 24px !important;
        text-decoration: none;
    }

        #newheader .moreBoardsLinks a:hover {
            text-decoration: underline;
        }

    #newheader .moreBoardsLinks span.sep {
        line-height: 10px;
        float: right;
        color: #6d7072;
        position: relative;
        top: 7px;
        font-size: 21px;
    }

#topNavigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
    border-bottom: 1px solid var(--Iron);
}

    #topNavigation .wrapper {
        flex: 1;
        display: flex;
        justify-content: flex-start;
    }

    #topNavigation .links {
        text-align: right;
        width: 100%;
    }

@media only screen and (max-width : 700px) {
    #topNavigation .links {
        visibility: hidden;
        display: none;
    }
}

#main {
    margin: auto;
}

#topNavigation .links a {
    text-decoration: none;
    color: var(--Bunker);
    font-weight: 500;
    font-size: 14px;
}

#topNavigation .links ul li a {
    text-decoration: none;
    color: var(--Bunker);
    font-weight: 400;
    font-size: 16px;
}


#topNavigation .links a.selected {
    color: #ffc50a;
}

#topNavigation .links a.restless {
    letter-spacing: 0;
    font-size: 16px;
    position: relative;
    top: 1px;
}

#topNavigation .links a.kablan {
    color: #7fb314;
}

#topNavigation .links a:hover {
}

#footer {
    text-align: right;
    direction: rtl;
    background-repeat: no-repeat;
    background-position: left center;
}

#EndFooter {
    direction: rtl;
}

#footer * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#footer .BigCategoryName {
    padding: 40px 0 0 0;
}

#footer

#footer .links {
    width: 650px;
}

#footer .links a {
    color: #141414;
    text-decoration: none;
}

    #footer .links a:hover {
        text-decoration: underline;
    }

#footer .links .otherLinks a {
    min-width: 151px;
    display: inline-block;
    margin-left: 25px;
    line-height: 26px;
    font-size: 20px;
}

#footer .links .followUs a {
    width: 154px;
    display: inline-block;
    margin-left: 5px;
    height: 45px;
    line-height: 43px;
    font-size: 20px;
}

#footer .links .followUs_icons {
    background-image: url(/Cpart/img/footer_followUsIcons_sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 46px;
    height: 45px;
    margin-left: 5px;
}

    #footer .links .followUs_icons.contact_us {
        background-position: -5px -5px;
    }

    #footer .links .followUs_icons.facebook {
        background-position: -5px -60px;
    }

    #footer .links .followUs_icons.private_agent {
        background-position: -61px -5px;
    }

    #footer .links .followUs_icons.publish_ad {
        background-position: -61px -60px;
    }

#footer .rights {
    font-size: 11px;
    color: #76787a;
    padding: 25px 0;
}

    #footer .rights a {
        font-size: 11px;
        color: #76787a;
        text-decoration: underline;
    }

#footer .joinNewsletter {
    width: 360px;
    padding-right: 15px;
    padding-top: 120px;
}

    #footer .joinNewsletter .SubCategory {
        line-height: 23px;
        font-size: 23px;
        padding: 0 0 7px;
        width: 260px;
    }

    #footer .joinNewsletter .formRow {
        width: 100%;
        padding-bottom: 10px;
    }

        #footer .joinNewsletter .formRow .inputWrapper {
        }

        #footer .joinNewsletter .formRow.btnsendWrapper {
            padding: 9px 0 0 25px;
        }

        #footer .joinNewsletter .formRow .inputWrapper.small {
            width: 47%;
            display: inline-block;
            height: 35px;
        }

        #footer .joinNewsletter .formRow .inputWrapper input {
            height: 35px;
            margin-bottom: 10px;
            border: 1px solid #838383;
            width: 340px;
            font-size: 16px;
            padding: 0 10px;
            border-radius: 0px;
            border: 0px;
            background-color: #ffffff;
            border-bottom: solid 2px #f1f1f1;
        }

        #footer .joinNewsletter .formRow .inputWrapper.small input {
            width: 158px;
        }

        #footer .joinNewsletter .formRow .inputWrapper .cb {
            position: relative;
            top: 6px;
        }

    #footer .joinNewsletter .footerForm_btnSend {
        width: 139px;
        height: 35px;
        padding: 7px 20px 11px 20px;
        border-radius: 5px;
        box-shadow: 0px 5px 10px 0 rgba(249, 54, 104, 0.28);
        background-color: #f93668;
        cursor: pointer;
        margin-left: 20px;
    }

#footer .footerHeight {
    height: auto;
}

#footer .links {}

    #footer .links .RealEstateLinksDiv a {}

        #footer .links .RealEstateLinksDiv a:hover {
            text-decoration: underline;
        }

    #footer .links .RealEstateLinksDiv.otherLinks {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

        #footer .links .RealEstateLinksDiv.otherLinks a {
            display: inline-block;
            line-height: 26px;
            font-size: 16px;
            width: 190px;
            height: 23px;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.parsley-error-list {
    display: none !important;
}

.parsley-error {
    border: 1px solid red !important;
}

#MetaFooter {
    margin: 50px;
}

#footer.newVersion {
    box-shadow: 0px 17px 108.4px 30.6px rgb(7 24 38 / 7%);
    background-color: #ffffff;
}

#EndFooter {
    background: var(--space);
}

#footer.newVersion .links {
    width: 100%;
}

#footer.newVersion .joinNewsletter {
    padding: 0;
}

    #footer.newVersion .joinNewsletter .wrapper {
        height: 250px;
        overflow: hidden;
    }

#footer.newVersion .followUs {
    padding: 30px 0 0 0;
}

    #footer.newVersion .followUs a {
        width: 154px;
        display: inline-block;
        margin-left: 5px;
        height: 45px;
        line-height: 43px;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
    }

#EndFooter .followUs a {
    display: inline-block;
    margin-left: 5px;
    height: 45px;
    line-height: 43px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    padding-left: 30px;
}

#footer.newVersion .followUs_icons {
    background-image: url(/Cpart/img/footer_followUsIcons_sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 46px;
    height: 45px;
    margin-left: 5px;
}

#EndFooter .followUs_icons {
    background-image: url(/Cpart/img/footer_followUsIcons_sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 46px;
    height: 45px;
    margin-left: 5px;
}

#footer.newVersion .followUs_icons.contact_us {
    background-position: -5px -5px;
}

#footer.newVersion .followUs_icons.facebook {
    background-position: -5px -60px;
}

#footer.newVersion .followUs_icons.private_agent {
    background-position: -61px -5px;
}

#footer.newVersion .followUs_icons.publish_ad {
    background-position: -61px -60px;
}

#EndFooter .followUs_icons.contact_us {
    background-position: -5px -5px;
}

#EndFooter .followUs_icons.facebook {
    background-position: -5px -60px;
}

#EndFooter .followUs_icons.private_agent {
    background-position: -61px -5px;
}

#EndFooter .followUs_icons.publish_ad {
    background-position: -61px -60px;
}

#footer.newVersion .links .RealEstateLinksDiv.otherLinks {
    border: none;
}

#footer.newVersion .links .otherLinks a {
    line-height: 24px;
    font-size: 16px;
}

#footer.newVersion .rights {}

    #footer.newVersion .rights a {
        color: #fff;
    }

#footer.newVersion .joinNewsletter .formRow.btnsendWrapper {
    padding-left: 0;
}
#footer.newVersion .BigCategoryName {
    padding: 5px 0 0 0;
}
.cb {
    background: url(/Cpart/img/cb_sprite.png) no-repeat 2px 0;
    display: inline-block;
    width: 17px;
    height: 17px;
}
    .cb input[type='checkbox'] {
        display: none;
    }
    .cb.on {
        background-position: -17px 0;
    }

    .cb.black {
        background: url(/Cpart/img/cb_sprite_black.png) no-repeat 2px 0;
    }

        .cb.black.on {
            background-position: -17px 0;
        }

    .cb.orange {
        background: url(/Cpart/img/cb_sprite_orange.png) no-repeat 2px 0;
    }

        .cb.orange.on {
            background-position: -17px 0;
        }

#phoneP {
    margin-top: 20px;
}

#ctl00_RemarketingCodes {
    display: none;
}

.SideBarLinksTitle {
    color: #e8aa00;
    font-size: 24px;
    padding-top: 5px;
}

.SideBarLinks {
    font: 15px Arial !important;
    color: #2a252dab;
    padding: 5px 10px 0 0;
    text-decoration: none;
}

    .SideBarLinks:hover {
        text-decoration: underline;
    }


.SideBarLinksBold {
    font: bold 15px Arial !important;
    color: #2a252dab;
    padding: 5px 10px 0 0;
    text-decoration: none;
}

    .SideBarLinksBold:hover {
        text-decoration: underline;
    }

.sidebarlinkdiv { 
    border-radius: 4px 4px 0 0;
    margin-right: 5px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
}

    .sidebarlinkdiv .ul {
        text-decoration: underline;
    }

    .sidebarlinkdiv p {
        margin: 10px;
    }

    .sidebarlinkdiv hr {
        border: 0;
        height: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

.sidebarOnlyBorder {
    border: 1px solid #ccc;
    padding: 10px;
    margin-right: 5px;
}


.GreenButton {
    border: 0px solid #02de74;
    border-radius: 3px;
    background: #ac1f1f;
    color: #ffffff;
    width: 120px;
    height: 30px;
    cursor: pointer;
    padding-top: 7px;
}

    .GreenButton a {
        color: #ffffff;
        text-decoration: none;
    }

        .GreenButton a:hover {
            text-decoration: underline;
        }

    .GreenButton:hover {
        background: #de1a1a;
    }

/*Start B144 css For Links*/
.LinkBarB144 {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    display: flow-root;
    padding-bottom: 6px;
}

.LinkBarYellowTitle a {
    padding: 6px 12px 6px 8px;
    width: 304px;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #e8aa00;
    text-decoration: none;
}

.LinkBarB144 div {
    width: 135px;
    height: 25px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(195, 194, 194, 0.5);
    border: solid 1px #eeeeee;
    background-color: #ffffff;
    padding: 5px 12px 0 0;
    margin: 5px 12px 0 0;
    float: right;
    cursor: pointer;
}

.LinkBarYellowTitle {
    padding: 6px 12px 6px 8px;
    width: 304px;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #e8aa00;
    text-decoration: none;
    margin-bottom: 10px;
}

.LinkBarB144 a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #16254f;
    text-decoration: none;
}

    .LinkBarB144 a:after {
        width: 12px;
        height: 12px;
        display: inline-block;
        float: left;
        margin: 5px 10px 0 10px;
        content: "";
        background-image: url('/images/arrow.png');
        background-size: 12px 12px;
    }

    .LinkBarB144 a:after {
        width: 12px;
        height: 12px;
        display: inline-block;
        float: left;
        margin: 5px 10px 0 5px;
        content: "";
        background-image: url('/images/arrow.png');
        background-size: 12px 12px;
    }

.LinkBarB144 div:hover a:after {
    width: 12px;
    height: 12px;
    display: inline-block;
    float: left;
    margin: 2px 10px 0 5px;
    content: "";
    background-image: url('/images/arrow.png');
    background-size: 12px 12px;
}
/*End B144 css For Links*/
.simpleHrefUnderLine:hover {}

.simpleHrefUnderLine {
    text-decoration: none;
}

.material-icons {
    display: inline-flex;
    vertical-align: top;
}



/*start TopMenu style*/
.navbar {
    overflow: hidden;
    font-size: 18px;
}

.navbar a {}

.dropdown {
    float: right;
    padding: 4px 1% 0 1%;
}

.navbar .selected {
    background-color: var(--supernova-positive) !important;
    border-radius: 4px;
    text-align: center;
    padding: 8px 12px;
}

.dropdown .dropbtn {
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font-family: inherit;
    margin: 10px 0 10px 0;
    padding: 6px 6px;
}

.dropbtn:hover {
    background-color: var(--smoke) !important;
    border-radius: 4px;
    text-align: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0px 8px 18px -6px #18274B1F;
}

    .dropdown-content ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        list-style-type: none;
        margin: 10px 0 10px 30px;
        min-width: 500px;
    }

        .dropdown-content ul li {
            padding: 10px 25px 0px 25px !important;
            height: 35px;
            position: relative; 
            min-width: 180px;
        }
            .dropdown-content ul li:hover {
                background-color: var(--alice-blue);
                border-radius: 4px;
            }
                /* Adding the image on hover using ::before */
                .dropdown-content ul li:hover::before {}

            .dropdown-content ul li a {
                color: black;
            }

                .dropdown-content ul li a:hover {
                    background-color: unset;
                    font-weight: 600;
                }

.dropdown:hover .dropdown-content {
    display: block;
}
/*end TopMenu style*/
/*start TopMenu style*/

.subDropdown .material-icons {
    display: inline-flex;
    vertical-align: middle;
}

.subDropdown .material-icons-outlined {
    display: inline-flex;
    vertical-align: middle;
}

.subDropdown {
    overflow: hidden;
    padding-top: 20px;
}

    .subDropdown .dropbtn {
        border: none;
        outline: none;
        color: white;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        padding: 1px 6px;
    }

    .subDropdown:hover {}

.subDropdown-content {
    display: none;
    position: fixed;
    top: 125px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    min-width: 160px;
    z-index: 99999;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0px 8px 18px -6px #18274B1F;
    width: 100%;
    max-width: 1150px;
}

    .subDropdown-content ul {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
        list-style-type: none;
        margin: 10px 0 20px 30px;
        min-width: 500px;
    }

        .subDropdown-content ul li {
            padding: 10px 5px 0px 5px !important;
            height: 30px;
            text-align: right;
        }

            .subDropdown-content ul li:hover {
                border-radius: 4px;
            }

            .subDropdown-content ul li a {
                color: black;
            }

                .subDropdown-content ul li a:hover {
                    background-color: var(--smoke);
                }

.subDropdown:hover .subDropdown-content {
    float: right;
    display: block;
    position: fixed;
}
/*end TopMenu style*/

.iframeImages {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
}

.main_width_padding_R {
    padding: 25px 25px 0 0;
    width: 66%;
}

@media only screen and (max-width: 1380px) and (min-width: 700px) {
    #EndFooter .L {
        /* width: 55%;*/
    }

    .main_width_padding_R {
        padding: 25px 25px 0 0;
        width: 52%;
    }
}

@media only screen and (max-width : 700px) {
    #EndFooter {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.599795937538147px;
        margin: auto;
        /* width: 90%;*/
        padding: 80px 50px 80px 50px;
        text-align: right;
    }

    .PostAdLogo img {
        width: 142px;
        text-align: center;
        margin: 15px auto 0 auto;
    }

    .hlsublinks .links {
        position: relative;
        right: 0px;
        text-align: right;
    }

    #newheader .hlsublinks {
        position: relative;
        box-shadow: 0 0 2px 0 rgba(0,0,0,.14), 0 2px 2px 0 rgba(0,0,0,.12), 0 1px 3px 0 rgba(0,0,0,.2);
        color: #ffffff;
        background-color: #fff;
    }

    #footer.newVersion {
        display: none;
    }

    #topNavigation .publishButton {
        text-decoration: none;
        font-size: 20px;
        border-radius: 5px;
        background: #7cb600;
        color: #ffffff;
        width: 47px;
        height: 40px;
        margin-top: 13px;
        padding-top: 4px;
    }

    .desktoponly {
        display: none;
    }
}

@media only screen and (min-width : 702px) {
    #EndFooter {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.599795937538147px;
        margin: auto;
        padding: 80px 100px 50px 100px;
        text-align: right;
    }

    #newheader .hllinks .inlineborder {
        background-color: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .PostAdLogo img {
        width: 142px;
        position: absolute;
        top: 17px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    #newheader .hlsublinks {
        height: 55px;
        position: relative;
        border-bottom: 1px solid var(--Iron);
        color: #ffffff;
        background-color: #fff;
    }

    #topNavigation .publishButton {
        text-decoration: none;
        font-size: 16px;
        border-radius: 5px;
        background: #34A039;
        color: #ffffff;
        width: 145px;
        height: 35px;
        margin: 0 0 0 15px;
        text-align: center;
        padding-top: 5px;
        line-height: 29px;
        font-weight: 500;
    }

        #topNavigation .publishButton:hover {
            background: #55C05A;
        }

    .mobileonly {
        display: none !important;
    }
}

.glbl_header a {
    color: #222222;
    text-decoration: none;
    word-wrap: break-word;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 64px;
    font-size: 14px;
    border: transparent 1px solid;
    min-width: 11%;
    text-align: center;
    box-shadow: 0px 2px 4px 0px #0000000D;
}

@media only screen and (max-width : 1380px) {
    .ThirdLevelLocation {
        float: right;
        position: absolute;
    }

    .newbox .box_container {
        padding: 40px 10px 40px 10px;
        width: 90%;
        margin: auto;
    }
    .CollageAdDisplay4on1isFrame {
        width: 170px;
        object-fit: cover;
        height: 145px;
        float: right;
        margin: 0 10px 10px 0;
    }

    .CollageAdDisplay4on1 {
        width: 192px;
        object-fit: cover;
        height: 216px;
        float: right;
        margin: 0 10px 10px 0;
        border-radius: 6px;
    }

    .CollageAdDisplay2on2 {
        float: right;
        width: 36%;
    }
}

.CollageAdDisplay3on1isFrame {
    width: 98%;
    object-fit: cover;
    height: 300px;
    border-radius: 0 0 0 0;
    float: right;
    margin: 0 10px 10px 0;
}

.CollageAdDisplay3on1 {
    width: 98%;
    object-fit: cover;
    height: 394px;
    border-radius: 6px;
    float: left;
    margin: 0 10px 10px 0;
}

.hlsublinks .links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.CollageAdDisplay {
    float: right;
    width: 61.5%;
}

@media only screen and (min-width : 1382px) {
    #EndFooter {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.599795937538147px;
        margin: auto;
        padding: 80px 100px 50px 100px;
        text-align: right;
    }

    .ThirdLevelLocation {
    }

    .newbox .box_container {
        padding: 40px;
        width: 80%;
        margin: auto;
    }

    .CollageAdDisplay4on1isFrame {
        width: 225px;
        object-fit: cover;
        height: 145px;
        float: right;
        margin: 0 10px 10px 0;
    }

    .CollageAdDisplay4on1 {
        width: 220px;
        object-fit: cover;
        height: 216px;
        float: right;
        margin: 0px 15px 10px 0;
        border-radius: 6px;
    }

    .CollageAdDisplay2on2 {
        float: right;
        width: 35%;
    }
}
#EndFooter .yellowline {
    width: 100%;
    height: 1px;
    background-color: var(--supernova);
    margin-bottom: 30px;
}

#EndFooter .logoImg {
    display: table;
    width: 100%;
    padding-bottom: 30px;
}

    #EndFooter .logoImg a {
        text-decoration: none;
    }

        #EndFooter .logoImg a span {
            color: var(--Almost-White);
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            letter-spacing: -0.6px;
            padding-right: 5px;
        }

    #EndFooter .logoImg .FooterLogo {
        width: 142px;
    }

#EndFooter .Footericon {
    width: 32px;
    margin-right: 20px;
    vertical-align: middle;
}

.Almost-White {
    color: var(--Almost-White);
}

.Bigicon {
    text-align: center;
}

    .Bigicon img {
        width: 142px;
        height: 100px;
    }

    .Bigicon div {
        color: var(--space, #262A2E);
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 33px;
    }

.BigiconsubTitle {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.30000001192092896px;
    text-align: center;
    padding: 30px 0 30px 0;
}

.BigiconsubTitleweight {
    font-weight: 500;
}

.Bigicon .BigiconText {
    color: var(--medium-grey);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    margin: 10px 0 35px 0;
}

.Bigicon .BigiconTitle {
    margin: 15px 0 5px 0;
}

.containerIconInCircle {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .containerIconInCircle .IconInCircle {
        border-radius: 50%;
        background: rgba(255, 255, 255, 1);
        margin: 0 25px;
        width: 88px;
        height: 88px;
        box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12);
        text-align: center;
        border: 1.5px solid var(--light-grey);
    }
        .containerIconInCircle .IconInCircle:hover {
            box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12);
            border: 1.5px solid var(--violet);
            transition: border 0.3s ease; /* Transition for smooth effect */
        }
        .containerIconInCircle .IconInCircle p {
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: -0.599795937538147px;
            text-align: center;
            color: var(--Almost-black );
        }
        .containerIconInCircle .IconInCircle a, .containerIconInCircle a {
            text-decoration: none;
        }
        .containerIconInCircle .IconInCircle img {
            margin: 27px 20px 20px 20px;
            width: 34px;
            height: 34px;
        }
.IconInCircle img::after {
    content: "";
    display: table;
    clear: both;
}

input[type="tel"] {
    text-align: right;
}

.More-relevant-searches-icon {
    margin-left: 15px;
}


/* FilePond */
.filepond-container {
    margin-top: 40px;
    .filepond--root {
      margin-inline: auto;
      margin-bottom: 0;
      background-color: #fbfbfb;
      border: 1px dashed var(--violet, #ff4382)!important;
      border-radius: 10px;

  
      @media (max-width: 1080px) {
        width: calc(100% - 32px);
      }
  
      .filepond--panel {
        .filepond--panel-root {
          background-color: transparent;
          &:after,
          &:before {
            background-color: transparent;
          }
        }
      }
  
      .filepond--drop-label {
        height: 140px;
        cursor: pointer;
        label {
          cursor: pointer;
          .filepond--label-action {
          }
        }
        .imageUpload {
          margin-bottom: 20px;
        }
      }
    }
  
    .filepond--list {
      transform-origin: top right;
    }
  
    .filepond--item {
      width: calc(50% - 0.5em);
      
      @media (min-width: 960px) {
        width: calc(25% - 0.5em);
      }
  
      .filepond--file-poster-wrapper {
  
      }
    }
  
    /* Main image styling - first image gets special styling */
    .filepond--item.main-image {
      outline: 3px solid var(--violet, #ff4382) !important;
      border-radius: 7px;
      position: relative;
      background-color: var(--violet, #ff4382);
    }
  
    .filepond--item.main-image::before {
      content: "תמונה ראשית";
      position: absolute;
      top: -12px;
      right: 5px;
      background: var(--violet, #ff4382);
      color: white;
      padding: 1px 8px;
      border-radius: 4px;
      font-size: 13px;
      z-index: 1000;
    }
  
    .filepond--panel-bottom.filepond--item-panel {
      /* margin-top: -10px; */
    }
}


/* Uppy */
.uppy-uploader {
    margin-top: 40px;

    @media (max-width: 960px) {
        padding: 16px;
    }

    .uppy-Dashboard {
    
        .uppy-Dashboard-inner {
            width: 100%!important;
            background-color: rgba(255, 67, 130, 0.05);
            border: 1px solid var(--light-grey, #A0A0A0);
            overflow: hidden;

            @media (max-width: 960px) {
                height: 320px!important;
            }

            .uppy-Dashboard-innerWrap {
                width: 100%;
            }

            .uppy-DashboardContent-bar {
                order: 4;
                border-top: 1px solid #eaeaea;
                border-bottom: 0;
                bottom: 0;
            }
            
            .uppy-Dashboard-AddFiles {
                border: 1px dashed var(--violet, #ff4382);

                &::before {
                    content: url('/Images/Postad/imageUpload.png');
                    display: block;
                    margin-top: 20px;
                    margin-bottom: 10px;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }

                .uppy-Dashboard-AddFiles-list {
                    flex: none;
                }
            }

            .uppy-Dashboard-browse {
                color: var(--violet, #ff4382);
                text-decoration: underline;
                &::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                }
            }

            .uppy-DashboardContent-addMore {
                color: var(--violet, #ff4382);
                width: auto;
                margin-inline-end: -10px;
                &:hover,
                &:focus {
                    background-color: var(--Iron, #D4D7D9);
                }

                .uppy-c-icon {
                    width: 12px;
                    height: 12px;
                    vertical-align: middle;
                    .uppy-size--md & {
                        width: 14px;
                        height: 14px;
                    }
                }

                .uppy-DashboardContent-addMoreCaption {
                    display: unset;
                    font-size: 12px;
                    .uppy-size--md & {
                        font-size: 14px;
                    }
                }
            }

            .uppy-DashboardContent-back,
            .uppy-DashboardContent-save {
                color: var(--violet, #ff4382);
                &:hover,
                &:focus {
                    background-color: var(--Iron, #D4D7D9);
                }
            }
            

            .uppy-Dashboard-files {
                .uppy-Dashboard-filesInner {
                    .uppy-Dashboard-Item {
                        display: block;
                        border-radius: 6px;
                        border: 1px solid var(--violet, #ff4382);
                        background-color: #FBFBFB;
                        box-shadow: 0 2px 8px 0 #00000020;
                        height: 100%;
                        margin: 4px 4px;
                        padding: 8px;
                        width: calc(50% - 8px);
                        float: right;
                        
                        .uppy-size--lg:not(.uppy-Dashboard--singleFile) & {
                            height: 166px;
                            padding: 8px;
                            margin: 4px 8px;
                            width: calc(25% - 16px);
                        }
                        
                        .uppy-Dashboard-Item-preview {
                            width: 100%;
                            height: 120px;


                            .uppy-size--md:not(.uppy-Dashboard--singleFile) & {
                                height: 120px;
                                width: 100%;
                            }

                            .uppy-size--lg:not(.uppy-Dashboard--singleFile) & {
                                height: 120px;                    
                            }

                            .uppy-Dashboard--singleFile & {
                                flex-grow: 1;
                                max-height: calc(100% - 40px);
                                height: 100%;
                                width: 100%!important;
                            }

                            .uppy-Dashboard-Item-previewInnerWrap {
                                border-radius: 0;
                                box-shadow: none;
                                
                                .uppy-Dashboard-Item-previewImg {
                                    border: 1px solid var(--light-grey, #A0A0A0);
                                    border-radius: 4px;
                                    width: 100%;
                                }
                            }
                        }

                        .uppy-Dashboard-Item-fileInfoAndButtons {
                            padding: 9px 0 0;
                            .uppy-Dashboard-Item-fileName {
                                display: none;

                                .uppy-Dashboard-Item-name {
                                    text-align: start;
                                }
                            }

                            .uppy-Dashboard-Item-statusSize {
                                display: none;
                            }

                            .uppy-Dashboard-Item-status {
                                text-align: start;
                                font-size: 14px;
                                color: var(--Almost-black, #222);
                            }

                            .uppy-Dashboard-Item-action--edit {
                                width: 18px;
                                height: 18px;
                                padding: 0;
                                .uppy-c-icon {
                                    width: 18px;
                                    height: 18px;
                                }
                            }

                            .uppy-Dashboard-Item-action--remove {
                                width: 18px;
                                height: 18px;
                                padding: 0;
                                margin-inline-start: 10px;
                                .uppy-c-icon {
                                    width: 18px;
                                    height: 18px;
                                    fill: var(--Red, #EF5350);
                                }
                                .uppy-size--md & {
                                    position: static;
                                }
                            }
                        }


                    }
                }
            }
            
            .uppy-DashboardContent-panelBody {
                position: relative;

                .cropper-container {
                   height: 280px;
                }

                .uppy-ImageCropper-image {
                    max-height: 280px;
                }
            }
        }
    }
}