/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-03-08, 13:24:45
    Author     : Piotr
*/
.site-footer .footer_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #E6EAF5;
  padding: 25px; }
  .site-footer .footer_container .logo {
    width: 240px;
    margin-bottom: 30px; }
  .site-footer .footer_container p {
    margin: 0;
    padding: 0 0 10px 0; }
  .site-footer .footer_container .bold {
    font-weight: 700;
    text-transform: uppercase; }

.inner-footer {
  border: 20px dotted #E6EAF5;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px;
  margin: -14px;
  width: calc(100%+25px); }

.border {
  border: 1px solid #000;
  width: 100%; }

.site-footer .footer_container .hover {
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  padding: 10px; }
.site-footer .footer_container .hover:hover {
  color: #fff;
  background-color: #000;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.dolna_stopka {
  display: flex;
  width: 100%;
  align-items: space-between;
  align-items: baseline;
  justify-content: space-around; }
  .dolna_stopka p {
    text-align: center; }

@media screen and (max-width: 769px) {
  .dolna_stopka {
    display: flex;
    display: block; }

  .social {
    width: 50%;
    margin: 0 auto; } }

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