@charset "utf-8";
/* CSS Document */

.accordion .accordion-title {
    font-weight: normal;
}

.accordion .accordion-title a, .accordion .accordion-title.active a {
    padding-right: 35px;
}

a {
    color: #00A69E;
}


.przycisk {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 100%;
    padding: 28px 0;
    background: #00a79e;
    letter-spacing: 0.10em;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight:bold;
}

.przycisk a {
    color: #fff;
}

.przycisksm, .przycisksz {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    background: #00a79e;
    letter-spacing: 0.10em;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight:bold;
}

.przycisksm {
    background: #00a79e;
}

.przycisksz {
    background: #5a5a5a;
}


html body #navigation .sub-menu {
    background: #008c82 !important;
    border-color: #008c82 !important;
}

#navigation .sub-menu {
    background: #008c82;
}


#navigation .sub-menu li {
    border-color: #00a395;
}

.contform {
  font-size: 12px;
  font-weight: normal;
}

.kierunekinfo {
  padding: 1em .5em;
  border: none;
  background: beige;
  margin: -26px 0px 16px 0px;
  text-align: center;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-container > div {
  width: 49%;
  margin: 0;
}


@media (max-width: 768px) {
.flex-container > div {
  width: 98%;
  margin: 0;
}
}


h2.kartakierunku, .flex-container > div h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: normal;
  color: teal;
  text-transform: uppercase;
}

h3.kartakierunku, .flex-container > div h3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #949494;
  text-transform: uppercase;
}

h4.kartakierunku, .flex-container > div h4 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}

h5.kartakierunku, .flex-container > div h5 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: teal;
  text-transform: uppercase;
}

p.kartakierunku, .flex-container > div p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 22px;
	text-align: justify;
}

.flex-container > div p.info {
    font-size: 15px;
}

.flex-container > div ul, .flex-container > div ol {
    margin-left: 26px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 22px;
}


.flex-container input {
	webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
	border: 1px solid #bbb;
    color: #333;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	padding: 8px;	
}

.blog-item.four.columns {
min-height: 240px;
}

.latest-blog .blog-item .blog-item-description span {
    display: none;
}