/*
Theme Name: SKG
Theme URI: http://www.creox.pl/
Author: creox.pl
Author URI: http://www.creox.pl/
Version: 1.0
Text Domain: SKG
*/


body {
  font-size: 14px;
  font-family: "Lato", sans-serif; }

p {
  margin: 0 0 10px;
  line-height: 26px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-top: 12px; }

.navbar-default {
  background-color: #fff;
  border-color: #fff; }

.navbar-brand {
  float: left;
  height: 72px;
  padding: 13px 5px 13px 20px;
  font-size: 18px;
  line-height: 20px; }

.navbar-default .navbar-nav > li > a {
  color: #777;
  text-transform: uppercase; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #bc0bc9;
  background-color: transparent;
  border-bottom: 2px solid #bc0bc9; }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 19px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

@media (min-width: 768px) {
  .navbar {
    border-radius: 0px; box-shadow: 0px 0px 15px rgba(0,0,0,0.5); } }
.img-arrow {
  display: block;
  margin: 0 auto;
  padding: 5px 0; }

.btn-sign-up {
  background: #ffaf4b;
  color:#fff;
  margin-top: 10px;
}

.btn-orange {
  background: #ffaf4b;
  background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffaf4b), color-stop(100%, #ff920a));
  background: -webkit-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
  background: -o-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
  background: -ms-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
  background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 0px;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .btn-orange:hover {
    color: #fff; 
  }

  .btn-orange:focus {
    color: #fff; 
    background: #ffaf4b;
  }

.btn-gray {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7C7C7C), color-stop(0.69, #A0A0A0));
  background-image: -o-linear-gradient(bottom, #7C7C7C 0%, #A0A0A0 69%);
  background-image: -moz-linear-gradient(bottom, #7C7C7C 0%, #A0A0A0 69%);
  background-image: -webkit-linear-gradient(bottom, #7C7C7C 0%, #A0A0A0 69%);
  background-image: -ms-linear-gradient(bottom, #7C7C7C 0%, #A0A0A0 69%);
  background-image: linear-gradient(to bottom, #7C7C7C 0%, #A0A0A0 69%);
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 0px;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .btn-gray:hover {
    color: #fff; }

    .btn-gray:focus {
    color: #fff;
    background: #7C7C7C;
  }

.btn-violet {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7C018F), color-stop(0.69, #9601A7));
  background-image: -o-linear-gradient(bottom, #7C018F 0%, #9601A7 69%);
  background-image: -moz-linear-gradient(bottom, #7C018F 0%, #9601A7 69%);
  background-image: -webkit-linear-gradient(bottom, #7C018F 0%, #9601A7 69%);
  background-image: -ms-linear-gradient(bottom, #7C018F 0%, #9601A7 69%);
  background-image: linear-gradient(to bottom, #7C018F 0%, #9601A7 69%);
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 0px;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .btn-violet:hover {
    color: #fff; }

    .btn-violet:focus {
    color: #fff; 
    background: #9601A7;
  }

header {
  position: relative;
  text-align: center;
  margin-top: 41px;
}    

header h1 {
  position: absolute;
  color: #fff;
  margin: auto;
  top: 38%;
  left:0;
  right:0;
  bottom:0;
  color:#fff;
}

@media (max-width: 768px) {
  header h1 {
    position: absolute;
    color: #fff;
    font-size:23px;
    margin: auto;
    top: 28%;
    left:0;
    right:0;
    bottom:0;
    color:#fff;
  }
}

section.sec-one {
  background: url(/web/20180903053714im_/http://sg-kancelaria.pl/wp-content/themes/sgk/images/section1.png) top center no-repeat; }
  section.sec-one .img-height {
    position: relative;
    top: -67px; }
  section.sec-one ul {
    list-style-image: url(/web/20180903053714im_/http://sg-kancelaria.pl/wp-content/themes/sgk/images/li.png); }
    section.sec-one ul li {
      color: #515151;
      font-size: 16px;
      font-weight: 700;
      margin: 0 0 0px; }

@media (max-width: 768px) {
  section.sec-one {
    background: transparent; }
    section.sec-one .img-height {
      display: none; } }
section.sec-two {
  background: url(/web/20180903053714im_/http://sg-kancelaria.pl/wp-content/themes/sgk/images/section2.png) top center no-repeat;
  height: 244px; }
  section.sec-two .img-height {
    position: relative;
    top: -38px; }
  section.sec-two ul {
    list-style-image: url(/web/20180903053714im_/http://sg-kancelaria.pl/wp-content/themes/sgk/images/li-two.png); }
    section.sec-two ul li {
      color: #515151;
      font-size: 16px;
      font-weight: 700;
      margin: 0 0 0px; }

@media (max-width: 768px) {
  section.sec-two {
    background: transparent;
    height: 160px; }
    section.sec-two .img-height {
      display: none; } }
section.sec-three {
  background: url(/web/20180903053714im_/http://sg-kancelaria.pl/wp-content/themes/sgk/images/section1.png) top center no-repeat;
  height: 400px; }
  section.sec-three .img-height {
    position: relative;
    top: -38px; }
  section.sec-three ul {
    list-style-image: url(/web/20180903053714im_/http://sg-kancelaria.pl/wp-content/themes/sgk/images/li-three.png); }
    section.sec-three ul li {
      color: #515151;
      font-size: 16px;
      font-weight: 700;
      margin: 0 0 0px; }

@media (max-width: 768px) {
  section.sec-three {
    background: transparent;
    height: 160px; }
    section.sec-three .img-height {
      display: none; } }
section.sec-four {
  background: url(/web/20180903053714im_/http://sg-kancelaria.pl/wp-content/themes/sgk/images/section4.png) top center no-repeat;
  height: 400px; }
  section.sec-four .img-height {
    position: relative;
    top: -38px; }
  section.sec-four ul {
    list-style-image: url(/web/20180903053714im_/http://sg-kancelaria.pl/wp-content/themes/sgk/images/li.png); }
    section.sec-four ul li {
      color: #515151;
      font-size: 16px;
      font-weight: 700;
      margin: 0 0 0px; }

@media (max-width: 768px) {
  section.sec-four {
    background: transparent;
    height: 160px; }
    section.sec-four .img-height {
      display: none; } }
section.sec-five {
  height: 400px; }
  section.sec-five .img-height {
    position: relative;
    top: -28px; }
  section.sec-five ul {
    list-style-image: url(/web/20180903053714im_/http://sg-kancelaria.pl/wp-content/themes/sgk/images/li-two.png); }
    section.sec-five ul li {
      color: #515151;
      font-size: 16px;
      font-weight: 700;
      margin: 0 0 0px; }

@media (max-width: 768px) {
  section.sec-five {
    background: transparent;
    height: 260px; }
    section.sec-five .img-height {
      display: none; } }
footer {
  background: url(/web/20180903053714im_/http://sg-kancelaria.pl/wp-content/themes/sgk/images/footbg.jpg) top center no-repeat;
  padding-bottom: 30px;
  margin-top: 20px; 
  color: #000;
}
  footer .top {
    background: rgba(124, 1, 143, 0.5);
    padding: 15px 0; }
    footer .top h1 {
      text-align: center;
      text-transform: uppercase;
      color: #000;
      font-family: "Lato", sans-serif;
      font-size: 25px;
      font-weight: 700;
      margin-top: 0px;
      margin-bottom: 0px; }
  footer h2 {
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 23px;
    font-weight: 300; }
  footer p {
    text-align: left;
    text-transform: none;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 300; }

@media (max-width: 768px) {
  footer {
    background: #7c018f; } }
.nav-footer ul.navbar-footer {
  float: right;
  padding: 20px 0;
  list-style: none; }
  .nav-footer ul.navbar-footer li {
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase; }
    .nav-footer ul.navbar-footer li a {
      color: #6a6a6a; }
      .nav-footer ul.navbar-footer li a:hover {
        color: #be09cc;
        text-decoration: none; }

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

.flaga img { 
margin-top: 25%;
margin-left: 20px;
}
/*
     FILE ARCHIVED ON 05:37:14 Sep 03, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:35:28 May 19, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.814
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.021
  esindex: 0.013
  cdx.remote: 126.593
  LoadShardBlock: 450.124 (3)
  PetaboxLoader3.datanode: 271.677 (5)
  PetaboxLoader3.resolve: 484.92 (3)
  load_resource: 384.335 (2)
*/