@import url('https://fonts.googleapis.com/css?family=Roboto');
body{
    margin: 0;
     padding: 0;

}
 .navigation {
     height: 95px;
     background: #fff;
	 padding-top: 10px;
}
 .brand {
    width: 17%;
    
     float: left;
     line-height: 55px;
     text-transform: uppercase;
     font-size: 1.4em;
}
 .brand a, .brand a:visited {
     color: #ffffff;
     text-decoration: none;
}

.umow {
    
     padding-left: 30px;
     float: left;
     line-height: 55px;
     text-transform: uppercase;
     font-size: 1.4em;
}

 .nav-container {
     width: 90%;
     margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
 .nav-container {
     width: 100%;
     margin: 0 auto;
}


 .brand {
    width: auto;
     padding-left: 20px;
     float: left;
     line-height: 55px;
     text-transform: uppercase;
     font-size: 1.4em;
}
}

 nav {
     float: right;
	 width: 67%;
}
 nav ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
 nav ul li {
     float: left;
     position: relative;
}
 nav ul li a,nav ul li a:visited {
     display: block;
     padding: 0 27px;
     line-height: 90px;
     color: #333;
     background: #FFF;
     text-decoration: none;
	 font-weight: 700;
	 z-index: 12345;
	 font-size: 21px;
}




@media only screen and (max-width: 1600px) { 
 nav ul li a,nav ul li a:visited {
     display: block;
     padding: 0 23px;
     line-height: 60px;
     color: #333;
     background: #FFF!important;
     text-decoration: none;
	 font-weight: 700;
	 z-index: 12345777;
	 font-size: 19px;
}
}

@media only screen and (max-width: 1270px) { 
 nav ul li a,nav ul li a:visited {
     display: block;
     padding: 0 16px;
     line-height: 60px;
     color: #333;
     background: #FFF!important;
     text-decoration: none;
	 font-weight: 700;
	 z-index: 12345777;
	 font-size: 18px;
}
}


 nav ul li a{
     background: transparent;
     
	 
}
 nav ul li a:hover, nav ul li a:visited:hover {
     background: #142566!important;
     color: #ffffff;
}

/* pierwsza linijkja*/
 .navbar-dropdown li a{
     /*background: #2581DC;*/
	 font-size: 18px;
}

@media only screen and (max-width: 1400px) { 
/* pierwsza linijkja*/
 .navbar-dropdown li a{
     /*background: #2581DC;*/
	 font-size: 17px;
}
}


 nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
     padding-left: 4px;
     content: ' \025BE';
	 
}
 nav ul li ul li {
     min-width: 250px;
}
 nav ul li ul li a {
     padding: 15px;
     line-height: 20px;
}
 .navbar-dropdown {
     position: absolute;
     display: none;
     z-index: 1;
     background: #fff;
     box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
/* Mobile navigation */
 .nav-mobile {
     display: none;
     position: absolute;
     top: 0;
     right: 0;
     background: transparent;
     height: 55px;
     width: 70px;
	 top: 14px;
}
 @media only screen and (max-width: 1100px) {
     .nav-mobile {
         display: block;
    }
     nav {
         width: 100%;
         /*padding: 55px 0 15px;*/
    }
     nav ul {
         display: none;
    }
     nav ul li {
         float: none;
    }
     nav ul li a {
         padding: 15px;
         line-height: 20px;
		background: #fff;
    }
	
	 nav ul li a:hover {
        
         line-height: 20px;
       background: #009ee3;
    }
	
     nav ul li ul li a {
         padding-left: 30px;
    }
     .navbar-dropdown {
         position: static;
}
 @media screen and (min-width:1101px) {
     .nav-list {
         display: block !important;
    }
}
 #navbar-toggle {
     position: absolute;
     left: 18px;
     top: 15px;
     cursor: pointer;
     padding: 10px 35px 16px 0px;
}
 #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
     cursor: pointer;
     border-radius: 1px;
     height: 4px;
     width: 30px;
     background: #4c54a1;
     position: absolute;
     display: block;
     content: '';
     transition: all 300ms ease-in-out;
}
 #navbar-toggle span:before {
     top: -10px;
}
 #navbar-toggle span:after {
     bottom: -10px;
}
 #navbar-toggle.active span {
     background-color: transparent;
}
 #navbar-toggle.active span:before, #navbar-toggle.active span:after {
     top: 0;
}
 #navbar-toggle.active span:before {
     transform: rotate(45deg);
}
 #navbar-toggle.active span:after {
     transform: rotate(-45deg);
}

