/* colors */
/* settings */
@import url("https://fonts.googleapis.com/css?family=Rubik&amp;subset=hebrew");
body .main {
  width: 100%; }

@media only screen and (min-width: 900px) {
  .main > .content {
    height: 100%; } }
  @media only screen and (min-width: 900px) and (max-width: 1600px) {
    .main > .content {
      padding-left: 74px; } }

@media only screen and (min-width: 900px) {
  body .sidebar {
    right: 0px;
    padding-right: 22px;
    width: 246px; } }
.site-header {
  height: auto;
  padding-bottom: 22px; }

#angularPopupContent {
  margin: 0px !important; }
  #angularPopupContent .popup {
    margin: 0px !important; }
  #angularPopupContent .fab-action-button {
    position: fixed;
    line-height: 0px;
    bottom: 5px;
    margin-right: 620px; }
    @media only screen and (max-width: 899px) {
      #angularPopupContent .fab-action-button {
        bottom: 42px;
        max-width: 75px;
        right: 5px;
        margin-right: 0px; }
        body.frontHeader #angularPopupContent .fab-action-button {
          bottom: 5px; } }

.sidenav ul ul li a i[class^="icon"] {
  margin-top: 0px;
  top: 0px !important;
  float: right;
  height: 30px !important;
  width: 47px; }
.sidenav i[class^="icon"] {
  right: 8px; }
.sidenav ul ul li a .icon-cleaning {
  top: 0px !important; }
.sidenav .icon-pig {
  margin-top: -1px !important;
  right: 5px !important; }
.sidenav .icon-mobile {
  margin-top: 1px !important; }
.sidenav .icon-nutrition {
  margin-top: -1px !important; }
.sidenav .icon-cleaning {
  margin-top: 1px !important; }
.sidenav .icon-health {
  margin-top: 2px !important; }

.platform-toolbar {
  background-color: #d20e98;
  color: #fff;
  font-size: 20px;
  height: 64px;
  line-height: 64px; }
  .platform-toolbar .brick {
    display: block;
    padding: 0px 10px 0px 0px;
    height: 100%;
    float: right;
    vertical-align: middle;
    border-left: 1px solid rgba(255, 255, 255, 0.33);
    width: auto;
    border: 0px;
    box-sizing: border-box; }
  .platform-toolbar .menu-icon {
    position: absolute;
    left: 30px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 100%; }
    .platform-toolbar .menu-icon .icon {
      font-size: 30px; }
    .platform-toolbar .menu-icon .md-button {
      border-radius: 0px !important; }
  .platform-toolbar .the-logo {
    font-size: 40px;
    line-height: 60px;
    overflow: hidden;
    display: block;
    float: right;
    background: url("images/flow-logo.png?r=1") 0px 6px no-repeat;
    width: 118px;
    position: relative;
    top: -5px;
    height: 64px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px; }
    .platform-toolbar .the-logo a {
      text-decoration: none; }
  .platform-toolbar .logo-bg {
    background: red;
    width: 100%;
    height: 100%;
    display: block; }
  .platform-toolbar .toolbarBreadcrumbs {
    font-size: 40px;
    line-height: 61px;
    float: right;
    position: relative;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: lighter; }
    .platform-toolbar .toolbarBreadcrumbs .sign {
      display: inline-block;
      margin: 0px 10px;
      opacity: 0.8;
      font-size: 60px;
      position: relative;
      top: 1px;
      /* position: absolute; */
      float: right;
      /* background: #fff; */
      /* transform: rotate(5deg); */
      /* color: $color-primary; */
      /* border-radius: 10px; */
      /* width: 3px; */
      /* height: 50px; */
      /* top: 6px; */ }
  .platform-toolbar .search-brick {
    margin: 0 auto;
    position: relative;
    padding-right: 31px;
    width: calc(100% - 186px);
    box-sizing: border-box;
    text-align: center;
    position: static;
    /* background: rgba(255, 44, 44, 0.18); */
    margin-right: 0px;
    float: right;
    position: absolute;
    left: 50px;
    height: 64px;
    background: #d20e98;
    opacity: 1;
    transition: opacity 0.3s; }
    .platform-toolbar .search-brick form {
      background: transparent;
      padding: 0px;
      display: block;
      max-width: calc(100% - 40px);
      position: relative;
      /* background: violet; */ }
    .platform-toolbar .search-brick .search-button {
      z-index: 0;
      position: absolute;
      left: -12px;
      top: -3px;
      font-size: 24px; }
      .platform-toolbar .search-brick .search-button a {
        color: inherit; }
    .platform-toolbar .search-brick.activeSearch input {
      background: transparent;
      font-size: 40px;
      opacity: 1;
      box-shadow: none; }
      .platform-toolbar .search-brick.activeSearch input::-webkit-input-placeholder {
        opacity: 0; }
      .platform-toolbar .search-brick.activeSearch input:-moz-placeholder {
        opacity: 0; }
      .platform-toolbar .search-brick.activeSearch input::-moz-placeholder {
        opacity: 0; }
      .platform-toolbar .search-brick.activeSearch input:-ms-input-placeholder {
        opacity: 0; }
    .platform-toolbar .search-brick.activeSearch .sign {
      opacity: 0.8; }
    .platform-toolbar .search-brick input {
      width: 100%;
      z-index: 1;
      background: rgba(255, 255, 255, 0.3);
      color: inherit;
      border-radius: 2px;
      box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.12);
      border: 0px;
      font-style: normal;
      outline: 0px;
      height: 40px;
      padding-top: 0px;
      font-size: 40px;
      opacity: 0.8;
      font-family: "Open Sans Hebrew", arial;
      box-sizing: content-box;
      transition: background 0.5s,  color 0.5s, font-size 0.3s;
      padding-bottom: 5px;
      position: absolute;
      top: 10px;
      right: 0px;
      padding-right: 6px;
      font-weight: lighter; }
      .platform-toolbar .search-brick input:focus, .platform-toolbar .search-brick input.hover {
        color: #000;
        background: white;
        opacity: 1; }
        .platform-toolbar .search-brick input:focus::-webkit-input-placeholder, .platform-toolbar .search-brick input.hover::-webkit-input-placeholder {
          color: #888; }
      .platform-toolbar .search-brick input:focus {
        font-size: 28px;
        transition: background 0.5s,  color 0.5s; }
        .platform-toolbar .search-brick input:focus::-webkit-input-placeholder {
          top: 1px; }
      .platform-toolbar .search-brick input::-webkit-input-placeholder {
        color: inherit;
        font-style: normal;
        font-size: 28px;
        position: relative;
        top: -4px;
        right: 6px;
        display: block; }
      .platform-toolbar .search-brick input:-moz-placeholder {
        color: inherit;
        font-style: normal;
        font-size: 28px;
        position: relative;
        top: -4px;
        right: 6px;
        display: block; }
      .platform-toolbar .search-brick input::-moz-placeholder {
        color: inherit;
        font-style: normal;
        font-size: 28px;
        position: relative;
        top: -4px;
        right: 6px;
        display: block; }
      .platform-toolbar .search-brick input:-ms-input-placeholder {
        color: inherit;
        font-style: normal;
        font-size: 28px;
        position: relative;
        top: -4px;
        right: 6px;
        display: block; }
    .platform-toolbar .search-brick .sign {
      font-weight: lighter;
      display: inline-block;
      margin: 0px 7px;
      opacity: 0.8;
      font-size: 50px;
      position: relative;
      top: 0px;
      opacity: 0;
      position: absolute;
      right: 1px;
      transition: 0.2s; }

.topbar-menu a {
  color: #000; }

.breadcrumbs {
  height: 35px; }

/* bricklist */
.entry {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  border-radius: 0px;
  margin-right: -2px;
  margin-left: -2px;
  overflow: hidden;
  font-family: "Open Sans Hebrew", arial; }
  .entry.left a strong {
    transition: 0s !important;
    line-height: 120%;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    position: absolute;
    min-height: 0px;
    max-height: initial !important;
    overflow: hidden;
    font-size: 20px;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.75) 100%) !important;
    height: auto;
    color: #fff;
    font-weight: 500;
    top: inherit;
    bottom: -1px;
    text-align: right;
    padding: 10px 10px 10px 10px !important;
    padding-top: 10% !important;
    display: block; }
    @media only screen and (max-width: 899px) {
      .entry.left a strong {
        padding-top: 15% !important; } }

@media only screen and (max-width: 899px) {
  .entry.left a strong {
    font-size: 24px !important;
    line-height: 120% !important; } }
html body .pagination-sd .swiper-active-switch {
  background: #d20e98 !important; }

.longPage h3 {
  background: #d20e98; }

.innerAbout {
  min-width: 600px;
  max-width: 100vw; }

.contact {
  background: #fff; }

label {
  background: #888; }

.contact input[type="submit"] {
  background-color: #d20e98;
  margin-right: auto;
  margin-left: auto; }

.contact input[type="submit"]:hover {
  background-color: #8a0964; }

.slideContent .entry:nth-child(5n) div.imgWrap.singleItemBrick.gb {
  background-color: #d20e98 !important; }

.slideContent .entry:nth-child(5n+1) div.imgWrap.singleItemBrick.gb {
  background-color: #10a8f3 !important; }

.slideContent .entry:nth-child(5n+2) div.imgWrap.singleItemBrick.gb {
  background-color: #d2480e !important; }

.slideContent .entry:nth-child(5n+3) div.imgWrap.singleItemBrick.gb {
  background-color: #98d20e !important; }

.slideContent .entry:nth-child(5n+4) div.imgWrap.singleItemBrick.gb {
  background-color: #0e98d2 !important; }

.loginForm .smallTitle h1 {
  color: #777; }

.loginForm .loginBox label:not(.error) {
  background-color: #777; }

div.singleItemBrick.centerTag, div.singleItemBrick.todayTagBrick {
  background-color: #10a8f3 !important;
  /* background: #3a3535; */
  color: #fff; }
div.singleItemBrick.todayTagBrick .bigTag, div.singleItemBrick.todayTagBrick .randomTagButton {
  background: #06567d !important; }
div.singleItemBrick.centerTag h3 {
  font-size: 44px;
  position: relative;
  font-weight: normal; }

/* bricklist - end */
.sidenav a.sidenav-button {
  padding: 5px 20px 5px 20px;
  width: 92px;
  text-align: right;
  padding-right: 22px;
  color: #ffffff;
  font-weight: normal;
  background: #10a8f3 !important;
  border: 0px;
  box-sizing: content-box;
  box-shadow: none;
  font-family: "Open Sans Hebrew", arial;
  height: 26px;
  line-height: 24px;
  display: block;
  border-radius: 10px;
  vertical-align: bottom;
  /* color: #444; */ }
.sidenav ul ul li {
  padding-bottom: 8px; }
  .sidenav ul ul li a {
    width: 92px;
    text-align: right;
    padding-right: 22px;
    color: #ffffff;
    font-weight: normal;
    background: #10a8f3 !important;
    border: 0px;
    box-sizing: content-box;
    box-shadow: none;
    font-family: "Open Sans Hebrew", arial;
    height: 26px;
    line-height: 24px;
    display: block;
    border-radius: 5px;
    vertical-align: bottom;
    /* color: #444; */ }
    @media only screen and (max-width: 899px) {
      .sidenav ul ul li a {
        width: 108px; } }
    .sidenav ul ul li a:hover {
      background: #d20e98 !important; }
  .sidenav ul ul li.current a {
    background: #d20e98 !important; }
.sidenav ul ul li a .arrow {
  display: none !important; }

/* item */
.popup-main {
  background: #fff; }

.popup-article-body {
  color: #1d2129; }
  .popup-article-body .popup-article-text a {
    color: #d20e98; }
    .popup-article-body .popup-article-text a:hover {
      color: #8a0964;
      text-decoration: none; }
  .popup-article-body .item-lang-links {
    margin: 16px 0px;
    direction: ltr;
    text-align: left;
    font-size: 15px; }
    .popup-article-body .item-lang-links a {
      color: #0071DA;
      font-size: 14px;
      display: block;
      margin-top: 3px; }

.popup-article-section {
  border-color: rgba(0, 0, 0, 0.09); }

.popup-article-body a.taglink {
  padding: 0px 3px 1px 3px;
  font-size: inherit; }

.tag-item, .popup-article-body a.taglink {
  background: #10a8f3 !important;
  border-radius: 7px;
  text-decoration: none; }

.list-links a, .list-links .alt a, .list-links .start a {
  background: #10a8f3 !important;
  border-radius: 7px;
  text-decoration: none; }

.tag-item:hover, .popup-article-body a:hover.taglink {
  background: #0977ae !important; }

.list-links li:not(.start) a:hover {
  background: #0977ae !important; }
.list-links li.start a {
  background-image: none; }
  .list-links li.start a:hover {
    background: #0977ae !important; }

.section-related-body {
  margin-bottom: 20px; }
  .section-related-body .related {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    position: relative; }
    .section-related-body .related .related-distance {
      position: absolute;
      top: 0px;
      left: 0px;
      border-radius: 0px 0px 10px 0px;
      font-size: 14px;
      color: #fff;
      padding: 5px;
      /* background: #fff; */
      opacity: 0.8;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.67), 1px 1px 7px rgba(0, 0, 0, 0.87);
      background: transparent;
      height: 24px; }
    .section-related-body .related .related-content {
      background: #1d2129;
      background: #eae9e9;
      font-size: 10px;
      border-top: 0px; }
      .section-related-body .related .related-content a {
        color: #484747; }
      .section-related-body .related .related-content h6 {
        font-size: 16px;
        line-height: 21px;
        padding: 7px 5px; }
        @media only screen and (max-width: 899px) {
          .section-related-body .related .related-content h6 {
            font-size: 14px;
            line-height: 21px; } }

.section-related-head h5 {
  background: transparent;
  color: #828282;
  font-weight: bold;
  font-size: 16px; }

/* item-end */
#bowl_ringG img {
  display: none; }

.jspDrag {
  background: #d20e98; }

.jspTrack {
  background: #efefef; }

html {
  background: #f5f5f4; }

body {
  color: #1d2129;
  background: inherit; }

#bowl_ringG {
  border: 18px solid #d20e98; }

.ballG {
  background: #8a0964; }

.autocomplete-suggestion {
  padding: 10px 20px;
  font-size: 16px; }
  .autocomplete-suggestion strong {
    color: #000000; }

/* colors */
/* mobile css */
#header.mobile-menu {
  height: 56px;
  background: red;
  z-index: 3; }
  #header.mobile-menu ul {
    height: 100%;
    padding-left: 10px; }
    #header.mobile-menu ul li {
      height: 100%;
      background: none;
      border: 0px;
      padding: 0px 4px; }
#header .toolbox {
  background: #d20e98;
  height: 100%;
  padding: 0px 5px;
  box-sizing: border-box; }

#footer {
  background: #d20e98 !important; }

#header.mobile-menu .wide {
  display: none; }
#header.mobile-menu .mobile-app-logo-link {
  font-size: 40px;
  line-height: 60px;
  overflow: hidden;
  display: block;
  width: calc(100% - 140px );
  max-width: 118px;
  height: 56px;
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  z-index: 1; }
#header.mobile-menu .mobile-app-logo {
  width: 100%;
  height: 100%;
  background: url("images/flow-logo-mobile.png") 0px 10px no-repeat;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #d20e98; }

.mobile-menu .toolbox .menu-button {
  font-size: 38px;
  height: 100%;
  display: block;
  padding-top: 4px;
  position: relative;
  left: 10px;
  box-sizing: border-box; }

#header.mobile-menu {
  color: #fff; }
  #header.mobile-menu a {
    color: inherit; }
  #header.mobile-menu .search-button {
    color: inherit;
    position: relative;
    top: 0px;
    left: 4px;
    text-align: center;
    padding-top: 5px;
    padding-left: 0px;
    font-size: 30px;
    width: 44px;
    display: block;
    height: 100%;
    box-sizing: border-box; }
  #header.mobile-menu .searchnav {
    top: 56px;
    background: #8a0964;
    height: auto; }
    #header.mobile-menu .searchnav div {
      padding: 14px; }
    #header.mobile-menu .searchnav input.field {
      font-size: 20px;
      height: 28px;
      line-height: 100%; }

body #secondHeader {
  top: 56px;
  background: #8a0964;
  color: #fff;
  font-weight: normal; }

body #footer a.back:active, body #footer a.back:hover, body .uparrow:hover {
  background: #8a0964; }

.imgWrap .loadedImg {
  background-size: cover !important; }
.imgWrap.textBrick {
  display: flex;
  align-items: center;
  color: #fff;
  height: calc(100% + 1px); }

.dots {
  margin-top: 5px; }

body.frontHeader #page-right {
  padding-top: 56px; }

.entry cite.geoDistance {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0px 0px 10px 0px;
  font-size: 14px;
  color: #fff;
  padding: 5px;
  /* background: #fff; */
  opacity: 0.8;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.67), 1px 1px 7px rgba(0, 0, 0, 0.87);
  background: transparent;
  height: 24px; }

.item-left-corenr {
  position: absolute;
  left: 2px !important;
  right: initial !important; }

.add-to-my-list-icon.saved {
  color: rgba(2, 208, 105, 0.87) !important;
  font-size: 28px !important;
  position: relative !important;
  margin-top: -4px !important;
  margin-left: 8px !important;
  opacity: 1 !important; }

.popup-article-login.item-top {
  width: 100%;
  border: 0px;
  z-index: 50;
  position: relative;
  padding-top: 58px; }

#header.mobile-menu-popup .toolbox {
  padding: 0px 5px 0px 2px  !important; }

.TodayChallengeForm .submitArea input, body .darkSubmit, input[type="submit"] {
  background: #d20e98; }

.loginForm .loggedMsg a {
  color: #d20e98; }

.eui.bg-primary {
  background: #d20e98 !important; }

.md-dialog-content p {
  margin-bottom: 10px; }
.md-dialog-content h2 {
  margin-bottom: 10px; }

.about-page-buttons {
  margin-top: 14px; }
  @media only screen and (max-width: 899px) {
    .about-page-buttons .google-play-icon {
      display: none; }
      .about-page-buttons .google-play-icon img {
        width: 118%;
        margin-right: -8%;
        margin-bottom: -26px; }
    .about-page-buttons .apple-store-icon {
      display: none; }
      .about-page-buttons .apple-store-icon img {
        width: 100%;
        margin-bottom: -6px;
        box-sizing: border-box;
        margin-top: 26px; } }
  @media only screen and (min-width: 900px) {
    .about-page-buttons a.button {
      line-height: 26px !important;
      padding: 6px 20px !important;
      height: 40px !important;
      position: relative;
      right: -30px;
      margin-left: -7px;
      top: -1px; }
    .about-page-buttons .google-play-icon img {
      height: 58px;
      position: relative;
      top: 23px;
      right: -6px;
      margin-left: -18px;
      margin-top: -30px; }
    .about-page-buttons .apple-store-icon img {
      height: 40px;
      top: 14px;
      MARGIN-LEFT: 0px;
      margin-top: -30px;
      position: relative;
      right: 30px; } }

@media only screen and (min-width: 900px) {
  body md-menu-content {
    max-height: 800px; } }

.social-buttons-line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .social-buttons-line .round-social-button {
    display: inline-block;
    background-color: #12a39a;
    width: 40px;
    height: 40px;
    border-radius: 1000px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 8px;
    flex-basis: 40px; }
    .social-buttons-line .round-social-button .icon-youtube-play {
      font-size: 24px; }

.google-play-item-icon, .apple-store-item-icon {
  display: none;
  text-align: center;
  margin-top: -30px; }
  @media only screen and (min-width: 900px) {
    .google-play-item-icon, .apple-store-item-icon {
      margin-top: -20px;
      display: inline-block;
      margin-right: 34px; } }
  .google-play-item-icon img, .apple-store-item-icon img {
    width: 100%; }
    @media only screen and (min-width: 900px) {
      .google-play-item-icon img, .apple-store-item-icon img {
        width: 250px; } }
  .google-play-item-icon a, .apple-store-item-icon a {
    display: block;
    line-height: 0px; }

.apple-store-item-icon {
  padding: 20px 20px; }
  @media only screen and (min-width: 900px) {
    .apple-store-item-icon {
      margin-right: 10px;
      padding: 16px 0px;
      vertical-align: top; }
      .apple-store-item-icon img {
        height: 65px;
        width: auto; } }

.platform-popup-menu-content {
  margin-top: 56px; }
  .platform-popup-menu-content .nearby-places-buttons .nearby-places-button .text {
    color: #d20e98;
    text-shadow: none; }
  .platform-popup-menu-content .google-play-icon, .platform-popup-menu-content .apple-store-icon {
    display: none;
    text-align: center;
    margin-top: 6px; }
    .platform-popup-menu-content .google-play-icon img, .platform-popup-menu-content .apple-store-icon img {
      width: 90%; }
    .platform-popup-menu-content .google-play-icon a, .platform-popup-menu-content .apple-store-icon a {
      display: block;
      line-height: 0px; }
  .platform-popup-menu-content .apple-store-icon img {
    width: 80%;
    padding: 20px 0px;
    box-sizing: border-box; }
  .platform-popup-menu-content .infiniteScrollContent .imgWrap {
    min-height: 160px;
    max-height: 160px;
    background-size: 100% !important; }
  .platform-popup-menu-content .slideContent {
    margin: 4px 0px !important; }
  .platform-popup-menu-content .entry.grid1 a strong {
    background: transparent !important;
    font-size: 34px !important;
    font-weight: normal !important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8), 0px 0px 20px rgba(0, 0, 0, 0.8), 0px 0px 30px black, 0px 0px 40px black;
    height: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
    line-height: 160px !important;
    padding: 0px !important; }

/* taboola item ads - begin */
.taboola-item-ads {
  padding: 0px 0px 22px 0px;
  margin-top: -20px;
  /* taboola style */
  /* taboola style - end */ }
  .taboola-item-ads .trc_rbox_header_span {
    display: none; }
  @media only screen and (max-width: 899px) {
    .taboola-item-ads {
      padding-bottom: 36px; } }
  .taboola-item-ads .thumbnails-a .videoCube .video-label-box .video-title {
    font-weight: normal;
    color: #484747; }
  .taboola-item-ads .thumbnails-a .videoCube.syndicatedItem .video-label-box {
    padding: 2px 10px; }
  .taboola-item-ads .thumbnails-a .videoCube.syndicatedItem {
    background: #eae9e9;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    font-weight: normal; }
  @media only screen and (max-width: 899px) {
    .taboola-item-ads .thumbnails-a .trc_rbox_header {
      padding-left: 24px; }
    .taboola-item-ads .trc_elastic_thumbnails-a .videoCube {
      width: 41%;
      margin-right: 8%; }
      .taboola-item-ads .trc_elastic_thumbnails-a .videoCube:nth-of-type(2n) {
        margin-right: 4%; } }

/* taboola item ads - end */
md-dialog.md-hebrew-cofirm-dialog-theme {
  direction: rtl; }
  md-dialog.md-hebrew-cofirm-dialog-theme md-dialog-actions {
    flex-direction: row-reverse;
    padding-right: 8px; }
    md-dialog.md-hebrew-cofirm-dialog-theme md-dialog-actions button {
      flex: 1; }

/* item extantions - begin */
/* share item - begin */
@media only screen and (min-width: 900px) {
  .share-item-url-box .share-item-url-content {
    position: relative;
    right: 210px; } }

/* share item - end */
/* item extantions - begin */
/* nearby-places-buttons - begin */
.nearby-places-buttons {
  width: 100%;
  position: absolute;
  top: 42px;
  right: 0px;
  z-index: 20;
  padding: 0px 10px;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  transition: opacity 0.5s;
  box-sizing: border-box; }
  .nearby-places-buttons.in-menu-popup {
    position: static; }
    .nearby-places-buttons.in-menu-popup.show {
      padding-top: 8px;
      padding-bottom: 26px;
      background: #fff; }
  .nearby-places-buttons.show {
    max-height: 1000px;
    padding-bottom: 24px;
    opacity: 1; }
  .nearby-places-buttons .nearby-places-button {
    width: 30%;
    display: block;
    box-sizing: border-box;
    float: right;
    height: 100%;
    padding-top: 30%;
    position: relative;
    margin: 0 1.6%; }
    .nearby-places-buttons .nearby-places-button:nth-child(n+4) {
      margin-top: 5%; }
    .nearby-places-buttons .nearby-places-button .text {
      position: absolute;
      bottom: -15px;
      display: block;
      width: 100%;
      text-align: center;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.92), 1px 1px 3px black, 0px 0px 8px black, 0px 0px 10px black;
      font-size: 15px;
      padding-left: 2%;
      box-sizing: border-box; }
      @media only screen and (min-width: 900px) {
        .nearby-places-buttons .nearby-places-button .text {
          font-size: 20px;
          bottom: -18px; } }
    .nearby-places-buttons .nearby-places-button .img-container {
      display: block;
      width: 76%;
      height: 76%;
      position: absolute;
      top: 0px;
      right: 0px;
      padding: 0px;
      box-sizing: border-box;
      margin-right: 12%;
      overflow: hidden;
      border-radius: 1000px;
      margin-top: 12%; }
      .nearby-places-buttons .nearby-places-button .img-container .img {
        display: block;
        width: 100%;
        box-sizing: border-box;
        height: 100%;
        box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.68), 0px 0px 8px 3px rgba(255, 255, 255, 0.68);
        background-size: 58%;
        background-position: center;
        background-color: #d20e98;
        background-repeat: no-repeat; }
      @media only screen and (min-width: 900px) {
        .nearby-places-buttons .nearby-places-button .img-container .img {
          transition: 0.3s; }
        .nearby-places-buttons .nearby-places-button .img-container:hover {
          opacity: 1; }
          .nearby-places-buttons .nearby-places-button .img-container:hover .img {
            box-shadow: 0px 0px 6px 4px rgba(255, 255, 255, 0.68), 0px 0px 8px 5px rgba(255, 255, 255, 0.68); } }
    .nearby-places-buttons .nearby-places-button.bars .img {
      background-image: url("/css/images/guidol/bars-mono.svg");
      background-position: 50% 47%; }
    .nearby-places-buttons .nearby-places-button.clubs .img {
      background-image: url("/css/images/guidol/clubs-mono.svg");
      background-position: 50% 53%; }
    .nearby-places-buttons .nearby-places-button.coffee .img {
      background-image: url("/css/images/guidol/coffee-mono.svg");
      background-position: 55% 47%; }
    .nearby-places-buttons .nearby-places-button.resturants .img {
      background-image: url("/css/images/guidol/resturants-mono.svg"); }
    .nearby-places-buttons .nearby-places-button.about .img {
      background-image: url("/css/images/guidol/info-mono.svg");
      background-size: 48%; }
    .nearby-places-buttons .nearby-places-button.contact .img {
      background-image: url("/css/images/guidol/contact-mono.svg");
      background-size: 50%;
      background-position: 50% 54%; }
    .nearby-places-buttons .nearby-places-button.guestbook2 .img {
      background-image: url("/css/images/guidol/guestbook2-mono.svg"); }
    .nearby-places-buttons .nearby-places-button.guestbook .img {
      background-image: url("/css/images/guidol/guestbook-mono.svg"); }
    .nearby-places-buttons .nearby-places-button.travel-tools .img {
      background-image: url("/css/images/guidol/travel-tools-mono.svg"); }
    .nearby-places-buttons .nearby-places-button.travel-preps .img {
      background-image: url("/css/images/guidol/travel-preps-mono.svg"); }
    .nearby-places-buttons .nearby-places-button.press .img {
      background-image: url("/css/images/guidol/press-mono.png"); }

/* nearby-places-buttons - end */
/* open-hours - begin */
.popup .item-open-hours {
  color: #777;
  border-bottom: 0;
  padding: 10px 17px; }
  @media only screen and (min-width: 900px) {
    .popup .item-open-hours {
      padding-right: 0px;
      padding-left: 0px; } }
  .popup .item-open-hours .time-table {
    color: #555;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    transition: 0.1s; }
  .popup .item-open-hours.show-time-table .open-now {
    display: none; }
  .popup .item-open-hours.show-time-table .time-table {
    max-height: 1000px;
    line-height: 150%;
    opacity: 1;
    transition: max-height 0.2s, opacity 0.7s; }
    .popup .item-open-hours.show-time-table .time-table .selected-day {
      font-weight: bold; }
  .popup .item-open-hours .clock-area {
    cursor: pointer;
    font-size: 17px;
    float: right;
    margin-left: 6px;
    color: inherit;
    margin-top: -1px; }
  .popup .item-open-hours .clock-area.closed {
    color: #DB4437; }
  .popup .item-open-hours .content-area {
    float: right;
    line-height: 21px; }
  .popup .item-open-hours .icon-arrow-down {
    font-size: 20px;
    margin-top: -3px;
    color: #a7a7a7; }
    .popup .item-open-hours .icon-arrow-down:before {
      margin: 0px; }
  .popup .item-open-hours a.open-now {
    text-decoration: none; }
    .popup .item-open-hours a.open-now.closed {
      color: #DB4437; }
    .popup .item-open-hours a.open-now.open {
      color: inherit; }

/* open-hours - end */
/* item plugins - end */

/*# sourceMappingURL=style-flow.css.map */
