body {
  background-color: #ccdcee;
}

header {
  border-right-color: #b0940c;
  min-height: unset;
}

#logo {
  height: unset;
}

#logo a {
  display:inline-block;
  width:auto;
  max-width: 50%;
  height:auto;
}

#logo a.logo_jubileusze {
  max-width: 56.3%;
}

#logo a.logo_umk {
  max-width: 43.7%;
}

#logo img {
  display:inline-block;
  width: 100%;
  max-width: unset;
  height:auto;
  vertical-align: middle;
}

#banner {
  border-bottom-color: #b0940c;
}

nav {
  font-family: InstrumentSans-Regular;
  max-width: 230px;
  width: 230px;
}

nav ul {
  font-size: 16px;
  line-height: 18px;
  width: 220px;
}

nav ul {
  font-size: 16px;
  line-height: 18px;
}

#content {
  /*color:#313131;*/
}

#content a.news {
  display: block;
  border-bottom: none;
  padding: 0;
  margin: 20px 0;
  color: unset;
}

#content a.news:hover {
  color: unset;
  text-decoration:none;
}

#content a.news .news_title {
  color: #0050aa;
}

#content a.news span.news_more {
  color: #8e740e;
  margin-bottom: 12px;
}

#content a.news span.news_more:hover {
  color: #8e740e;
  text-decoration:underline;
}

#content a.news .news_photo_s img {
  width: 258px;
}

#content a.news .news_data, .news_author {
  opacity: 1;
  color: #8e740e;
}

footer a {
  color: #e3bd00;
}

footer > div {
  width: 130px;
}

footer > div img {
  width: 50%;
  height: auto;
  margin: -10px auto;
}

#content a, #content a:hover, nav ul li a:hover {
  color: #8e740e;
}

a.photo img {
  height: 136px;
}

blockquote {
  display: block;
  margin: 20px 0;
  padding: 16px 22px;
  background: #f4f4f4;
  /*border: 1px solid #eee9d0;*/
}

blockquote p {
  margin: 6px 0;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

.podkreslona-data {
  border-bottom: 1px solid #b0940c;
  padding-right: 50px;
  padding-bottom: 3px;
  margin-bottom: 5px;
  display: inline-block;
}

.bez-dolnego-odstepu {
  margin-bottom:0;
}

.clear {
  clear: both;
}

ul {
  margin: 10px 0;
}

#content {
  padding: 25px 35px 10px 35px;
  font-size: 18px;
  line-height: 24px;
}

nav {
  font-family: InstrumentSans-Regular;
  max-width: 300px;
  width: 300px;
  background: #f4f4f4;
  /*border-right: 1px solid #eee9d0;*/
}

nav ul {
  width: 270px;
  font-size: 20px;
  line-height: 26px;
}

h1 {
  font-size: 26px;
  line-height: 28px;
  color: #0050aa;
}

p.grey-text{
	color: #6f7479;
  display: none;
}

span.ochra{
	color: #8e740e;
}

button.gold{
 background-color: #8e740e;
 padding: 7px 12px;
 color: #fff;
 border: 0;
 border-radius: 3px;
 font-size:16px;
}


@media screen and (max-width: 1280px) {
  header {
    height: unset;
  }
  
  a.photo img {
    height: 128px;
  }
}

@media screen and (max-width: 980px) {
  header {
    height: unset;
  }
  a.photo img {
    height: 100px;
  }
}

@media screen and (max-width: 780px) {

  nav.mobile_nav {
    background-color: #f4f4f4;
    width: 230px;
    max-width: 230px;
    /*border: 1px solid #eee9d0;*/
  }
  
  nav ul {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }
  
  nav.mobile_nav ul {
    width: 100%;
    max-width: 100%;
    padding: 5px 0;
  }
  
  nav ul li {
    padding: 10px 5px 5px 15px;
    /*border-bottom: 1px solid #eee9d0;*/
  }
  
  #content {
    padding: 20px 20px 10px 20px;
  }

  a.photo img {
    height: 18vw;
  }
  
}

@media screen and (max-width: 450px) {
  
  #content a.news .news_photo_s img {
    width: 100%;
  }
  
  a.photo img {
    width: 100%;
    height: auto;
  }

  footer > div img {
    width: 80%;
  }

}