/* ==========================================================================
   1. USTAWIENIA OGÓLNE I RESET
   ========================================================================== */
body {
    padding-top: 124px; 
    font-family: "Titillium Web", "Arial", Tahoma;
}


a, .prod-cena, .produkt img, .box-kat, .foto-kat img, 
.nazwa-kat, .box-kat:after, .box-kat:before, input, label, :before {
    transition: all 250ms ease-in-out;
    text-decoration: none;
}

a:hover,a:active,a:focus{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #393b91;
}

header {
    height: 104px;
    background-color: #FFF;
    box-shadow: 7px 0 18px rgba(0,0,0,0.35);
   
    border-bottom: solid 4px #393b91 !important;
}

header .container {
    position: relative;
    height: 100%;
}

.logo {
    position: absolute;
    left: 0;
    top: 11px;
    z-index: 20;
}

.logo2 {
    position: absolute;
    right: 0;
    top: 11px;
    z-index: 20;
    margin: 0;
}


header address {
    position: absolute;
    top: 16px;
    right: 170px; 
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #393b91;
    margin-bottom: 0;
    z-index: 20;
    font-style: normal;
}

header address .tel {
    margin: 0 20px 0 0;
	text-align: left;
	display: inline-block;
}

header address a {
    color: #393b91;
    text-decoration: none;
}

header address a:hover,
header address a:active,
header address a:focus{
    color: #393b91;
    text-decoration: underline;
}

.card-body{
	border: solid 1px rgba(236,236,236,1.00);
}
header address .bi {
    color: #393b91;
    margin-right: 5px;
}

.card-text b{
	display: inline-block;
}

.alert-link:hover,
.alert-link:active,
.alert-link:focus{
	text-decoration: underline;
}
header .navbar {
    padding: 0 !important;
    position: static; 
}

header .navbar.menu {
    
    margin-top: 51px;
    margin-left: 0px; 
    width: auto;     
    display: inline-block; 
    

    background-color: #393b91 !important;
    border-radius: 10px 10px 0 0;
    /*box-shadow: inset 2px 2px 2px rgba(0,0,0,1.00);*/
	box-shadow: 0 0 0 ;
    border: 0;
    
 
	font-family: "Titillium Web", "Arial", Tahoma;
    /*font-family: "Times New Roman", Cambria, "Hoefler Text", "Liberation Serif", Times, serif;*/
    text-transform: uppercase;
    font-size: 18px;
    min-height: 47px; 
}


header .menu .container-fluid,
header .menu .navbar-collapse {
    padding: 0;
    align-items: stretch;
}

header .navbar-nav {
    flex-direction: row; 
	
}


header .nav-item {
    display: flex;
    align-items: center;
}

header .navbar-nav .nav-link {
    color: #FFF !important;
    padding: 12px 19px 10px 19px !important; 
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 0;
    transition: all 0.3s;
}
.btn:active,
.btn:hover,
.btn:focus {
	text-decoration: none;
}
/* Stan aktywny i najechanie myszką */
header .navbar-nav .nav-link:active,
header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link:focus {
    background-color: #fec123; 
    color: #1F3D8D !important;
	text-decoration: none;
}


@media (min-width: 992px) {
    header .navbar-nav .nav-item:first-child .nav-link {
        border-radius: 10px 0 0 0;
    }
    header .navbar-nav .nav-item:last-child .nav-link {
        border-radius: 0 10px 0 0;
    }
    
    
    header address {
        display: block;
    }
}


.navbar-toggler {
    border-color: #393b91 !important;
    background-color: #393b91 !important;
    margin-left: 15px;
    margin-top: 5px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

footer {
    min-height: 50px;
    line-height: 50px; 
    color: #FFF;
    background-color: #393b91;
    margin-top: 30px;
    font-size: 14px;
}

footer a { 
    color: #FFF; 
    text-decoration: underline;
}

footer a:hover { 
    color: #fec123; 
    text-decoration: none;
}



@media only screen and (max-width: 991px) {
    
    body { padding-top: 230px; }
    header { height: auto; padding-bottom: 10px;position: absolute!important; }
	header .container{max-width: 100%;padding-top: 70px;}
    header address { 
        position: relative; 
        top: 0; 
        right: 0; 
        text-align: center;
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }
    
    .logo2 {
        position: relative;
        display: block;
        text-align: center;
        right: auto;
        top: auto;
        margin: 10px auto;
    }
    header .navbar.menu {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        border-radius: 0px;
        display: block; 
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		min-height: 50px;
		border: none;
		box-shadow: 0 0 0;
    }    
    header .navbar-nav {
        flex-direction: column;
    } 
    header .navbar-nav .nav-link {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        border-radius: 0 !important;
        justify-content: center;
		display: inline-block;
		min-width: 100%;
    }
    footer {
        line-height: 1.5;
        padding: 15px 0;
        text-align: center;
    }
    footer .text-start, footer .text-end {
        text-align: center !important;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 415px) {
	body { padding-top: 250px; }
	
}