.btn, .input-effect {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn:before, .input-effect:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


header .menu-header {
    float: left;
}

header .extra-contact {
    float: right;
    padding-top: 31px;
}

header .top-row .top-links {
    float: right;
}

header .top-row .top-links .link.language-switch .select-pop img:last-child {
    margin: 0;
}

header .top-row .top-links .link.language-switch .select-pop img:first-child {
    margin-left: 10px;
}

.phoneEn {
    font-size: 36px;
    font-weight: 800;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 10px;
}

#welcome .welcome-text p {
    padding-right: 0;
    padding-left: 50px;
}


#welcome .welcome-text p:before {
    right: auto;
    left: 15px;
}

.btn.btn-text-next:after {
    background-image: url('assets/images/arrow_right.png');
    background-position: calc(100% - 10px) center;
}


.btn.btn-text-next {
    padding-left: 20px;
    padding-right: 30px;
}

#about {
    border-top: 10px solid #fff;
}

.about-adv {
    overflow: hidden;
    padding-top: 20px;
}

.boss-image {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    float: left;
    margin-top: 13px;
    margin-right: 20px;
}

.boss-image  img {
    width: 100%;

}

.boss-content {
    float: left;
    width: calc(100% - 150px);
    background: url(assets/images/quotes.png) no-repeat -6px 0px;
    padding-top: 19px;
    padding-left: 20px;
}

.boss-content blockquote {
    color: #33a5e2;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.boss-content  img {
    margin-right: 15px;
}

.boss-content span {
    font-size: 17px;
    font-weight: bold;
}
#section_b {
    padding-top: 45px;
    padding-bottom: 15px;
    margin-top: 20px;
    border-top: 5px solid #f8f8f8;
    border-bottom: 5px solid #f8f8f8;
}


.section .inside {
    border: 0;
    padding-bottom: 25px;
}

#section_c {
    padding: 60px 0;
}

.section .icons-text p {
    background: url(assets/images/check_dark_blue.png) no-repeat center left;
    background-size: 23px;
    padding: 15px 0px 15px 32px;
}

#products .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#products .container-fluid .row {

}

#products  .col-md-6:nth-child(odd) {
    padding-left: 0;
    padding-right: 8px;
}

#products  .col-md-6:nth-child(even) {
    padding-right: 0;
    padding-left: 8px;
}

#products  .col-md-6 .inside {
    padding: 45px;
    overflow: auto;
}

#products  .col-md-6:nth-child(odd) .inside {
    padding-left: 10%;
}

#products  .col-md-6:nth-child(even) .inside {
    padding-right: 10%;
}

#products .text ul {
    padding-left: 17px;
}

#products .text ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 5px;
}
#products .text ul li:before {
    color: #33a5e2;
    content: "•";
    left: -34px;
    position: absolute;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
    width: 26px;
    top: -4px;
}

#products h4 {
    margin-top: 0;
    color: #014177;
    font-size: 30px;
    font-family: 'OpenSansHebrew';
    font-weight: bold;
}

#products .text strong {
    font-family: 'almoni', 'OpenSansHebrew', sans-serif;
    color: #014177;
    font-size: 22px;
}

#contact-about {
    width: 100%;
    right: 0;
    padding-top: 130px;
    padding-bottom: 130px;
}

#contact-about h3 {
    font-family: 'almoni', 'OpenSansHebrew', sans-serif;
    font-weight: 200 !important;
    font-size: 50px;
    margin-bottom: 0 !important;
}

#contact-about h3 + p {
    color: #fff;
    font-family: 'almoni', 'OpenSansHebrew', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}

#contact-about .form-control {
    text-align: left;
    direction: ltr;
}