﻿@import url('aran/stylesheet.css');
@import url('material-font/material-icons.css');
@import url('pe-icon-7-stroke/pe-icon-7-stroke.css');
@import url('pe-icon-7-stroke/pe-icon-7-stroke.css');

@font-face {
  font-family: 'shoresh';
  src: url('fontello/font/shoresh.eot?58406118');
  src: url('fontello/font/shoresh.eot?58406118#iefix')
      format('embedded-opentype'),
    url('fontello/font/shoresh.woff?58406118') format('woff'),
    url('fontello/font/shoresh.ttf?58406118') format('truetype'),
    url('fontello/font/shoresh.svg?58406118#shoresh') format('svg');
  font-weight: normal;
  font-style: normal;
}

:root {
  --header-height: 13rem;
}

html {
  font-size: 62.5%;
  font-family: 'os_aran_ffc';
  direction: rtl;
}

html,
body {
  padding: 0;
  margin: 0;
}

font {
  font-family: 'os_aran_ffc';
  font-weight: normal;
}

ul {
  float: right;
  padding-right: 2rem;
  clear: both;
  margin-top: 0;
  margin-bottom: 3rem;
  width: 100%;
  box-sizing: border-box;
}

li {
  line-height: 1.3;
  font-size: 1.7rem;
  list-style-type: square;
}

.wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.wrapnew {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  float: none;
}

.flex {
  display: flex;
}

.flex-sb {
    display: block;
}

.flex-align-center {
    display: block;
}

.mobile-only {
  display: none;
}

.header {
  background: #ccebc0;
  height: var(--header-height);
  width: 100%;
  position: fixed;
  top: 2rem;
  left: 0;
}

body.homePageShoresh .header {
  top: 0;
}

.wrapContent {
  width: 100%;
  margin-top: 0;
  float: right;
  position: relative;
  /*background:#fff;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+9,ffffff+100&0+0,1+9,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 9%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 9%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 9%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.wrapContent.podcast{
    margin-top: 150px !important;
}

body.homePageShoresh .wrapContent {
  margin-top: 13rem;
}

body.homePageShoresh .wrapContent.bgCyan {
  margin-top: 0;
}

body.homePageShoresh .wrapContent.bgWhite {
  margin-top: -20px;
}

body.homePageShoresh .wrapContent.actual {
  margin-top: 0;
}

.youtubeplayer {
    width: 100%;
    aspect-ratio: 16/9;
}

.sideADiv {
  left: 5px;
  position: fixed;
  width: 120px;
  height: 600px;
  top: 25%;
  z-index: 100;
}

.sideADiv a img {
  width: 100%;
}

.aHolderDiv {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 5% 5% 5% 5%;
  padding: 20px 20px 20px 20px;
  border: 2px solid gray;
  display: none;
  text-align: center;
}

.aHolderDiv #theAitself .shoreshimage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aHolderDiv #theAitself .shoreshimage {
  width: 100%;
  height: 100%;
}

#theAitself {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bigAD {
    max-width: 1200px;
    background: #eee;
    margin: auto;
    margin-top: 10px;
}

    .bigAD iframe {
        margin: auto;
        display: block;
        max-width: 100%;
    }

#closeBigA {
  position: absolute;
  top: 0;
  left: 0;
  margin: 1.5rem;
  z-index: 100;
}

.content {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  float: none;
  padding-left: 0;
}

.content.flex {
  display: flex;
  justify-content: space-between;
}

input {
  font-family: 'os_aran_ffc';
}

.mainLogo {
  float: right;
  width: 17%;
  display: flex;
  align-items: center;
  height: 13rem;
  cursor: pointer;
}

.mainLogo img {
  width: 100%;
}

.searchElement {
  float: right;
  width: 40%;
  margin-top: 4.3rem;
}

.tab {
  font-size: 1.7rem;
  display: inline-block;
  margin-left: 2rem;
  cursor: pointer;
}

.tab.current {
  background: #fff;
  padding: 0.3rem 1rem;
}

.inputSearch {
  float: right;
  width: 100%;
  position: relative;
}

.buttonSearch {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  font-size: 3rem;
  padding: 1rem;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #115259;
  color: #ffffff;
  cursor: pointer;
}

.searchElement input[type='text'] {
  width: 100%;
  font-size: 2rem;
  border: 0;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  height: 4.2rem;
}

.wrapNihul {
  float: left;
  width: 37%;
  margin-top: 7.3rem;
  display: inline-block;
  height: 3.5rem;
}

.readMailClass {
  font-size: 2rem;
  color: #115259;
  padding: 0.5rem 2rem 0.5rem 4rem;
  background: transparent;
  display: inline-block;
  float: left;
  position: relative;
  cursor: pointer;
  margin-right: 2rem;
}

.readMailClass.mail:before {
  content: '\E0E1';
  position: absolute;
  font-family: 'Material Icons';
  left: 1rem;
  top: 7px;
}

.readMailClass.users:before {
  content: '\E8D3';
  position: absolute;
  font-family: 'Material Icons';
  left: 1rem;
  top: 7px;
}

.openNavclass {
  display: none;
}

.readMailClass.openNavclass:before {
  content: '\E5D2';
  position: absolute;
  font-family: 'Material Icons';
  left: 1rem;
  top: 7px;
}

#bookHeaderArea {
  background-color: #ccebc0;
  border: 3px inset #ccffc0;
  padding: 5px;
}

#bookHeaderArea > div:last-child {
  width: 100%;
  display: flex;
  margin-top: 1em;
  float: none !important;
}

#bookHeaderArea .book-info-container {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7em;
}

.bookHeader {
  font-size: 0.5rem;
  color: #115259;
}

.booksLinks {
  cursor: pointer;
  clear: both;
}

.booksLinks chapter {
  text-decoration: underline;
}

.bookChapterNavigate {
  cursor: pointer;
  width: 40%;
  padding: 3px;
  font-size: 2rem;
  text-align: center;
}

.bookChapterNavigate on {
  color: -webkit-link;
}

.bookChapterNavigate off {
  color: gray;
}

#bookChaptersDIV {
  width: 100%;
  margin-bottom: 40px;
}

#bookImageDIV {
  width: 100px;
  height: 120px;
  order: 2;
}

#bookImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#curBookChapter {
  display: flex;
}

#curBookChapter input {
  float: right;
  width: 30px;
  font-size: 2rem;
}

.zitut {
    font-size: 13px;
    text-align: right;
    color: Maroon;
}

.rightList {
  float: right;
  width: 16rem;
  font-size: 2rem;
  padding-top: 3rem;
  position: relative;
}

.rightList ul {
  padding-right: 0;
}

.rightList ul li {
  font-size: 1.7rem;
  line-height: 1.5;
  list-style-type: none;
  border-bottom: 1px solid #eee;
}

.rightList ul li a,
.rightList ul li a:hover,
.rightList ul li a:active,
.rightList ul li a:visited {
  color: #404040;
  text-decoration: none;
}

.imgOfArticle {
    float: left;
    width: 65%;
    margin-right: 5%;
}

    .imgOfArticle.eng {
        float: right;
    }

.rightContent {
    float: right;
    width: 163px;
}

    .rightContent .imgOfArticle {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3rem;
        float: right;
    }

.leftContent {
            width: calc(100% - 17rem);
            float: left;
        }

.longAd {
  width: 950px;
  height: 60px;
  background: #eee;
  float: right;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.longAdTv {
  width: 950px;
  height: 60px;
  background: #eee;
  margin-top: 3rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  position: relative;
}

.prepayed
{
    float: left;
    display: none;
    height: 80%;
}

.mobileAdTv {
    display: none;
}

.topadmobile {
  display: none;
}

.wraptitletv {
  background: #115259;
  margin-bottom: 2rem;
}

.bigImage {
  float: right;
  width: 305px;
  margin-bottom: 0.5rem;
  height: 208px;
  overflow: hidden;
}

.Sug {
    cursor: pointer;
    border: 1px solid gray;
    margin: 1px auto 1px auto;
    font-size: 14px;
}

.bigImage img {
  width: 100%;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}

.mainArt {
  float: right;
  margin-right: 2rem;
  width: calc(100% - (305px + 2rem));
}

.mainArt span {
  clear: both;
  display: inline-block;
  font-size: 1.8rem;
  margin-top: 0;
  float: right;
}

.mainArt b {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  margin-top: 1rem;
}

.rightMainContent a,
.rightMainContent a:hover,
.rightMainContent a:active,
.rightMainContent a:visited {
  /*Ayelet 6/11/17*/

  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.rightMainContent {
  float: right;
  padding-top: 2rem;
  border-top: 1px solid #eee;
  width: calc(100% - 30rem);
  padding-left: 0;
  box-sizing: border-box;
  padding-bottom: 2rem;
}

.leftMainContent {
  float: left;
  width: 30rem;
  /*border-right: 1px solid #eee;*/
  box-sizing: border-box;
  padding-right: 5rem;
  margin-top: 2rem;
}

.rolling-now-container a,
.rolling-now-container a:hover,
.rolling-now-container a:active,
.rolling-now-container a:visited,
.leftMainContent a,
.leftMainContent a:hover,
.leftMainContent a:active,
.leftMainContent a:visited {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.rolling-now-add {
    margin-bottom: 20px;
}

span.titleClass {
  width: auto;
  background: #115259;
  float: right;
  padding: 0.5rem 2rem;
  color: #fff;
  clear: both;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

span.titleClass.greenBg {
  background: #ccebc0;
  color: #404040;
}

.scrollerMore {
  width: 100%;
  position: relative;
  /* float: right; */
  height: 12.3rem;
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 6rem;
}

.pipeSuggest {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  white-space: nowrap;
  height: 100%;
  bottom: 0;
  text-overflow: clip;
  font-size: 0;
  -moz-transition: transform ease-in 500ms;
  -webkit-transition: transform ease-in 500ms;
  transition: transform ease-in 500ms;
  -moz-transform: translateX(0%) translateZ(0) translateY(0);
  -webkit-transform: translateX(0%) translateZ(0) translateY(0);
  transform: translateX(0%) translateZ(0) translateY(0);
}

.pipeSuggest a,
.pipeSuggest a:hover,
.pipeSuggest a:active,
.pipeSuggest a:visited {
  /*Ayelet 6/11/17*/

  width: 27%;
  direction: rtl;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  text-overflow: clip;
  padding: 0 0.5%;
  position: relative;
  height: 100%;
  vertical-align: top;
}

.suggestWord {
    width: 100%; /*Ayelet 6/11/17*/
    direction: rtl;
    display: inline-block;
    white-space: nowrap;
    text-overflow: clip;
    margin: 0 0.5%;
    position: relative;
    height: 100%;
    vertical-align: top;
    text-align: center;
}

.suggestWord div{
    cursor: pointer;
    border: 2px dashed #fff;
    margin: 1px auto 1px auto;
    width: 90%;
}

    .suggestWord div:hover {
        cursor: pointer;
        border: 2px dashed #000;
        margin: 1px auto 1px auto;
        width: 90%;
    }

    #theWord{
        width: 60%;
        height: 20px;
        margin-top: 5px;
    }

.suggest {
  width: 100%; /*Ayelet 6/11/17*/
  direction: rtl;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  text-overflow: clip;
  margin: 0 0.5%;
  position: relative;
  height: 100%;
  vertical-align: top;
}

.suggest span {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 1.7rem;
  background: rgba(0, 0, 0, 0.71);
  color: #fff;
  text-align: center;
  padding: 0.4rem 0;
  box-sizing: border-box;
  white-space: pre-wrap;
}

.suggest img {
  width: 100%;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}

.scrollHandle {
  position: absolute;
  top: 0;
  height: 100%;
  color: #fff;
  z-index: 5;
  background: #000;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.scrollHandle.right {
  right: 0;
}

.scrollHandle.left {
  left: 0;
}

.medAd {
  width: 468px;
  height: 60px;
  background: #eee;
  float: right;
  margin-top: 5rem;
  margin-bottom: 6.5rem;
}

.squareAd250 {
  float: right;
  width: 250px;
  height: 250px;
  margin-bottom: 4rem;
}

.larAd {
  width: 728px;
  height: 90px;
  float: right;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.wrapItems {
  float: right;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 100px 100px 100px;
  grid-gap: 1rem;
}

.itemSpecial {
  background: #115259;
  float: right;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.itemSpecial > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.rightExtra {
  color: #fff;
  font-size: 1.6rem;
  width: 65%;
  padding-right: 8%;
  box-sizing: border-box;
}

.rightExtra h3 {
  font-weight: normal;
  font-size: 2.5rem;
  margin-bottom: 0;
  margin-top: 0;
  color: #ccebc0;
}

.leftExtra {
  width: 35%;
  color: rgba(255, 255, 255, 0.41);
  font-size: 4.5rem;
}

.circleItem {
  float: right;
  width: 12rem;
  text-align: center;
  font-size: 2.5rem;
  background: #9e9e9e;
  margin: 0.5rem;
  height: 12rem;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.circleItem span {
  display: inline-block;
  background: #115259;
  width: 100%;
  color: #fff;
  padding: 0;
  box-sizing: border-box;
}

.circleItem.shomer {
  background: #9e9e9e url(../img/shomer.jpg);
  background-position: center;
}

.circleItem.tv {
  background: #9e9e9e url(../img/tv.jpg);
  background-position: bottom center;
}

.circleItem.midrash {
  background: #9e9e9e url(../img/midrash.jpg);
  background-position: left center;
}

.circleItem.store {
  background: #9e9e9e url(../img/store.jpg);
}

.circleItem.calendar {
  background: #9e9e9e url(../img/calendar.jpg);
  background-position: right center;
}

.circleItem.special {
  background: #9e9e9e url(../img/special.jpg);
  background-position: center;
}

.selectedsearch {
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}

.unselectedsearch {
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.nottoshow {
    display: none;
}

.shutNavigation {
    width: 95%;
    font-size: 1.8rem;
    margin-top: 30px;
    padding-top: 10px;
    background-color: #2222;
    height: 2.3rem;
}

    .shutNavigation span {
        width: 6%;
        cursor: pointer;
        text-align: center;
        float: right;
    }

        .shutNavigation span.nottoshow {
            display: none;
        }

        .shutNavigation span.page {
            width: fit-content;
            font-size: 1.5rem;
        }

        .shutNavigation span:hover {
            color: #f15b28;
        }

        .shutNavigation span.current {
            color: #fff;
            background: #115259;
            margin-right: 0.3rem;
            margin-left: 0.3rem;
        }

.wrapshut {
    width: 100%;
    background: url('../img/shutBg.jpg');
    background-size: cover;
    height: 65rem;
}

.wrapshut span.titleClass {
  margin-top: 2rem;
}

.shutCards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shutCard {
  width: 32%;
  background: #fff;
  height: 26rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}

.shutCard span {
  clear: both;
  float: right;
  clear: both;
  color: #404040;
}

span.shutCatName {
  font-size: 1.7rem;
  width: 50%;
  float: right;
  clear: none;
}

span.shutCatName:before {
  content: '';
  font-family: 'shoresh';
  margin-left: 0.5rem;
}

.articlesResponseTable {
    width: 100%;
    background-color: #eeeeee;
    border: solid 1px #d5f7f4;
}

.shutResponseTable {
    width: 95%;
    background-color: #eeeeee;
    border: solid 1px #d5f7f4;
}

.specialConst {
    text-decoration: none;
    border-bottom: 1px dotted;
    padding-bottom: 2px;
    display: block;
    text-align: right;
    float: right;
    padding-top: 7px;
    clear: both;
    width: 100%;
    color: #347B91;
    font-size: 1.5rem;
}

    .specialConst::before {
        font-family: FontAwesome;
        content: "\f100";
        margin-left: 2%;
    }

.shutArea {
    width: 100%;
    float: right;
    color: #0b5e71;
    direction: rtl;
    margin-top: -7px;
}

.shutRow {
    width: 100%;
    float: right;
    border-bottom: 1px solid #e4e4e4;
    direction: rtl;
    text-align: right;
    height: 6rem;
    box-sizing: border-box;
}

.rightShutRow {
    width: 13%;
    float: right;
    cursor: pointer;
}


.leftShutRow {
    width: 83%;
    float: right;
    text-align: right;
    position: relative;
}

    .leftShutRow:after {
        content: "\f104";
        font-family: FontAwesome;
        font-size: 2.5rem;
        float: left;
        color: #0b5e71;
        margin-left: 4%;
        position: absolute;
        top: 35%;
        /* margin-top: -5%; */
        left: 0;
    }


.upSideLeft {
    float: right;
    direction: rtl;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    margin-top: 5px;
}

    .upSideLeft a {
        font-size: 2.4rem;
        text-decoration: none;
        color: #0b5e71; 
    }

.downSideLeft {
    float: right;
    background: rgb(226, 226, 226);
    text-align: center;
    clear: right;
    padding: 0 2%;
    border-radius: 6px;
    line-height: 1.2;
    cursor: pointer;
    margin-top: 3px;
}
    .downSideLeft a {
        font-size: 1.6rem;
        color: #000000;
        text-decoration: none;
    }

.moreInShut {
        float: left;
        margin-left: 5%;
        font-size: 1.2rem;
        /* border: 1px solid; */
        /* border-radius: 5px; */
        text-decoration: underline;
        margin-top: 8px;
        margin-bottom: 14px;
        font-weight: bold;
    }

#addQueDiv {
    font-size: 2.2rem;
    text-align: center;
    width: 90%;
    cursor: pointer;
    margin: 3px auto 5px auto;
    border: 1px inset #ccebc0;
}

#personalQueDiv {
    font-size: 1.5rem;
    text-align: center;
    width: 90%;
    cursor: pointer;
    margin: 3px auto 5px auto;
}

.wrapShimushonClass > div {
    width: 100%;
    float: right;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    padding-right: 1rem;
}

    .wrapShimushonClass > div:hover {
        background: #efefef;
    }

    .wrapShimushonClass > div:before {
        content: '';
        position: absolute;
        right: 1rem;
        top: 0;
        font-size: 1.5rem;
        font-family: simple-line-icons;
        display: inline-block;
        vertical-align: middle;
        height: 43%;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .wrapShimushonClass > div > span {
        font-size: 1.5rem;
        line-height: 3;
        padding-right: 2.5rem;
        display: inline-block;
    }

    .wrapShimushonClass > div > a {
        font-size: 1.5rem;
        line-height: 3;
        padding-right: 2.5rem;
        display: inline-block;
        text-decoration: none;
        color:#404040; 
    }

.shareArticle {
}

div.shareArticle:before {
    content: '\e05b';
}

div.printArticle:before {
    content: '\e02e';
}

div.recommendArticle:before {
    content: '\e01f';
}

div.saveArticle:before {
    content: '\e083';
}

div.nagishArticle > span {
    float: right;
    padding-right: 0;
}

div.nagishArticle:hover {
    background: none;
    cursor: default;
}

div.nagishArticle > span.bigTxt {
    padding-right: 2.5rem;
    margin-left: 0.5rem;
}

div.nagishArticle > span:hover {
    background: #efefef;
    cursor: pointer;
}

div.nagishArticle:before {
    content: '\e091';
    position: absolute;
    right: 1rem;
    top: 0;
    font-size: 1.5rem;
    font-family: simple-line-icons;
    display: inline-block;
    vertical-align: middle;
    height: 43%;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

/*------------------------Start Shut Icons----------------------------------------------------*/
.shutThalacha {
    width: 100%;
    clear: both;
    height: 3rem;
    position: relative;
}

    .shutThalacha:before {
        content: '\e80b';
        font-family: 'shoresh';
        /* color: #00a750; */
        font-size: 2.5rem;
        float: left;
        width: 100%;
        line-height: 1.4;
        height: 3.5rem;
        padding-top: 3px;
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
    }


    .shutThalacha + .typeName {
        /*color:#00a750;*/
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 2.5;
    }


.shutTemuna {
    width: 100%;
    clear: both;
    height: 3rem;
}

    .shutTemuna:before {
        content: '\e800';
        font-family: 'shoresh';
        /*color: #00aff0;*/
        font-size: 1.6rem;
        float: left;
        width: 100%;
        line-height: 1.8;
        height: 3rem;
        padding-top: 3px;
    }

    .shutTemuna + .typeName {
        /*color: #00aff0;*/
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 0;
    }




.shutTshonot {
    width: 100%;
    clear: both;
    height: 3rem;
}

    .shutTshonot:before {
        content: '\e808';
        font-family: 'shoresh';
        /*color: #922990;*/
        font-size: 2rem;
        float: left;
        width: 100%;
        line-height: 1.4;
        height: 3rem;
        padding-top: 3px;
    }

    .shutTshonot + .typeName {
        /*color:#922990;*/
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 0;
    }



.shutTmitzvot {
    width: 100%;
    clear: both;
    height: 3rem;
}

    .shutTmitzvot:before {
        content: '\e80e';
        font-family: 'shoresh';
        /*color: #00ceb3;*/
        font-size: 2.5rem;
        float: left;
        width: 100%;
        line-height: 1.4;
        height: 3rem;
        padding-top: 3px;
    }

    .shutTmitzvot + .typeName {
        /*color:#00ceb3;*/
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 0;
    }


.shutTkashrut {
    width: 100%;
    clear: both;
    height: 3rem;
}

    .shutTkashrut:before {
        content: '\e804';
        font-family: 'shoresh';
        /*color: #ff0000;*/
        font-size: 1.8rem;
        float: left;
        width: 100%;
        line-height: 1.7;
        height: 3rem;
        padding-top: 3px;
    }

    .shutTkashrut + .typeName {
        /*color:#ff0000;*/
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 0;
    }



.shutTtzniutb {
    width: 100%;
    clear: both;
    height: 3rem;
}

    .shutTtzniutb:before {
        content: '\e802';
        font-family: 'shoresh';
        /*color: #0078ff;*/
        font-size: 1.6rem;
        float: left;
        width: 100%;
        line-height: 1.7;
        height: 3rem;
        padding-top: 3px;
    }

    .shutTtzniutb + .typeName {
        /*color: #0078ff;*/
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 1;
        /* margin-top: -3px; */
        display: inline-block;
    }

.shutTtzniut {
    width: 100%;
    clear: both;
    height: 3rem;
}

    .shutTtzniut:before {
        content: '\e801';
        font-family: 'shoresh';
        /*color: #ff8400;*/
        font-size: 2rem;
        float: left;
        width: 100%;
        line-height: 1.6;
        height: 3rem;
        padding-top: 3px;
    }

    .shutTtzniut + .typeName {
        /*color:#ff8400;*/
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 0;
    }




.shutThadracha {
    width: 100%;
    clear: both;
    height: 3rem;
    position: relative;
}

    .shutThadracha:before {
        content: '\e803';
        font-family: 'shoresh';
        /*color: #2F61D4;*/
        font-size: 2.2rem;
        float: left;
        width: 100%;
        line-height: 1.5;
        height: 3.5rem;
        padding-top: 3px;
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
    }

    .shutThadracha + .typeName {
        /*color: #2F61D4;*/
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 1.5;
    }


.shutTmidot {
    width: 100%;
    clear: both;
    height: 3rem;
}

    .shutTmidot:before {
        content: '\e805';
        font-family: 'shoresh';
        /*color:#8900fe;*/
        font-size: 2.3rem;
        float: left;
        width: 100%;
        line-height: 1.4;
        height: 3rem;
        padding-top: 3px;
    }

    .shutTmidot + .typeName.shutTtzniutb:before {
        /*color:#8900fe;*/
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 0;
    }



.shutTmamonot {
    width: 100%;
    clear: both;
    height: 3rem;
}

    .shutTmamonot:before {
        content: '\e80c';
        font-family: 'shoresh';
        /*color:#8900fe;*/
        font-size: 2.1rem;
        float: left;
        width: 100%;
        line-height: 1.7;
        height: 3rem;
        padding-top: 3px;
    }

    .shutTmamonot + .typeName {
        /*color:#8900fe;*/
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 0;
    }

.shutTtfila {
    width: 100%;
    clear: both;
    height: 3rem;
}

    .shutTtfila:before {
        content: '\e809';
        font-family: 'shoresh';
        /*color:#ff6600;*/
        font-size: 2rem;
        float: left;
        width: 100%;
        line-height: 1.5;
        height: 3rem;
        padding-top: 3px;
    }

    .shutTtfila + .typeName {
        /*color:#ff6600;*/
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 0;
    }

.shutTshabat {
    width: 100%;
    clear: both;
    height: 3rem;
}

    .shutTshabat:before {
        content: '\e807';
        font-family: 'shoresh';
        /*color:#00a84f;*/
        font-size: 2.5rem;
        float: left;
        width: 100%;
        line-height: 1.4;
        height: 3.5rem;
        padding-top: 3px;
    }

    .shutTshabat + .typeName {
        /*color: #00a84f;*/
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 0;
    }



.shutTtora {
    width: 100%;
    clear: both;
    height: 3rem;
}

    .shutTtora:before {
        content: '\e80a';
        font-family: 'shoresh';
        /*color:#00aff0;*/
        font-size: 2rem;
        float: left;
        width: 100%;
        line-height: 1.5;
        height: 3rem;
        padding-top: 3px;
    }

    .shutTtora + .typeName {
        /*color: #00aff0;*/
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 0;
    }


.shutArea .shutRow:nth-child(1) .rightShutRow {
    color: #00adef !important;
}

.shutArea .shutRow:nth-child(2) .rightShutRow {
    color: #00a551 !important;
}

.shutArea .shutRow:nth-child(3) .rightShutRow {
    color: #f15928 !important;
}

.shutArea .shutRow:nth-child(4) .rightShutRow {
    color: #ee217c !important;
}

.shutArea .shutRow:nth-child(5) .rightShutRow {
    color: #92278f !important;
}


span.nameRav {
  font-size: 1.7rem;
  width: 50%;
  float: right;
  clear: none;
  color: rgba(0, 0, 0, 0.35);
  text-align: left;
}

span.shutTitle {
  font-size: 2.7rem;
  margin-top: 2.5rem;
  font-weight: 600;
}

span.shutQuest {
  font-size: 2rem;
  margin-top: 1rem;
  height: 9rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
}

span.shutQuest:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+59,ffffff+100&0+0,0+59,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 59%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 59%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 59%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.wrapLink {
  float: right;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #eee;
  right: 0;
  left: 0;
  height: 5rem;
  font-size: 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

span.shutShare {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}

span.shutMoveto {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}

.wrapLink span.shutShare:before {
  content: '\E80D';
  font-family: 'Material Icons';
  margin-left: 0.5rem;
}

.wrapLink span.shutMoveto:after {
  content: '\E5c4';
  font-family: 'Material Icons';
  margin-right: 0.5rem;
}

.wrapVideo {
  width: 900px;
  float: left;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.wrapTv {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.wrapFourTv {
  width: 44%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.oneTvLittle {
  width: 48%;
  margin-bottom: 4%;
  position: relative;
}

.oneTvLittle img {
  width: 100%;
}

.oneTvLittle:after {
  content: '\E039';
  font-family: 'Material Icons';
  position: absolute;
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
  /* right: 0; */
  left: 5px;
  top: 5px;
  /* bottom: 0; */
  margin: auto;
  pointer-events: none;
  color: rgb(255, 255, 255);
}

.titleTvLittle {
  position: absolute;
  bottom: 0;
  font-size: 1.7rem;
  text-align: center;
  color: #fff;
  width: 100%;
  background: #000;
  right: 0;
}

.titleTvBig {
  float: right;
  font-size: 2rem;
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.68);
  text-align: right;
  z-index: 5;
  padding-right: 0.5rem;
}

.wrapMedia {
  width: 54%;
  float: right;
}

.media {
  position: relative;
  float: right;
  width: 100%;
  min-height: auto;
  height: auto;
}

.media .video {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
}

.media .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.video img {
  width: 100%;
  position: relative;
}

.video.iconVideo:after {
  content: '\E039';
  font-family: 'Material Icons';
  position: absolute;
  width: 9rem;
  height: 7rem;
  font-size: 9rem;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  color: rgb(255, 255, 255);
}

.video video {
  width: 100% !important;
  height: auto !important;
}

.video audio {
  width: 100% !important;
}

.actual {
  background: #e6f2f1;
  padding-top: 6rem;
  margin-top: 0;
  padding-bottom: 6rem;
}

.actual .scrollerMore {
  margin-bottom: 5rem;
  width: 690px;
  clear: right;
}

.parasha {
    background: #e6f2f1;
    padding-top: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
    float: right;
    width: 100%
}

    .parasha .scrollerMore {
        width: 1200px;
        clear: right;
    }

.bgWhite {
  background: #fff;
  margin-top: 0;
  padding-top: 0.2rem;
  padding-bottom: 2rem;
}

.wrapVideo .titleClass {
  align-self: flex-start;
  margin-bottom: 0;
}

span.content {
  display: block;
}

.titleClass.fullWidth {
  width: 100%;
  box-sizing: border-box;
}

.wrapSubject {
  width: 28%;
  margin-left: 5.33%;
  padding-right: 2rem;
  box-sizing: border-box;
  border-right: 2px solid #ccebc0;
  float: right;
  margin-top: 6rem;
  margin-bottom: 1rem;
}

.wrapSubject span.titleClass.greenBg {
  margin-right: -2rem;
}

.wrapSubject:nth-child(3) {
  border-left: 0;
}

.wrapSubject:last-child {
  border-left: 0;
}

.moreSubject {
  float: left;
  display: inline-block;
  font-size: 2rem;
}

.subject {
  width: 100%;
  float: right;
  font-size: 1.7rem;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.rightSubject {
  clear: both;
  display: inline-block;
  float: right;
  width: 65%;
  box-sizing: border-box;
  padding-left: 3%;
}

.titleSubject {
  font-weight: bold;
  text-align: right;
  display: inline-block;
}

.noteSubject {
  font-size: 1.7rem;
  margin-left: 1rem;
  float: right;
  display: inline-block;
  position: relative;
  bottom: 0;
  margin-top: 1rem;
}

.leftSubject {
  width: 35%;
  float: left;
}

.leftSubject img {
  width: 100%;
}

.partners {
  float: right;
  font-size: 1.8rem;
  padding: 7%;
  text-align: right;
  border: 1px solid;
  margin-bottom: 2rem;
  box-sizing: border-box;
  font-weight: bold;
}

.FreindsLinksDIV {
  margin-top: 1rem;
}

    .FreindsLinksDIV theLink{
        width: 100%;
    }

    .FreindsLinksDIV a {
        font-size: 1.5rem;
        font-weight: normal;
        margin-top: 1rem;
    }

.mobilePartners{
    display: none;
}

.toImages {
    float: left;
    width: 412px;
    position: relative;
    height: 383px;
}

.wrapActualBook {
  float: right;
}

.wrapImage {
  width: 412px;
  background: #000;
  text-align: center;
  overflow: hidden;
}

.wrapImage img {
  width: auto;
  height: 383px;
  overflow: hidden;
  object-fit: contain;
}

.imageNameTop {
  position: absolute;
  top: 0;
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.7rem;
  text-align: center;
}

.imageName {
  position: absolute;
  bottom: -1px;
  background: rgb(125, 125, 125);
  width: 100%;
  color: #fff;
  font-size: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

.imagesTags {
  position: absolute;
  font-size: 1.7rem;
  margin-top: 1rem;
}

.imagesTags span:not(:first-child) {
  cursor: pointer;
  padding: 0 2%;
  float: right;
  display: inline-block;
  /* font-weight: bold; */
  text-decoration: underline;
  margin-top: 1rem;
  font-size: 2.5rem;
}

.imagesTags span:first-child {
  float: right;
  width: 100%;
}

.titleForImages a {
  display: inline-block;
  margin-right: 2%;
  margin-left: 2%;
}

.wrapShimushi {
  width: 100%;
  background: url('../img/useBg.jpg');
  background-size: cover;
  height: 65rem;
}

.bgCyan {
  background: #e6f2f1;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapShimushi span.titleClass {
  margin-top: 2rem;
}

.wrapShimushiSection {
  width: 100%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 54rem;
  position: relative;
  flex-direction: row;
}

.shimushiSection {
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 1rem;
}

.shimushiSection a,
.shimushiSection a:hover,
.shimushiSection a:active,
.shimushiSection a:visited {
  display: inline-block;
  overflow: hidden;
}

a.shimushonLink {
  width: 100%;
  text-decoration: none;
}

.shimushiSection span {
  font-size: 3rem;
  color: #fff;
}

.shimushiSection > span {
  position: absolute;
  top: 4rem;
}

.shimushiSection i {
  width: 100%;
  font-size: 4rem;
  color: #fff;
}

/*
.shimushiSection .material-icons {

    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition:ease 300ms transform;
    transition:ease 300ms transform;
    
}

.shimushiSection:hover .material-icons {

    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition:ease 300ms transform;
    transition:ease 300ms transform;
    
}*/

.roundUse {
  width: 15rem;
  height: 15rem;
  float: right;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 13rem;
  border: 3px solid #fff;
  margin: 1rem;
  overflow: hidden;
  position: relative;
}

.imageForUse {
  width: 100%;
  position: relative;
  height: 100%;
}

.imageForUse img {
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  border-radius: 50%;
}

span.titleUse {
  position: absolute;
  bottom: 6rem;
  right: 0;
  left: 0;
  background: #000;
  padding: 0.1rem 0 0.4rem 0;
  font-size: 2rem;
  border-radius: 6px;
}

.magazine {
  margin-top: 5rem;
}

.magazine > span {
  /*font-size: 5rem;
    margin-bottom: 2rem;
    display: inline-block;
    font-weight: bold;*/
}

.wholeMagazineClass {
  float: right;
  width: 100%;
  background: #eee;
  box-sizing: border-box;
  padding: 5rem;
  padding-top: 0;
}

.magazineSection {
  box-sizing: border-box;
  padding: 2rem;
}

.magazineSection > a {
  display: inline-block;
  color: #404040;
  font-size: 2.3rem;
  text-decoration: none;
  margin-left: 4rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ccebc0;
}

.magazineSection > a:hover {
  background: #fff;
}

.magazinfSuggest .suggest {
  width: 23%;
  max-height: 13rem;
  overflow: hidden;
}

.magazinfSuggest {
  float: right;
  width: 78%;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.magazinfSuggest span {
  display: block;
  clear: both;
  font-size: 1.7rem;
}

.magazinfSuggest > span {
  font-size: 2.5rem;
}

.magazinfSuggest a {
  text-decoration: none;
}

.oneMagazine {
  float: right;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cac9c9;
  padding-top: 6rem;
}

.oneMagazine > span {
  font-size: 4rem;
}

.oneMagazine > a {
  font-size: 4rem;
  color: #404040;
  text-decoration: none;
}

.media.vid:before {
  content: '\E04B';
  font-family: 'Material Icons';
  font-size: 4rem;
  color: lightgreen;
  /* float: left; */
  position: absolute;
  z-index: 10;
  left: 0;
  top: -42px;
}

.media.aud:before {
  content: '\E3A1';
  font-family: 'Material Icons';
  font-size: 4rem;
  color: lightgreen;
  /* float: left; */
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: black;
}

.downruleTable {
  width: 100%;
  color: #404040;
  font-size: 1.8rem;
  background: #ccebc0;
  padding: 3rem;
  box-sizing: border-box;
}

.downruleCuts {
  font-weight: bold;
  margin-bottom: 1rem;
}

.downruleTable td {
  padding-right: 1rem;
  border-right: 1px solid grey;
}

.downruleTable td a,
.downruleTable td a:hover,
.downruleTable td a:active,
.downruleTable td a:visited {
  color: #404040;
  text-decoration: none;
}

.fb_iframe_widget {
  position: absolute !important;
  right: 49px;
  opacity: 0;
  z-index: 10;
}

.onearticlepage .fb_iframe_widget {
  position: relative !important;
  right: 0;
  opacity: 1;
  z-index: 10;
}

.wrapNavClass {
    width: 100%;
    /* width: 100vw; */
    background: #115259;
    padding: 1rem 0;
    margin-top: calc(var(--header-height) + 2rem);
}

.wrapNavClass .wrap {
  width: 100%;
}

#navId {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* max-width: 1100px; */
  /* margin: 0 auto; */
}

.navclass {
  width: 100%;
  margin: 0;
}

.navclass a.mobile {
  display: none;
}

.navclass a.desktop {
  display: inline-block;
}

    .navclass a {
        color: #ffffff;
        /* display: inline-block; */
        /* margin-right: 2rem; */
        /* margin-left: 0.2rem; */
        direction: rtl;
        text-align: right;
        float: none;
        cursor: pointer;
        padding: 0 2rem;
        font-size: 2rem;
        text-decoration: none;
        padding: 0 25px 0 25px;
    }

        .navclass a:hover {
            color: #ffffff;
            background-color: #22cdd41f;
        }

.pasTopShoresh {
  position: fixed !important;
  background: rgb(17, 82, 89) !important;
}

.topContent {
  float: none !important;
  width: 100%;
  border-top: 2px solid #ccebc0;
  padding-top: 0;
  padding-bottom: 0;
}

.topContent > span {
  font-size: 2rem;
  color: #115259;
  display: inline-block;
  width: 100%;
}

.middleContent {
    float: right;
    width: 100%;
    border-top: 3px solid #f15b28;
    padding-top: 1rem;
    padding: 0;
    box-sizing: border-box;
}

    .middleContent > span {
        font-size: 2rem;
        color: #f15b28;
    }

.rightpart {
  float: right;
  width: calc(100% - 324px);
  margin-top: 2rem;
}

.centrelPagesMainHolder {
    margin-top: 15px;
    display: grid;
    gap: 1rem;
    grid-template-columns: 250px calc(100% - 450px) 200px;
    margin-inline: auto;
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
}

.centrelPagesRightContent{
   
}

.centrelPagesMainContent {

}

.centrelPagesLeftContent{
    background-color: antiquewhite;
}

.shutMainAdd {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.topContent .scrollerMore {
    height: 16.3rem;
}

body.artsection .topContent {
  border-top: 0;
}

#BreadCramps {
  float: right;
  width: 100%;
  font-size: 1.7rem;
}

#BreadCramps a {
  color: #404040;
  text-decoration: none;
  display: flex;
  align-items: center;
  float: right;
}

#BreadCramps a:after {
  content: '\E314';
  font-family: 'Material Icons';
}

.mainArt .spot {
  color: #404040;
}

.navclass a {
  font-weight: normal;

}

.middleContent {
  border-top: 1px solid #115259;
}

.middleContent > span {
  color: #115259;
  font-weight: bold;
}

.leftNav {
  color: #115259;
}

.rightNav {
  color: #115259;
}

.navNumbers span.current {
  background: #115259;
}

.lastArticles a {
  text-decoration: none;
}

.lastArticles a:nth-child(4n-3) {
  margin-right: 0;
  clear: both;
}

.oneLastArticle .articleNameAuthor {
  font-size: 1.5rem;
}

.articleBody {
  font-size: 1.7rem;
}

.oneLastArticle span.articleName {
  line-height: 1.1;
}

.wrapImgReplace {
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}

.wrappasTopShoresh {
  margin-top: 0 !important;
}

.pasTopShoresh ul {
  padding-top: 2px !important;
  margin-top: 0 !important;
}

.specialArtWrap {
  width: 49%;
  float: right;
  overflow: hidden;
  margin-left: 1%;
  position: relative;
  height: 180px;
  margin-bottom: 1rem;
  border: 1px solid;
  box-sizing: border-box;
}

.specialArtWrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.wrapSideElement {
    float: right;
    margin-left: 2%;
}

.shutWrapSideElement {
    float: right;
    margin-left: 2%;
    margin-top: 5px;
    width: 100%;
}

    .shutWrapSideElement span.titleClass{
        width: 80%;
    }

    .shutWrapSideElement a {
        font-size: 1.8rem;
        color: gray;
        cursor: pointer;
        width: 90%;
        text-decoration: none;
        padding: 0 0 0 0;
    }

.specialArtWrap span {
  position: absolute;
  font-size: 2rem;
  display: inline-block;
  width: auto;
  z-index: 5;
  background: #000;
  color: #fff;
  padding: 1rem;
}

.wrapSpecialToday {
  box-sizing: border-box;
  /*padding: 1rem;*/
  width: 50%;
  /*border: 1px solid #eee;*/
  float: right;
  margin-bottom: 2rem;
  /*background: #80cfd8;*/
}

.wrapSpecialToday .titleClass {
  width: 100%;
  padding-right: 0;
  box-sizing: border-box;
  margin-bottom: 0;
  background: #fff;
  text-align: right;
  color: #000;
}

.wrapSpecialToday .titleClass a {
  text-decoration: underline;
}

    .wrapSpecialToday.pasuk a{
        text-decoration: none;
    }

    .mainTitle {
        clear: both;
        margin-bottom: 1rem;
    }

.forCategory {
  width: 100%;
  background: #115259;
  color: #fff;
  /* height: 3rem; */
  margin-bottom: 1rem;
  box-sizing: border-box;
  padding: 0.5rem 6rem 0.8rem;
  position: relative;
}

.forCategory span {
  font-size: 3rem;
}

.forCategory.channels:before {
  content: '\e614';
  font-family: Pe-icon-7-stroke;
  position: absolute;
  color: #ccebc0;
  font-size: 3rem;
  right: 15px;
  height: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.forCategory.articles:before {
  content: '\e62e';
  font-family: Pe-icon-7-stroke;
  position: absolute;
  color: #ccebc0;
  font-size: 3rem;
  right: 15px;
  height: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.forCategory.assays:before {
  content: '\e628';
  font-family: Pe-icon-7-stroke;
  position: absolute;
  color: #ccebc0;
  font-size: 3rem;
  right: 15px;
  height: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.forCategory.opinions:before {
  content: '\e668';
  font-family: Pe-icon-7-stroke;
  position: absolute;
  color: #ccebc0;
  font-size: 3rem;
  right: 15px;
  height: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.forCategory.satira:before {
  content: '\e6c6';
  font-family: Pe-icon-7-stroke;
  position: absolute;
  color: #ccebc0;
  font-size: 3rem;
  right: 15px;
  height: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.forCategory.sikur:before {
  content: '\e612';
  font-family: Pe-icon-7-stroke;
  position: absolute;
  color: #ccebc0;
  font-size: 3rem;
  right: 15px;
  height: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mainContent {
  width: 100%;
  float: left;
  margin-top: 0;
}

.topLongAd {
  float: left;
  margin-bottom: 3rem;
}
#mobileBig {
  display: none;
  flex-direction: column;
  align-items: center;
  margin: 1em;
}

.onearticlepage .topLongAd {
  float: left;
  margin-bottom: 0rem;
  width: 100%;
  background: #f0f0f0;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#allresdiv {
  border: 1px solid #ccc;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 1em;
}

.allResTitleClass {
  width: 100%;
  color: #fff;
  background: #115259;
  box-sizing: border-box;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0rem;
  float: right;
  clear: both;
}

.wrapOneRes {
  width: 100%;
  border-top: 1px solid #115259;
  position: relative;
  margin-bottom: 2rem;
}

.resHeader:after {
  content: '\E313';
  font-family: 'Material Icons';
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}

.up.resHeader:after {
  content: '\E316';
}

.wrapOneRes span {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  padding-right: 2rem;
  font-size: 1.5rem !important;
}

.mainLeftContent strong {
  clear: both;
  float: none;
  color: #115259;
}

.mainLeftContent strong a {
  color: #404040;
}

.mainLeftContent.eng{
    text-align: left;
    direction: ltr;
}

.articleTxt {
    font-size: 1.9rem;
    border-top: 1px solid #ccebc0;
    line-height: 1.3;
    padding-top: 2rem;
    width: 100%;
}

    .articleTxt b {
        font-size: 1.8rem;
        margin-bottom: 0.7rem;
        margin-top: 0.5rem;
    }


.articleTxt.eng {
    text-align: left;
    direction: ltr;
}

    .articleTxt video {
        /*Ayelet 7/11/17*/
        width: 100%;
        margin-bottom: 5rem;
        padding: 3px;
    }

#autorName{
    margin: 0 2rem 0 2rem;
    display: block;
}

#hebDate {
    margin: 0 1rem 0 1rem;
}

#geoDate {
    margin: 0 1rem 0 1rem;
}

.TrendNowTableArticles > div > div > .simpleimage {
    display: none;
}

.TrendNowTableArticles > div > div > a {
  color: #3a2df1;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 1rem;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed #f44336;
  padding-bottom: 1rem;
  width: 100%;
}

.TrendNowTableArticles > div > div > a:hover {
  text-decoration: underline;
}

.TrendNowTableArticles {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  float: right;
  /*border: 1px solid #eee;*/
  padding: 0.3rem;
  box-sizing: border-box;
  width: 100%;
}

.saveArticle > span > a {
  color: #404040;
  text-decoration: none;
}

.leads {
  border: 1px solid #eee;
  margin-left: 1%;
  box-sizing: border-box;
  height: 17rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.leads:hover img {
  transform: scale(1.05);
}

.leads img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-timing-function: cubic-bezier(0.445, 0.3, 0.55, 0.95);
  transition-duration: 0.5s;
}

.leads a {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#moreInTopicHeaderTR {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

#moreInTopic {
  margin-top: 0rem;
  width: 100%;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 3rem;
}

#moreInTopic [id*='moreInTopicTR'] {
  display: flex;
  justify-content: space-between;
}
#moreInTopic [id*='moreInTopicTR'] [id*='moreInTopicTD'] {
  width: 33%;
}

span.addTeguva {
  background: #115259;
  padding: 0.3em 0.5em;
  cursor: pointer;
  color: #fff;
  font-size: 1.5rem !important;
  border-bottom: 1px solid;
  margin-right: 1rem;
  border-radius: 0.5em;
  cursor: pointer;
  position: relative;
  padding-right: 1.2em;
}
span.addTeguva:hover {
  opacity: 0.9;
}
span.addTeguva::before {
  content: '\e145';
  font-family: 'Material Icons';
  position: absolute;
  top: 0.23em;
  right: 3px;
}

#addTeguvaID {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

#resdiv {
  margin-bottom: 3rem;
  width: 100%;
}

#resdiv input[type='text'] {
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

#resdiv textarea {
  width: 100%;
  box-sizing: border-box;
}

#addRessBodyTD {
  width: 100%;
  padding: 0;
  border: 0;
  margin-left: 0;
  height: auto;
  float: right;
}


#addRessCloseTD {
  float: left;
  cursor: pointer;
  position: relative;
}

#addRessCloseTD::before {
  content: '\e5cd';
  font-family: 'Material Icons';
  position: absolute;
  top: 0.15em;
  right: -13px;
}

.addRessButton
{
    width: 40%;
    margin: 10px auto 10px auto;
}

    .addRessButton input {
        font-size: 2rem;
        width: 100%;
    }

.resHeader {
    position: relative;
    font-size: 2rem;
    background: #f1f1f1;
    padding: 0.5rem;
    margin-top: 0rem;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    cursor: pointer;
}

.koteretRes {
  font-size: 1.5rem;
  display: block;
  float: right;
  clear: both;
}

.moreFromHeader {
    background-color: #f44336;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0.9rem;
    font-size: 1.8rem;
    clear: both;
}

.moreFrom{
   clear: both;
}

    .moreFrom a {
    text-decoration: none;
    border-bottom: 1px dotted;
    padding-bottom: 2px;
    display: block;
    text-align: right;
    float: right;
    padding-top: 7px;
    clear: both;
    width: 100%;
    color: #347B91;
    font-size: 1.5rem;
}

        .moreFrom a::before {
            font-family: FontAwesome;
            content: "\f100";
            margin-left: 2%;
        }

.oneArtImage{
    width: 90%;
    margin: 2px auto 2px auto;
    cursor: pointer;
    height: 8%;
}

.oneArtImage img{
    width: 100%;
    max-height: 105px;
}

.oneArtType {
    width: 100%;
    float: right;
}

.oneArtTypeWrap {
    width: 80%;
    margin: 10px auto 0px auto;
    text-align: center;

}

    .oneArtType a {
        background: rgb(226, 226, 226);
        text-align: center;
        padding: 0 2%;
        border-radius: 6px;
        line-height: 1.2;
        cursor: pointer;
        font-size: 1.6rem;
        color: #000000;
        text-decoration: none;
}

.oneArtType span {
    font-size: 1.8rem;
    color: gray;
    width: fit-content;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
}

.oneArtHeader {
    width: 90%;
    margin: 5px auto 2px auto;
    text-align: center;
}

    .oneArtHeader a {
        font-size: 2rem;
        color: #115259;
        width: fit-content;
        text-decoration: none;
        margin: 0 auto 0 auto;
        text-decoration: none;
    }

.mainLeftContent h2 {
    background: #f0f0f0;
    padding: 1.5rem;
    box-sizing: border-box;
    font-size: 2rem;
    font-weight: normal;
    color: #115259;
}

div.shareArticle:before {
  display: none;
}

.mainTextDIV{
    margin-top: 3rem;
}

    .mainTextDIV h1{
        font-size: 2.2rem;
        color: #453e3e;
    }

    .mainTextDIV h2 {
        font-size: 1.3rem;
        color: #0b5e71;
    }

    .mainTextDIV h3 {
        font-size: 2.4rem;
        color: #453e3e;
        font-weight: 300;
    }

.moreAnswers {
    width: 100%;
    font-size: 1.8rem;
    margin-top: 1rem;
}

    .moreAnswers.Header {
        font-size: 2.1rem;
        color: #0b5e71;
    }

    .moreAnswers div{
        margin: 4px 0 4px 0;
        background-color: #f4f4f4;
    }

    .moreAnswers span{
        font-size: 1.5rem;
    }

    .moreAnswers a {
        font-size: 1.8rem;
        color: #3a69d9;
        cursor: pointer;
        width: 90%;
        text-decoration: none
    }

.mainLeftContent h1 {
        color: #115259;
    }

.imgOfArticle {
    width: 65%;
    margin: 5%;
    margin-left: 0;
    margin-right: 7%;
    margin-bottom: 2%;
}

.imgOfArticle img {
  width: 100%;
}

.onearticlepage .adLong {
  width: 100%;
  height: auto;
  float: left;
  background: #eee;
  margin-top: 0rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

#searchshowID {
  display: none;
}

#searchgobackID {
  display: none;
}

#mobileMenu {
  display: none;
}

#wrapMobileMenu .mobileMainMenuItem {
  cursor: pointer;
}
/*Only for Edge*/

@supports (-ms-ime-align: auto) {
  .wrapItems {
    display: inline-block;
  }

  .wrapItems a {
    width: 32%;
    display: inline-block;
    float: right;
    margin-left: 1.5%;
    height: 100px;
    margin-bottom: 1rem;
  }

  .wrapItems a:nth-child(3n + 3) {
    margin-left: 0;
  }
}

.mainContent .content .lastArticles {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  column-gap: 5px;
}

#mobileTopAddDiv {
  display: none;
}

#desktopTopAddDiv a {
  display: block;
}

#desktopTopAddDiv a.shoreshimage > img {
  width: 100%;
}

/*---------------------------------*/

@media screen and (max-width: 1200px) {
  .content {
    width: 100%;
  }
  .mainContent .content {
    padding: 0 4%;
    width: 95%;
  }
  /* .topContent {
    display: none;
  } */
  /* .mainContent .content .lastArticles {
  } */

  .mainContent .content .lastArticles > a .oneLastArticle {
    padding: 1rem;
  }
  .mainContent .content .lastArticles > a {
    transition: 0.3s;
  }
  .mainContent .content .lastArticles > a:hover .wrapImgReplace {
    opacity: 0.8;
  }
  .mainContent .content .lastArticles > a:hover {
    background-color: #00000007;
  }

  .longAd {
    display: none;
  }

  .longAdTv {
    display: none;
  }

  .topadmobile {
    float: left;
    padding: 2%;
    box-sizing: border-box;
    width: 100%;
    clear: both;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    display: block;
  }

  .mobileAdTv {
    display: block;
    text-align: center;
    padding-bottom: 2rem;
  }

  .wrapMedia {
    width: 100%;
  }

  .wrapFourTv {
    width: 100%;
  }

  .oneTvLittle {
    width: 25%;
  }

  .rightList {
    padding: 1%;
    box-sizing: border-box;
  }

  .leftContent {
    padding: 1%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1092px) {
  :root {
    --header-height: 10rem;
  }
  .pasTopShoresh {
    display: none;
  }
  .header {
    top: 0;
    height: 10rem;
  }
  .header .content {
    align-items: center;
    height: 100%;
  }
  .header .mainLogo img,
  .header .mainLogo {
    width: 10rem;
    align-self: center;
  }
  .header .content .searchElement,
  .header .content .wrapNihul {
    margin: 0;
  }
  body.homePageShoresh .wrapContent {
    margin-top: 11rem;
  }
  .wrapNavClass {
    margin-top: var(--header-height);
  }
  .toImages {
    display: none;
  }

  .wrapActualBook {
    width: 100%;
  }

  .actual .scrollerMore {
    width: 100%;
  }

.parasha .scrollerMore{
       width: 100%;
}

    .wrapShimushi {
        height: auto;
        float: right;
    }

  .wrapShimushiSection {
    height: auto;
  }

  .magazinfSuggest {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
    .wrapSpecialToday {
        width: 100%;
        padding: 1rem;
        background-color: #006666;
        color: #404040;
        margin: 0.2rem 0 0.2rem 0;
    }

    .rightpart,
    .rightMainContent {
        width: 100%;
    }

  .leftMainContent {
    width: 100%;
    padding-right: 0;
  }

  #navId > span {
    padding: 0 1rem;
  }

  .wrapTv {
    width: 100%;
  }

  .rightList {
    box-sizing: border-box;
    padding-right: 2%;
  }

  .leftContent {
    box-sizing: border-box;
    padding: 2%;
  }

.squareAd250 {
            float: none;
            margin: auto;
        }

  .readMailClass {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
    .flex-sb {
        display: flex;
        justify-content: space-between;
    }

    .flex-align-center {
        display: flex;
        align-items: center;
    }

    .rightContent {
        float: right;
        width: 100%;
    }

    .oneArtImage img {
        width: 65%;
        margin: 0 auto;
        display: block;
    }

    .wrapShimushonClass > div {
    width: 50%;
    }

        .TrendNowTableArticles{
        font-size: 2.1rem;
    }

        .mobile-only {
        display: unset;
    }
  .desktop-only {
    display: none !important;
  }

    .mobilePartners {
        display: block;
    }
    
    .mobilePartners span{
        font-size: 1.8rem;
        font-weight: bold;
    }

    .FreindsMobileLinksDIV{
        margin: 0 5px 0 5px;
    }

        .FreindsMobileLinksDIV .theLink {
            width: fit-content;
            float: right;
            margin: 0 10px 0 0;
        }

    .FreindsMobileLinksDIV a {
        font-size: 1.2rem;
        font-weight: normal;
        margin-top: 1rem;
        margin-bottom: 0.4rem;
    }

    .navclass a.mobile {
        display: inline-block;
    }

    .navclass a.desktop {
        display: none;
    }
  .mainContent {
    margin: 1.2rem 0 !important;
    width: unset !important;
    float: none;
  }
  .mainContent .content .lastArticles {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }
  :root {
    --header-height: 5rem;
  }

  .mainContent .content .lastArticles > a:nth-child(4) {
    display: none;
  }

  #navId > span.desktop {
    display: none;
  }

  #navId > a.mobile {
    display: inline-block;
    padding: 0 1.5rem;
    margin: 0;
  }
  #desktopTopAddDiv {
    display: none;
  }
  #mobileTopAddDiv {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
  }
  #mobileTop {
    width: 100%;
  }

  #mobileMenu {
    display: block;
    width: 60%;
    float: right;
    background-color: black;
    float: left;
    height: 92%;
  }

  #mobileMenu .mobileMainMenuItem {
    width: 100%;
    color: white;
    font-size: 1.9rem;
    text-align: center;
    border-bottom: 1px solid #444444;
    text-decoration: none;
  }

  .mobileMenuItem {
    color: #fff;
    float: right;
    font-size: 1.8rem;
    margin: auto;
  }

  .mobileOpenMenu {
    float: left;
    width: 18%;
    /* height: 30px; */
    /*padding: 4% 0;*/
  }

  .mobileOpenMenu.close:before {
    font-family: FontAwesome;
    content: '\f100';
  }

  .mobileOpenMenu:before {
    font-family: FontAwesome;
    content: '\f0c9';
    color: #fff;
    float: left;
    font-size: 2.5rem;
    /* padding: 1% 0 1% 0; */
    box-sizing: border-box;
  }

  .mobileOpenSearch {
    float: left;
    width: 50%;
    /* height: 30px; */
    /*padding: 4% 0;*/
  }

  .mobileOpenSearch:before {
    font-family: FontAwesome;
    content: '\f002';
    color: #fff;
    float: left;
    font-size: 2.2rem;
    /* padding: 1% 0 1% 0; */
    box-sizing: border-box;
  }

  .mobileOpenSearch.close:before {
    font-family: FontAwesome;
    content: '\f100';
  }

  .mobileMenu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-top: 0;
    border: 0;
    background: transparent;
    float: left;
    overflow: scroll;
    height: 92%;
  }

  .mobileMainMenuItem {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
    width: 70%;
    background: rgba(35, 35, 35, 1);
    /* background: ; */
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.44);
    padding-left: 4%;
    box-sizing: border-box;
    font-size: 1.6rem;
    color: #cecece;
    line-height: 3;
    text-align: left;
  }

  .mmCloseMenu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
    width: 70%;
    background: rgba(35, 35, 35, 0.95);
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.44);
    padding-left: 4%;
    box-sizing: border-box;
    font-size: 1.6rem;
    color: #cecece;
    line-height: 3;
    text-align: left;
    height: 44px;
  }

  .mmCloseMenu:before {
    font-family: 'Material Icons';
    content: '\e5cd';
    color: rgba(255, 255, 255, 0.63);
    float: left;
    font-size: 2rem;
    /* padding: 1% 0 1% 0; */
    box-sizing: border-box;
    padding: 0;
    line-height: 2;
  }

  .open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

    .imgOfArticle {
        margin: auto;
        margin-top: 1.5em;
        width: 95%;
        float: right;
    }


  #mobileBig {
    display: flex;
  }

  .rolling-now-top {
    display: block;
  }

  .rolling-now-top .titleClass {
    margin: 0;
    padding: 0.2em 0em 0.1em;
  }

  .rolling-now-top ul {
    background-color: #dfffd3;
    width: fit-content;
    position: relative;
    left: 4vw;
    border-radius: 5em 0 0 5em;
    /* padding: 1em; */
    padding-bottom: 1em;
    padding-top: 1em;
    padding-left: 2.8em;
    padding-right: 4vw;
    list-style-position: outside;
  }
  .rolling-now-top li {
    list-style-type: none;
    margin: 0.1em 0;
  }
  .rolling-now-top .divider {
    border-bottom: 1px solid #ddd;
    width: 70%;
    margin-right: 5px;
  }

    .rolling-now-add img {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }

  .articleNavigation {
    float: none;
    justify-content: center;
    display: flex;
    margin: 0.8rem 0;
  }

  .squareAd250 {
    display: none;
  }

  .larAd {
    display: none;
  }

  .toImages {
    display: none;
  }

  .wrapSideElement {
    width: 48%;
  }

  .shutCard {
    width: 49%;
  }

  .wrapshut {
    height: auto;
  }

  .actual .scrollerMore {
    width: 100%;
  }

  .wrapActualBook {
    width: 100%;
  }

  .partners {
    display: none;
  }

  .rightList {
    position: fixed;
    background: #d8f0cf;
    z-index: 20;
    height: calc(100vh - 7rem);
    width: 48%;
    padding-right: 3%;
    -webkit-transition: ease 300ms transform;
    transition: ease 300ms transform;
    -webkit-transform: translateX(-210%);
    transform: translateX(-210%);
    right: 0;
    padding-top: 2rem;
    overflow-y: auto;
  }

  .rightList.swipeNav {
    -webkit-transition: ease 300ms transform;
    transition: ease 300ms transform;
    -webkit-transform: translateX(-109%);
    transform: translateX(-109%);
  }

  .rightList ul {
    padding-left: 9%;
  }

  .leftContent {
    width: 100%;
  }

  .header {
    z-index: 50;
    height: var(--header-height);
  }

  body.homePageShoresh .wrapContent {
    margin-top: 2rem;
  }

  .wrapNihul {
    margin-top: 2.3rem;
    width: auto;
  }

  .readMailClass {
    margin-left: 1rem;
    height: 2.5rem;
    padding: 0.5rem 2rem;
    margin-right: 0;
    float: left;
  }

  .searchElement input[type='text'] {
    height: 3rem;
  }

  .buttonSearch {
    font-size: 2rem;
  }

  .searchElement {
    margin-top: 7px;
  }

  .readMailClass.mail:before {
    left: 0;
    top: 3px;
    font-size: 2.5rem;
    right: -6px;
    margin: auto;
  }

  .readMailClass.users:before {
    /*left: 0;*/
    top: 3px;
    font-size: 2.5rem;
    width: 25px;
    height: 25px;
    bottom: 0;
    right: 5px;
    /* margin: auto; */
  }

  .openNavclass {
    display: block;
    background: transparent;
    font-size: 3rem;
    margin-left: 0;
    margin-right: 1rem;
    padding-left: 19px;
    line-height: 24px;
  }

  .mainLogo {
    align-self: center;
  }
  .mainLogo img {
    height: calc(var(--header-height) - 1rem);
    width: unset !important;
  }
  .wrapShimushi {
    height: auto;
    float: right;
  }

    #theWord {
        width: 90%;
        margin: 5px auto 0 auto;
    }

  .wrapShimushiSection {
    height: auto;
  }

  .magazinfSuggest {
    width: 100%;
  }

  .footer {
    display: none;
  }

  .wholeMagazineClass {
    padding: 2%;
  }

  #menulist5,
  #menulist9,
  #menulist10 {
    display: none;
  }

  .wrapMedia {
    margin-bottom: 1rem;
  }

  .oneTvLittle {
    width: 50%;
  }

  .magazineSection {
    padding: 0;
  }

  .wrapShimushiSection {
    flex-direction: column;
  }

  .shimushiSection {
    margin-bottom: 6rem;
  }

  .wrapItems {
    float: right;
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 100px 100px 100px;
    grid-gap: 0.5rem;
  }

  .rightList ul li {
    font-size: 2rem;
    line-height: 2;
    list-style-type: none;
    border-bottom: 0;
    text-align: left;
  }

  .rightList .titleClass {
    display: none;
  }

  .tab {
    font-size: 1.3rem;
    margin-left: 2%;
  }

  .rightMainContent {
    padding-top: 0;
  }

  .pipeSuggest a,
  .pipeSuggest a:hover,
  .pipeSuggest a:active,
  .pipeSuggest a:visited {
    width: 50%;
  }

  .searchElement {
    display: none;
    float: left;
    width: 85%;
    margin-left: 3%;
  }

  #searchgobackID {
    display: none;
    font-size: 1.5rem;
    float: right;
    width: 10%;
    line-height: 5;
    margin-right: 2%;
    text-decoration: underline;
  }

  #searchshowID {
    position: relative;
    /* margin-left: 1rem; */
    height: 2.5rem;
    padding: 0.5rem 2rem;
    /* margin-right: 0; */
    float: left;
    color: #115259;
    background: transparent;
    display: block;
  }

  #searchshowID .buttonSearch {
    font-size: 2.5rem;
    background: transparent;
    color: #115259;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    margin: auto;
  }

  .readMailClass.users {
    font-size: 1.3rem;
    text-align: left;
    padding-right: 35px;
    box-sizing: content-box;
    max-width: 25%;
    padding-left: 5px;
  }

  .readMailClass.users span {
    text-decoration: underline;
  }

  .rightpart {
    margin-top: 0;
  }

  #topcontent > a,
  #topcontent .scrollHandle,
  .topContent #BreadCramps,
  #topcontent #pipe0 > a:nth-child(n + 5) {
    display: none;
  }

  .topContent {
    padding: 0;
    margin-bottom: 0.5rem;
  }

  #topcontent #pipe0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }

  #topcontent #pipe0 > a {
    width: 100%;
  }
  #topcontent #pipe0 > a img {
    border: none;
    height: 100%;
  }
  #topcontent .scrollerMore {
    height: auto !important;
    margin: 0;
  }
  #topcontent .pipeSuggest {
    position: static;
  }
  #topcontent #pipe0 > a .imageSuggest {
    height: 100%;
  }
  .leads {
    height: 25vw;
  }
}

.playButton {
  float: right;
  margin-right: 30px;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 580px) {
    .centrelPagesMainHolder {
        margin-top: 15px;
        display: grid;
        gap: 1rem;
        grid-template-columns: 100%;
        margin-inline: auto;
        width: 105%;
    }

    #theWord {
        width: 90%;
        margin: 5px auto 0 auto;
    }

        .centrelPagesRightContent:nth-child(1) {
        order: 2;
    }

    .centrelPagesMainContent {
        order: 1;
    }

    .centrelPagesLeftContent {
        order: 3;
        width: 90%;
    }


  .mainContent .content .lastArticles {
    grid-template-columns: 1fr 1fr;
  }
  .mainContent .content .lastArticles > a {
    display: block !important;
  }

  .wrapNihul > * {
    margin: 0 1.6rem;
  }
  #openBtn {
    padding: 0.8rem;
    margin-left: 0;
  }
  .readMailClass {
    width: 3rem;
    padding: 0;
    /* margin: 0; */
  }
  #mailBtnId {
    visibility: hidden;
  }
  #mailBtnId::before {
    visibility: visible;
  }
  .readMailClass.mail:before {
    top: 5px;
    right: unset;
  }
  .leads {
    height: 27vw;
  }
}
@media screen and (max-width: 425px) {
  #mobileTopAddDiv img {
    width: 100%;
  }
  #searchshowID {
    margin: 0;
  }

  .wrapNihul > * {
    margin: 0 1rem;
  }

  .shutCard {
    width: 48%;
    padding: 1rem;
    height: auto;
  }

  span.shutCatName {
    font-size: 1.4rem;
  }

  span.nameRav {
    font-size: 1.4rem;
  }

  span.shutTitle {
    font-size: 1.7rem;
    margin-top: 1.5rem;
  }

  span.shutQuest {
    font-size: 1.4rem;
    margin-top: 1rem;
    height: 10rem;
    margin-bottom: 2rem;
  }

  .wrapLink {
    height: 3rem;
    font-size: 1.5rem;
  }

  .magazinfSuggest .suggest {
    width: 49%;
  }

  .mainArt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .bigImage {
    width: 100%;
  }
  .leads {
    height: 32vw;
  }
}

@media screen and (max-width: 360px) {
  .wrapNihul > * {
    margin: 0 0.7rem;
  }
  .header .mainLogo {
    width: auto;
  }
  .leads {
    height: 34vw;
  }
}
