.nav_second{
margin-top:50px;
margin-right: -15px;
margin-left: -15px;
margin-bottom:-20px;
background-color: #7D7D7D;
}

.nav_second .kategorie {
        background-color:#5C5C5C;
        border-color:#080808
}
.kategorie .navbar-nav > .active > a, .kategorie .navbar-nav > .active > a:focus, .kategorie .navbar-nav > .active > a:hover , .kategorie .navbar-nav > .open > a, .kategorie .navbar-nav > .open > a:focus, .kategorie .navbar-nav > .open > a:hover{
    color: #FFF;
    background-color: #7D7D7D;
}
.kategorie .navbar-nav > li > a {
    color: #D8D8D8;
}
.kategorie .navbar-nav > li > a:hover  {
background-color:#7D7D7D;
}
.kategorie .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    white-space: nowrap;
}

.jumbotron {
    background-color: #CFCF7C;
}
#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #323334;
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color: #afb4bc;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #ff6000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #ff7925;
}

.blue
{
color: rgb(11, 17, 66);
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
		}
		
.nazwa_kierunku_psycho {
    font-size: 3vw;
    color: #000000;
    background-color: #c0c0c0;
    padding: 10px;
}

#przesuwanie {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    border: 1px solid #adaaaa;
    font-size: 15px;
    background-color: #EEE;
    overflow: hidden;
}

      #przesuwanie > p {
        position:absolute;
        margin:0;
        white-space:nowrap;
        animation:przesun 40s linear infinite;
        -webkit-animation:przesun 40s linear infinite; /* dla Google Chrome, Safari, Opera 15+ */
      }

      #przesuwanie > p:hover {
        animation-play-state:paused;
        -webkit-animation-play-state:paused;
      }
	  
      /* ------------ANIMACJA-PRZESUN------------ */
      @keyframes przesun
      {
        0% { transform:translateX(0); padding-left:110%; }
        100% { transform:translateX(-100%); padding-left:110%; }
      }

      @-webkit-keyframes przesun /* dla Google Chrome, Safari, Opera 15+ */
      {
        0% { -webkit-transform:translateX(0); padding-left:110%; }
        100% { -webkit-transform:translateX(-100%); padding-left:110%; }
      }