#INCLUDED {
  content : 'page-kolory-standard.scss'; }

#INCLUDED {
  content : 'page-kolory.scss'; }

.nova_footer_1 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  background-color: #062b50;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #e0e0e0;
  font-size: 90%; }
  .nova_footer_1 > div:first-child {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center; }
  .nova_footer_1 > div:last-child {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    color: #ccc; }
  .nova_footer_1 .logo {
    width: 85px; }
    .nova_footer_1 .logo img {
      width: 100%;
      /* Firefox 10+, Firefox on Android */
      filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
      /* IE6-9 */
      filter: gray;
      /* Chrome 19+, Safari 6+, Safari 6+ iOS */
      -webkit-filter: grayscale(100%); }
  .nova_footer_1 .text {
    font-size: 12px;
    text-align: left; }
    .nova_footer_1 .text p {
      font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; }
    .nova_footer_1 .text a:hover {
      text-decoration: none; }
