
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
body {
    text-align: right;
    direction: rtl;
    font-family: 'Open Sans Hebrew', sans-serif;
    /*font-family: 'Alef', sans-serif;*/
    margin-top: -20px;
    color: #000;
    padding: 0 15px;
}
#main {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
*::-webkit-input-placeholder {
    color: black;
    opacity:1;

}
*:-moz-placeholder {
    /* FF 4-18 */
    color: black;
    opacity:1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: black;
    opacity:1;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: black;
    opacity:1;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;

}
@media (min-width: 768px) {
    .img-responsive {
        width:auto;
    }
}

.box-bg{
    margin: 0 auto;
    width: 100%;
    padding: 20px 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fae1ca+0,fdf4eb+32,fffefe+50,fdf4eb+70,fae1ca+100 */
    background: rgb(250,225,202); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(250,225,202,1) 0%, rgba(253,244,235,1) 32%, rgba(255,254,254,1) 50%, rgba(253,244,235,1) 70%, rgba(250,225,202,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(250,225,202,1) 0%,rgba(253,244,235,1) 32%,rgba(255,254,254,1) 50%,rgba(253,244,235,1) 70%,rgba(250,225,202,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(250,225,202,1) 0%,rgba(253,244,235,1) 32%,rgba(255,254,254,1) 50%,rgba(253,244,235,1) 70%,rgba(250,225,202,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae1ca', endColorstr='#fae1ca',GradientType=1 ); /* IE6-9 */
    border-radius: 10px;
    border: 2px solid #c14a53;
    display: inline-block;
}
.box-massage {
    position: relative;
    width: 100%;
    display: block;
    height: 155px;
}

.box-massage button.btn.btn-default {
    float: left;
    height: 24px;
    line-height: 10px;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #fff;
    color: #fff;
}
.box-massage  input[type="text"],
.box-massage input[type="email"],
.box-massage input[type="tel"]{
    height: 30px;
    background: #Fff;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
    border-radius: 10px;
    border: 1px solid #e57c21;
}
.form-group {
    margin-bottom: 9px;
}

input#Submit,
input#Submit2,
input#Submit3,
input#Submit4,
input#Submit5,
input#Submit6
{
    width: 240px;
    height: 37px;
    display: inline-block;
}

.but-gay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7c7c7c+-1,7c7c7c+0,7c7c7c+0,7c7c7c+20,3b3b3b+38,0f0f0f+100 */
    background: rgb(124, 124, 124); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(124, 124, 124, 1) -1%, rgba(124, 124, 124, 1) 0%, rgba(124, 124, 124, 1) 0%, rgba(124, 124, 124, 1) 20%, rgba(59, 59, 59, 1) 38%, rgba(15, 15, 15, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(124, 124, 124, 1) -1%, rgba(124, 124, 124, 1) 0%, rgba(124, 124, 124, 1) 0%, rgba(124, 124, 124, 1) 20%, rgba(59, 59, 59, 1) 38%, rgba(15, 15, 15, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(124, 124, 124, 1) -1%, rgba(124, 124, 124, 1) 0%, rgba(124, 124, 124, 1) 0%, rgba(124, 124, 124, 1) 20%, rgba(59, 59, 59, 1) 38%, rgba(15, 15, 15, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7c7c', endColorstr='#0f0f0f', GradientType=0); /* IE6-9 */
}

img.top-img.img-responsive.img-center {
    margin-top: -26px;
}
a.link-to {
    color: #a51d21;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 16px;
    margin-top: -22px;
    font-weight: bold;
    font-family: 'Alef', sans-serif
}
a.link-to:hover{
    color:#2366D1;
}
.box-massage form p{
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 20px 0 6px 0;
    text-align: center;
}

.box-massage form p {
    font-size: 16px;
    margin: 0px 0 10px 0;

}
@media (min-width: 768px) {
    .box-massage form p  {
        margin: 18px 0 10px 0;
    }
}

.box-massage form p span{
    font-size: 13px;
    font-family: 'Open Sans Hebrew', sans-serif;
    padding: 0 5px;
    direction: rtl;
    display: inline-block;
}

.box-massage .checkbox input[type="checkbox"]{
    margin-right: -20px;
}
.form-group{
    position: relative;
    display: block;
}

.checkbox label, .radio label {
    padding-right: 18px;
    padding-left: 0;
    font-size: 12px;
}
img.push-13 {
    margin-bottom: 13px;
}
img.push-top{
    margin: 27px 0;
}
.box-massage img{
    display: inline-block
}

.img-center {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.main.img-center {
    display: block;

}

footer {
    margin: 50px 0;
}
.box{

}
.left{
    float: left;
}
.right{
    float: right;
}
.center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.red{
    color:#a51d21;
}
.black{
    color:#000;
}

.bak{
    background:#663090 ;
}

.relative{
    position: relative;
}

.no-mobile{
    display: none;
}

.h_iframe iframe {
    height: 300px;
}
.h_iframe2 iframe {
    height: 300px;
}
h2 {
    font-size: 23px;
    color: #a51d1f;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

h3 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 0;
    color: #161616;
}
.head-top h4 {
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 30px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .head-top h4 {
        font-size: 30px
    }
}

.head-top h3 {
    font-size: 24px;
}
.head-top h1 {

    font-size: 41px;
    text-align: center;
    font-weight: 900;
    color: #f06724;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.2em;
}

 ul{
    font-size: 18px;
     padding-right: 0px;
     list-style-type: none !important;

 }
 li{
     font-size: 16px;
}
@media (min-width: 768px) {
    .head-top h3 {
        font-size: 38px;
    }
    .head-top h1{
        font-size: 65px;
        margin-bottom: 91px;
    }


}


li:before{
    content: " ";
    color: blue;
    font-size: 26px;
    display: inline-block;
    background: #1b3663;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    vertical-align: middle;
}
.main .video h2{
    font-size: 25px;
}
.main .video p{
    font-size: 22px;
}
.line-grad{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec9c59+0,fffefe+48,ec9b57+100 */
    background: rgb(236,156,89); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(236,156,89,1) 0%, rgba(255,254,254,1) 48%, rgba(236,155,87,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(236,156,89,1) 0%,rgba(255,254,254,1) 48%,rgba(236,155,87,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(236,156,89,1) 0%,rgba(255,254,254,1) 48%,rgba(236,155,87,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec9c59', endColorstr='#ec9b57',GradientType=1 ); /* IE6-9 */
   height: 14px;
    margin: 25px 0;
}


.main .col-md-12.center h2{
    font-size: 53px;
    text-align: center;
    margin-bottom: 50px;
    color: #F06724;
    font-weight: 900;
    font-family: inherit;
}
.main .col-md-12.center p.center {
    font-size: 23px;
    margin-top: 27px;
}


@media (min-width: 768px) {
    h3 {
        font-size: 32px;
    }
}

.main .column-2 h2 span {
    font-size: 19px;
    font-weight: bold;
    font-family: 'Alef', sans-serif;
    color: #a51d21;
    padding-left: 5px;
}

.main .column-2 h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 0;
    font-family: 'Alef', sans-serif;
}
.main .column-2 h3 {
    text-align: right;
    font-size: 19px;
    margin-bottom: 0;
    color: #000;
    font-family: 'Alef', sans-serif;
}
img.logo.right.relative.img-responsive{
    float: right;
    display: inline-block;
    position: absolute;
    top: 17px;
    right: -12px;
}
span.plus {
    font-size: 36px !important;
    margin-bottom: 0;
    font-family: serif;
    position: absolute;
    top: 54px;
    right: -11px;
}

.column-1 {
    display: block;
    float: left;
    height: 94px;
    width: 30%;
}

.column-2 {
    display: block;
    height: 94px;
    margin-bottom: 30px;
   width: 70%;
    padding-left: 26px;
    margin-right: 0;
}

.column-2 h3{
    font-size: 20px;
    font-weight: bold;
    margin-top: 0
}
.main .column-2 h3 span {
    background: #a51d21;
    color: #fff;
    padding: 0 5px;
    margin-left: 7px;
    font-size: 19px;
}
.block img.img-responsive {
    display: inline-block;
    margin-right: 5px;
    height: 75px;
}
.block .box {
    display: inline-block;
    width: 69px;
    height: 140px;
    margin: 0 auto;
    vertical-align: top;
}


.team img{
    margin: 0 auto;
    padding-bottom: 11px;
}

.team h2 {
    font-size: 18px;
    margin-top: 0;
    color: #000;
    margin-bottom: 5px;
    text-align: center;
}
.team span{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    color: #000;
    display: block;
    margin-bottom: 20px;
}
p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.4em;
    font-family: 'Open Sans Hebrew', sans-serif;
}
p.bold {
    font-weight: bold;
}

span.number {
    display: none;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.main h1 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
    display: block;
    margin: 4px auto;
    width: 100%;
    line-height: 1.2em;
    background: #fe0000;
}
@media (min-width: 768px) {
    .main h1 {
        font-size: 47px;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    span.number{
        text-align: left
    }
}

.center {
    text-align: center;
}

.main .phone {
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
.main .phone h2{
    font-size: 30px;
    color: #000;
}
.main .phone span{
    font-size: 46px;
    color: #f06724;
    font-weight: 900;
}
@media (min-width: 768px) {
    .main .phone span {
        font-size: 100px;
    }
}

.main span.center {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #18202d;
    margin-bottom: 4px;
}
@media (min-width: 768px) {

}

span.red.font-30 {
    font-size: 29px;
    color: #891a1c;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 16px;
}
.main h2 {
    font-size: 23px;
    color: #000;
    font-weight: bold;
    text-align: right;
    margin-bottom: 5px;
    margin-top: 0;
}
.main h3 {
    text-align: right;
    font-size: 20px;
    color: #18202d;
    margin-bottom: 4px;
}
.box-massage.img-center {
    margin: 20px 0;
}

.main h3.center-bold {
    text-align: center;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 4px;
}

.main h3.center {
text-align: center;
}

.main h4 {
    font-size: 22px;
    font-weight: bold;
    color: #323232;
    text-align: center;
    line-height: 1.2em;
}
@media (min-width: 768px) {
    .main h4{
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .main h4{
        font-size: 28px;
    }
}


ul.second {
    margin-top: 0;
    margin-bottom: 10px;
    font-size:20px;
    padding-right: 0;
    list-style-type: none;
    font-family: 'Alef', sans-serif;
    line-height: 1.2em;
}
@media (min-width: 768px) {
    ul.second {
        font-size: 24px;
        padding-right: 77px;
    }
}

ul.second li {

}
ul.second li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    background-color: #a51d21;
    vertical-align: middle;
    border-radius: 50%;
}
.block span {
    font-size: 12px;
    color: #F41111;
    text-align: center;
    display: block;
    width: 73px;
}
.block {
    display: inline-block;
}




img.mobile.img-responsive.img-center {
    height: 230px;
}
.form-group.block {
    display: block;
}
.box-gray {
    padding: 35px 0;
    margin-bottom: 26px;
    border: 11px solid #EBEBEB;
}


@media (min-width: 768px) {
    a.link-kenes{
        font-size: 20px;
    }

}
input#Submit ,input#Submit2{
    width: 100%;
    background: #E57C21;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    height: 30px;
}

img.logo.push-bottom.img-responsive.img-center {
    margin-top: -22px;
}
div#section-4 {
    margin-top: 30px;
}
img.img-center.img-responsive {
    margin-bottom: 20px;
}
/*--------------------------------------------------------------min-width: 768px--------------------------------------------------------*/
@media (min-width: 768px){

    a.link-kenes{
    padding: 17px 10px;
    width: 295px;
     }
    img.logo.push-bottom.img-responsive.img-center {
        margin-top: -100px;
    }


    input#Submit{
        width: 245px;
    }
    .box-massage.img-center {
        margin:0;

    }
    .main span.center,.main h3{
        font-size: 40px;
        margin-bottom: 20px;
        font-weight: 900;
        color: #f06724;
        text-align: center;
    }
    .main h1{
        font-size: 32px;

        color: #fff;
        width: 579px;
        display: block;
        margin: 0 auto;
        background: url("http://www.nativbm.co.il/lp/img/titleb.png ") no-repeat;
    }
    /*span.trian {*/
        /*width: 20px;*/
        /*background: #222;*/
        /*height: 20px;*/
        /*display: inline-block;*/
    /*}*/

    /*span.trian1:before{*/
        /*content: "";*/
        /*width: 0;*/
        /*height: 0;*/
        /*border-top: 10px solid transparent;*/
        /*border-bottom: 10px solid transparent;*/
        /*border-left: 10px solid #fe0000;*/
    
    /*}*/
    /*span.trian2:after{*/
        /*content: " ";*/
        /*width: 0;*/
        /*height: 0;*/
        /*border-top: 10px solid transparent;*/
        /*border-bottom: 10px solid transparent;*/
        /*border-right:10px solid #fe0000;*/
    /*}*/


    .box-massage form p {
        font-size: 25px;
        margin: 10px 0 10px 0;
    }


    .box-massage form p span{
        font-size: 16px;
        font-family: 'Open Sans Hebrew', sans-serif;
        padding: 0 5px;

    }

    .main .column-2 h3 span{
        font-size: 20px;
        margin-top: 2px;
        display: inline-block;
    }
    .main .column-2 h3{
        font-size: 24px;
    }


    .main .column-2 h2 {
        font-size: 33px
    }
    .main .column-2 h2 span {
        font-size: 33px;
    }

    .column-1 {
        display: block;
        float: left;
        height: 94px;
        width: 18%;
    }
    .column-2 {
        display: block;
        height: 94px;
        margin-bottom: 30px;
        width: 77%;
        padding-left: 26px;
        margin-right: 44px;
    }

    h2 {
        font-size: 32px;
    }

    span.plus {
        position: absolute;
        top: 48px;
        left: 90%;

    }

    a.link-to{
        font-size: 23px;
        margin-top: -47px;
        display: block;
        height: 40px;
    }

    #main-div{
        width: 100%;
    }
    body{

    }
    img.mobile.img-responsive.img-center {
        display: none;
    }
    .box-bg{

    }
    .form-group{
        display: block;
        width: 90%;
        margin-bottom: 9px;
        float: right;
        margin-left: 10px;

    }
    .box-massage input[type="text"],
    .box-massage input[type="email"],
    .box-massage input[type="tel"] {
        height: 50px;
        font-size: 20px;
        width: 100%;
        border-radius: 10px;
        border: 4px solid #e57c21;
        margin-bottom: 21px;
    }


    .form-group.block {
        display: block;
        position: absolute;
        /* right: 36px; */
        width: 44%;
    }

    .no-mobile{
        display: block;
    }
    .h_iframe iframe{
        height: 600px;
    }
    .h_iframe2 iframe {
        height: 234px;
    }
    .block .box {
        width: 98px;
    }
    input#Submit ,input#Submit2{
        width: 100%;
        height: 50px;
        font-size: 25px;
    }
    li {
        font-size: 21px;
    }
    p {
        font-size: 21px;
    }
    div#section-2 {
        margin-bottom: 40px;
    }


}



/*--------------------------------------------------------------min-width: 992px-----------------------------------------------------*/
@media (min-width: 992px){
    .main.img-center {
        margin: 0 55px;
    }
    .box-massage img {
        display: block;
        float: right;
    }

    .form-group{
        width: 48%;
    }

    .main h1{


    }
    .main .column-2 h3 span,.main .column-2 h3{
        font-size: 29px;
    }

    .box-massage form p {
        font-size: 22px;
    }

    .box-massage form p span {
        font-size: 20px;
    }

    img.mobile.img-responsive.img-center {
        display: none;
    }
    .block .box {
        width: 65px;
    }
    .main .column-2 h2 span {
        font-size: 42px;
    }
    .main .column-2 h2 {
        font-size: 42px;
    }

    .box-bg {
        width: 100%;
        display: block;
        height: 227px;
        padding: 20px 30px 30px 30px;
        float: right;
        margin-bottom: 16px;
        margin-top: 25px;

    }
    .form-group.block {
        display: block;
        position: absolute;
        right: 20%;
        width: 30%;
        margin-top: 15px;
    }

}
@media (min-width: 1200px) {

    img.mobile.img-responsive.img-center {
        display: none;
    }

    .container {
        width: 970px
    }
}




