body {
  font-family: "Assistant", sans-serif !important;
  background-color: #fff !important; }

.home #ctcHomepageOuter {
  height: auto !important; }

.v2-sub .fa-arrow-left {
  display: none; }

.header-v2 {
  height: 60px;
  display: flex;
  justify-content: space-between;
  padding-right: 40px; }
  .header-v2 .left, .header-v2 .right {
    display: flex;
    background-color: inherit; }
  .header-v2 .logo-wrapper {
    position: relative;
    margin-left: 40px; }
  .header-v2 .v2-logo {
    display: block;
    padding: 10px;
    background-color: #fff;
    max-width: 222px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75); }
    .header-v2 .v2-logo img {
      display: block;
      max-width: 100%;
      height: auto; }
  .header-v2 .site-navigation {
    background-color: inherit; }
    .header-v2 .site-navigation ul {
      display: flex;
      margin: 0;
      padding: 0;
      list-style: none;
      height: 100%;
      background-color: inherit; }
      .header-v2 .site-navigation ul > li:hover > a, .header-v2 .site-navigation ul > li:hover > button i, .header-v2 .site-navigation ul > li:focus > a, .header-v2 .site-navigation ul > li:focus > button i {
        color: #000 !important;
        background-color: #fff; }
      .header-v2 .site-navigation ul li {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: inherit; }
        .header-v2 .site-navigation ul li.menu-item-has-children {
          position: relative; }
          .header-v2 .site-navigation ul li.menu-item-has-children button {
            position: absolute;
            left: 8px; }
          .header-v2 .site-navigation ul li.menu-item-has-children .v2-sub button {
            visibility: hidden; }
          .header-v2 .site-navigation ul li.menu-item-has-children .fa-angle-down {
            color: #fff;
            font-size: 15px; }
          .header-v2 .site-navigation ul li.menu-item-has-children .v2-sub {
            display: flex;
            position: absolute;
            width: auto;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.5s;
            right: 0;
            top: 100%;
            background-color: inherit;
            z-index: 999;
            width: auto !important; }
            .header-v2 .site-navigation ul li.menu-item-has-children .v2-sub ul {
              display: flex;
              flex-direction: column; }
              .header-v2 .site-navigation ul li.menu-item-has-children .v2-sub ul li {
                background-color: inherit; }
                .header-v2 .site-navigation ul li.menu-item-has-children .v2-sub ul li.menu-item-has-children .fa-angle-down {
                  transform: rotate(90deg); }
                .header-v2 .site-navigation ul li.menu-item-has-children .v2-sub ul li.menu-item-has-children .v2-sub {
                  opacity: 0;
                  pointer-events: none;
                  transition: all 0.5s;
                  left: auto;
                  right: 100%;
                  top: 0; }
              .header-v2 .site-navigation ul li.menu-item-has-children .v2-sub ul a {
                border-left: 0;
                display: block;
                width: 100%;
                border-bottom: 1px solid #fff;
                padding: 10px 15px;
                padding-left: 31px;
                visibility: hidden; }
                .header-v2 .site-navigation ul li.menu-item-has-children .v2-sub ul a:after {
                  display: none; }
                .header-v2 .site-navigation ul li.menu-item-has-children .v2-sub ul a:hover, .header-v2 .site-navigation ul li.menu-item-has-children .v2-sub ul a:focus {
                  color: #000; }
        .header-v2 .site-navigation ul li a {
          white-space: nowrap;
          color: #fff;
          font-size: 15px;
          padding: 0 24px;
          line-height: 13px;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100%;
          position: relative;
          font-family: "Arimo", sans-serif !important; }
          .header-v2 .site-navigation ul li a:hover, .header-v2 .site-navigation ul li a:focus {
            text-decoration: none;
            background-color: #fff;
            color: #000; }
          .header-v2 .site-navigation ul li a:after {
            content: "";
            width: 1px;
            height: 14px;
            background-color: #fff;
            position: absolute;
            left: 0;
            top: 24px; }
        .header-v2 .site-navigation ul li:last-child a:after {
          display: none; }
  .header-v2 .show-sub > .v2-sub {
    opacity: 1 !important;
    pointer-events: all !important; }
    .header-v2 .show-sub > .v2-sub ul a, .header-v2 .show-sub > .v2-sub ul .sub-menu-toggle-btn {
      visibility: visible !important; }
  .header-v2 .menu-item-has-children a {
    padding-left: 45px !important; }
  .header-v2 .v2-sub {
    overflow: visible !important; }
    .header-v2 .v2-sub li.show-sub > ul {
      opacity: 1;
      pointer-events: all; }
      .header-v2 .v2-sub li.show-sub > ul a, .header-v2 .v2-sub li.show-sub > ul .sub-menu-toggle-btn {
        visibility: visible !important; }
  .header-v2 .sub-menu-toggle-btn {
    width: 35px;
    height: 35px;
    border: none;
    background-color: transparent; }
  .header-v2 .menu-item-has-children .sub-menu .sub-menu-toggle-btn {
    visibility: hidden; }
  .header-v2 .left {
    align-items: center;
    padding-left: 30px; }
    .header-v2 .left .header-phone {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 20px;
      font-weight: lighter; }
      .header-v2 .left .header-phone span {
        color: #fff;
        font-size: 19px;
        direction: rtl; }
      .header-v2 .left .header-phone a {
        margin-right: 5px;
        color: #fff;
        font-size: 23px;
        font-weight: bold; }
  .header-v2 .icon-search {
    position: relative;
    padding: 0 20px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }

.home-top {
  height: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column-reverse; }

.home-menu-square {
  display: flex;
  justify-content: center;
  background-color: rgba(235, 235, 235, 0.8); }
  .home-menu-square #squareMenuWrap {
    position: unset;
    width: 70%;
    background: none;
    z-index: 9; }

#squareMenuWrap {
  z-index: 9; }

.home-bottom {
  padding: 40px;
  display: flex;
  justify-content: space-between; }
  .home-bottom .home-box {
    width: 24%;
    box-shadow: 1px 1px 3px 0px #787878;
    display: flex;
    flex-direction: column; }
    .home-bottom .home-box .box-content {
      padding: 20px;
      background-color: #fff;
      height: 100%; }
      .home-bottom .home-box .box-content .v2-news {
        height: 100%; }
        .home-bottom .home-box .box-content .v2-news #news-ticker {
          height: calc(100% - 36px); }
          .home-bottom .home-box .box-content .v2-news #news-ticker .slick-list {
            height: 350px !important; }
    .home-bottom .home-box .box-title {
      background-color: #FFF7D5;
      padding: 8px 0; }
      .home-bottom .home-box .box-title h2 {
        text-align: center;
        font-size: 32px;
        color: #5C4A43;
        margin: 0;
        line-height: 1;
        font-family: 'Assistant', sans-serif;
        font-weight: bold; }
        .home-bottom .home-box .box-title h2 a {
          color: #5C4A43; }

#news-ticker .single-news-slide a {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #979797; }
  #news-ticker .single-news-slide a .hpMsgtime {
    font-family: 'Assistant', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #5C4A43;
    margin-bottom: 10px; }
  #news-ticker .single-news-slide a .msgTitle {
    font-family: 'Assistant', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #000000;
    height: 66px; }

.listPostImg {
  background-size: contain !important; }

.h-event-img {
  height: 420px;
  display: flex !important;
  flex-direction: column; }
  .h-event-img .e-image-wrap {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 230px; }
  .h-event-img .h-event-info {
    position: relative;
    background-color: rgba(255, 247, 213, 0.8);
    padding-bottom: 53px; }
    .h-event-img .h-event-info .text {
      color: #5C4A43;
      font-weight: bold;
      padding: 1px 30px;
      font-size: 24px;
      height: 135px; }
      .h-event-img .h-event-info .text p {
        font-size: 18px;
        font-weight: bold; }
      .h-event-img .h-event-info .text h4, .h-event-img .h-event-info .text h6 {
        color: #5C4A43; }
      .h-event-img .h-event-info .text h4 {
        font-size: 24px;
        font-weight: bold;
        text-align: right;
        direction: rtl;
        margin-bottom: 3px; }
      .h-event-img .h-event-info .text h6 {
        font-size: 18px; }
    .h-event-img .h-event-info a {
      position: absolute;
      width: 100%;
      text-align: center;
      left: 0;
      bottom: 0;
      font-size: 18px;
      color: #5C4A43;
      padding: 14px 0; }

.p-0 {
  padding: 0 !important; }

.hv2-calendar {
  height: 100%;
  padding: 20px 40px !important; }
  .hv2-calendar .ctcWidgetEventsWrap,
  .hv2-calendar .ctcWidgetEvents {
    width: 100%;
    height: 100%; }
  .hv2-calendar .ui-datepicker {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0; }
    .hv2-calendar .ui-datepicker .ui-datepicker-header {
      background-color: #fff;
      font-family: "Arimo", sans-serif !important;
      border: none;
      border-radius: 0;
      margin-bottom: 18px; }
    .hv2-calendar .ui-datepicker .ui-datepicker-prev {
      background-image: url("/National_Library/oe_/https://bns.org.il/wp-content/themes/ctconnect2/images/c-right.png");
      background-position: center;
      background-repeat: no-repeat; }
    .hv2-calendar .ui-datepicker .ui-datepicker-next {
      background-image: url("/National_Library/oe_/https://bns.org.il/wp-content/themes/ctconnect2/images/c-left.png");
      background-position: center;
      background-repeat: no-repeat; }
  .hv2-calendar .ui-state-hover {
    background-color: #fff !important;
    border: none !important;
    border-radius: 0; }
  .hv2-calendar .ui-datepicker-calendar thead {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding: 6px 0;
    font-family: 'Assistant', sans-serif; }
    .hv2-calendar .ui-datepicker-calendar thead th span {
      font-weight: normal;
      font-size: 18px; }
  .hv2-calendar .ui-datepicker-calendar tbody .ctcEvent a {
    font-family: 'Assistant', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    color: #5C4A43; }
  .hv2-calendar .ui-datepicker-calendar tbody .ui-datepicker-other-month span {
    text-align: center;
    border: none;
    background-color: #fff; }
  .hv2-calendar .ui-datepicker-calendar tbody tr {
    height: 40px; }
    .hv2-calendar .ui-datepicker-calendar tbody tr td a {
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      border: none;
      background-color: #fff;
      font-family: 'Assistant', sans-serif;
      font-size: 18px;
      color: #9B9B9B;
      text-align: center; }
    .hv2-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
      background-color: #9B9B9B !important;
      color: #fff; }
      .hv2-calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a.ui-state-hover {
        background-color: #9B9B9B !important;
        color: #fff; }

.footer-top {
  display: flex;
  padding: 20px 40px; }
  .footer-top .f-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #fff;
    padding: 0 20px;
    padding-left: 150px; }
    .footer-top .f-box p {
      font-size: 16px;
      color: #fff;
      margin-top: 5px;
      text-decoration: underline; }
    .footer-top .f-box:hover p, .footer-top .f-box:focus p {
      background-color: #fff;
      color: #000; }

.footer-bottom {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin: 0 !important; }
  .footer-bottom ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none; }
    .footer-bottom ul li:last-child a {
      border-left: none !important; }
    .footer-bottom ul li a {
      padding: 0 20px;
      border-left: 1px solid #fff;
      white-space: nowrap;
      color: #fff;
      text-decoration: underline;
      font-size: 16px; }
      .footer-bottom ul li a:hover, .footer-bottom ul li a:focus {
        background-color: #fff;
        color: #000; }

.hamburger {
  display: none; }

.phone-call-icon {
  display: none; }

.v2-template #ctcPage {
  background: #FFFBED; }

.v2-template #ctcPageHeader {
  text-align: center;
  height: auto; }
  .v2-template #ctcPageHeader h1 {
    position: relative;
    line-height: 1;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 160px !important; }

.v2-template .inner-square-menu {
  background-color: rgba(235, 235, 235, 0.8) !important; }

@media (max-width: 1440px) {
  .header-v2 .left .header-phone span,
  .header-v2 .left .header-phone a {
    font-size: 15px; } }

@media (max-width: 1400px) {
  .header-v2 .site-navigation ul li a {
    font-size: 14px;
    padding: 0 19px; } }

@media (max-width: 1340px) {
  .header-v2 .left .header-phone span,
  .header-v2 .left .header-phone a {
    font-size: 12px; } }

@media (max-width: 1270px) {
  .header-v2 .site-navigation ul li a {
    font-size: 15px;
    padding: 0 5px; } }

@media (max-width: 1024px) {
  .header-v2 .left .header-phone span {
    display: none; }
  .header-v2 .logo-wrapper {
    margin-left: 5px; }
  .header-v2 .left {
    padding-left: 5px; }
  .header-v2 {
    padding-right: 5px;
    z-index: 999999 !important; }
  .home-menu-square #squareMenuWrap {
    width: 100%; }
  .home-bottom {
    padding: 5px; } }

.social-contact .wraps {
  border-right: 1px solid #fff !important;
  margin-right: 15px; }

@media (max-width: 640px) {
  #ctcPageHeader h1 {
    font-size: 36px; }
  .social-contact .wraps {
    margin-right: 0; }
  .social-contact .wraps {
    right: 0;
    background-color: transparent !important; }
  .social-contact a {
    background-color: #fff; }
  .social-contact a i {
    font-size: 31px; }
  .hamburger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999; }
  .header-v2 .icon-search {
    padding: 0 5px;
    margin-left: 5px; }
  .header-v2 .right {
    margin-right: 64px;
    width: 70%; }
  .header-phone span {
    display: none; }
  .header-phone .phone-call-icon {
    width: 26px;
    height: auto;
    display: block; }
  .header-v2 .v2-logo {
    height: 100%;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header-v2 .v2-logo img {
      height: 100%;
      width: auto;
      display: block;
      max-height: 100%; }
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before,
  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #fff; }
  .site-navigation {
    position: fixed;
    right: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 99;
    transition: all 0.5s;
    transform: translateX(100%);
    overflow: scroll; }
    .site-navigation.show-menu {
      transform: translateX(0); }
    .site-navigation ul {
      flex-direction: column; }
      .site-navigation ul li {
        height: auto !important;
        padding: 20px 0;
        justify-content: flex-start;
        position: relative; }
        .site-navigation ul li .fa-angle-down {
          position: absolute;
          left: 8px;
          top: 5px;
          color: #fff;
          padding: 5px 10px;
          border: 1px solid #fff; }
        .site-navigation ul li a {
          font-size: 20px !important;
          border: none !important;
          width: auto; }
          .site-navigation ul li a:after {
            display: none; }
  .home-top {
    min-height: 0;
    height: auto;
    margin-top: 58px;
    padding: 20px 0;
    padding-top: 160px; }
  .home-menu-square {
    margin-bottom: -100px; }
  .home-bottom {
    flex-wrap: wrap;
    padding-top: 110px; }
    .home-bottom .home-box {
      width: 100%;
      margin-bottom: 10px; }
  .footer-top {
    flex-direction: column; }
    .footer-top .f-box {
      justify-content: center;
      padding: 0;
      border: none;
      margin-bottom: 10px; }
  .footer-bottom {
    height: auto !important;
    flex-direction: column;
    padding: 10px 0; }
    .footer-bottom ul {
      margin-bottom: 10px; }
  .menu-item-has-children {
    display: flex;
    flex-direction: column; }
    .menu-item-has-children a {
      max-height: 53px; }
  .v2-sub {
    position: relative !important;
    left: auto;
    top: 0 !important;
    opacity: 1 !important;
    max-height: 0;
    overflow: hidden; }
  .v2-mobile-sub-open {
    padding-top: 0 !important; }
    .v2-mobile-sub-open .v2-sub {
      max-height: 1400px; }
      .v2-mobile-sub-open .v2-sub a {
        text-align: center; }
  .navbar-nav .v2-mobile-sub-open {
    display: flex;
    flex-direction: column; }
  .no-scroll {
    overflow: hidden; }
  .header-v2 .site-navigation ul li.menu-item-has-children .v2-sub {
    width: 100% !important; }
  .v2-sub {
    position: fixed !important;
    display: flex;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    left: 0 !important;
    right: auto !important;
    top: 0 !important;
    transition: all 0.5s !important;
    transform: translateX(100%);
    pointer-events: all !important; }
    .v2-sub .fa-arrow-left {
      position: absolute;
      left: 10px;
      top: 10px;
      font-size: 23px;
      color: #fff;
      display: block; }
    .v2-sub ul {
      width: 100%; }
    .v2-sub li {
      width: 100%;
      padding: 3px 0 !important; }
  .v2-mobile-sub-open > .v2-sub {
    transform: translateX(0); }
  .site-navigation > ul > li > .fa-angle-down {
    top: 14px; } }

footer {
  background-color: #03401f !important; }

.page-template #ctcPageHeader h1 {
  margin-top: 200px !important; }

#ctcPageHeader > div {
  margin-top: -40px; }

#ctcPage #defaultPage h1, #ctcPage #defaultPage h2, #ctcPage #defaultPage h3, #ctcPage #defaultPage h4, #ctcPage #defaultPage h5, #ctcPage #defaultPage h6 {
  color: #000 !important; }

.error404 h1 {
  color: #000 !important; }

.events-slider {
  position: relative;
  overflow: hidden; }
  .events-slider .slick-arrow {
    position: absolute;
    top: 19%;
    z-index: 9;
    width: 20px;
    height: 59px;
    background: transparent;
    color: transparent;
    border: none; }
    .events-slider .slick-arrow:focus {
      outline: none !important; }
    .events-slider .slick-arrow.slick-prev {
      right: 0;
      background-image: url(/National_Library/oe_/https://bns.org.il/wp-content/themes/ctconnect2/images/arrow_right.png);
      background-repeat: no-repeat; }
    .events-slider .slick-arrow.slick-next {
      left: 0;
      background-image: url(/National_Library/oe_/https://bns.org.il/wp-content/themes/ctconnect2/images/arrow_left.png);
      background-repeat: no-repeat; }
  .events-slider h4 a {
    position: unset !important;
    font-size: 24px !important; }

.post-excerpt {
  max-height: 85px;
  overflow: hidden;
  font-weight: normal !important;
  font-size: 18px !important;
  text-align: right;
  direction: rtl;
  line-height: 1.2; }
  .post-excerpt a {
    position: unset !important; }

.post-excerpt p,
.post-excerpt p strong,
.post-excerpt h1,
.post-excerpt h2,
.post-excerpt h3,
.post-excerpt h4,
.post-excerpt h5,
.post-excerpt h6 {
  font-weight: normal !important;
  font-size: 18px !important;
  text-align: right;
  direction: rtl;
  line-height: 1.2; }

.active-month {
  display: none; }

.ui-datepicker-month {
  cursor: pointer; }

#phonebookMainPage li {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: all .5s; }
  #phonebookMainPage li:hover, #phonebookMainPage li:focus {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75); }

#phonebookMainPage li a:hover .phmCnt, #phonebookMainPage li a:focus .phmCnt {
  text-decoration: underline; }

#news-ctrl {
  margin-bottom: 20px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center; }
  #news-ctrl .fa-play {
    display: none; }
  #news-ctrl.pause .fa-pause {
    display: none; }
  #news-ctrl.pause .fa-play {
    display: block; }

.slick-initialized .slick-disabled {
  opacity: 0; }

@media (max-width: 640px) {
  #ctcPageHeader h1 {
    font-size: 36px !important; }
  .v2-mobile-sub-open a {
    visibility: visible !important; }
  #ctcPageHeader {
    background-image: none !important;
    display: flex;
    flex-direction: column-reverse;
    position: relative; }
    #ctcPageHeader .inner-page-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 300px;
      background-position: center;
      background-size: cover; }
    #ctcPageHeader .inner-page-title {
      margin-top: 40px; }
      #ctcPageHeader .inner-page-title h1 {
        margin-top: 30px !important; }
    #ctcPageHeader #squareMenuWrap {
      margin-top: 180px !important; }
  .page-template #ctcPageHeader h1 {
    margin-top: 55px !important; }
  #ctcPage img {
    width: 100%; } }

.skip-to-content-link {
  background: green;
  height: 30px;
  z-index: 9999999999;
  left: 50%;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s; }
  .skip-to-content-link:focus {
    color: #fff;
    opacity: 1;
    transform: translateY(0%); }

#tfasim {
  direction: rtl; }
  #tfasim #mainwindow {
    border: 1px solid #bbb;
    box-shadow: 2px 2px 5px #dbdbdb; }
  @media only screen and (max-width: 600px) {
    #tfasim #formsMenu {
      margin: 20px 0; } }
  #tfasim #formsMenu ul {
    border: 1px solid #bbb;
    box-shadow: 2px 2px 5px #dbdbdb;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #tfasim #formsMenu ul li.active a {
      background-color: #bfbfbf; }
    #tfasim #formsMenu ul li a {
      display: block;
      border-bottom: 2px solid #EBEBEB;
      background-color: #ffffff;
      color: #000000;
      width: 100%;
      padding: 0 15px;
      font-size: 22px;
      line-height: 30px;
      text-decoration: none;
      transition: all .5s; }
      #tfasim #formsMenu ul li a:hover {
        text-decoration: underline;
        box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75); }
    #tfasim #formsMenu ul li:last-of-type a {
      border-bottom: none; }
      #tfasim #formsMenu ul li:last-of-type a:hover {
        box-shadow: none; }
    #tfasim #formsMenu ul ul li a {
      background-color: #ffffff; }
  #tfasim #mainwindow {
    background-color: #fff; }
    #tfasim #mainwindow a {
      color: #000057; }
    #tfasim #mainwindow .form-search form {
      border: 1px solid #eee;
      border-radius: 5px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 20px;
      padding: 10px 20px;
      flex-wrap: wrap; }
      #tfasim #mainwindow .form-search form label, #tfasim #mainwindow .form-search form input[type="submit"] {
        font-size: 20px;
        font-weight: 500;
        text-align: right; }
        @media only screen and (max-width: 600px) {
          #tfasim #mainwindow .form-search form label, #tfasim #mainwindow .form-search form input[type="submit"] {
            width: 100%; } }
      #tfasim #mainwindow .form-search form input[type="text"] {
        flex-grow: 1;
        margin: 0 20px; }
        @media only screen and (max-width: 600px) {
          #tfasim #mainwindow .form-search form input[type="text"] {
            margin: 0; } }
      #tfasim #mainwindow .form-search form input[type="submit"] {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAD9klEQVR4nO3bWWgdVRzH8c9NamKXuEHRUkUUhLYgNaCCghIRKUpBsKJC3XBBivhQESvii0sEkaJF6YMgVePyIrggQVFEBZdKBbEuVB/csMaHoqWuTeP14dzhjPHGa3LnzNzY+cI83v/v///NmTPnnP9campqErMIy7ECJ+EYHFJpRglpYDVuxTi+RrPNNYnP8DSuw7FVJFskQ9iIj7UvuNP1J17FxegrOfeuGMAm7PHPor7B87gft2ADbsRteFgo+Kc2v/sUF5ZZxFw5QxjG+eQ/xM04UXgcOtGPU3Efdk+L9SKWFZ51ATSEO3pATPYtnOu/FT0TA7gGX+Xi/tCK2zP04xExwT1Yr7vCp7MIo5hqaRzAlQXGnzP9wqydFf8Ojkuodza+z+ndkFCrIw1h4sqSeQELS9A9AZ+Lb4p1JWi25Vqx+HHlLmSWi+uJX7CyRG1agr+1EvgIi8tOAKuE4pvYicGyhBt4Q3R/RVnCbbhKHIW3lyV6SU50U1miM9AQFk9NYUQmXyP0CcOtiS+F93TVrBImwyY2pxZbI979DanFZsGz4iM5lFLomZbQPmFx0iuMiDfm6lQig/i1JfJ4KpE50idstLJXchJGRJcvTSXSBdly/GeJ5qY7RAN6cUd2uZjfaSkEnhI3O73IKaIBSTZK77WCv58ieAEsEQ24K4VAdtDxSorgBdAQzhWb2JJCINt8PJcieEFkx2mPpgi+S+LXTAH8IeT4UIrgO1rB304RvAAOFeeA0RQC2XJzd4rgBbBSNOD6FAL35ASOTCHQJReJ+Z2VQmBtTmBtCoEueUDIbb/wSiycw8Rj7ySvmS5o4BPxOD4ZL7dEJrAgpdAsWS2Ozo0phS7LCVV2GtuGrWK/4OiUQoP4tiW2Q7HNj7myDL8LOT1ZhuBN4ihYX4ZgB7aJPYJSjscHxH3BBJaWIToD54g3Y2uZwiM54XHV9O+Xit3jCRWsTUZFEx5U7nywGO+KQ7+SbvECYWucmXCvckwYEnsBla9JlmB7LpnHpG2QHo8Pcnp7hROq4YSaHTkCb+aS2pkgoYawBvkxp5P/lKZyExbiiVxCU8KsXMSXXqfjtVzsSe2/P6rchIbwOcveXFL7MYbzzG7pPIQr8Lq/F7lLOP1tZ0BPmEBYmY2J/br88/oS7haKW4Mzha3rBcLXHpuFA5fJab/dJxzLZy3wYT1uAqFtvk3s4c/l+g534qg28eeFCcThPCbuI2a6poQPK7cII6S/Q+x5Y0Kew4WJ7XyhxbZOmCNOFs71Zsu8NKFoahPUJqA2AbUJqE1AbQJqE1CbgH83YXuFeZVKOxO+8D/4c9ZsyJtw0BWfMSwM+4Oy+Jqams78BfpHtR2G/t4zAAAAAElFTkSuQmCC);
        background-repeat: no-repeat;
        background-position: center right;
        background-color: transparent;
        border: 0;
        background-size: 35px;
        height: 40px;
        padding-right: 40px; }
        @media only screen and (max-width: 600px) {
          #tfasim #mainwindow .form-search form input[type="submit"] {
            font-size: 16px;
            width: 100%; } }
    #tfasim #mainwindow h2 {
      color: #000;
      margin: 30px 0; }
    #tfasim #mainwindow .row .form-category {
      border: 1px solid #000;
      background-color: #fff;
      border-radius: 5px;
      margin: 20px;
      padding: 10px 20px; }
      #tfasim #mainwindow .row .form-category .name {
        font-size: 24px; }
    #tfasim #mainwindow .row .item {
      display: inline-block;
      background-color: #ebebeb;
      border: 1px solid #000;
      border-radius: 5px;
      margin: 15px;
      padding: 10px 20px; }
      #tfasim #mainwindow .row .item img {
        width: 20px;
        height: 20px;
        display: inline;
        margin: 0 10px 0 0; }
  #tfasim .nothingfound {
    display: block;
    margin: 20px;
    font-size: 26px; }

/*# sourceMappingURL=v2.css.map */