#carousel-example-2
{
	max-width: 1100px;
	max-height: 200px;
	margin: auto;
	overflow: hidden;
}

.carousel-inner
{
	max-height: 200px;
}

.h1-responsive
{
	text-align: center;
}

h5
{
	margin-top: 10px;
}

.card-body
{
	padding-top: 20px;
}

.card-text
{
	min-height: 46px
}

footer.page-footer
{
	background-color: #1a237e;
}
.primary-color-dark 
{
    background-color: #1a237e!important;
}
.opis_nadruku
{
	padding-left: 9px;
}
.responsive {
  width: 100%;
  height: auto;
}

.oferta h2
{
	float: left;
}
#oferta p
{
	font-size: 15px;
}
#oferta
{
	line-height: 12px;
}
#oferta ol
{
	font-size: 12px;
}
.colors li
{
	display: inline-block;
	font-size: 17px;
    padding-left: 4px;
}
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


@media (min-width: 576px) {
  .wr {
    width: 350px!important;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .wr {
    width: 500px!important;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .wr {
    width: 500px!important;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .wr {
    width: 500px!important;
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .wr {
    width: 700px!important;
    max-width: 100%;
  }
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}



/* Style the Image Used to Trigger the Modal */
.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

.myImg1 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg1:hover {opacity: 0.7;}

ol {
counter-reset: li;
list-style: none;
padding: 0;
}
ol ol {
margin: 0 0 0 2em;
}
.lista a {
position: relative;
display: block;
padding: .6em .6em .6em 1.0em;
margin: .6em 0 .6em 2.9em;
border: 1px solid #e0e0e0;
background: linear-gradient(left bottom, rgb(255,255,255) 14%, 
rgb(240,240,240) 100%);
background: -o-linear-gradient(left bottom, rgb(255,255,255) 14%, 
rgb(240,240,240) 100%);
background: -moz-linear-gradient(left bottom, rgb(255,255,255) 14%, 
rgb(240,240,240) 100%);
background: -webkit-linear-gradient(left bottom, rgb(255,255,255) 14%, 
rgb(240,240,240) 100%);
background: -ms-linear-gradient(left bottom, rgb(255,255,255) 14%, 
rgb(240,240,240) 100%);
background: -webkit-gradient(
linear,
left bottom,
right top,
color-stop(0.14, rgb(255,255,255)),
color-stop(1, rgb(240,240,240)));
color: #505050;
text-decoration: none;
transition: all .3s ease-out;
}
.lista ol li{
	margin: auto;
}


.MyImg {
    width: 115px;
    height: 110px;
    margin-bottom: -16px;
    margin-top: -31px;
}
.spaces_li{
	padding-left: 30px;
}
.nav_font
{
	font-size:20px;
}