body {
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2c2e2f;
    font-size: 60%;
}

.logo {
    height: 75px;
    margin: 5px;
    position: absolute;
    top: 5%;
    left: 75%;
}

.container {
    text-align: right;
    line-height: 1;
    width: 300px;
    height: 450px;
    margin: 37px auto 0;
    /*padding: 30px 10% 50px;*/
    padding-right: 20;
    padding-left: 70px;
    position: absolute;
    top: 20%;
    left: 63%;
    direction: rtl;
    }

.date {
    display: block;
    color: #939394;
    font: bold 42px Tahoma, sans-serif;
    position: absolute;
    /*left: 0%;*/
    position: relative;
    margin-bottom: 8px;
    margin-right: 0px;
    letter-spacing: -1px;
    line-height: 32px;
    cursor: initial;
}

.hebDate {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #ababac;
    /*position: absolute;*/
    left: 5%;
    /*position: relative;*/
    margin-right: 10px;
    margin-bottom: 13px;
    cursor: initial;
}

.separator {
    border-top: 1px solid #cbd2d6;
    position: relative;
    width: 183px;
    height: 350px;
    /*margin: 15px 38px 0px;*/
    text-align: left;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 25%;
    left: 95%;
    width: 0;
    margin-top: 0px;
    margin-right: -11px;
    border-right: 1px solid #cccccc;
}

.mainTitle {
    color: black;
    font-size: 32px;
    min-height: 32px;
    max-width: 200;
    line-height: 34px;
    font-family: arial ! important;
    /*position: absolute;*/
    /*left: 60%;*/
    /*margin-bottom: 0px;*/
    /*margin-right: 0px;*/
}

.subTitle {
    height: 600px;
    max-width: 200;
    color: black;
    font-size: 16px;
    min-height: 16px;
    line-height: 22px;
    font-family: arial ! important;
/*    position: absolute;
    left: 62%;*/
}

.image {
    position: absolute;
    top: -10%;
    right: 120%;
}

.imageMedia {
    width: 600px;
}

}
.line {
    padding: 0 .5em;
    position: relative;
    color: #6c7378;
    top: -.7em;
    background-color: #fff;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 11px;
    padding-top: 14px;
    text-align: center;
}

.footerCopyright {
    margin: 0;
    text-align: center;
    color: #9e9e9e;
}