html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.page-header {
    margin: 20px 0 10px 0;
    background-color: #F5F5F5;
    margin: 20px -40px 20px;
    padding: 10px 40px;
}
.page-header h2 {
    margin: 0;
}
.jwDisqusForm {
    margin-top: 60px;
}
.left-column {
    width: 100%;
}
@media (min-width: 990px) {
    .left-column {
        padding-right: 340px;
    }
}
.web-container,
.ranking-container {
    /*float: right;*/
    width: 100%;
    /*max-width: 1600px;*/
    max-width: 1200px;
    margin: 0 auto;
}
.full-container {
    padding: 0 10px;
    max-width: 1200px;
}
.web-container {
    padding: 5px 10px;
}
.logo-container {
    margin: 0 0 0 -30px;
}
.footer .logo-container {
    margin: 0;
}
.breadcrumb {
    margin: 0 0 0 0;
    text-align: left;
    background-color: #0B4EA2;
    background-color: #FFF;
    /*color: #fff;*/
    border-radius: 0;
    font-size: 20px;
    font-weight: 300;
    padding-left: 0;
}
.profil-uczelni .breadcrumb {
    padding-left: 10px;
}
.profil-uczelni .breadcrumb a {
    color: #fff;
}
body.ranking-uczelni-akademickich .breadcrumb {
    background-color: #0B4EA2;
    background-color: #FFF;
}
body.ranking-niepublicznych-uczelni-magisterskich .breadcrumb {
    background-color: #ec1d3c;
    background-color: #FFF;
}
body.ranking-panstwowych-wyzszych-szkol-zawodowych .breadcrumb {
    background-color: #157A2A;
    background-color: #FFF;
}
body.ranking-kierunkow-studiow .breadcrumb {
    background-color: #1F8BD6;
    background-color: #FFF;
}
.breadcrumb li:last-child {
    font-weight: 700;
}
.breadcrumb li:last-child:before {
    font-weight: 300;
}
.breadcrumb a {
    /*color: #fff;*/
}
.breadcrumb>li+li:before {
    /*content: "";*/
}

@media (min-width: 400px) {
    .web-container {
        padding: 0 40px;
        /*padding: 0;*/
    }
}
@media (min-width: 1599px) {
    .front .main-title .web-container {
        padding: 0;
    }
}
.main-title {
    background: #ec1d3c;
    color: #fff;
    font-size: 13px;
    /*text-align: center;*/
    padding: 4px 10px;
}
/*@media (min-width: 400px) {
    .main-title {
        padding-left: 40px;
        padding-right: 40px;
    }
}*/

.main-title .navbar-main {
    margin-bottom: 0;
    min-height: auto;
    border: 0;
}
.main-title .logo{
    padding: 3px 0 3px 0;
}
.main-content {
    position: relative;
}
.main-title .right-column {
    top: 4px;
}
.menu-rank {
    font-size: 20px;
    line-height: 32px;
    text-decoration: none;
    color: #fff;
    margin: 2px 0;
    cursor: pointer;
}
.menu-rank:hover {
    color: rgba(255,255,255,0.92);
    text-decoration: none;
}
.menu-rank:focus {
    color: rgba(255,255,255,0.92);
    text-decoration: none;
}
.billboard {
    text-align: center;
}
.billboard img {
    /*width: 100%;*/
    max-width: 100%;
}
.billboard .banner {
    margin: 20px 0;
}
.billboard .banner img{
border:1px solid #ddd;
}
.right-column .banner {
border:1px solid #ddd;
}
.web-container > .row > [class^="col-"],
.ranking-container > .row > [class^="col-"] {
    margin-bottom: 10px;
}
.rankings {
    background-image: url(../img/bg.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 10px;
}
/*#logoRSW {
    position: relative;
    left: -31px;
    height: 100%;
    width: auto;
}*/

.ranking-name {
    font-size: 15px;
    margin-top: 5px;
    text-transform: uppercase;
    color: #fcee22;
}
.ranking-name .light {
    text-transform: capitalize;
}
.square-content .icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    width: 100%;
}
.square-content .icon img {
    width: 25%;
    max-width: 90px;
}
.light {
    font-weight: 300;
}

.right-column {
    position: static;
    width: 340px;
    padding: 0 20px;
    /*background: #e5e5e5;*/
}
.right-column .banner {
    margin: 20px 0 20px 0;
    /*border: 1px solid #ddd;*/
}
@media (min-width: 990px) {
    .right-column {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.submenu,
.subject-ranking {
    background-image: url(../img/bg-subjects.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.submenu {
    padding-top: 20px;
    padding-bottom: 10px;
}
.subject-ranking {
    padding: 10px;
    position: relative;
}
.subject-ranking > .komunikat {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8);
    padding: 15px;
}
#logoKierunki {
    position: absolute;
    z-index: 999;
}
@media (min-width: 768px) {
    .subject-ranking > .komunikat {
        padding: 40px 55px 0 70px;
    }
}
.subject-ranking > .komunikat .komunikat-content {
    width: 75%;
    float: right;
    background-color: rgba(255,255,255,0.9);
    padding: 1px 15px 15px 15px;
    box-shadow: 0px 0px 10px #000;
}
.subject-ranking .ranking-name {
    color: #fff;
    font-size: 14px;
    line-height: 120%;
}
.subject-ranking .ranking-name .light {
    line-height: 100%;
    margin-bottom: 5px;
}

.front-articles {
    padding: 10px;
}
.photo-gallery {
    padding: 10px;
    color: #fff;
    /*background-color: #184f87;*/
}

.square {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #fff;
}
.square:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.square--not:before {
    padding-top: 80%;
}
.square + .square {
    margin-top: 10px;
}
.square-small {
    width: calc(50% - 5px);
    float: left;
}
.square-small:nth-child(2n+1) {
    margin-left: 10px;
}
.square-small.left {
    margin-left: calc(50% + 5px);
}
/*@media (min-width: 768px) {*/
    .square.bottom {
        margin-top: calc(100% + 10px);
    }
    .square.bottom-double {
        margin-top: calc(200% + 20px);
    }
/*}*/
.square .square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    text-decoration: none;
    padding: 5px;
}
.square a.square-content:hover {
    background-color: #23527C;
    background-color: rgba(255,255,255,0.05);
}
.square-description {
    font-size: 8px;
    /*word-wrap: break-word;*/
}
.rankings .square-description {
    position: absolute;
    bottom: 5px;
}

.square-content .square-icon {
    font-size: 7vw;
    line-height: 1em;
    margin: 10px 0 10px;
    text-align: center;
}

.square .first-place {
    display: none;
    font-size: 11px;
    line-height: 100%;
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    left: 0;
    right: 0;
}
.square .first-place li {
    margin: 0.25em 0 0 0;
    padding-right: 5px;
}

@media (min-width: 400px) {
    .ranking-name { font-size: 4vw; }
    .subject-ranking .ranking-name { font-size: 3.5vw; }
    .square-content .square-icon { font-size: 7vw; }
}
@media (min-width: 480px) {
    .square-description { font-size: 2vw; }
    .square-content .square-icon { font-size: 8vw; }
}
@media (min-width: 545px) {
    .square .first-place { display: inline-block; }
}
@media (min-width: 768px) {
    .ranking-name { font-size: 2vw; }
    .subject-ranking .ranking-name { font-size: 2vw; }
    .square-description { font-size: 1.25vw; }
    .square-content .square-icon { font-size: 3vw; }
    .square .first-place { font-size: 1vw; }
    .square .first-place { display: none; }
}
@media (min-width: 990px) {
    .ranking-name { font-size: 1.375vw; }
    .subject-ranking .ranking-name { font-size: 1.5vw; }
    .square-description { font-size: 0.8vw; }
    .square-content .square-icon { font-size: 2.5vw; margin: 0.125em 0 0.125em 0; }
}
@media (min-width: 1170px) {
    .square .first-place { display: inline-block; font-size: 10px; }
}
@media (min-width: 1300px) {
    .subject-ranking .ranking-name { font-size: 1.8vw; }
    .square .first-place { line-height: 125%; }
    .ranking-name { font-size: 1.6vw; }
    /*.subject-ranking .ranking-name { font-size: 1.6vw; }*/
    .square-content .square-icon { font-size: 4vw; }
}
@media (min-width: 1500px) {
    .square-content { padding: 5px 10px; }
    .square-content .square-icon { font-size: 4vw; }
    .square .first-place { display: inline-block; font-size: 13px; }
}

@media (min-width: 400px) {
    .rankings,
    .subject-ranking,
    .front-articles,
    .photo-gallery {
        padding: 40px;
    }
}

.bg-blue {
    background-color: rgb(62,109,163);
    /*background-color: rgba(62,109,163,0.92);*/
}
.bg-bluey {
    background-color: rgb(11,78,162);
    /*background-color: rgba(11,78,162,0.92);*/
}
.bg-green {
    background-color: #157a2a;
}
.bg-gold {
    background-color: #0B4EA2;
}
.bg-red {
    background-color: #ec1d3c;
}
.bg-redy {
    background-color: rgb(236,29,60);
    /*background-color: rgba(236,29,60,0.9);*/
}
.bg-yellow {
    background-color: rgb(231,159,41);
    /*background-color: rgba(231,159,41,0.9);*/
}
.bg-yellow:hover {
    background-color: #eaab44 !important;
    /*background-color: rgba(231,159,41,0.9);*/
}
.bg-green-light {
    background-color: #43b747;
}
.bg-yellowy {
    background-color: rgb(214,173,31);
    /*background-color: rgba(214,173,31,0.9);*/
}
.bg-greeny {
    background-color: rgb(134,126,37);
    /*background-color: rgba(134,126,37,0.9);*/
}
.bg-greeny-light {
    background-color: rgb(67,183,71);
}
.bg-browny {
    background-color: rgb(184,94,41);
    /*background-color: rgba(184,94,41,0.9);*/
}
.bg-grey {
    background-color: rgb(174,179,181);
    /*background-color: rgba(174,179,181,0.9);*/
}
.bg-blue-light {
    background-color: rgb(31,139,214);
    /*background-color: rgba(31,139,214,0.9);*/
}
.bg-whitey {
    background-color: rgb(255,255,255);
    /*background-color: rgba(255,255,255,0.7);*/
}

.submenu.green-squares .square {
    background-color: rgb(21,122,42);
    /*background-color: rgba(21,122,42,0.9);*/
}
.submenu.gold-squares .square {
    background-color: #0B4EA2;
}
.submenu.redy-squares .square {
    background-color: rgb(236,29,60);
    /*background-color: rgba(236,29,60,0.9);*/
}
.submenu.yellow-squares .square {
    background-color: rgb(231,159,41);
    /*background-color: rgba(231,159,41,0.9);*/
}
.submenu.yellowy-squares .square {
    background-color: rgb(214,173,31);
    /*background-color: rgba(214,173,31,0.9);*/
}
.submenu.browny-squares .square {
    background-color: rgb(184,94,41);
    /*background-color: rgba(184,94,41,0.9);*/
}
.submenu.blue-light-squares .square {
    background-color: rgb(31,139,214);
    /*background-color: rgba(31,139,214,0.9);*/
}
.submenu.grey-squares .square {
    background-color: rgb(174,179,181);
    /*background-color: rgba(174,179,181,0.9);*/
}
.submenu.greeny-squares .square {
    background-color: rgb(134,126,37);
    /*background-color: rgba(134,126,37,0.9);*/
}
.submenu.greeny-light-squares .square {
    background-color: rgb(67,183,71);
    /*background-color: rgba(134,126,37,0.9);*/
}
body.ranking-kierunkow-studiow .submenu .square {
    background-color: #1F8BD6;
    /*background-color: rgba(31, 139, 214, 0.9);*/
}
.square.active:before {
    background-color: rgb(62, 109, 163) !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}
/*.square:before,*/
.gradient:before {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 30%, rgba(0,0,0,0.2) 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(30%,rgba(0,0,0,0)), color-stop(90%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.2) 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.2) 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.2) 90%); /* IE10+ */
    background: linear-gradient(-45deg,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.2) 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff'); /* IE6-8 fallback on horizontal gradient */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff')";

}

#foto-galeria {
    position: relative;
}
#foto-galeria .gutter-sizer {
    width: 1%;
}
#foto-galeria .grid-sizer {
    /*width: 160px;*/
    width: 24%;
}
#foto-galeria .item {
    /*width: 160px;*/
    width: 24%;
    margin-bottom: 1%;
}
#foto-galeria .item.we2 {
    /*width: 100%;*/
    width: 49%;
    /*max-width: 330px;*/
}
#foto-galeria .item.he2 {
    /*height: 330px;*/
}

#foto-galeria .stamp {
    position: absolute;
    left: 0;
    top: 0;
    width: 49%;
    /*width: 100%;
    max-width: 330px;*/
    margin-bottom: 1%;
    background: #3576ba;
}
#foto-galeria .stamp:hover {
    background: #3379c2;
}
#foto-galeria .stamp a {
    position: relative;
    display: block;
    width: 100%;
    height: 160px;
    color: #fff;
    line-height: 40px;
    font-size: 40px;
    font-weight: 700;
    padding: 40px 20px;
    text-decoration: none;
}
#foto-galeria .stamp a:after {
    content: "...";
    position: absolute;
    right: 10px;
    bottom: 10px;
}
/* ARTICLE */
.article-content {
    font-size: 16px;
    line-height: 1.5em;
}
.ranking-kierunkow-studiow .obszar {
    border: 1px solid #1F8BD6;
    margin-bottom: 25px;
}
.ranking-kierunkow-studiow .obszar h3 {
    font-size: 20px;
    background: #1F8BD6;
    color: #FFF;
    font-weight: bold;
    padding: 6px 8px;
    line-height: 1.1em;
    margin-bottom: 5px;
    margin-top: 0;
    /* border-bottom: 1px solid #0B4EA2; */
    text-align: center;
}
.ranking-kierunkow-studiow .obszar ul {
    list-style-type: square;
}
.ranking-wg-grup-kryteriow .obszar {
    border: 1px solid #0B4EA2;
    margin-bottom: 25px;
}
.ranking-wg-grup-kryteriow .obszar h3 {
    font-size: 20px;
    background: #0B4EA2;
    color: #FFF;
    font-weight: bold;
    padding: 6px 8px;
    line-height: 1.1em;
    margin-bottom: 5px;
    margin-top: 0;
    /* border-bottom: 1px solid #0B4EA2; */
    text-align: center;
}
.ranking-wg-grup-kryteriow .obszar a {
    color: #444;
}
.ranking-wg-grup-kryteriow .obszar h3 a {
    color: #fff;
}
.ranking-wg-grup-kryteriow .obszar ul {
    list-style-type: square;
}
.ranking-wg-grup-kryteriow .obszar p {
    text-align: right;
    padding: 0 10px;
    font-size: 13px;
}
.ranking-wg-typow-uczelni .obszar {
    border: 1px solid #0B4EA2;
    margin-bottom: 25px;
}
.ranking-wg-typow-uczelni .obszar h3 {
    font-size: 20px;
    background: #0B4EA2;
    color: #FFF;
    font-weight: bold;
    padding: 6px 8px;
    line-height: 1.1em;
    margin-bottom: 5px;
    margin-top: 0;
    /* border-bottom: 1px solid #0B4EA2; */
    text-align: center;
}
.ranking-wg-typow-uczelni .obszar a {
    color: #444;
}
.ranking-wg-typow-uczelni .obszar h3 a {
    color: #fff;
}
.ranking-wg-typow-uczelni .obszar ul {
    list-style-type: square;
}
.ranking-wg-typow-uczelni .obszar p {
    text-align: right;
    padding: 0 10px;
    font-size: 13px;
}
/* TABELE */
.pagination {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
}
body.ranking-niepublicznych-uczelni-magisterskich .pagination>.active>a,
body.ranking-niepublicznych-uczelni-magisterskich .pagination>.active>span,
body.ranking-niepublicznych-uczelni-magisterskich .pagination>.active>a:hover,
body.ranking-niepublicznych-uczelni-magisterskich .pagination>.active>span:hover,
body.ranking-niepublicznych-uczelni-magisterskich .pagination>.active>a:focus,
body.ranking-niepublicznych-uczelni-magisterskich .pagination>.active>span:focus {
    background-color: #ec1d3c;
    border-color: #ec1d3c;
}
body.ranking-uczelni-akademickich .pagination>.active>a,
body.ranking-uczelni-akademickich .pagination>.active>span,
body.ranking-uczelni-akademickich .pagination>.active>a:hover,
body.ranking-uczelni-akademickich .pagination>.active>span:hover,
body.ranking-uczelni-akademickich .pagination>.active>a:focus,
body.ranking-uczelni-akademickich .pagination>.active>span:focus {
    background-color: #0B4EA2;
    border-color: #0B4EA2;
}
.rankingTabela {
    position: relative;
    margin-top: 40px;
    font-size: 14px;
}
.rankingTabela #pobierz-pdf > a {
    display: inline-block;
    line-height: 23px;
    width: 115px;
    text-align: center;
    background: #0B4EA2;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.rankingTabela #rozwinTabele {
    overflow: hidden;
    position: absolute;
    right: 1px;
    top: -26px;
    line-height: 23px;
    width: 115px;
    text-align: center;
    background: #0B4EA2;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
body.ranking-panstwowych-wyzszych-szkol-zawodowych #pobierz-pdf > a {
    background-color: #157A2A;
}
body.ranking-panstwowych-wyzszych-szkol-zawodowych .rankingTabela #rozwinTabele {
    background-color: #157A2A;
}
body.ranking-niepublicznych-uczelni-magisterskich .rankingTabela #rozwinTabele {
    background-color: #ec1d3c;
}
body.ranking-niepublicznych-uczelni-magisterskich .rankingTabela #pobierz-pdf > a {
    background-color: #ec1d3c;
}
body.ranking-kierunkow-studiow .rankingTabela #rozwinTabele {
    background-color: #1F8BD6;
}
.rankingTabela table > thead > tr > th,
.rankingTabela table > tbody > tr > th,
.rankingTabela table > tfoot > tr > th,
.rankingTabela table > thead > tr > td,
.rankingTabela table > tbody > tr > td,
.rankingTabela table > tfoot > tr > td {
    padding: 5px;
    font-size: 13px;
    /*font-weight: normal;*/
}
/*.rankingTabela table > thead > tr > .cell-red {
    background-color: #ce4d4a;
    color: #fff;
}
.rankingTabela table > thead > tr > .cell-yellow {
    background-color: #c4b550;
    color: #fff;
}
.rankingTabela table > thead > tr > .cell-green {
    background-color: #009c81;
    color: #fff;
}
.rankingTabela table > thead > tr > .cell-blue {
    background-color: #4d5aa8;
    color: #fff;
}*/
.ranking-uczelni-akademickich .rankingTabela table > tbody > tr > td:nth-child(7),
.ranking-niepublicznych-uczelni-magisterskich .rankingTabela table > tbody > tr > td:nth-child(7),
.ranking-panstwowych-wyzszych-szkol-zawodowych .rankingTabela table > tbody > tr > td:nth-child(7) {
    font-weight: bold;
}
.ranking-uczelni-akademickich .rankingTabela table > tbody > tr > td:nth-child(2n+8),
.ranking-niepublicznych-uczelni-magisterskich .rankingTabela table > tbody > tr > td:nth-child(2n+8),
.ranking-panstwowych-wyzszych-szkol-zawodowych .rankingTabela table > tbody > tr > td:nth-child(2n+8) {
    background-color: rgba(0,0,0, 0.03);
}

.ranking-kierunkow-studiow .rankingTabela table > tbody > tr > td:nth-child(3) {
    font-weight: bold;
}
.ranking-kierunkow-studiow .rankingTabela table > tbody > tr > td:nth-child(2n+4) {
    background-color: rgba(0,0,0, 0.03);

}
.rankingTabela table th {
    text-align: center;
}
.rankingTabela table tbody td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}
.rankingTabela table tbody td.nazwa {
    text-align: left;
    white-space: normal;
    width: 100%;
}
.rankingTabela table tbody td.school-name {
    text-align: left;
    white-space: normal;
    width: 100%;
}
.rankingTabela table a {
    color: #054c74;
}
*[data-hide] {
    display: none;
}
*[data-hide-full] {
    display: none;
}
.rankingTabela .tablesorter .header {
    cursor: pointer;
}
.rankingTabela .table th {
    padding-bottom: 15px;
}
.rankingTabela *[data-hide] {
    font-size: 11px;
}
.rankingTabela td[data-hide] {
    line-height: 20px !important;
}
.rankingTabela tr td:first-child {
    background-color: #0B4EA2;
    color: #fff;
    font-weight: 400 !important;
}
body.ranking-niepublicznych-uczelni-magisterskich .rankingTabela tr td:first-child {
    background-color: #ec1d3c;
}
body.ranking-panstwowych-wyzszych-szkol-zawodowych .rankingTabela tr td:first-child {
    background-color: #157A2A;
}
body.ranking-kierunkow-studiow .rankingTabela tr td:first-child {
    background-color: #1F8BD6;
}
table.tablesorter thead tr .header {
  background-image: url(../img/bg.gif);
  background-repeat: no-repeat;
  background-position: right 50% bottom 5px;
  cursor: pointer;
}
table.tablesorter thead tr .headerSortDown {
  background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortUp {
  background-image: url(../img/asc.gif);
}
.wybierz-wojewodztwo {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
}
.hide-on-mobi {
    display: none;
}
@media (min-width: 500px) {
    .hide-on-mobi {
        display: table-cell;
    }
}
.squareKierunki {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    margin: 0 5px 1px 5px;
    background: #94BBEC;
}
/* PROFIL UCZELNI */
.profil-uczelni .article-content > p {
    margin: 0;
}
.profil-uczelni .article-content .breadcrumb,
.profil-uczelni .article-content .rsw_profil_uczelni {
    margin: 0 -40px;
}
.rsw_profil_uczelni {
    border:1px solid #ddd;
    background-color: #f1f1f1;
    padding:10px;
    min-height:70px;
}
.rsw_profil_uczelni > p {
    margin: 0 !important;
}
.rsw_profil_uczelni h2{
    font-size: 25px;
}
.rsw_profil_uczelni .logo{
    float:left;
    margin: 0 20px 0 0;
    width:80px;
}
.rsw_profil_uczelni .dane p{
    margin:0;
}
.przejdz{
    text-align:right;
}
.rsw_profil_uczelni .oferta_uczelni{
    margin:0;
}

.table-kierunki tbody th {
    background-color: #f9f9f9;
}

.wykresTytul {
    position: relative;
    background-color: #0B4EA2;
    color: #FFF;
    padding: 6px 12px;
    margin-top: 25px;
    font-size: 14px;
}
.wykresTytul > span {
    position: absolute;
    right: 6px;
    background: #F2C900;
    color: #0B4DA4;
    padding: 0 5px;
    font-weight: bold;
}
.wykres {
    border: 1px solid #9a9a9a;
    margin: 0 0 10px 0;
    width: 100%;
    height: 400px;
}
/* FOOTER */
.footer {
    position: relative;
    background-color: #0B4EA2;
    padding: 10px;
    margin-top: 40px;
}
@media (min-width: 768px) {
    .footer {
        margin-top: 140px;
    }
}
.footer,
.footer h5,
.footer a {
    color: #fff;
    font-weight: 300;
}
.footer .list-rankings > li {
    margin-bottom: 5px;
}
.footer .list-rankings li > ul {
    padding-left: 30px;
}
.footer .list-rankings li > ul > li {
    color: #fff;
    list-style-type: square;
}
.copyrights {
    text-align: center;
    background-color: #ec1d3c;
    font-size: 12px;
    color: #fff;
    padding: 10px;
}
.copyrights > a {
    color: #fff;
}

.art-sponsorowane{
padding: 0 30px;
}
@media (min-width: 400px) {
    .footer {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .copyrights {
        padding: 10px 40px;
    }
}


/* PRINTERS */
@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
}
@media print {
    a[href]:after {
        content: "";
    }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left !important;
    }
    .col-sm-8 {
    width: 100%;
    }
    .col-sm-7 {
    width: 87.5%;
    }
    .col-sm-6 {
    width: 75%;
    }
    .col-sm-5 {
    width: 62.5%;
    }
    .col-sm-4 {
    width: 50%;
    }
    .col-sm-3 {
    width: 37.5%;
    }
    .col-sm-2 {
    width: 25%;
    }
    .col-sm-1 {
    width: 12.5%;
    }
    .col-sm-pull-8 {
    right: 100%;
    }
    .col-sm-pull-7 {
    right: 87.5%;
    }
    .col-sm-pull-6 {
    right: 75%;
    }
    .col-sm-pull-5 {
    right: 62.5%;
    }
    .col-sm-pull-4 {
    right: 50%;
    }
    .col-sm-pull-3 {
    right: 37.5%;
    }
    .col-sm-pull-2 {
    right: 25%;
    }
    .col-sm-pull-1 {
    right: 12.5%;
    }
    .col-sm-pull-0 {
    right: auto;
    }
    .col-sm-push-8 {
    left: 100%;
    }
    .col-sm-push-7 {
        left: 87.5%;
    }
    .col-sm-push-6 {
        left: 75%;
    }
    .col-sm-push-5 {
        left: 62.5%;
    }
    .col-sm-push-4 {
        left: 50%;
    }
    .col-sm-push-3 {
        left: 37.5%;
    }
    .col-sm-push-2 {
        left: 25%;
    }
    .col-sm-push-1 {
        left: 12.5%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-8 {
        margin-left: 100%;
    }
    .col-sm-offset-7 {
        margin-left: 87.5%;
    }
    .col-sm-offset-6 {
        margin-left: 75%;
    }
    .col-sm-offset-5 {
        margin-left: 62.5%;
    }
    .col-sm-offset-4 {
        margin-left: 50%;
    }
    .col-sm-offset-3 {
        margin-left: 37.5%;
    }
    .col-sm-offset-2 {
        margin-left: 25%;
    }
    .col-sm-offset-1 {
        margin-left: 12.5%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .visible-xs {
        display: none !important;
    }
    .hidden-xs {
        display: block !important;
    }
    table.hidden-xs {
        display: table;
    }
    tr.hidden-xs {
        display: table-row !important;
    }
    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }
    .hidden-xs.hidden-print {
        display: none !important;
    }
    .hidden-sm {
        display: none !important;
    }
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}





#right-slide-in-menu .navmenu-brand {
    padding: 0 10px;
}