@import url("https://fonts.googleapis.com/css?family=Cairo:400,600");
html {
    direction: rtl;
}

html {
    min-height: 100vh;
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    background: #313131;
}

body,
input,
select {
    font-family: Cairo, Tahoma, Arial, sans-serif;
    font-size: 16px;
}

.Body {
    margin: 0 auto;
    padding: 0;
    width: 96%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    min-height: 100vh;
    align-content: stretch;
    align-items: stretch;
    padding-bottom: 72px;
}

body.apps {
    background-color: var(--main-color);;
}

header ul.menu {
    display: inline-block;
    padding: 0 140px;
    margin: 0;
}

header ul.menu li {
    list-style: none;
    float: right;
}

header ul.menu li a {
    text-decoration: none;
}

header {
    position: fixed;
    top: 0;
    height: 100px;
    display: flex;
    display: -webkit-flex;
    width: 96%;
    left: 2%;
    z-index: 999999999;
}

body,
input,
select {
    font-family: Cairo, Tahoma, Arial, sans-serif;
    font-size: 16px;
}

.logo {
    display: block;
    position: absolute;
    color: white;
    text-decoration: none;
    width: 150px;
    height: 54px;
    font-size: 28px;
    font-weight: bold;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

header .menu a {
    color: #EEE;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
header .menu li a:hover {
    color: #fff;
}
header .sub-menu li a:hover {
    color: var(--main-color);;
}

header .menu a span {
    margin: 0 8px;
    white-space: nowrap;
}

header .menu li.current-menu-item a {
    color: var(--main-color);;
    background: #e8e7e5;
}


ul.sub-menu {
    position: absolute;
    right: 0;
    background: #e8e7e5;
    width: 100%;
    padding: 0;
}

header ul.sub-menu li a {
    color: var(--main-color);;
    margin: 0 8px;
}
.Parent {
    width: 96%;
    margin:auto;
    background: #e8e7e5;
    overflow:  hidden;
    clear:  both;
    float:  none;
    padding-top: 60px;
    margin-top: 43px;
}


.searchForm {
    /* margin-top: 100px; */
    text-align: center;
    width: 98%;
    border: 0;
    overflow:  hidden;
    padding: 3px 0;
    position:  relative;
    background:  #fff;
    margin: 5px auto;
    box-shadow: 0 1px 5px #999;
}
.searchForm input {
    width: 98%;
    display: block;
    margin:  auto;
    padding: 0  34px;
    max-width: 98%;
    border:  0;
}


.searchForm i.fa {
    position: absolute;
    top: 9px;
    right: 12px;
    color: #999;
}


.Items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around; }
  .Items .item {
    text-decoration: none;
    width: 230px;
    position: relative;
    display: block;
    text-align: center;
    transform: scale(0.9);
    box-shadow: 0 2px 10px #000;
    transition: transform .3s, box-shadow .3s;
    background: var(--main-color);
    z-index: 100; }
    .Items .item.invisible {
      opacity: 0.5; }
    .Items .item img {
      position: relative;
      width: 230px;
      height: 330px; }
    .Items .item .title {
      font-weight: 600;
        margin: 0;
      font-size: 17px;
      color: white; 
        display: inline-block;
    width: 97%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
    .Items .item .info {
      position: absolute;
      bottom: 0px;
      left: 0;
      text-align: center;
      width: 100%;
      font-size: 18px;
      color: white;
      background: black;
      /* fallback color */
      background: rgba(0, 0, 0, 0.7);
      padding-bottom: 5px; }
    .Items .item:hover {
      transform: scale(1.2);
      box-shadow: 0 1px 15px #333;
      z-index: 200; }
  .Items .filler {
    margin: 0 4px;
    padding: 0 4px;
    width: 230px; }

body.apps .Items .item img, body.music .Items .item img {
  height: 200px; }

@media (max-width: 440px) {
  .Items {
    justify-content: space-around;
    -webkit-justify-content: space-around; 
	}
    .Items .item {
      width: 33.222%; 
	}
	.Items .item img {
		width: 100% !important;
		height: auto !important;
	}
}

.list {
    height: 100%;
    padding: 16px 16px 6px;
}



header .hamburger {
    display: none;
}

@media (max-width: 800px) {
  
    header .hamburger {
      display: block;
      font-size: 24px;
      width: 40px;
      width: 98%;
      line-height: 40px;
      text-align: left;
      vertical-align: middle;
      cursor: pointer;
      color: white; } }


body.apps header  {
        background-color: var(--main-color);
}




.Parent .image {
    flex-shrink: 0;
    width: 250px;
    background: #ededed;
    position: fixed;
    overflow-y: auto;
    top: 100px;
    bottom: 1px;
}


.Parent .image .sticky > img {
    width: 200px;
    margin: 10px;
    box-shadow: 0 5px 5px 5px #999;
}
.Parent .image .sticky > h1 {
    font-size: 18px;
    text-align: center;
}

    .Parent .content {
        min-width: 320px;
        padding: 0px 270px 20px 20px;
        background-color: #d9ccc5;
        flex: 1 1 320px;
        background: #dcdcdc;
        background: -webkit-linear-gradient(left, #dcdcdc, #ebedee);
        background: -o-linear-gradient(right, #dcdcdc, #ebedee);
        background: -moz-linear-gradient(right, #dcdcdc, #ebedee);
        background: linear-gradient(#f3e8e1, #f5f3f1);
    }
  .Parent  .content > .groups .group > .name {
    border: 1px solid white;
    background: #EEE;
    font-size: 20px;
    padding: 8px;
    cursor: pointer;
}

  .Parent .content > .groups .group.closed .group-content {
    display: none;
}

  .Parent .content > .groups .group.closed > .description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0.7;
    cursor: pointer;
}

  .Parent .content > .groups .group {
    margin: 8px 0;
    background: #EEE;
}

  .Parent .content > .groups .group > .name .fa {
    opacity: 0.5;
}


@media(max-width: 800px){
    
header ul.menu > li {
    background: var(--main-color);;
    width: 100%;
}
header {
    height: auto;
}
header ul.menu {
    padding: 50px 20px;
}
ul.sub-menu {
    left:  0;
    right:  auto;
    width:  50%;
    top: 45px;
}
header ul.menu li {
    width:  100%;
}
header .menu  a:hover {
    transition:all 0.3s ease-in-out;
}
header .sub-menu  a:hover {
    background: #DDD;
    color:var(--main-color);;
    transition:all 0.3s ease-in-out;
}  
    header {
        height: 40px;
        overflow: hidden;
        transition:all 0.4s ease-in-out;
    }
    header.SHOWME {
        transition:all 0.4s ease-in-out;
        height: auto;
    }
    
.Parent .image {
    position: static;
    width: 100%;
}

.Parent .image .sticky > img {
    margin:  auto;
    display:  block;
}

.Parent .content {
    padding: 10px;
    text-align:  center;
}    
    
    
}


@media (max-width: 1000px){
header .logo {
    width: 90px;
    font-size: 16px;
}
}
.pagination {
    clear: both;
    float: none;
    width: 100%;
    background:#fff;
    padding: 4px 6px;
}
.pagination a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 20px;
}
.pagination span.page-numbers.current {
    font-weight: bold;
    background: #eee;
    height: 44px;
    padding: 5px 10px;
    font-size: 19px;
}







header .menu li ul.sub-menu {
    display: none;
}
header .menu li.current-menu-item ul.sub-menu {
    display: block;
}



#breadcrumbs {
    display: none;
}

.menuSINGLECAT a{
        color: var(--main-color);;
border: 1px solid var(--main-color);;
    padding: 1px 10px !important;
    margin: 8px 10px !important;
    
}



.Ad__Space {
        margin: auto;
    text-align: center;
    display: block;
}