body {font-family: 'Lato', sans-serif;
    /*min-height: 1800px;*/
	top:0 !important;
    padding-top: 60px !important;
	/* background-color: #293a48; */
}
#google_translate_element a {
    display: none !important;
}
.goog-te-gadget { font-size:0px !important; }
.goog-te-gadget .goog-te-combo {padding-left: 2px;}
/*.goog-te-button{display:none !important; }*/
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
.breadcrumb{background-color: #ffffff;}
/* .panel-body { */
    /* padding: 5px; */
/* } */
.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
div.container.payment{padding-top:15px;}
div.container.main{padding-top:15px;}
meter{width: 20px;}
hr{margin-top:5px;margin-bottom:5px;}
.badge.info{background-color: #2196f3;}
.tooltip-inner {
    white-space:pre-wrap;
}
.btn-margin {
    margin: 1px;
	overflow: hidden;
}
 .affix {
      top: 60px;
      /* z-index: 9999 !important; */
	  width: 300px;
  }
.affix-top{
	  width: 300px;
}
.affix .td-affix{display:none;}
.list-link button{color:#000;}
.list-link button:hover{color:red;}
.list-link a{color:#000;}
.list-link a:hover{color:red;}
.foot-link a{color:#fff;}
.foot-link a:hover{color:red;}
.btn-group{margin:2px;}
.panel-noborder{border:none;-webkit-box-shadow:none;box-shadow:none}
/*.breadcrumb{margin-top:15px;}*/
.badge {font-weight: 400;}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 20px;
	display:none;
}
.navbar-brand{padding:12px 12px; font-size:15px;}

span.opis{font-size:12px !important;color:#607d8b;
	
}
.navbar-toggle{margin-right:5px;}
td.thin{font-size:8pt;padding:2px !important;}
.thin{font-size:8pt;padding:2px !important;}
.bg-info {
    background-color: #8e1c1e;
}

/* .modal-content{
	    background-color: #5d6368;
} */
/* .list-group-item{
	    background-color: #484e55;
} */
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.control-label.etykieta{
	font-weight: normal;
	text-align: left;
}


.pad5 {padding-right:5px;}
.jest {
	border-left-width: 1px;
	border-left-color: #62c462;
}
.brak {
	border-left-width: 1px;
	border-left-color: #ff3135;
}
.malo {
	border-left-width: 1px;
	border-left-color: #ffeb3b;
}
.linia-poz{
	border-color: #ff3135;
	margin:0;
}
.alert.mt{
	margin-top:20px;
}
.linia-info{
	border-color: #faebcc;
	border-width: 4px;
	margin:30px 0 30px 0;
}
.layout-logo{padding-left:2px;}
.list-tree{
	border:none;
	padding-left:5px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:5px;
	overflow:hidden;
}
.prod-elem-hide{
	 display: none !important;
}
.loc-elem-hide{
	 display: none !important;
}
.amount-elem-hide{
	 display: none !important;
}

i.fa.mr{
	margin-right:3px;
}
i.fa.ml{
	margin-left:3px;
}
span.badge.ml{
	margin-left:3px;
}
span.caret.ml{
	float:right;
}
span.mr{
	margin-right:5px;
}
small.mr{
	margin-right:5px;
}
small.ml{
	margin-left:5px;
}
code.ml{
	margin-left:3px;
}
.mr{
	margin-right:3px;
}
.ml{
	margin-left:3px;
}
li.ceny{padding: 3px 5px !important;}
.dropdown-menu {min-width:240px;}
a.noen, button.noen {color:#fff;font-size:13px!important;background:#d8251e;text-align:left!important;border:0;border-bottom:1px solid #fff;min-width:100%;display:block!important;}


/* OWL */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
 .owl-carousel2 {width: 100%; max-width:1000px;margin:0px auto;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;  }
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel , .owl-carousel1,   .owl-carousel11 {
    
  width: 100%; max-width:100%;margin:0px auto;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;   
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden; width:100%;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;  
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;height:auto;overflow:hidden;
  float: left;  text-align:center;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;height:48px;width:48px;font-size:14px;margin:0px;padding:0px;background:#808080;display:inline-block;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}
.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#ccc;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#cc0000}
.owl-carousel .owl-controls .owl-nav .owl-prev {left:10px;}
.owl-carousel .owl-controls .owl-nav .owl-next {right:20px;}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next{ 
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position:absolute;top:50%;margin-top:-24px; z-index:10; 
} 
.owl-nav.disabled {display:none;} 

.home2 a.list-group-items { position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}}
#carprom.home2 a.list-group-item {width:99%;float:left;margin:20px 0% 0  0%;border:0;border-right: 1px solid #cecece;padding:    0;}
.home2 a.list-group-item:hover {background:transparent;}
.home2 a.list-group-item div {width:94%;margin:3%;}
.home2 a.list-group-item div .imgh {width:100%;height:120px;overflow:hidden;}
.home2 a.list-group-item img {margin:0 auto;display:block;clear:both;max-width:100%;max-height:120px;}
.home2 a.list-group-item span.opis { font-family: Arial, sans-serif;display:block;overflow:hidden;font-size:14px;margin:0 auto;width:100%;text-wrap:wrap;min-height:65px;text-align:center;color:#3D3D3D; margin-top: 10px;}
.home2 a.list-group-item span.opis2 { font-family: 'Arial', sans-serif;display:block;overflow:hidden;font-size:11px;font-weight:bold;margin:0 auto;width:100%;text-wrap:wrap; text-align:center;color:#E30909}
.home2 a.list-group-item span.badges { font-family: Arial, sans-serif;display:block;overflow:hidden;font-size:18px;margin:0 auto;width:100%;text-wrap:wrap;text-align:center;line-height: 24px;color: #e32d18; }
.home2 a.list-group-item span.badges  .caret {display:none}

@media (max-width: 849px) { .home2 a.list-group-item {width:98.90%;float:left;margin:2% 0.5% 2%  0.5%;border:0;border: 1px solid #cecece;padding:  0px;}
.home2 a.list-group-item div .imgh {margin:0}
}

.owl-controls {
  display: none !important;
}

.nop {
	padding: 0px!important;
}

.homeBP {
	margin-top: 10px; 
}
.promocje .item-slide {

      margin-right: 10px;
  
}

		 #sho56.navbar-brands:link, #sho56.navbar-brands:visited, #sho56.navbar-brands:hover {display:block;background:#cc0000;cursor:default;color:#fff;font-family: 'Titillium Web', sans-serif;font-size:18px!important;font-weight:bold;padding: 10px 12px 10px 12px;margin: 5px 20px 6px 20px;-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #cc0000 !important;text-align:right;text-decoration:none;}
		 #sho56.navbar-brands img {max-height:34px;width:auto;padding:0;margin-right:10px;}
		 #sho56.navbar-brands .freed {display:inline-block;float:left;font-size:12px;max-width:150px;color:#000;line-height:15px;text-align:left;margin:0 15px 0 0px;padding:0; max-height:36px;overflow:hidden;}
		  #sho56.navbar-brands .freed  span {font-size:24px;color:#fff }
		  
		  table.zamowione {width:100%;margin:10px 0;}
table.zamowione td {padding:5px 10px;border:1px solid #ccc;text-align:center;}
table.zamowione tr:first-child {font-weight:bold;color:#fff;background:#be1439;padding:10px 10px;text-transform:uppercase; white-space: nowrap;}