body, html { background:white;
             color:black; 
             font-size:14px; 
             padding:0px; 
             margin:0px; 
             text-align:left; 
             font-family: 'Exo 2', sans-serif;
             background-position: center;
             background-image: url("../images/bg.jpg");
             background-repeat: no-repeat;
             background-position: center top;
}
* { margin:0px; padding:0px; }
ul {
    margin: 0px 0px 0px 15px;
}
li {
    margin-bottom: 0px;
}

a {
    color: black; 
    text-decoration: none;
}

a img { border: 0; }

h1, h2, h3, h4 { font-weight: normal;  }

h1 { font-size:25px; }
h2 { font-size:22px; }
h3 { font-size:19px; }
h4 { font-size:16px; }

.prawaStrona {
    padding-top: 10%;
}
.logotypUTP {
    width: 100%;
    max-width: 489px;
    padding: 10px;
}
.godloPolski{
    width: 100%;
    max-width: 63px;
    vertical-align: middle;
    margin: 10px 0;
}
.naglowek {
    border-bottom: 1px solid #DADADA;
    margin-bottom: 35px;
}
.prawaStrona ul.nav {
    margin: 0;
    text-align: center;
    margin-bottom: 25px;
}
.prawaStrona ul.nav li{
    display: inline-block;
    text-transform: uppercase;
}
.prawaStrona ul.nav li a{
    padding: 5px 8px;
}
.przycisk,.przycisk_szary {
    padding: 17px 20px;
    color: white;
    display: inline-block;
    margin-bottom: 25px;
    min-width: 350px;
    height: 72px;
    font-size: 22px;
}
.przycisk {
    background-color: #8A1813;
    font-weight: bold;
}
.przycisk_szary {
    background-color: #5B5B5B;
}
:focus.przycisk, :hover.przycisk, :focus.przycisk_szary, :hover.przycisk_szary {
    color: white;
}
.gora {
    min-height: 800px;
}
.skroty li a{
    padding: 3px 10px;
    margin-left: 5px;
}

.skroty ul {
    margin: 0px;
}
.skroty li {
    background-image: url("../../default/images/kropek.png");
    background-position: left 13px;
    background-repeat: no-repeat;
    list-style: none;
    display: block;
    text-align: left;
}
.dol .no-title {
    margin-top: 51px;
}
.dol h3 {
    font-weight: bold;
    color: #8A1813;
}
.dol {
    padding-bottom: 25px;
}
.footer {
    padding-bottom: 1px;
}
.footer > div > div:first-child {
    border-right: 1px solid #DCDCDC;
    text-align: left;
}
.footer > div > div:nth-child(2) {
    text-align: right;
}
.footer > div > div:nth-child(2) img {
    box-shadow: 0px 0px 3px black;
    max-height: 35px;
}
.footer > div > div:last-child {
    text-align: center;
}
.footer > div > div {
    min-height: 60px;
}
@media screen and (max-width: 992px){
    body, html {
        background-position: -900px top;
    }
    .footer > div > div:nth-child(2) img {
        max-height: 25px;
    }
    .footer > div > div:first-child {
        border-right: 0px;
    }
    
}
@media screen and (max-width: 768px){
    body, html {
        /*background-position: center -1000px 0px;*/
        background-position: -1000px -200px;

    }
    .gora {
        min-height: 750px;
    }
    .footer > div > div:nth-child(2) img {
        max-height: 35px;
    }
    

}
@media screen and (min-width: 992px){
    .prawaStrona {
        max-width: 600px;
    }
}