footer{
  background-color:#003A5D;
  font-size:14px;
  color:#fff;
  padding:30px 0;
  font-weight:300;
}
footer .main-foo-content a,
footer .below-foo-content a{
  display:block;
  transition: 0.3s;
}
footer .main-foo-content a:hover,
footer .below-foo-content a:hover{
  opacity:0.5;
}
footer .logo{
  width:110px;
  margin-bottom:20px;
}
footer .info-bold{
  font-weight:600;
  font-size:20px;
}
footer .main-foo-content a.link-inline{
  display:inline-block;
}
.foo-title{
  font-weight:600;
  font-size:20px;
}
footer a,
footer p{
  margin-bottom:10px;
}
.last-element{
  margin-bottom:50px;
}
.missing-title{
  display:none;
}
.below-foo-content{
  padding-top:30px;
  margin-top:30px;
  border-top:1px solid #33617d;
}
.below-foo-content span:nth-child(2){
  display:none;
}
.below-foo-content span:last-child{
  display:inline-block;
  margin-bottom:30px;
}
.foo-right img{
  width:80px;
}
.foo-left a{
  font-weight:600;
}






@media all and (min-width: 1200px){
  footer{
    font-size:11px;
    color:#fff;
    padding:50px 0;
  }
  footer .logo{
    width:76px;
  }
  footer .info-bold{
    font-size:12px;
  }
  .missing-title{
    display:block;
  }
  .foo-title{
    font-size:12px;
    margin-bottom:20px;
  }
  .last-element{
    margin-bottom:0;
  }
  .last-element-tujo{
    margin-bottom:30px;
  }
 .foo-right{
    text-align:right;
 }
 footer .below-foo-content a{
  display:inline-block;
 }
.below-foo-content{
  padding-top:60px;
  margin-top:0;
  border-top:none;
}
.foo-right img{
  width:60px;
}
.below-foo-content span{
  margin-right:15px;
}
.below-foo-content span:nth-child(2){
  display:inline-block;
}
.below-foo-content span:last-child{
  display:inline-block;
  margin-bottom:0;
}
.dolny-footer .foo-title{
  font-size:16px;
}
}




























