﻿@import url('opensanshebrew/fonts.css');

html {
}

body {
    background-image: url('img/mobile/bg.jpg');
    background-position-x: center;
    background-repeat: no-repeat;
    /*background-size: contain;*/
    margin: 0;
    background-color: #1C1817;
    font-family: 'Open Sans Hebrew';
    padding-bottom: 100px;
}

img {
    border: 0;
}

.wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    direction: rtl;
    margin: 0 auto;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 4.53vw 0;
}

    .header img {
        display: block;
    }

.ynet_link {
    position: absolute;
    right: 0;
}

.FullMoon_logo {
    width: 153px;
}

.hot_link {
    position: absolute;
    left: 0;
}

.gray_area {
    /*background-image: url('img/mobile/bg.png');*/
    /*background-repeat: no-repeat;*/
    /*background-color: #e0d4d4;*/
    /*background-color: transparent;*/
    padding: 3.125vw 1.56vw 7.8vw;
    /*min-height: 412px;*/
    height: 77.66vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.more_movies_header {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 10px;
}

    .more_movies_header:before {
        border-top: 1px solid #000;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        /*right: 0;*/
        bottom: 0;
        width: 35%;
        z-index: -1;
    }

    .more_movies_header::after {
        border-top: 1px solid #000;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        /* left: 0; */
        right: 0;
        bottom: 0;
        width: 35%;
        z-index: -1;
    }

.more_movies_text {
    /*color: #d91921;*/
    color: #000000;
    /*background-color: #B4B0AF;*/
    font-size: 3.75vw;
    font-weight: 400;
    padding: 0 1.56vw;
}

.flowplayer {
    display: block;
    border-radius: 0;
    background-size: 100%;
}

.vid_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.vid_data_right {
    width: 800px;
}

.vid_title {
    color: #967527;
    font-size: 4.375vw;
    font-weight: 700;
    line-height: 4.375vw;
    margin-bottom: 0.78vw;
    height: 8.75vw;
}

.vid_subtitle {
    color: #030202;
    font-size: 3.44vw;
    font-weight: 400;
    line-height: 3.75vw;
    height: 10vw;
}


.share_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.share {
    border: none;
    background: none;
    width: 51px;
    height: 51px;
    padding: 0;
    display: block;
    outline: none;
    cursor: pointer;
}

.twitter {
    display: none;
}

.whatsapp {
    background-image: url('img/mobile/whatsapp_logo.png');
}

.facebook {
    background-image: url('img/mobile/facebook_logo.png');
    margin-right: 15px;
}

.slick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-x: scroll;
}

.item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 240px;
    position: relative;
    margin-left: 25px;
    cursor: pointer;
    outline: none;
}

.img_wrap {
    position: relative;
    height: 135px;
}

.item_img {
    display: block;
    width: 100%;
    height: 100%;
}

.play_icon {
    background-image: url('img/mobile/play_button.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70px;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.item_title {
    font-size: 4.06vw;
    font-weight: 700;
    color: #967527;
}

.item_subtitle {
    font-size: 3.125vw;
    font-weight: 400;
}

.yit_link {
    display: block;
}

.footer {
    background-color: #392a0d;
    height: 50px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#gpt-top {
    display: none;
}

#gpt-ozen {
    display: none;
}

.player_wrap {
    background-color: #000000;
    min-height: 325px;
}

.INDMobile #INDmenu-btn {
    bottom: 8vw !important;
}

@media only screen and (min-width: 641px) {

    body {
        background-image: url('img/desk/bg.jpg');
        position: relative;
        padding-bottom: 0;
        height: 100%;
    }

    .player_wrap {
        position: relative;
        min-height: 540px;
    }

    #gpt-top {
        display: block;
        text-align: center;
    }

    .header {
        padding: 18px 0;
    }

    .wrapper {
        padding: 0;
        max-width: 960px;
    }

    .FullMoon_logo {
        width: auto;
    }

    .gray_area {
        /*background-image: url('img/desk/bg.png');*/
        padding: 10px 15px;
        height: 350px;
        margin-bottom: 100px;
    }

    .more_movies_header::before, .more_movies_header::after {
        width: 44%;
    }

    .vid_title {
        font-size: 21.81px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 8px;
    }

    .vid_subtitle {
        font-size: 16.96px;
        height: 25px;
        line-height: 25px;
    }

    .whatsapp {
        display: none;
    }

    .twitter {
        display: block;
        background-image: url('img/desk/twitter_logo.png');
    }

    .facebook {
        background-image: url('img/desk/facebook_logo.png');
        margin-right: 10px;
    }

    .more_movies_text {
        font-size: 20px;
    }

    .share {
        width: 32px;
        height: 32px;
        background-size: 32px;
    }

    .slick {
        display: block;
        overflow-x: visible;
        width: 880px;
        margin: 0 auto;
    }

    .item {
        width: 158px;
        margin: 0 10px;
    }

    .img_wrap {
        height: 90px;
    }

    .play_icon {
        background-image: url('img/desk/play_button.png');
        background-size: 57px;
    }

    .item_title {
        font-size: 12px;
    }

    .item_subtitle {
        font-size: 12px;
    }

    .slick-next, .slick-prev {
        top: 30px;
        width: 22px;
        height: 32px;
        background-color: transparent;
        border: none;
        cursor: pointer;
        position: absolute;
        font-size: 0;
        outline: none;
    }

    .slick-next {
        background-image: url('img/left_arrow.png');
        left: -30px;
    }


    .slick-prev {
        background-image: url('img/right_arrow.png');
        right: -30px;
    }

    .footer {
        position: absolute;
    }

    .INDDesktop #INDmenu-btn {
        top: auto !important;
        bottom: 70px !important;
        height: 50px !important;
    }

        .INDDesktop #INDmenu-btn svg {
            height: 40px !important;
        }
}

@media only screen and (min-width: 1670px) {
    #gpt-ozen {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
    }
}
