
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 62.5%;
    font-family: arial, sans-serif;

}

p {
    font-size: 2em;
    padding: 1em 2em;
    margin: 0 auto;
    direction: rtl;
    text-align: right;
    line-height: 1.4;
}

div {
    /*border: 1px solid red;*/
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

/*-----------------------  STRIP-HEADER  ----------------------*/

#bezeq-header {
    width: 100%;
    height: 30px;
    display: block;

    text-align: center;
    background-color: #17206c;
}

#bezeq-header #bezeq-inner {
    max-width: 1140px;
    min-width: 300px;
    width: 100%;
    height: 100%;
}

/*-----------------------  STRIP-HEADER   ----------------------*/

#strip-header {
    width: 100%;
    height: 120px;
    display: block;
    min-width: 420px;
    text-align: center;
}

#strip-header #inner-strip {
    max-width: 1140px;
    min-width: 300px;
    width: 100%;
    height: 100%;
}

#strip-header #inner-strip #menu-icon {
    top: 44px;
    right: 2px;
    height: 44px;
    width: 106px;
    position: absolute;
    background-image: url("../images/menu.jpg");
}

#strip-header #inner-strip #b-logo {
    margin-top: 12px;
    background-image: url("../images/bbezeq.jpg");
    width: 100px;
    height: 84px;
}

/*-----------------------  BODY-CON   ----------------------*/

.blue-text {
    font-weight: bold;
    color: #2a368c;
}

.big-text {
    font-size: 1.8em;
    padding: 0.8em;
    text-align: center;
    line-height: 1.1em;
}

.big-text span {
    display: block;
    text-align: right;
}

.big-text #q1 {
    background-image: url("../images/q.jpg");
    width: 19px;
    height: 18px;
}

.big-text #q2 {
    background-image: url("../images/q2.jpg");
    height: 18px;
    text-align: left;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    margin-top: 6px;
}

#body-con {
    width: 100%;
    display: block;
    min-width: 420px;
    text-align: center;
    background-color: #fbfbfb;
}

#body-con #inner-con {
    max-width: 1140px;
    min-width: 300px;
    width: 100%;
    height: 100%;
}

#body-con #inner-con #main-image {
    width: 140%;
    display: block;
    max-width: 1600px;
    margin-left: -20%;
    min-height: 200px;
    max-height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/img-bg.jpg");
}

#body-con #inner-con #main-image:after {
    content: " ";
    display: block;
    width: 100%;
    padding-top: 33.333%;
}

#profile-con {
    position: absolute;
    height: 500px;
    /*border: 1px solid blue;*/
    width: 100%;
    top: 0px;
}

#profile-image {
    /*border: 1px solid blue;*/
    position: absolute;
    top: 40px;
    right: 12px;
    left: 40%;
    background-size: contain;
    background-image: url("../images/profile1.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    bottom: 5%;
    text-align: right;
}

#profile-image-x {

    /*border: 1px solid blue;*/
    position: absolute;
    /*max-width: 1070px;*/
    /*min-height: 260px;*/
    /*max-height: 436px;*/
    background-size: contain;
    background: url("../images/profile1.jpg");

    /*width: 100%;*/
    /* height: 100%; */
    top: 30px;
    right: 10px;
    bottom: 150px;
    left: 450px;

    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 100%;
}

/*#profile-image:after {
    content: " ";
    display: block;
    width: 100%;
    padding-top: 43.333%;
}*/

#body-con #inner-con #main-area {
    display: block;
    text-align: left;
    margin-top: 130px;
    padding-bottom: 16px;
}

#lhs {
    width: 60%;
    max-width: 700px;
    min-width: 380px;
    height: 100%;
    margin: 10px;
    vertical-align: top;
    background-color: #ffffff;
    border: 1px dashed #2a368c;
}

#lhs h1 {
    font-size: 6em;
    text-align: right;
    margin: 0.1em 0.4em;
    color: #2a368c;
}

#insta-con {
    display: block;
    max-width: 610px;
    margin: auto;
    padding: 14px;
}

#rhs {
    width: 30%;
    max-width: 200px;
    min-width: 150px;
    vertical-align: top;
    margin: 10px;
}

#hand-icon {
    max-height: 180px;
    max-width: 200px;
    height: 180px;
    width: 100%;
    background-image: url("../images/hand.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}

#left-img {
    right: 0;
    width: 230px;
    height: 100%;
    margin-right: -4px;
    vertical-align: top;
    background: url("../images/mainLeft.jpg") no-repeat;
}

#right-img {
    width: 230px;
    height: 100%;
    margin-left: -4px;
    vertical-align: top;
    background: url("../images/mainRight.jpg") no-repeat;
}

/*-----------------------  FOOTER   ----------------------*/

#footer {
    border-top: 1px solid #ccc;
    width: 100%;
    height: 400px;
    display: block;
    min-width: 420px;
    text-align: center;
}

#footer #inner-footer {
    max-width: 1140px;
    min-width: 300px;
    width: 100%;
    height: 340px;
    padding: 0 52px;
}

#slider-con {
    /*border: 1px solid #ccc;*/
    max-width: 1050px;
    height: 300px;
    display: block;
    margin: 15px auto;
    overflow: hidden;
}

#lhs-btn {
    background-image: url("../images/leftBtn.jpg");
    width: 15px;
    height: 65px;
    position: absolute;
    top: 130px;
    left: 20px;
    cursor: pointer;
}

#rhs-btn {
    background-image: url("../images/rightBtn.jpg");
    width: 15px;
    height: 65px;
    position: absolute;
    top: 130px;
    right: 20px;
    cursor: pointer;
}

#slider-pane {
    position: absolute;
    display: block;
    width: 1310px;
    /*border: 1px solid red;*/
    margin: 10px;
    transition: 0.5s ease-out;
}

.s-item {
    width: 247px;
    height: 247px;
    display: inline-block;
    margin-right: 12px;
    /*border: 1px solid #eeeeee;*/
    cursor: pointer;

    /*background-color: #f9f9f9;*/

}

.slider-name {
    font-size: 1.2em;
    font-weight: bold;
    width: 244px;
    position: absolute;
    text-align: center;
    bottom: -20px;

    /*color: #eee;*/
}

.slider-img {
    width: 100%;
    height: 100%;
}

#Wr {
    /*display: none;*/
}

#stats {
    margin: 10px;
    /*display: none;*/
}

/* ------------------------------------------------------------ */

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 620px) {

    #lhs {
        width: 95%;
    }

    #rhs {
        width: 100%;
        text-align: center;
        max-width: initial;
    }

    #rhs .blue-text {
        width: 200px;
        display: inline-block;
        vertical-align: top;
    }

    #main-area{
        margin-top: 100px;
    }

}

