@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


*, *::before, *::after {
  box-sizing: border-box;
}
html {
		background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(50%,#f4f7fd),color-stop(101%,#fff))!important;
	background-image: linear-gradient(180deg,#fff,#f4f7fd 50%,#fff 101%)!important;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
  margin: 0px;
  padding: 0px;
  direction: ltr;
}
*[tabindex="0"]:focus {
  outline-width:2px;
  outline-style:dotted;
  outline-color: #dedede
}
body {
	  margin: 0px;
	  padding: 0px;
	  overflow-x: hidden;
	  	background: url(../images/header.jpg) no-repeat center top;
		
	  font-family: 'Poppins', sans-serif;
	  font-size: 15px;
	  font-weight: normal;
	  color: #3c4043!important;
}

p {
  line-height: 200%!important;
}
.btn {
	padding: 7px 40px;
	border: 3px solid #dedede;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	position: relative;
	color: #222;
	cursor: pointer;
	transition: all 0.2s
}
.element-invisible {
	margin-right: 15px
}
.searchintro {
	margin-top: 50px
}
.ordering {
	margin-right: 15px
}
.controls { margin: 10px 0
}
.controls input {
	margin-right: 5px;
	margin-left: 20px
}
.only {display: none
}
div.jb.cookie-decline span.btn.btn-link.jb.decline.link {
	border: none
}
.jb.cookie.bottom {
    border-top: none!important;
}

.row img {
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
}
img {
	max-width: 100%
}
a:hover {
  text-decoration: none;
  transition: all 0.35s
}

iframe {
  border: 0px none !important;
}

.parallax-window {
  min-height: 400px;
  background: transparent none repeat scroll 0% 0%;
}

figure {
  margin: 0px;
}

input, textarea {
  border: 1px solid #e1e1e1;
  padding: 10px;
transition: all 0.3s linear 0s;
  border-radius: 3px;
}

input {
  margin: 3px 0px;
  outline: medium none;
  line-height: normal;
  font-size: 16px;
}

input[type="submit"] {
   cursor: pointer;
	background-color: #788999;
	background-image: none;
	box-shadow: none;
	border-radius: 4px;
	color: #ffffff !important;
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	text-shadow: none;
	border: none;
	transition: background-color 0.3s;
}

select {
  border: 1px solid #e1e1e1;
  height: 40px;
  padding: 5px;
}

input:focus, textarea:focus {
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
}

:focus {
  outline: medium none;
}

section {
  clear: both;
  overflow: hidden;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.no-padding-bottom .row, .no-padding-bottom div, .no-padding-bottom.row {
  padding-bottom: 0px;
}

.no-padding-top.row, .no-padding-top div {
  padding-top: 0px;
}



[class*="col-"] {
  float: left;
  padding: 0;
}


.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
h2:first-letter {
	background: #ffdf47
}


#header {
  height: 100px;
  line-height: 100px;
  overflow: visible;
  z-index: 9999;
  width: 100%;
  position: absolute!important;
  padding: 0;
  	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  transition: all 0.5s
}
#header #logo {
	overflow: hidden
}
#header #logo img{
	opacity: 0;
	transition: all 0.5s;
	max-height: 80px;
	padding-bottom: 10px
}
#header.small {
  height: 100px!important;
  line-height: 100px;
  background: #fff;
  overflow: visible;
  z-index: 9999;
  width: 100%;
  position: fixed!important;
  padding: 0;
  opacity: 1;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}
#header.inv {
	opacity: 0
}
#header.small #logo img{
	opacity: 1
}
#header img#logo2{
	opacity: 1
}
#header.small img#logo2{
	opacity: 0;
	display: none
}
#header.small nav a {
	color: #444
}
#header .row {
  padding: 0px;
}

#header aside {
  text-align: right;
}

#header ul {
  text-align: center;
  margin: 0
}

#header li {
  display: inline-block;
  list-style: outside none none;
  margin: 0px;
  background: none!important
}

#logo {
  float: left;
  height: 100px;
  line-height: 100px;
}


#szukaj {
	float: left;
	height: 100px;
	margin-top: -5px
}
#navigation-logo {
  display: none;
}

.nav-solid #logo #banner-logo {
  display: none;
}

.nav-solid #logo #navigation-logo {
  display: inline-block;
}

.call-to-action {
  padding: 35px 0px;
}

.button {
  font-size: 16px;
  margin: 35px 0px;
  padding: 10px 20px;
transition: all 0.3s linear 0s;
  display: inline-block;
  border-width: 3px;
  border-style: solid;
}
ul li.icon-print a {
	text-transform: uppercase;
	font-size: 12px;
	float: right
}

#header aside {
  float: right;
  height: 100px;
  line-height: 100px;
}
#header aside a{

}
#header nav ul {
  text-align: center
}

#header nav a {
	font-size: 14px;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.5px
}

#header.small nav a {
	font-size: 14px!important
}

#header nav a:hover {
	background: #1890ff;
	border-radius: 25px;
	color: #fff
}

#header.nav-solid [class*="col-"] {
  padding: 0px 0px 0px 20px;
}

#header.nav-solid {
  position: fixed !important;
  left: 0px;
	box-shadow: 0px 2px 25px #ccc
}

#header.nav-solid nav a {
transition: all 0.3s ease-out 0s;
  background: none;
    text-shadow: none
}

#header.nav-solid nav a:hover {
  opacity: 1;
  background: #555;
  color: #fff
}

#header.nav-solid .social-icons a {
	transition: all 0.3s ease-out 0s;
	opacity: 0.5;
}

#header.nav-solid .social-icons a:hover {
  opacity: 1;
  color: #e4473c;
}
.page-header {
	text-align: center
}
.page-header h1 {
	display: none
}
.article-info {
	width: max-content;
	text-align: center;
	margin: 0;
	padding: 3px 0px 3px 0px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 335px
}
.muted {
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px
}
.artykul p a {
	text-decoration: underline
}
.jb.decline.link {
	cursor: pointer
}
.blog {
	background: #fff;
	padding: 140px 80px 140px 80px
}
.blog ul{
	padding-left: 60px;
	line-height: 200%
	}
.artykul {
	margin-top: 120px
}
.print {
	list-style: none
}
.print a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-top: -15px;
	border-radius: 30px;
	display: inline-block;
	font-size: 22px;
	color: #fff;
	background: #1890ff;
	text-align: center;
	text-transform: uppercase;
	


}
.print a:before {
		content: "\e8ad";
	font-family: 'Material Icons';
}
.print a:hover {
	background: #025aa5;
	color: #fff
}
#glowna{
	height: 100vh;
	width: 100%;
	display: table;

}
#haslo {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
#haslo img{
	width: 50%;
	height: auto;
	padding-bottom: 10px;
	margin-top: -8%
}
#haslo span{
	bottom: 0px!important;
	display: inline-block;
	padding: 30px 40px;
	position: absolute;
	bottom: 50px;
	left: 0px;
	height: auto;
	width: 100%;
	font-size: 13px;
	line-height: 150%;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	color: rgba(255, 255, 255, 0.85)
}
#haslo span i{ 
	font-size: 24px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.65);
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 25px;
	background: rgba(255, 255, 255, 0.2)
}
#haslo span i:hover {
	background: rgba(255, 255, 255, 0.4);
	transition: all 0.3s
}
.under {
	font-size: 150%;
	display: inline-block
}
.podkr {
		  	background: url(../images/podkr.png) no-repeat center bottom 5px;
			background-repeat: repeat-x;
			background-size: 8px
}

#content{

	
}
.wstep {
	padding-top: 0px
}
#onas {
	padding: 120px 7% 0px 3.5%;
	text-align: left;
	border-bottom: 3px dashed #dedede;
	}
#onas h2{
	text-align: left!important
}
#onas h2:after {
	margin: 0!important
}
#slider {
	padding: 80px 0 0px 0;
	height: 50%
}
#gal {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding: 10px
}
#gal a {
	height: 100%;
	display: inline-block;
	text-align: center;
	line-height: 37px;
	border-radius: 20px;
	padding: 0 20px;
	background: #fff;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.08);
	font-size: 86%;
	font-weight: 500;
}
#gal a:before {
	font-family: "Material Icons";
	content: "\e412";
	font-size: 200%;
	float: left;
	margin-right: 5px;
}
.ustawa {
	font-size: 13px
}
.page-header h2 {
	padding: 190px 0 0;
	color: #fff;
	font-family: 'Poppins', sans-serif!important;
	font-size: 52px!important;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.375);
	margin-bottom: 0
}

.page-header h2::after {
    content: '';
    width: 180px;
    height: 90px;
    display: block;
    margin: 0 auto;
    background: url(../images/divider5a.png) no-repeat center center;
        background-size: auto;
    background-size: auto;
    background-size: contain;
}
.digi_showcase .image {
	margin-bottom: 0
}
.item-image {
	padding-bottom: 60px;
	width: 100%
}
.item-content p.image a img {
	border-radius: 5px 5px 0 0;
	display: inline-block
}
.item-content {
	box-shadow: 0 0 20px 2px rgba(0,0,0,.075);
	border-radius: 5px;
}
.item-content div.title.text-center {
	min-height: 60px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 0 0 5px 5px
}
div.title.text-center a {
	color: #3c4043;
	font-weight: 700;
	font-size: 14px;
	line-height: 125%
}
.icons {
	text-align: right;
	width: 60px;
	float: right;
	margin-left: -60px
}
.icons ul {
	padding-left: 0!important
}
#nav-trigger {
  display: none;
  text-align: right;
}

#nav-trigger span {
  display: inline-block;
  width: 38px;
  height: 100px;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
transition: all 0.3s ease-out 0s;
}

#nav-trigger span::after {
  font-family: "fontAwesome";
  display: inline-block;
  width: 38px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  content: "";
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #ccc
}

#nav-trigger span.open::after {
  content: "";
}

#nav-trigger span:hover, .nav-solid #nav-trigger span.open:hover, .nav-solid #nav-trigger span:hover {
  opacity: 0.6;
}

#nav-trigger span.open, #nav-trigger span.open:hover {
  color: #fff;
}

.nav-solid #nav-trigger span.open:hover {
  color: #222;
}

.nav-solid #nav-trigger span {
  color: #000;
  opacity: 1;
}

nav#nav-mobile {
  position: relative;
  display: none;
}

nav#nav-mobile ul {
  display: none;
  list-style-type: none;
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #fff;
box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2);
}

nav#nav-mobile ul::after {
  display: none;
}

nav#nav-mobile li {
  margin: 0px 20px;
  float: none;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

nav#nav-mobile li:last-child {
  border-bottom: medium none;
}

.nav-solid nav#nav-mobile li {
  border-top: 1px solid #333;
  border-bottom: medium none;
}

nav#nav-mobile a {
  padding: 12px 10px;
  color: #333333;
  width: 100%;
  margin: 0;
  height: auto;
  line-height: normal;
  display: block;
  border-bottom: medium none !important;
  text-shadow: none!important;
transition: all 0.3s ease-out 0s;
}

nav#nav-mobile a:hover {
  background: #000 none repeat scroll 0% 0%;
  opacity: 1;
}


.nav-solid aside{
	 color: #444!important
 }
.social-icons {
  display: inline-block;
  list-style: outside none none;
}

.social-icons a {
  display: inline-block;
  width: 34px;
  text-align: center;
}

.social-icons a:hover {
  opacity: 0.7;
}

.social-icons span {
  display: none;
}

#header .social-icons {
	line-height: 140px
}

img {
  vertical-align: top;
}
#onas .row img {
	width: 100%
}

.image-center {
  display: block;
  margin: 0px auto;
}

a img {
  border: medium none;
transition: all 0.3s ease-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a img:hover {
  opacity: 0.7;
}



a:hover {
  color: #000;
  text-decoration: none!important
}

.icon i {
  color: #3c4043;
}
#kontakt {
	background: #fff;
	border-top: 3px dashed #dedede;
	padding: 100px 7%;
}


#kontakt span {
	font-weight: 700;
	font-size: 150%
}
#kontakt a {
	position: relative;
	display: inline-block;
	text-decoration: underline;
}

#banner .section-heading::before, .boxy.classic footer::before {
  background: #444 none repeat scroll 0% 0%;
}

#header nav a {
}

#header.nav-solid, #header.nav-solid a, #nav-mobile ul li a {
  background: #fff;
  color: #000
}


#header.nav-solid .active {
  color: #fff;
  background: #555
}
#header i { 
	font-size: 20px;
	margin-right: 7px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	border: 1px solid #fff
}


#banner {
  min-height: 100vh;
  width: 100%;
  background: #fff
}
#banner h3 {
  color: rgba(255, 255, 255, 0.95);
	font-weight: 500!important;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 20px;
	text-indent: 20px;
	margin-top: 100px;
	margin-bottom: 25px;
	padding-bottom: 0;
  text-shadow: 1px 1px 10px #000
	
}
#banner h3:after {
	display: none
}

#banner h1 {
 letter-spacing: 2px;
  font-size: 74px;
  line-height: 90px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  display: table;
  margin: 0px auto;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  text-shadow: 1px 1px 10px #000
}

#banner h1:after {
	content: '';
	height: 50px;
	width: 250px;
	display: block;
	margin: 0 auto;
	background: url(../images/orn1.png) no-repeat center center;
	background-size: contain
}


#banner h2 {
  font-size: 34px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 2px;
  display: table;
  margin: 0 auto;
  text-indent: 2px;
	padding-top: 0!important;
	margin-top: 10px;
  text-shadow: 1px 1px 10px #000
}
#banner h2:after {
	display: none
}


#banner p{
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	display: inline-block
}
.loga {
	margin-top: 20px;
	height: 80px!important;
	padding: 0 10px
}

h1 {
  font-size: 40px;
  font-weight: 300;
  color: #111111;
}

h2 {
	font-size: 52px!important;
	font-weight: 700!important;
	letter-spacing: -1px
}
h2::after {
    content: '';
    width: 180px;
	height: 90px;
    display: block;
    margin: 0 auto;
    background: url(../images/divider5.png) no-repeat center center;
        background-size: auto;
    background-size: contain;
}

h3 {
	font-size: 36px;
	font-weight: 600;
}

h3 span {

	}

h4 {
  font-size: 18px;
  font-weight: 400;
  color: #222;
}

h5 {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

h6 {
  font-size: 14px;
  font-weight: 400;
  color: #222;
}

.button, input[type="submit"] {
  color: #fff;
}

.button, input[type="submit"] {
	background-color: #788999;
	border: none;
	cursor: pointer
}

.button:hover, input[type="submit"]:hover {
	background-color: #bac4cc;
}
.artykul p img {

}
#search {
	text-align: right
}
#search input {
	background: rgba(255, 255, 255, 0.2);
	padding: 10px 15px 8px 15px;
	border: 2px solid rgba(255, 255, 255, 0);
	font-family: 'Poppins', sans-serif;
	color: rgba(255, 255, 255, 0.85);
	font-size: 12px!important;
	letter-spacing: 1px;
	border-radius: 21px;
	height: 42px
	}
#header.small #search input {
	border: 2px solid #dedede;
	font-family: 'Poppins', sans-serif;
	color: #999;
	}
#search button:hover {
	color: #fff
}
#search button {
	background: none;
	border: none;
	cursor: pointer !important;
	color: rgba(255, 255, 255, 1);
	position: relative;
	margin-left: -55px;
	font-family: "AwesomeFont"
}
#header.small #search button {
	color: #999;
}
#header.small #search button:hover {
	color: #666;
}

#search div.moduletable{
	display: inline-block
}
#szuk {
	margin-top: 130px
}
.search {
	padding: 0px 7% 100px 7%;
}
#searchForm {
	padding-top: 150px
}
.search.small {
	margin-top: 160px!important
}
.small, small {
	font-size:80%!important;
	opacity: 0.5;
	font-weight: 700
}
#search-searchword {
	    padding: 14px 15px 12px 20px;
        padding-right: 15px;
    border: 1px solid #dedede;
    font-family: 'Poppins', sans-serif;
    color: #999;
    border-radius: 4px;
    line-height: 10px;
}

#landing-footer, #landing-footer p, #landing-footer a {
  font-size: 13px;
  font-weight: normal;
  color: #666;
}
div.timeline-img.timeline-picture p.image {
	margin: 0!important
}
.syndicate-module {
	padding: 10px 0;
	position: relative;
	display: inline-block
}

#landing-footer i {
  color: #666;
}
.timeline-content a {
	color: #000
}
.timeline-content a:hover {
	text-decoration: underline!important
}
.extra-info {
	color: #fff;
	background: #000
}
.form-inline {

}
.item-page {

	padding: 0px 7% 100px 7%;
	overflow: hidden
}

.item-page ul {
	padding-left: 80px
}
h1 {
  padding: 20px 0px;
}

h2 {
	padding: 10px 0px 10px 0px;
	text-align: center;
}

h3 {
  padding: 10px 0px 30px 0px;
  text-align: center
}

h4 {
  padding: 7px 0px;
}

h5 {
  padding: 7px 0px;
}

h6 {
  padding: 7px 0px;
}


.pager {
	float: right;
	margin-top: 100px;
}
.previous, .next {
	list-style-type: none;
	float:left;
	margin-left: 20px;
	font-size: 85%;
	text-align: center;

}
.previous a, .next a {
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.08);
	background: #fff;
	padding: 2px 20px 0 20px;
	letter-spacing: 1px;
	line-height: 36px;
	display: inline-block;
	border-radius: 20px;
	font-size: 12px;
	text-transform: uppercase
}
.previous a:hover, .next a:hover {
background: #eee;
}
.pager .button {
	margin: 10px 0;
	background: #111;
	border: none;
	color: #333;
	font-size: 24px;
	padding: 10px 15px;
	margin: 3px
}

#onas .section-heading, #boxy .section-heading {
  text-align: center;
}

#onas .section-heading h2::after, #boxy .section-heading h2::after {
  margin: 30px auto 0px;
}



.fa-1x {
  font-size: 15px !important;
}

.banner-parallax-1, .banner-parallax-2, .banner-parallax-3 {
  min-height: 350px;
}
.result-created {
	font-size: 85%;
	margin-bottom: 20px
}
.divider {
  position: relative;
  width: 40%;
  height: 20px;
  line-height: 20px;
  margin: 10px auto 5px;
  clear: both;
  text-align: center;
}

.boxy {
  padding: 15px;
  text-align: center
}

.boxy footer {
  padding-top: 12px;
   font-size: 18px;
}

.boxy.classic p {
  display: block;
  margin: 0;
}

.boxy.classic footer::before {
  display: block;
  content: "";
  width: 30px;
  height: 4px;
  margin: 10px auto 15px;
}


#landing-footer {
  clear: both;
  background: #333;
  text-align: center
}

#landing-footer .row {
  padding: 15px 40px;
  text-align: center
}

#landing-footer p {
  margin: 0px;
}

#landing-footer ul {
  list-style: outside none none;
  text-align: right;
}

#landing-footer li {
  display: inline-block;
}
.footer2 a {
	color: #6d0000!important
}
.footer2 a:hover {
	color: #ccc!important
}

#dom {
	  	background: url(../images/dom.jpg) no-repeat center center;
		background-size: cover;
	text-align: center;
	width: 400px;
	height: 300px;
	line-height: 300px;
	display: inline-block;
	margin: 10px
	
}
#galeria {
	text-align: center;
	font-size: 150%;
	font-weight: bolder;
	color: #fff
}
#galeria a {
	color: #fff
}
#galeria a span{
	background: rgba(0, 0, 0, 0.5);
	display: inline;
	padding: 5px 20px
}
#galeria a:hover {
	color: #ffdf47;
	transition: all 0.3s
}
#prace{
	  	background: url(../images/prace.jpg) no-repeat center center;
		background-size: cover;
	text-align: center;
	width: 400px;
	height: 300px;
	line-height: 300px;
	display: inline-block;
	margin: 10px
	
}

@media all and ( max-width : 1024px ) {
  #nav-trigger {
    display: block;
  }
  nav#nav-main {
    display: none;
  }
  nav#nav-mobile {
    display: block;
  }
  nav#nav-mobile li {
    display: block;
  }
  #header aside {
    display: none;
  }
#prawa {
	margin-top: 0px!important
}
.logo_footer {
    margin-top: 0px!important;
	width: 100%!important
}
}

@media ( max-width : 480px ) {
  #wrapper {
    margin: 0px;
    padding: 0px;
  }
#scrollUp, #scrollUp::before {
    display: none;
  }
  .row {
    padding: 15px !important;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38, .row {
    width: 100%;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38 {
    padding-right: 0px;
    padding-left: 0px;
  }
  #header .row {
    padding: 0px 15px !important;
  }
  #header.nav-solid [class*="col-"] {
    padding: 0px;
  }
  #logo h2 {
    padding: 0px;
  }
  #header aside {
    clear: both;
    padding: 0px;
  }
  #header ul.social-icons {
    margin-top: 0px;
  }
  #banner-content.row {
    padding-top: 85px !important;
  }
  .call-to-action {
    padding-bottom: 25px;
  }

  #landing-footer #copyright {
    float: left;
    width: 50%;
  }
  #landing-footer .social-icons {
    float: right;
    width: 50%;
  }
  h1 {
    font-size: 38px;
  }
  #banner h1 {
    font-size: 48px;
  }
  a#scrollUp {
    display: none !important;
  }
}

@media ( min-width : 480px ) and ( max-width : 767px ) {
  #wrapper {
    margin: 0px;
    padding: 0px;
  }
  #scrollUp, #scrollUp::before {
    display: none;
  }

  .col-1, .col-2, .col-5, .col-7, .col-9, .col-11, .col-2-3, .col-3-4, .col-61, .col-38, .row {
    width: 100%;
  }
  .col-3, .col-4, .col-6, .col-8, .col-10, .col-12 {
    width: 50%;
  }
  #header .row {
    padding: 0px !important;
  }
  #header aside {
    display: none;
    position: absolute;
    top: 40px;
    right: 60px;
    padding-top: 3px;
    padding-right: 5px;
  }
  #header.nav-solid aside {
    top: 20px;
  }
  #header aside ul {
    margin-top: 0px !important;
    padding-top: 6px;
  }
  #banner-content.row {
    padding-top: 85px !important;
  }
  nav#nav-mobile ul {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #landing-footer #copyright {
    float: left;
    width: 50%;
  }
  #landing-footer .social-icons {
    float: right;
    width: 50%;
  }
}

@media ( min-width : 768px ) and ( max-width : 1024px ) {
  #wrapper {
    margin: 0px;
    padding: 0px;
  }
  .big-padding-top {
    padding-top: 45px !important;
  }

  #header aside {
    display: none;
    position: absolute;
    top: 40px;
    right: 60px;
    padding-top: 3px;
    padding-right: 5px;
  }
  #header.nav-solid aside {
    top: 20px;
  }
  #header aside ul {
    margin-top: 0px !important;
    padding-top: 6px;
  }
  nav#nav-mobile ul {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 20px;
    padding-right: 20px;
  }

}
 .footer-widget p {
   margin-bottom: 27px;
 }



 .animate-border {
   position: relative;
   display: block;
   width: 115px;
   height: 3px;
   background: #357ac3;
 }

#prawa {
	margin-top: 60px
}

 .dk-footer {
   padding: o;
   position: relative;
   z-index: 2;
 }

 .dk-footer .contact-us {
   margin-top: 0;
   margin-bottom: 30px;
   padding: 0 10px 0 10px;
   
 }

 .dk-footer .contact-us .contact-info {
   margin-left: 60px;
 }

 .dk-footer .contact-us.contact-us-last {
   margin-left: 0px;
 }

 .dk-footer .contact-icon i {
   font-size: 30px;
   top: -15px;
   position: relative;
 }

 .dk-footer-box-info {
   position: relative;
   border-right: 3px dashed #dedede;
   padding-right: 30px;
   margin-right: 30px;
   font-weight: 700;
   z-index: 2;
 }
 .logo_footer {
	 margin-top: -40px;
	 width: 90%
 }

 .dk-footer-box-info .footer-social-link h3 {
   color: #fff;
   font-size: 24px;
   margin-bottom: 25px;
 }

 .dk-footer-box-info .footer-social-link ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
 }

 .dk-footer-box-info .footer-social-link li {
   display: inline-block;
 }

 .dk-footer-box-info .footer-social-link a i {
   display: block;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   text-align: center;
   line-height: 40px;
   background: #000;
   margin-right: 5px;
   color: #fff;
 }



 .footer-awarad {
   margin-top: 285px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 100%;
   -moz-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
 }

 .footer-awarad p {
   color: #fff;
   font-size: 24px;
   font-weight: 700;
   margin-left: 20px;
   padding-top: 15px;
 }

 .footer-info-text {
   margin: 50px 0 100px 0;
   text-transform: uppercase;
   letter-spacing: 12px;
   font-size: 10px !important
 }
.footer-widget {
	padding-left: 70px
}
.footer-widget p a img {
	max-width: 50%
}
 .footer-left-widget {
   padding-left: 70px;
   padding-bottom: 30px
 }

 .footer-widget .section-heading {
   margin-bottom: 35px;
 }

 .footer-widget h3 {
   font-size: 24px;
   color: #fff;
   position: relative;
   margin-bottom: 15px;
   max-width: -webkit-fit-content;
   max-width: -moz-fit-content;
   max-width: fit-content;
 }

 .footer-widget ul {
   width: 100%;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
 }

 .footer-widget li {
   line-height: 200%
 }

 .footer-widget p {
   margin-bottom: 27px;
 }

 .footer-widget a {
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
 }

 .footer-widget a:hover {
   color: #007bff;
 }

 .footer-widget:after {
   content: "";
   display: block;
   clear: both;
 }


 .contact-us {
   position: relative;
   z-index: 2;
   margin-top: 65px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
 }

 .contact-icon {
   position: absolute;
   top: 0
 }

 .contact-icon i {
   font-size: 36px;
   position: relative;
 }

 .contact-info {
   margin-left: 75px;
 }

