@font-face {
    font-family: 'KtavYad';
    src: url('/css/fonts/KtavYadCLM-BoldItalic.ttf');
}
body{
    overflow-x: hidden;
}
.container{ background-color: transparent; color: white;}
/*footer.container{
    background-image: none;
    background-color: rgba(0,0,0,.7);
}*/
footer{ 
    background: rgba(0,0,0,.7) !important;
    padding: 0px;
    margin-top: 15px;
}
header{ box-shadow: 0 0 10px black;}
h1{
    border-bottom: none;
    font-weight: normal;
    font-size:39px;
}
.RT_newsRow {
    position: absolute;
    top: 30px;
    right: 293px;
    width: 1200px;
    font-size: 17px;
    padding: 1px 5px;
    background-color: rgba(0,0,0,.7);
    z-index: 99;
}
.RT_newsRow strong{vertical-align: top;}
    .RT_newsRow ul{
        list-style: none;
        padding: 0;
        display:inline-block;
    }
        .RT_newsRow ul li {
            vertical-align: top;
            display: inline;
            padding: 0 20px;
        }
    .RT_newsRow a{ color: inherit;}

.RoshTovContent{
    position:relative;
}
/* Make it a marquee */
.marquee {
    position: absolute;
    right: 130px;
    top: 0;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-animation: marquee 20s linear infinite;
    -o-animation: marquee 20s linear infinite;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
}

    .marquee:hover {
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

/* Make it move */
@-moz-keyframes marquee {
    0%   { text-indent: 40em }
    100% { text-indent: -60em }
}

@-webkit-keyframes marquee {
    0%   { text-indent: 40em }
    100% { text-indent: -60em }
}

@keyframes marquee {
    0%   { text-indent: 40em }
    100% { text-indent: -60em }
}

.sidebar {
    background-color: rgba(0,0,0,.7);
    padding: 15px 12px;
    margin-top: 90px;
}
.Categories ul a, .Categories p,.Categories ul li i {color: white;}
.searchBar input{ 
    background: none;
    border: 1px solid white;
}
.joinMail input[type="email"] {
    border: 1px solid #fff;
    color: #fff;
}
.joinMail input[type="email"]::-webkit-input-placeholder, .searchBar input::-webkit-input-placeholder {color: #fff;}
.joinMail input[type="email"]::-moz-placeholder, .searchBar input::-moz-placeholder {color: #fff;}
.joinMail input[type="email"]:-ms-input-placeholder, .searchBar input:-ms-input-placeholder {color: #fff;}
.sidebar h1 {
    margin-top: -86px;
    padding-bottom: 31px;
}
.sidebar h2 {font-size: 25px;}
.joinNL {
    overflow: auto;
    margin: 30px 0 0px 0;
}
#RoshTovSlider{
    font-family: KtavYad;
    font-size: 42px;
    direction: ltr;
    margin-bottom: 20px;
}
    #RoshTovSlider .item {
        direction: rtl;
        padding: 10px 70px 10px 0;
        text-shadow: 1px 1px 7px rgba(0,0,0,.5), 0 0 3px rgba(0,0,0,.7);
    }
    #RoshTovSlider .source{
        display: block;
        font-size: 26px;
        text-align: left;
    }
.RoshTovHomeLesson{
    background-color: rgba(0,0,0,.7);
    padding: 15px;
    text-align: justify;
    height: 100%;
}
    .RoshTovHomeLessonWrap a {color: inherit;}
    .RoshTovHomeLessonWrap a:hover {text-decoration: none;}
.FBLink { 
    text-align: center;
    position: relative;
    margin-left: 60px;
    padding-top: 10px;
}
.FBLink a{ color: white;}
.FBLink a:hover {text-decoration: none;}
.FBLink .facebookBtn{    
    position: absolute;
    top: -6px;
    left: -28px;
}

@media (max-width: 767px) {
    .RT_newsRow {
        top: 0;
        right: 0;
        width: 100%;
        overflow: hidden;
    }
    #RoshTovSlider{ font-size: 30px}
    #RoshTovSlider .item {padding: 10px;}
    .RoshTovHomeLesson {
        margin-top: 20px;
        margin-left: 15px;
    }
}