body {
    font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
    font-size: 15px;
    background-color: #EDEDED;
    /*padding-top: 200px;*/
}
a {
    color: #35b662;
}
a:focus,
a:hover,
a:active {
    color: #255a15;
}
.copyrights a {
    color: #153f84;
}
hr {
    border-color: #D3D3D3;
}

.h3, h3 {
    font-size: 21px;
}

h1 > a > img {
    width: 100%;
    max-width: 153px !important;
}

.navigation {
    padding-top: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    /*position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;*/
}
.navigation #navigation {
    /*margin-left: -15px;*/
}
#js-mainnav {
    border-bottom: 0;
    padding-bottom: 0;
}
.js-megamenu {
    font-family: 'Open Sans', sans-serif;
}
ul.level0 > li.over,
ul.level0 > li.haschild-over {
    background-color: #4c4c4c !important;/*#767676/* /* you can change/remove the transparent gradient or the color */
}
ul.level0 li.active {
    background-color: transparent;
}
.js-megamenu ul.level0 li.haschild {
    background-image: none;
}
.js-megamenu ul.level0 li.mega a.mega {
    color: #333;
    padding: 5px 10px;
}
.js-megamenu li.haschild-over .childcontent,
.js-megamenu li.haschild-over .childcontent * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
ul.megamenu li._szukaj {
    display: none;
    height: 38px;
    background: url('http://perspektywy.pl/portal/images/search3.png') no-repeat 7px 8px !important;
    background-color: transparent !important;
}
ul.megamenu li._szukaj div.finder input {
    width: 100%;
}


.billboard {
    margin-top: 15px;
    margin-bottom: 15px;
}
.billboard * {
    text-align: center;
    margin: 0 auto;
}
.billboard img {
    display: block;
    max-width: 100%;
    height: auto;
}

header {
    padding-top: 0;
    /*padding-bottom: 15px;*/
    /*border-bottom: 1px solid #D3D3D3;*/
    /*margin-bottom: 30px;*/
    margin-bottom: 0;
}
header .subheader {
    /*margin-left: -15px;
    margin-right: -15px;*/
    margin: 15px 0 0 0;
    background-color: #35b662;
    padding: 25px 0 20px;
}
header .subheader h1 {
    width: 100%;
    font-size: 56px;
    line-height: 48px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
    letter-spacing: -1px;
}
header h1 a,
header h1 a:hover,
header h1 a:active,
header h1 a:focus {
    color: #fff;
    text-decoration: none;
}
.text-super {
    color: #fff;
    font-weight: 700;
}
/*header h1 a,
header h1 a:hover,
header h1 a:active,
header h1 a:focus {
    color: #000;
    text-decoration: none;
}
.text-super {
    color: #35b662;
    font-weight: 700;
}*/
@media screen and (min-width: 768px) {
    header h1 {
        font-size: 58px;
    }
}
@media screen and (min-width: 992px) {
    header h1 {
        margin-top: 25px;
    }
}


header > .container,
section.body > .container {
    background-color: #fff;
}
section.body > .container {
    padding-bottom: 15px;
}


footer {
    background-color: #153f84;
    color: #fff;
    font-weight: 300;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
footer h4 {
    font-size: 14px;
}
footer ul {
    font-size: 12px;
    border-left: 2px solid #CCC;
}
footer ul li {
    margin-left: 15px;
}
footer ul li a {
    color: #fff;
}
footer ul li a:focus,
footer ul li a:hover {
    color: #fff;
}

.copyrights {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #eaeaea;
}
.copyrights ul {
    margin: 0;
}







.content {
    margin-right: -15px;
    margin-left: -15px;
}
.content:before {
    display: table;
    content: " ";
}
.content:after {
    display: table;
    content: " ";
    clear: both;
}
.box-left,
.box-right {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.box-left {
    padding-right: 24px;
    width: 100%;
}
.box-right {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .box-left {
        width: 640px;
        border-right: 1px solid #D3D3D3;
    }
    .box-right {
        width: 330px;
    }
}
@media screen and (min-width: 1200px) {
    .box-left {
        width: 840px;
    }
}




article {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 15px;
}
.blog .article-lead {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 20px;
}
.blog .articles-zebra > .article {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #D3D3D3;
}
article:before {
    display: table;
    content: " ";
}
article:after {
    display: table;
    content: " ";
    clear: both;
}
article .article-header,
article .article-content {
    padding-left: 15px;
    padding-right: 15px;
}
article .article-content h1,
article .article-content h2,
article .article-content h3, {
    color: #000;
}
article .article-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
article .article-header {
    position: relative;
    margin-bottom: 10px;
}
article .article-header .article-photo {
    position: relative;
    z-index: 0;
    /*height: 0;
    padding-bottom: 50%;
    overflow: hidden;*/
}
article .article-header .article-photo > .adnotation {
    position: absolute;
    top: 15px;
    right: -10px;
    background-color: #ebc40e;
    padding: 0 10px 12px 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 22px;
    color: #fff;
}
article .article-header .adnotation small {
    color: #000;
    font-size: 50%;
    font-weight: 700;
}
article .article-header .article-title {
    /* PODDRUK */
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 12px;
}
article .article-header .article-title h2 {
    display: inline;
    background-color: #35b662;
    box-shadow: 10px 0 0 #35b662, -10px 0 0 #35b662;
    box-decoration-break: clone;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-top: 0;
}
article .article-header a:hover h2 {
    text-decoration: underline;
}
article .article-header img {
    max-width: 100%;
    height: auto;
}



article.leading-0 {
    padding-top: 0;
}
article.leading-0 .article-header,
article.leading-0 .article-content {
    width: 100%;
    clear: both;
    float: none;
}
article.leading-0 .article-header:empty,
article.leading-0 .article-content p:empty {
    margin: 0;
    display: none;
}

article.leading-0 .article-header .article-title {
    margin-bottom: 0;
}
article.leading-0 .article-header .article-title h2 {
    /*display: block;*/
    /*text-align: center;*/
    font-size: 30px;
    line-height: 45px;
    /* BEZ PODDRUKU */
    /*color: #8A0A64;
    background-color: transparent;
    box-shadow: none;
    box-decoration-break: none;
    font-weight: 400;
    text-transform: none;*/
}
@media screen and (min-width: 768px) {
    article .article-header {
        float: left;
        width: 50%;
    }
    article .article-content {
        float: right;
        width: 50%;
    }
    article .article-header.article--no-photo,
    article .article-content.article--no-photo {
        clear: both;
        width: auto;
    }
    article.leading-0 .article-header .article-title--photo {
        position: absolute;
        bottom: 10px;
        z-index: 1;
    }
}

.items-more article .article-header,
.items-more article .article-content {
    float: none;
    width: 100%;
}
.items-more article .article-header,
.items-more article .article-title {
    margin-bottom: 0;
}
.items-more article .article-title > h2 {
    font-size: 14px;
}
.items-more article .article-header a {
    color: #fff;
}



ul {
    list-style: square;
}
#billboard_max {
    overflow: hidden;
}
#billboard_max > a > img {
    max-width: 100%;
    height: auto;
}


.nav-secondary {
    margin-bottom: 20px;
    border-bottom: 1px solid #D3D3D3;
}
.nav-secondary > li {
    margin: 8px 20px;
}
.nav-secondary > li:last-child {
    margin-right: 0;
}
.nav-secondary > li:first-child {
    margin-left: 0;
}
.nav-secondary > li > a {
    font-size: 14px;
    font-weight: 400;
    padding: 1px 0 2px;
    border-radius: 0;
    background-color: transparent;
    color: #555;
}
.nav-secondary>li>a:focus, .nav-secondary>li>a:hover {
    /*background-color: #D3D3D3;*/
    color: #35b662;
    background-color: transparent;
}
.nav-secondary + hr {
    margin-top: 0;
}
.nav-secondary > li.active > a,
.nav-secondary > li.active > a:focus,
.nav-secondary > li.active > a:hover {
    background-color: transparent;
    color: #1d9e4a;
    font-weight: bold;
}

.article-content .nav-secondary {
    /*margin-top: 30px;*/
    text-align: center;
}
.article-content .nav-secondary > li > a {
    padding: 2px 8px;
    color: #000;
    background-color: #E3E3E3;
}

.article-content .nav-pills {
    text-align:center;
}
.article-content .nav-pills.bottom {
    margin-bottom: 30px;
}




.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #1d9e4b;
    border-color: #1d9e4b;
}
.pagination>li>a, .pagination>li>span {
    color: #1d9e4b;
}
.bootstrap-table .table {
    font-size: 13px;
}
.bootstrap-table .table td {
    vertical-align: middle;
}
.bootstrap-table .table tr td:first-child {
    background-color: #35b662;
    color: #fff;
    font-weight: 400 !important;
}
.bootstrap-table .fixed-table-container,
.bootstrap-table .bootstrap-table .table,
.bootstrap-table .fixed-table-container thead th {
    border: none;
}
.bootstrap-table .fixed-table-container tbody td {
    border-left: none;
    border-right: none;
}
.bootstrap-table .fixed-table-container thead th .sortable {
    background-position: bottom;
    padding-right: 8px;
    padding-bottom: 20px;
}
.bootstrap-table .fixed-table-container thead th .th-inner {
    font-size: 11px;
    line-height: 15px;
}
.bootstrap-table .table .hidden-xs {
    font-size: 11px;
    line-height: 15px;
}
.bootstrap-table .table .text-bold {
    font-weight: bold;
}
.bootstrap-table .table .text-small {
    font-size: 11px;
}
.bootstrap-table .table .schoolName {
    /*color: #1d9e4b;
    font-weight: 400;*/
    color: #111;
    font-weight: 700;
    width: 100%;
}
.bootstrap-table .table small {
    font-weight: 400;
}
@media screen and (min-width: 992px) {
    .bootstrap-table {
        position: relative;
        top: -80px;
    }
}
.bootstrap-table-title {
    font-weight: 700;
    /*margin-top: 25px;*/
    margin-top: 0;
    margin-bottom: 15px;
    color: #1d9e4b;
}








.bg-grey {
    background-color: #98999d;
}
.bg-pink {
    background-color: #35b662;
}
.bg-gold {
    background-color: #ebc40e;
}




.block-search {
    background-color: #D3D3D3;
    padding: 5px 15px 15px 15px;
}
.block-search h3 {
    background-color: #ebc40e;
    margin-top: 5px;
    padding: 5px 15px 5px 20px;
    font-size: 21px;
    margin-left: -20px;
}
.block-search:before {
    display: table;
    content: " ";
}
.block-search:after {
    display: table;
    content: " ";
    clear: both;
}


.btn {
    border-radius: 0;
    padding: 2px 15px;
}
.btn-pink {
    background-color: #35b662;
    color: #fff;
}
.btn-pink:hover {
    color: #fff;
}
.btn-ranking {
    padding: 2px 0;
    background-color: #ebc40e;
    color: #000;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
    text-align:center;
    display: block;
    width: 220px;
    margin: 0 auto;
}
.btn-ranking:hover {
    color: #444;
}
.btn-ranking.btn-xs {
    background-color: #e3e3e3;
    padding: 0;
    font-size: 13px;
    line-height: 16px;
    width: 160px;
}


.list--search-result li {
    margin-bottom: 10px;
    line-height: 1.25em;
}



.ranking-logo {
    margin-bottom: 20px;
}
.module-banner {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D3D3D3;
}
.module-banner .module-title {
    font-size: 13px;
    line-height: 13px;
    margin-top: 0;
    margin-bottom: 10px;
}
.module-banner .module-title span{
    text-transform: uppercase;
    line-height: 19px;
    font-weight: 400;
    background-color: #ebc40e;
    color: #000;
    padding: 0 6px;
}
.module-banner > object {
    font-size: 0;
    line-height: 0;
}

.module-methodology h3 {
    font-size: 15px;
    text-transform: uppercase;
}
.module-methodology p {
    font-size: 14px;
}
.module-methodology p:last-child {
    text-align: right;
}

.module-ranking {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D3D3D3;
}
.module-ranking.last {
    border: none;
    padding-bottom: 0;
}

.module-ranking .ranking-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.module-ranking .ranking-title a {
    color: #000;
}
.module-ranking .ranking-title span {
    background-color: #E3E3E3;
    /*background-color: #98999d;*/
    padding: 0 6px;
}
.module-ranking .ranking-content {
    font-size: 12px;
    line-height: 18px;
}
.module-ranking .ranking-content strong {
    /*font-size: 14px;*/
    color: #1d9e4b;
}
.module-ranking .ranking-content a {
    color: #333;
}



.picture-card {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.label-partner {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    background-color: #ebc40e;
    color: #000;
    display: inline-block;
    padding: 1px 12px;
}

/*prawa strona - spis rektorĂłw*/
.rektorzy2016-spis .panel-body ul{
margin-left:0;
padding-left:10px;
}
/*tableka wybory rektorĂłw*/
.tableka-wyboryrektorow2016 td{
vertical-align:middle;
padding: 5px;

}
.btn-green{
background-color: #35b662;
padding: 5px 10px;
text-align:center;
}

.btn-green a{
color:#fff;
font-size: 20px;
}



.module-right {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D3D3D3;
}
.module-right.last {
    border: none;
    padding-bottom: 0;
}

.module-right .module-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.module-right .module-title a {
    color: #fff;
}
.module-right .module-title span {
    background-color: #e43730;
    /*background-color: #98999d;*/
    padding: 0 6px;
}
.module-right .module-content {
    font-size: 12px;
    line-height: 18px;
}
.module-right .module-content strong {
    /*font-size: 14px;*/
    color: #1d9e4b;
}
.module-right .module-content a {
    color: #333;
}







.dl-timetable {
    /*border: 1px solid #DDD;*/
    padding-bottom: 6px;
}
.dl-timetable h3 {
    background-color: #ECECEC;
    font-weight: 400;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0 0 6px;
}
.dl-timetable hr {
    margin: 6px 0;
    border-color: #DDD;
}

.dl-timetable dt {
    float: left;
    width: 60px;
    text-align: right;
    border-right: 6px solid #583;
    padding-right: 10px;
}

.dl-timetable dd {
    margin-left: 70px;
    padding-left: 15px;
    padding-right: 15px;
}

.dl-timetable dt.hard {
    border-color: #F5BE41;
}
.dl-timetable dt.harder {
    border-color: #e43730;
}
.dl-timetable dt small {
    color: #aaa;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .dl-timetable dt {
        float: left;
        width: 100px;
    }
    .dl-timetable dd {
        margin-left: 110px;
    }
}

.bg-primary {
    background-color: #583;
}
.bg-hard {
    background-color: #F5BE41;
}
.bg-harder {
    background-color: #e43730;
}

.legend {
    margin-top: 10px;
    margin-bottom: 5px;
}
.legend .list-legend {
    margin: 0;
}
.legend .list-legend > li {
    font-size: 13px;
    line-height: 1.5;
}
.legend .list-legend li > span {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    margin-bottom: -1px;
}


.sige_thumb img {
    display: block;
    position: relative;
    background: transparent !important;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.sige_thumb {
    background: none !important;
    margin: 0;
}