@media only screen and (max-width: 600px) {
    .thumb {
        max-height: 100px;
        width: auto !important;
    }

    th {
        word-break:break-all;
    }
    
    td {
        word-break:break-all;
    }
    tr {
        font-size: 12px;
    }

    .basket-width {
        width: 100% !important;
    }

    .outlet-item::before{
        left: -35% !important;
    }

    .mobile-column {
        flex-direction: column !important;
    }

    .koszyk_i_logowanie {
        display: flex;
        flex-direction: column !important;
        align-items: flex-end !important;
        line-height: 2em;
    }

    .koszyk_i_logowanie a {
        color: #333 !important;   
    } 

    .bigdrop {
        width: 100px !important;
        height: 300px;
        margin-left: 33px !important;
        box-shadow: -5px 55px 5px 1px #ccc;
        margin-top: 29px !important;
    }

    .logowanie_parent {
        width: 100%;
    }

    .infolinia {
        display: none;
    }

    .top-logo {
        display: none !important;
    }

    .logo {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .dzialy {
        flex-direction: column !important;
        align-items: center;
    }

    .dzial {
        color: #333;
        text-align: center;
        padding: 0px 0px 20px 0px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    }

    .dzial_box {
        max-width: 100% !important;
    }
    .drop-down02 .sub-menu02 {
        position: static !important;
    }
    .dropdown-menu {
        position: static !important;
    }
} 



/* noramlny css */
.text-shadow:hover {
    text-shadow: 0 0 1px white;
}
.thumb {
    width: 100% !important;
}

.img-scale {
    width:100%;
    height: auto;
}

.dropdown-menu {
    width: 250px;
}

.dzial_box {
    max-width: 30%;
    height: auto;
}

.dzialy {
    flex-direction: row;
    justify-content: space-around;
}

.drop-down02{
	position:relative;
}
.drop-down02 .sub-menu02
{
	position: absolute;
	left: 100%;
	top: 0;
}

.drop-down02 .dropdown-toggle{
	padding:.25rem 1.1rem !important;
}

.zdj-dzial>img {
    width: 100%;
    height: auto;
    background-color: white;
}
.margin-auto {
    margin: 0 auto !important;
}

.menu-bottom {
    color: #333;
}

.menu-bottom:hover {
    text-decoration: underline !important;
    color:#00a0e1;
}

.no-pointer {
    list-style: none;
    padding: 0;
}

.montserrat {
    font-family: 'Montserrat';
}

.lh2 {
    line-height: 2em;
}

.pt-2 {
    padding-top: 2em;
}

.pb-1 {
    padding-bottom: 1em;
}

.ps-1 {
    padding-left: 1em;
}

.m-1 {
    margin: 1em;
}

.m-2 {
    margin: 2em;
}

.m-3 {
    margin: 3em;
}

.border-bottom {
    border-bottom: 1px solid #ddd;;
}
.prop-item {
    max-width: 33%;
    width: 30%;
    padding: 10px;
    transition: transform .2s;
}

.prop-item:hover {
    transform: scale(1.1);
}

.rotate {
    transform: rotate(-20deg);
    top: 50px;
    position: relative;
    right: 10%;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-5 {
    width: 5% !important;
}



.flex-center {
    justify-content: center;
    align-items: center;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-items: center;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.ms-150 {
    margin-left: 150px;
}

.ps-150 {
    padding-left: 150px;
}

.pe-150 {
    padding-right: 150px;
}
.no-bg {
    background-image: url() !important;
}

.text-primary {
    color: #2780e3;
}

.text-secondary {
    color: #6c757d;;
}

.bg-white {
    background-color: white !important;
}

#search_div {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position: relative;
    top: -30px;
}

.panel-heading:hover {
    background-color: #008acc;
    color: whitesmoke;
}

.panel-body {
    color:rgb(25, 25, 25) !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 600px !important;
    padding: 0 !important;
    overflow-y: auto;
  }

.select2-results__option {
    padding: 0px !important;
}

.bigdrop{
    width: 400px !important;
    height: 600px;
    margin-left: -280px;
    box-shadow: -5px 55px 5px 1px #ccc;
    margin-top: 7px;
}

.search-item {
    display: inline-block;
    padding: 0px;
    height: 150px;
}

.search-item-label {
    color: #00a0e1; 
    font-weight: lighter;
    float: right;
}

.search-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search-select {
    width: 130px;
    background-color: white;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

search-select:hover {
    width: 500px;
  }

.search-icon {
    margin-right: 20px;
}

.top-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    height: 100px;
}

.top-logo > img {
    width: 250px;
  }


.open>a {
    background-color: #0c5460;
}

.lista-p2 {
    left: 100%;
    top: 0;
}

.body_bg {
    background-image: url('../images/body_bg.jpg');
    background-size: cover;
    min-height: 500px;
    background-position-y: center;
 }
 
 .heading_1 {
  border-bottom: 1px solid darkgray;
  padding-bottom: 10px;
 }

 .w_nazwa {
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 0.1em;
 }

 .w_symbol {
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing: 0.3em;
 }

 .alert-primary {
  background-color: #2780e3;
  border-color: #2780e3;
 }

 .alert-secondary {
  background-color: #e2e3e5;
  border-color: #d6d8db;
 }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-bottom-color: #155724;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.outlet-itm-detail::before{
content: attr(data-text);
padding: 15px;
box-shadow: 0 0 1px white;
background: orange;
color: #fff;
font-weight: 500;
left: -5%;
position: relative;
z-index: 9999;
top: 55px;
font-size: large;
}

.stan::after{
 content: attr(data-text);
 bottom: 80px;
 left: 5%;
 padding: 5px;
 position: relative;
 box-shadow: 0 0 20px #999;
 background: #2780e3;
 color: #fff;
 font-weight: 500;
 float: right;
 font-size: 24px;
 z-index: 999;
}

.rounded {
 border-radius: 10px;
}

.text-white {
 color: #fff;
}

.biale-tlo {
 background: #fff;
}

.effect7
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect7:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.countitems {
    background-color: #d9001a;
    color: white;
}

.basket-width {
    width: 70%;
}

.wygieta-kartka
{
  position: relative;
}
.wygieta-kartka:before, .wygieta-kartka:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.wygieta-kartka:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}


.btn-round {
background: #c82814;
box-shadow: 0 1px 2px #af4d41;
border: none;
border-radius: 5px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 18px;
font-weight: 500;
height: 66px;
line-height: 36px;
text-align: center;
transition: background-color 0.3s ease;
white-space: nowrap;
vertical-align: middle;
padding: 10px;
}

.btn-round:hover {
 background-color: #9c1907;
}

.tech-data {
	margin-top: 20px; 
	border-radius: 5px;
}

.container{
  margin: 0 auto;
}

.container .gallery a img {
  float: left;
  width: 10%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}


/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'Montserrat';
}


.dzial{
    color: #333;
    max-width: 300px;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.dzial:hover{
    box-shadow: 0 0 10px 10px white;
}

.dzial_title {
    background-color: white;
    padding: 10px;
    text-align: center;
}

.tytul_galerii {
 border-bottom: 2px solid #ddd;
 margin-bottom: 30px;
}

.fota_gal {
 margin-bottom: 20px;
 transition: all .5s ease-in-out;
}

.fota_gal:hover {
  transform: scale(1.5);
}
main-panel.img {
  max-width: -webkit-fill-available;
}

a {
	color:#d1001a;
	text-decoration:none!important;
}

.main-panel {
  max-width: 45%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  margin-bottom: 100px;
  padding: 0px;
}

.main-panel:hover{
  box-shadow: 0 4px 8px 0 rgba(135, 189, 221,0.5), 0 6px 20px 0 rgba(5, 39, 60, 0.5);
}

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

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.infolinia p{
	margin-bottom:2px;
	font-size:13px;
}

.infolinia p.infol{ 
    font-size:22px;
}

.infolinia p.infol a{ 
font-weight:bold;
color:#333333;
}

.koszyk a {
	color:#333333;
	text-decoration:none;
	font-size:16px;
	line-height:16px;
}

.koszyk a span{
	font-size:12px;
}


.logowanie a {
	float:right;
	width:100%;
	color:#333333;
	text-decoration:none;
	font-size:16px;
	line-height:33px;
	padding:5px;
	text-align:right;
	background-repeat:no-repeat;
	background-position:right center;
	margin-top:36px;
	border:1px solid #ffffff;
}

.lgwnie span {
	font-size:12px;
	color:#333333;
}

.lgwnie span a{
	padding:0;
	float:none;
	width:auto;
	color:#008acc;
	font-size:12px;
	margin:0;
}

.btn-gray {
	background-color:#ffffff;
	border: 1px solid #DDDDDD;
	color: #636363;
	white-space:normal;
}



.btn-gray:hover,
.btn-gray:focus {
	background-color:#eeeeee;
	border: 1px solid #DDDDDD;
	color: #636363;
}

.btn-primary {
	color: #ffffff;
    background-color: #2780e3;
    border-color: #2780e3;
	white-space:normal;
}

.btn-default {
	white-space:normal;
}

.btn-primary:hover,
.btn-primary:focus {
	color: #ffffff;
    background-color: #1967be;
    border-color: #1862b5;
}

.breadcrumb a {
	color:#999999;
}

.breadcrumb .active {
	color:#d1001a;
}




.nazwakat {
        height:65px;
	color: #333333;
	background-color: #f5f5f5;
	border-top: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Source Sans Pro",Calibri,Candara,Arial,sans-serif;
	font-size: 17px;
}

.nazwakat:hover {
	background-color: #959595;
	color: white;
}

.obrazekkat {
        height:200px;
        padding-top:10px;
}

.obrazekkat img {
        max-width:80%;
        float:none;
        display:inline;
        max-height:200px;
	padding-bottom: 20px;
}

.obrazekprod {
	height:120px;
	padding-top:10px;
}

.obrazekprod img {
	max-width:80%;
	float:none;
	display:inline;
	max-height:100px;
}

.nazwaprod {
    font-size: 0.7vw;
    height:65px;
}



.outlet-item::before{
 content: attr(data-text);
 padding: 5px;
 box-shadow: 0 0 1px #999;
 background: orange;
 color: #fff;
 font-weight: 500;
 left: -22%;
 position: relative;
}

.outlet-item::after{
    content: attr(data-ile);
    bottom: 5px;
    left: 12px;
    box-shadow: 0 0 1px #999;
    background: #f5f5f5;
    color: #000;
    padding: 5px;
    margin-top: 30px;
    font-size: 0.8em;
}


a.panelprod {
	width: 100%;
	float:left;
	display:block;
	color:#333333;
}

a.panelprod:hover {
	color:#d1001a;
}

.fotapoj {
	float:none;
	display:inline;
	margin-top:50px;
	margin-bottom:50px;
	max-width:80%;
}

.kafel {
 display: flex;
 align-items: center;
 justify-content: center;
 height: 400px;
 box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
}

.input-xs {
	height:23px;
	font-size:14px;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}
