body
{
    margin: 0 !important;
	background-color: #ffffff;
	color: #efefef;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.42857143;
	padding-top: 95px;
}

/*========================HEADER========================*/

.header-site
{
    width: 100%;    
    background-color: #2B2B2B;
    z-index: 999;
}

#hs-top-100-pro
{
	width: 100%;
    height: 24px;
    font-size: 12px;
    border-bottom: 1px solid #3B3B3B;
    color: #BBBBBB;
}
.main-width
{
	/*width: 1170px;*/
	margin-left: auto;
	margin-right: auto;
}
.w-1200{
    width: 1200px;
    padding: 5px;
	margin-left: auto;
	margin-right: auto;

}
.hs-top-l
{
    width: auto;
    float: left;
    padding-top: 2px;
}
.hs-top-l > ul
{
    margin: 0;
    height: 20px;
	padding: 0px;
}

.hs-top-l > ul > li
{

    float: left;
    padding: 0px 0px 0px 28px;
    margin: 0px 20px 0px 0px;
    overflow: hidden;
    background-image: url(../../images/bg-contact.png);
    background-repeat: no-repeat;
    font-size: 11px;
    line-height: 20px;
}
.slid-all
{
	width: 100%;
	background: no-repeat;
    background-size:cover;
	background-position: 50% 50%;

}
.h-600
{
	height: 545px;
}

.slid1
{
	background-image: url("../img/slider/1SS.jpg");
}
.slid2
{
	background-image: url("../img/slider/1a.jpg");
}
.slid3
{
	background-image: url("../img/slider/2.jpg");
}

.hs-top-l > ul > li > a
{
    text-decoration: none;
    color: #999999;
}

.hs-top-l > ul > li > a:hover
{
    color: #e4711e;
}

.qEmail {
    background-position: 0px 0px;
}
.qPhone {
    background-position: 0px -20px;
}

.hs-top-r
{
    width: auto;
    float: right;
    padding-top: 5px;
}
@media (max-width: 574px) {
	.hs-top-r{float: none; margin-left: auto; margin-right: auto; text-align: center;}
}






#headerTop100 /* width: 100%; */
{
    width: 100%;
    height: 24px;
    font-size: 12px;
    border-bottom: 1px solid #3B3B3B;
    color: #BBBBBB;
}
#headerTop
{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
#headerTopL
{
    width: auto;
    float: left;
    padding-top: 2px;
}



#headerMnu
{
    /*width: 1170px;*/
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
.navbar
{
	font-size: 14px !important;
}

.sticky
{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

/*========================/HEADER========================*/
main
{
	width: 100%;
}

#tresc_mapy 
{
	width: 100%;
	height: 600px;
}

#map
{
	position: absolute;
	top: 95px;
	left: 0px;
	right: 0px;
	bottom: 10px;
}

.buttonMap 
{
	margin: 0px 5px 0px 5px;
	font-size: 1.2em;
	text-align: center;
	cursor: pointer;
	outline: none;
	color: #000;
	background-color: #efefef;
	border: 1px solid #e4711e;
	border-radius: 5px;
	box-shadow: 0 2px 6px #555555;
}

.buttonMap:hover {background-color: #e4711e; color: #000;}

.buttonMapH {
	margin: 0px 5px 0px 5px;
	font-size: 1.2em;
	text-align: center;
	cursor: pointer;
	outline: none;
	color: #000;
	background-color: #e4711e;
	border: 1px solid #e4711e;
	border-radius: 5px;
	box-shadow: 0 2px 6px #555555;
}

@media (max-height: 600px){
	#map{
		bottom: 600px;
	}
}

.navmenu{
	position:fixed;
	top: 105px;
}

.navmenu ul{display:inline-block;list-style:none;padding:0}
.navmenu a{font-size:16px;font-weight:600;color:#222;display:block;padding:15px 25px;background-color:#cccccc;margin-bottom:10px}
.navmenu a.active,.navmenu a:hover {color:#ef8a01;background-color:#333333;}

.tresc_onas{
	font-family: 'Open Sans';
	margin-top: 0;
	padding-left: 160px;
	font-size: 14px;
	/*line-height: 1.42857143;*/
	line-height: 2em;
	color: #666;
}

.tresc_onas h2, h3, h4{
	color: #000000;
}

@media (max-width: 1085px){
	.tresc_onas{
		padding-left: 5px;
		padding-right: 5px;
	}

}

.tresc_strony{
	font-family: 'Open Sans';
	margin-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	/*line-height: 1.42857143;*/
	line-height: 2em;
	color: #666;
}

p.naglowek1
{
	font-family: 'Open Sans';
	font-size: 25px;
}

#polecane {
	background: #a1a1a1;
	padding: 5px;
	width: 100%;
	height: auto;
	text-align: center;
	border-top: 1px solid #E0E0E0;
	font-size: 2em;
}

.buttonKatalogLook {
	margin: 2px;
	height: 22px;
	padding-bottom: 3px;
	padding-left: 25px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #e4711e;
	background-color: #000;
	background-image: url('../../images/lookdwnld.png');
	background-repeat: no-repeat;
	background-position: 5px 0px;
	border: 1px solid #e4711e;
	border-radius: 30px;
	box-shadow: 0 4px 12px #555555;
}

.buttonKatalogDwnld {
	margin: 2px;
	height: 22px;
	padding-bottom: 3px;
	padding-left: 25px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #e4711e;
	background-color: #000;
	background-image: url('../../images/lookdwnld.png');
	background-repeat: no-repeat;
	background-position: 5px -20px;
	border: 1px solid #e4711e;
	border-radius: 30px;
	box-shadow: 0 4px 12px #555555;
}

.buttonKatalogLook:hover, .buttonKatalogDwnld:hover {background-color: #e4711e; color: #000;}

.katalog{
	float: left;
	max-width: 383px;
	margin-left: auto;
	margin-right: 0;
}
.dodatek{
	float: right;
	max-width: 383px;
	margin-left: 0;
	margin-right: auto;
}

.info{
	font-size: 0.5em;
}

.infoS{
	font-size: 0.7em;
}

.info_white
{
	background-color: #ffffff;
	font-size: 0.9em;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 20px;
}
.info_white > a
{
	text-decoration: none;
	color: #000000;
}

#pobierz {  clear: both; float: left; text-align: left; }
#pobierz p { font-size: 1.2em; color: #d2d2d2;}
#pobierz ul { list-style: none; padding: 0px; margin-top: 5px; }
#pobierz li { display: block; color: #555555; float: left; padding: 0px; margin: 0px; background: none; list-style: none; }
#pobierz li a { display: block; color: #555555; text-decoration: none; margin: 0px; width: 100%;}
#pobierz li a:hover { outline: 0; }
#pobierz .doc { height: 40px; margin-right: 10px; background-image: url("../../images/word40.png"); background-repeat: no-repeat; padding: 0px 2px 5px 30px;  }
#pobierz .odt { height: 40px; margin-right: 10px; background-image: url("../../images/writer40.png"); background-repeat: no-repeat; padding: 0px 2px 5px 30px;  }
#pobierz .pdf { height: 40px; margin-right: 10px; background-image: url("../../images/pdf40.png"); background-repeat: no-repeat; padding: 0px 2px 5px 30px;  }

#kontakt{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
#kontakt > div{
	flex-basis:360px;
	margin:5px;
	padding:5px;
}

.infoKontakt
{
	font-family: "Open Sans";
	float: center;
	text-align: center; 
	border: 1px solid #6a2229; 
	box-shadow: 0 0 5px;
	color: #4b4b4b;
}
uwg{ font-weight: 900; color: #ff0000; }

#kontakt .wew {  float: center; text-align: center; width: 100%; margin: auto; border: 3px solid #d2d2d2; color: #a1a1a1;}
#kontakt p { font-size: 1.2em; font-weight: bold;}
#kontakt ul { list-style: none; padding: 0px; margin-top: 5px; text-align: center; }
#kontakt li { display: block; color: #222222; float: center; padding: 0px; margin: 0px; background: none; list-style: none; }
#kontakt li a { display: block; color: #222222; text-decoration: none; margin: 0px; width: 100%;}
#kontakt li a:hover { outline: 0; }

/*=========================FOOTER========================*/

.footer-site
{
	margin-top: 0px;
    width: 100%;
    background-color: #2B2B2B;
}

.info
{
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 20px;
}

.info > a
{
	text-decoration: none;
	color: #e88226;
}

#fs-top-100-pro
{
	width: 100%;
    height: 24px;
    font-size: 12px;
    border-top: 1px solid #3B3B3B;
    color: #BBBBBB;
}

.fs-bottom-100-pro
{
    width: 100%;
    height: 24px;
    font-size: 12px;
    border-top: 1px solid #3B3B3B;
    color: #BBBBBB;
}

.fs-bottom-l
{
    width: auto;
    float: left;
}

.fs-bottom-r
{
    width: auto;
    float: right;
}
/*========================/FOOTER========================*/

/*=========================MAIN========================*/
.kontainer{width: auto; color: #252525;}

p.naglowek{ /*in tresc*/
    width: auto;
    font-size: 12px;
    padding: 5px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
	text-align: left;
    color: #333333;
	border-bottom: 1px dashed #2b2b2b;
}

a.a0
{
	text-decoration: none;
	color: #333333;
}
/*========================/MAIN========================*/

#content{
    margin: 0px;
}


.category{
	display:flex;
	flex-wrap: wrap;
    justify-content: center;
    background-color: #ffffff6b;
}
.category > div{
	flex-basis:382px;
	margin:3px;
	padding:5px;
}

.category .wew {  float: center; width: 100%; margin: auto; border: 1px solid #d2d2d2;}
.category .wew > ul{-webkit-filter: opacity(30%); filter: opacity(30%);}
.category .wew > ul:hover{-webkit-filter: opacity(100%); filter: opacity(100%);}
.wew:hover{box-shadow: 0 0 10px;}
.category p { font-size: 1.2em; font-weight: bold; color: #FFFFFF;}
.category ul { list-style: none; padding: 0px; margin-top: 5px; text-align: center; }
.category li { display: block; color: #222222; float: center; padding: 0px; margin: 0px; background: none; list-style: none; }
.category li a { display: block; color: #222222; text-decoration: none; margin: 0px; width: 100%;}
.category li a:hover { outline: 0; }

/*========================MENU========================*/
.mnuLeft{
    float: left;
    margin-top: 5px;
}

.mnuLeft > ol
{
    padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 14px;
	line-height: 200%;
	display: inline-block;
}

.mnuLeft > ol > li
{
	float: left;
    width: 100%;
	padding: 2px;
	border-bottom: 1px solid #dedede;
}

ol a
{
	color: #2B2B2B;
	text-decoration: none;
	display: block;
}

ol a:hover
{
    text-decoration: none;
    color: #2B2B2B;
    font-weight: 600;
    background-color: #e88226;
}

.mnuLeft > ol > li:first-child
{
    border-top: 1px solid #dedede;
}

.mnuLeft > ol > li:hover
{
    font-weight: 600;
    background-color: #e88226;
}

.mnuLeft > ol > li.akt
{
    font-weight: 600;
    background-color: #e88226;
}
/*========================/MENU========================*/

.contRight{
    float: left;
	margin: auto;
}

.produktList{
	display: inline-block;
    border: 1px solid #dedede;
    cursor: pointer;
	height: 400px;
}

.produkt > p
{
    padding: 2px;
    background-color: #2B2B2B;
    color: #efefef;
}

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

.logo
{
	float: left;
	height: 30px;
	padding: 3px;
}
.ocena
{
	float: right;
	height: 25px;
	padding: 3px;
}
.logo > img
{
	height: 100%;
	width: auto;
}
.ocena > img
{
	height: 100%;
	width: auto;
}


.zdj200200
{
    clear: both;
    width: 200px;
    height: 200px;
    margin: auto;
	margin-top: 32px;
    text-align: center;
    
}

.zdj200200 > img
{
    vertical-align:middle;
}

.opisLista
{
    margin-top: 10px;
    width: auto;
	text-align: center
}

.opisLista > p
{
    font-weight: 600;
	margin: 8px 2px 8px 2px;
	
}
.opisLista > small
{
    color: #5b5b5b;
}

.opisBrand
{
    float: right;
    margin: 5px;
    width: auto;
}

.produkt{
    border: 1px solid #dedede;
    margin: 5px 0px 5px 0px;
    padding: 5px;
    cursor: pointer;
}

.produkt > p
{
    padding: 3px;
    background-color: #2B2B2B;
    color: #efefef;
}

.lewa
{
    float: left;
}
.opis
{
    line-height: 1.75em;
}

.f-w-600
{
	font-weight:600;
}
.lewa > p > img
{
	vertical-align: top;
}

.zdjMax
{
    width: 100%;
    margin: 0;
}

.zdjMax > img
{
    width: 100%;
    border: 0px;
}

.zdjMax > img:hover
{
    transform: scale(1.2,1.2);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    -webkit-transform: scale(1.2,1.2);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.2,1.2);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	box-shadow: 0 0 10px;
    position: relative;
    z-index: 99;
}

.zdjGal
{
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.zdjMini
{
    display: inline-block;
    height: 70px;
    margin: 3px;
}

.zdjMini > img
{
    height: 100%;
    border: 1px solid #5c5c5c;
    
    -webkit-filter: grayscale(90%);
    -moz-filter: grayscale(90%);
    -o-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    filter: grayscale(90%);

    -webkit-filter: opacity(40%); 
    filter: opacity(40%);
}

.zdjMini > img:hover
{
    height: 100%;
    border: 1px solid #2B2B2B;
    
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);

    -webkit-filter: opacity(100%); 
    filter: opacity(100%);
}

.t
{
	font-size: 0.8em;
	text-align: left;
	margin: auto;
	margin-bottom: 5px;
	border: 1px solid #dfdfdf;
}


.ul { list-style: none; height: 40px;}
.li { display: block; color: #555555; float: left; padding: 0px; margin: 0px; background: none; list-style: none; }
.li a { display: block; color: #555555; text-decoration: none; margin: 0px; width: 100%;}
.li a:hover { outline: 0; }
.pdf { height: 40px; width: auto; background-image: url("../../images/pdf40.png"); background-repeat: no-repeat; padding: 0px 2px 5px 30px;  }

.tp
{
	box-shadow: 0 0 10px;
}

.n
{
	text-align: center;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background-color: #dfdfdf;
}















.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
	color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}


#home {position:relative; padding:0;}
@media (min-width: 992px) and (max-width: 1199px) {
	.flexslider.top_slider .slides li {background-attachment:scroll !important; background-size:100% auto !important; -webkit-background-size:100% auto !important; background-position:0 0 !important;}
}