body {
  padding-top: 54px;
  font-weight: 600;
  font-family: 'Open Sans';
  background: rgb(255,255,255); /* Old browsers */
}

@media (min-width: 1200px) {
body {
  padding-top: 54px;
  font-weight: 600;
  font-family: 'Open Sans';
  background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 0%, rgba(243,243,243,1) 20%, rgba(255,255,255,1) 49%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 0%,rgba(243,243,243,1) 20%,rgba(255,255,255,1) 49%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 0%,rgba(243,243,243,1) 20%,rgba(255,255,255,1) 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
	top: 30px;
  height: 95vh;
  min-height: 300px;
  background: no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-control-next, .carousel-control-prev {
	opacity: .9;
}

.portfolio-item {
  margin-bottom: 30px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #4d4d4d;
}

a.nav-link:hover {
    color: #0094de !important;
}

a.nav-link:active {
    color: #0094de !important;
}

a.nav-link:focus {
    color: #0094de !important;
}

.navbar-dark .navbar-toggler {
    color: #4d4d4d;
    border-color: none;
	background: #2b2481;
}

.navbar-toggler {
	border: 1px solid #4d4d4d;
}

.bg-dark {
    background-color: #fff !important;
    color: #000;
    box-shadow: 0px -1px 8px #9f9f9f;
}

#addbg {
	background: #fff url("../img/tlo-siedziby.jpg") no-repeat scroll top center;
	width: auto;
	min-height: 430px;
	border-bottom: 1px solid #ccc;
	
}

.card {
	border-radius: 0;
}

.bg-black {
    background-color: #444 !important;
    color: #fff;
    box-shadow: 0px -1px 8px #9f9f9f;
}

@media (min-width: 1200px) {
.ref-dag {
	margin-top:-45px;
}
}