a {
    text-decoration: none;
    cursor: pointer; }

.hide {
    display: none; }

.show {
    display: block; }

.form-error {
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    position: absolute;
    bottom: -13px;
    right: 4px;
    color: red; }

.form-line {
    position: relative; }

input {
    width: 100%; }

.selectric-styler.error .selectric, input[type="email"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="url"].error, textarea.error {
    border: 1px solid red; }

.arrow-right {
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 13px;
    color: #ff7d19;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.arrow-left {
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 13px;
    color: #ff7d19;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

*::-webkit-input-placeholder {
    color: black; }

*:-moz-placeholder {
    color: black; }

*::-moz-placeholder {
    color: black; }

*:-ms-input-placeholder {
    color: black; }

[dir='rtl'] .slick-slide {
    float: right; }

div.clear:after {
    content: "";
    display: table;
    clear: both; }

section.about .about-legend img {
    width: 100%;
    display: block;
}

section.about ul.crumbs {
    font-size: 0.8125em;
    margin: 0;
    padding: 20px 0;
    padding-bottom: 0;
    /*border-bottom: 1px solid #d9d9d9; */

}
section.about ul.crumbs li {
    display: inline; }
section.about ul.crumbs li.active {
    color: #ff7d19;
    margin-right: 5px; }

section.about ul.crumbs li.active a {
    color: #ff7d19;
}

section.about .title {
    font-size: 19px;
    color: #ff7d19;
    font-weight: 400;
    /*margin-top: 0;*/
}

section.about p {
    font-size: 17px; }

@media (min-width: 768px) and (max-width: 1024px) {
    section.about .title {
        font-size: 23px; } }

@media (min-width: 1025px) {
    section.about .title {
        font-size: 25px; } }

.footer-top-section {
    display: none; }
@media (min-width: 768px) {
    .footer-top-section {
        display: block; } }

section.bars {
    position: relative; }

@media (min-width: 1025px) {
    section.about .part1 {
        width: 48.27586%;
        float: left;
        margin-right: 3.44828%;
    }

    /*********************Ofir-Change**********************************/
    section.about .part1.full_width {
        width: 100%;
    }
    /*********************Ofir-Change-End******************************/
    section.about .part2 {
        width: 31.03448%;
        float: right;
        margin-right: 3.44828%; }
    section.about .about-content {
        padding: 20px 0;
        background: url("/_media/images/new_front/wheel-chair-bg.png") no-repeat 100px;
    }

    section.about .content {
        padding: 20px 0;
    }
}

section.about {
        margin-bottom: 30px;
}
