@charset "utf-8";
:root
{
    --kolor:#05314c;
    --tlo:#FFF;
    --kolor_link:#ff3800;    
}


/*--------------------------------------------------*/
/*-- domyslny reset tagów ---*/
/* font-family: 'Kaushan Script', cursive; */ 
/*--------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*--------------------------------------------------*/
/*-- HTML5 reset dla starszych przeglądarek --*/
/*--------------------------------------------------*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
	display: block;
}
body 
{
	line-height: 1;
}
ol, ul 
{
	list-style: none;
}
blockquote, q 
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}
table 
{
	border-collapse: collapse;
	border-spacing: 0;
	margin:auto;
}
/*--------------------------------------------------*/
/*-- Wstępne ustawienia--*/
/*--------------------------------------------------*/
html 
{
    height:100%;
}
form a:hover,form a:active,form a:focus
{
    text-decoration:none;
    color:#831c00;
} 
body
{
	background-color: var(--tlo);
	font-family: "Montserrat",sans-serif;
	line-height: 1.5em;
	font-size: 14px;
	color: #000;
}
.enter
{
	clear:both;
}
.bold
{
	font-weight:bold;
}
.visuallyhidden
{
	display:none;
}
input.button 
{
	cursor: pointer;
}
a:link,a:visited 
{
    text-decoration:none;
    font-weight:normal;
    color:var(--kolor_link);
}
a:focus
{
    outline:2px solid red;
}
p 
{
    margin-top:0;
    margin-bottom:5px;
    line-height:1.59em;
}
img 
{
    border:0 none;
}
/*-----------------------------------------------------------------------------------*/
/* - Ulożenie głównej strony - */
/*-----------------------------------------------------------------------------------*/
body div#strona 
{
    width: 100%;    
    margin-left:auto;
    margin-right:auto;
}
/*--------------------------------------------------*/
/*-- Baner TOP--*/
/*--------------------------------------------------*/
div#baner
{
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
	height:100px;    
    color:var(--kolor);
    font-weight:bold;
    font-size:0.9em;
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
}
div#loga_baner
{
    display: flex;
    justify-content: space-between;
    max-width: 770px;
    width: 100%;
    margin-top:20px;
}
div#loga_baner a
{
    display:block;
    float:left;
}
div#loga_baner a:last-child
{
    padding:0 0 0 10px;
}
/*--------------------------------------------------*/
/*-- Niepełnosprawni--*/
/*--------------------------------------------------*/
div#paczka_niewidomi_szukaj
{
	display:flex;
	flex-direction:column;
    max-width: 340px; 
}

div#baner_niedowidzacy
{
    padding: 5px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}
div#oko
{
    float:left;
}
div#oko .kontrast, div#fontsize .kontrast
{
    display:block;
    float:left;
    padding:3px;
}
div#fontsize .kontrast
{
    padding-right:10px;
}
/*--------------------------------------------------*/


div#baner_niedowidzacy a img
{
	padding-left:14px;
	padding-right:10px;
    border-right: 1px solid #000;
    border-color:var(--kolor);
}
#fontsize
{
	float:left;
    padding: 0 12px;
}
#fontsize a
{
	color:var(--kolor);
    font-size:2em;
    display: block;
    float: left;
    margin-right:4px;
    
}
#fontsize a#pow_2
{
    margin-right:11px;
}
#fontsize a:hover
{
	color:#ff6600;
}
#fontsize a
{
	user-select: none;
}
#fontsize+a
{
    float:left;
}
/*-----------------------------------------------------------------------------------*/
/* - szukaj - */
/*-----------------------------------------------------------------------------------*/
div#top_szukaj
{
    position: absolute; 
    z-index: 101;  
	top: 55px;
    right: auto; 
}
div#top_szukaj label
{
    display: none;
}
div#top_szukaj .form-search
{
    background: rgba(0, 0, 0, 0) url("../images/lupa.png") no-repeat scroll 100% 50%;
    padding-right: 50px;
    text-align: right;
    width:270px;
}
div#top_szukaj input
{
    color: var(--kolor);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    padding: 7px; 
    border: 1px solid var(--kolor);
    border-radius: 5px;
    width: 250px;
}
div#top_szukaj button
{
    border: none;
    width: 50px;
    position: absolute;
    padding: 9px;
    background: none;
    color: #0aa0;
}
div#top_szukaj button.btn:hover
{
    cursor: pointer;
}
/*--------------------------------------------------*/
/*-- Baner animacja--*/
/*--------------------------------------------------*/
#baner_animacja
{
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
    color:var(--kolor);
    height: 296px;
    background: rgba(0, 0, 0, 0) url("../images/baner.jpg") no-repeat scroll 100% 50%;
}
#baner_opis
{
    padding-top:7px;
    max-width: 530px;
}
#logo_mgops
{
    float: left;
}
#baner_animacja h1
{
    font-size: 2.4em;
    line-height: 1em;
    padding: 4px;
}
#baner_animacja a
{
    display: block;
    padding: 0 23px;
}
#baner_animacja h2
{
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 0 4px 0;
}
#baner_animacja p
{
    font-size:1em;
    line-height: 1.2em;
}
/* #baner_opis p:nth-of-type(4) 
{
    padding-left: 26px;
} */
#baner_animacja p:last-child a
{
    display:inline-block;
    padding-left: 3px;
}
#baner_opis a.telefon
{
    display: inline-block;
    padding: 0;
}
/*--------------------------------------------------*/
/*-- Nazwa Kategorii--*/
/*--------------------------------------------------*/
div#kategoria
{
    width:100%;
    /*height:60px;*/
    background-color: var(--kolor);
}
div#kategorie_opis
{
    color: #fff;
    font-size: 2.3em;
    text-transform: uppercase;
    font-family: Arial;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 20px 81px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height:1em;
}
h2 span.subheading-category
{
    display: none;
}

/*--------------------------------------------------*/
/*-- Right BOX--*/
/*--------------------------------------------------*/
#right_box
{
    max-width: 270px;
    font-size: 12px;
    position:relative;
    top:31px;
	margin-bottom: 60px;
}
#right_box .moduletable>h3
{
    color: #fff;
    font-size: 2.7em;
    text-transform: uppercase;
    font-family: Arial;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1px 0 5px 55px;
    font-weight: bold;
    letter-spacing: 2px;    
}
.custom div.kafelek_ograniczenie
{
    max-width: 320px;
    font-size: 12px;
    position:relative;
    top:20px;
    float:left;
    padding: 10px;
}
div.kafelek_ograniczenie
{
    overflow: hidden !important;
    max-height:200px;
}

div.kafelek img{
    border: 0 !important;
    box-shadow: none !important;
    filter:brightness(60%);
    transition: all 0.5s;
}
.kafelek h3
{
    position: relative;
    top: -177px;
    color: #fff !important;
    font-size: 36px !important;
    line-height: 1em;
    text-align: center;
    margin: 0 auto;
    padding:5px 20px !important;
    text-shadow: 0px 0px 11px #000;
  	max-width: 270px;
}

.kafelek a
{
    color: #000;
    display: block;
    padding: 6px 0px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    text-align: center;
    max-width: 150px;
    top:-172px;
    margin: 12px auto;
    font-size: 15px;
}
div.kafelek:hover img
{
    transform:scale(1.05);
    filter:brightness(100%);
}
div.kafelek a:hover 
{
    color:#fff !important;
    background-color:red;  
}
/*--------------------------------------------------*/
/*-- LOGA--*/
/*--------------------------------------------------*/
div#loga
{

    background-color: #e8e8e8;
    height:200px;
}
div#loga .item a
{
    margin: 0 30px;
}

.owl-carousel.owl-loaded, .owl-carousel .owl-stage-outer  
{
    height:inherit;
}

.owl-stage
{
    /*padding-top: 78px;*/
    display:flex;
    align-items:center; 
}

.owl-stage div img
{
 /*   transform:translateY(-50%);*/
}
.item
{
    margin:0 15px;
}
/*--------------------------------------------------*/
/*-- STOPKA --*/
/*--------------------------------------------------*/
div#footer_pojemnik
{
    background:url(../images/stopka_tlo.jpg) no-repeat 50% 0;
    width:100%;
    height:406px;
    background-size: cover;    
}
div#footer_pojemnik2
{
	max-width:1200px;
	margin:0 auto;	
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-around;	
    padding-top:31px;	
}
.f_tytul
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	color:#fff;
	font-size:30px;
	line-height:45px;
	padding-bottom:5px;
    border-bottom:2px solid #e00200;
    margin-bottom:16px;
}
/*--------------------------------------------------*/
#f_poz0 ul 
{
    padding-left: 15px;
}
#f_poz0 nav ul li
{
    padding: 3px 0;
    list-style: url(../images/menu_arrow_right.png);
} 
#f_poz0 a
{
    color:#dddddd;
}
#f_poz0 a:hover
{
    color: var(--kolor_link);
}
/*--------------------------------------------------*/
#f_poz1 address div
{
	color:#dddddd;
    font-size: 14px;
	padding-left:37px;
	background:url(../images/stopka_lokalizacja.png) no-repeat 3px 0px, url(../images/stopka_telefon.png) no-repeat 3px 82px, url(../images/stopka_koperta.png) no-repeat 0px 138px;
}
#f_poz1 address div span
{
    color:#fff;
}
#f_poz1 address div p:nth-of-type(5)
{
    padding-left: 26px;
}
#f_poz1 address div p.bold
{
	color:#fff;
}
#f_poz1 a
{
	color:#dddddd;
    text-decoration: none;
}
#f_poz1 a:hover
{
	color: var(--kolor_link);
}
/*--------------------------------------------------*/
div#f_poz2 a img
{
    margin-top:10px;
    /*filter: saturate(120%) drop-shadow(0px 0px 8px #281a01);*/        
}
/*--------------------------------------------------*/
div#f_autor
{
	color:#fff;
	text-align:center;
	font-size:11px;
	padding-top:15px;
}
#f_autor a
{
	color:#dddddd;
    text-decoration: none;
}
#f_autor a:hover
{
	color: var(--kolor_link);
}
/*--------------------------------------------------*/
/*-- SCROLLUP--*/
/*--------------------------------------------------*/
.scrollup
{
	width: 50px;
	height: 50px;
	text-decoration: none;
	background: url("../images/up.png") no-repeat 0px 0px;
	position: fixed;
	right: 40px;
	bottom: 102px;
	display: none;
    z-index:101;
}
/*--------------------------------------------------*/
/*-- COOKIES--*/
/*--------------------------------------------------*/
.ciacho
{
    text-align:center;
    padding:10px;
}
.ciacho a
{
    color:#ff6600;
}
.ciacho #ciacho_zmaknij
{
    position: absolute;
    left: 88%;
    background-color: red;
    padding: 5px 20px;
    margin-top: -5px;
    color: #fff;
    border-radius: 5px;
}