@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);
/* core/modules/mixins */
#bloxRwdHat {
  transition: all 0.3s ease-out;
  width: 100%;
  height: 90px;
  background-color: #f0f0f0;
  top: -90px;
  left: 0;
  position: fixed;
  z-index: 2;
  text-align: center; }
  #bloxRwdHat.pinned {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.29);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.29);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.29); }
    #bloxRwdHat.pinned #hatPin {
      opacity: 1; }
  #bloxRwdHat:hover, #bloxRwdHat.pinned {
    top: -55px; }
    #bloxRwdHat:hover ul li:nth-of-type(1):before, #bloxRwdHat.pinned ul li:nth-of-type(1):before {
      transition: all 0.2s ease-out;
      transform: rotate(360deg); }
    #bloxRwdHat:hover ul li:nth-of-type(2), #bloxRwdHat.pinned ul li:nth-of-type(2) {
      z-index: 0; }
      #bloxRwdHat:hover ul li:nth-of-type(2) .hat-logo-blox, #bloxRwdHat.pinned ul li:nth-of-type(2) .hat-logo-blox {
        opacity: 0;
        transform: rotate(360deg);
        margin-top: -70px; }
  #bloxRwdHat a {
    font: normal normal 400 14px/32px "Open Sans", "sans-serif" !important;
    color: inherit;
    height: 33px;
    text-decoration: none;
    display: block; }
  #bloxRwdHat ul {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #bloxRwdHat ul.links {
      padding: 0; }
    #bloxRwdHat ul li {
      color: #000;
      height: auto;
      font: normal normal 400 14px/32px "Open Sans", "sans-serif";
      z-index: 1;
      margin: 56px 15px 0;
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      position: relative; }
      #bloxRwdHat ul li .glyphicon {
        display: none; }
      #bloxRwdHat ul li:nth-of-type(1) {
        position: relative; }
        #bloxRwdHat ul li:nth-of-type(1) a {
          padding-left: 32px;
          display: block;
          position: relative;
          z-index: 2; }
        #bloxRwdHat ul li:nth-of-type(1):before {
          content: '';
          display: block;
          background: url("http://static.gazeta.pl/css/blox/themes/glowny/images/blox-logo.png") 0 0 no-repeat;
          width: 25px;
          height: 25px;
          background-size: 26px 27px;
          position: absolute;
          top: 3px;
          transition: all 0.5s ease-out; }
      #bloxRwdHat ul li:nth-of-type(2) {
        opacity: 1;
        width: 52px;
        height: 55px;
        display: block;
        margin: 0 auto;
        position: absolute;
        top: 68px;
        left: 0;
        bottom: 0;
        right: 0; }
        #bloxRwdHat ul li:nth-of-type(2) .hat-logo-blox {
          transition: all 0.4s ease-out;
          width: 100%;
          height: 55px;
          display: block;
          background: url("http://static.gazeta.pl/css/blox/themes/glowny/images/blox-logo.png") 0 0 no-repeat;
          transform: rotate(0deg); }
      #bloxRwdHat ul li:hover ul {
        display: block; }
      #bloxRwdHat ul li:hover a {
        background: none; }
      #bloxRwdHat ul li .currentBlog {
        max-height: 35px; }
        #bloxRwdHat ul li .currentBlog a {
          display: inline-block; }
        #bloxRwdHat ul li .currentBlog .newBlogRecord {
          width: 24px;
          height: 24px;
          background: #38B68E;
          font-size: 25px !important;
          font-weight: 700 !important;
          color: #FFF;
          line-height: 22px !important;
          text-align: center;
          margin: 5px 0;
          top: 0px;
          float: right;
          position: absolute; }
      #bloxRwdHat ul li ul {
        display: none;
        width: 230px;
        min-width: initial;
        position: absolute;
        top: 30px;
        left: -50px;
        background-color: #fff;
        text-align: left;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-radius: 5px;
        box-shadow: 0 0 5px 4px rgba(185, 185, 185, 0.28);
        border: transparent;
        padding: 5px 0px; }
        #bloxRwdHat ul li ul.dropdown-menu li:nth-of-type(2) {
          width: auto;
          height: initial;
          display: block;
          clear: both;
          position: relative;
          top: initial; }
        #bloxRwdHat ul li ul.myBlogList li a {
          width: 170px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        #bloxRwdHat ul li ul li {
          margin: 0;
          padding: 0 20px;
          flex: none;
          transition: all 0.5s ease-out; }
          #bloxRwdHat ul li ul li:before {
            display: none !important; }
          #bloxRwdHat ul li ul li:hover {
            background: #f0f0f0; }
          #bloxRwdHat ul li ul li a {
            color: inherit;
            font: inherit;
            padding-left: 0 !important; }
          #bloxRwdHat ul li ul li .noAvatar, #bloxRwdHat ul li ul li img {
            width: 100%;
            height: 100%;
            max-width: 17px;
            max-height: 17px;
            display: inline-block;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            background-color: #ccc;
            top: 4px;
            position: relative;
            margin-right: 4px;
            vertical-align: initial; }
          #bloxRwdHat ul li ul li.divider {
            display: block;
            clear: both;
            border-top: 1px solid #e5e5e5;
            clear: both;
            width: auto;
            margin: 5px 0px; }
          #bloxRwdHat ul li ul li.dropdown-header {
            display: block;
            clear: both;
            font: normal normal 400 11px/11px "Open Sans", "sans-serif";
            color: #9B9B9B;
            text-transform: uppercase;
            margin: 15px 0 10px 0; }
            #bloxRwdHat ul li ul li.dropdown-header:hover {
              cursor: initial;
              background: initial; }
  #bloxRwdHat #hatPin {
    transition: all 0.2s ease-out;
    border: none;
    outline: none;
    background: transparent url("http://static.gazeta.pl/css/blox/versions/blox/themes/core/images/pin.png") no-repeat;
    background-size: 20px 20px;
    position: absolute;
    z-index: 99;
    display: block;
    top: 63px;
    height: 20px;
    width: 20px;
    opacity: 0.5;
    cursor: pointer; }

/*# sourceMappingURL=czapeczka.css.map */
