body {
  background: url('../images/PK/background.png') repeat;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', 'Arial';
  font-size: 14px;
  color: #274268;
  width: 100%;
}

a {
  text-decoration: none;
  color: #009de5;
}

a:hover {
  color: #274268;
}

a:visited {
  color: #009de5;
}

a:active {
  color: #009de5;
}

p {
  margin: 0;
}

ul.pager {
  list-style-type: none;
}

.bkgBar {
  background: url('../images/PK/background_bar.png') repeat-x;
}

.body {
  width: 1150px;
  max-width: 1150px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.body header {
  height: 160px;
}

.canvas {
  background-color: #fff;
  width: 1100px;
  border: 1px solid #cdd2db;
  padding: 24px;
}

.canvas .page-header, .canvas .page-header a {
  color: #013571;
}

#navbox {
  position: absolute;
  top: 127px;
  left: 0px;
  height: 65px;
  z-index: 1000;
}

#navbox nav ul {
  display: block;
  margin: 0;
  padding: 0;
}

#navbox nav li {
  display: block !important;
  width: 281px;
  margin: 0;
  text-align: left;
  padding: 10px 0;
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
}

#navbox nav > ul > li {
  height: 55px;
  background: url('../images/PK/nav_bkg.png') no-repeat;
  position: relative;
  margin-right: 8px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  padding: 25px 0;
}


#navbox nav > ul > li:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}

#navbox nav > ul > li:last-child {
  margin-right: 0;
  margin-left: 2px;
  padding: 25px 0 0 0;
}

#navbox nav.plnav li {
  display: block !important;
  width: 225px;
  margin: 0;
  text-align: left;
  padding: 10px 0;
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
}

#navbox nav.plnav > ul > li {
  height: 55px;
  background: url('../images/PK/nav_bkg_pl.png') no-repeat;
  position: relative;
  margin-right: 6px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  padding: 25px 0;
}

#navbox nav.plnav > ul > li:last-child {
  margin-right: 0;
  margin-left: 0px;
  padding: 25px 0 0 0;
}


#navbox nav > ul > li, #navbox nav > ul > li > a {
  color: #013571;
  text-decoration: none;
}

#navbox .navigation .nav-pills {
  margin-bottom: 0;
}

#navbox .navigation .nav-child {
  position: absolute;
  left: 0px;
  top: 70px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  font-size: 14px;
}
#navbox .navigation .nav-child.pull-right {
  right: 0;
  left: auto;
}
#navbox .navigation .nav-child .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
#navbox .navigation .nav-child a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #274268;
}

#navbox .navigation ul.nav-child li {
  background: none;
  display: block;
}

#navbox .navigation .nav > li:hover > .nav-child,
#navbox .navigation .nav > li > a:focus + .nav-child {
  display: block;
}

#navbox .navigation .nav-child li > a:hover,
#navbox .navigation .nav-child li > a:focus,
#navbox .navigation .nav-child:hover > a {
  text-decoration: none;
  font-weight: bold;
}

#navbox .nav-header {
color: #9fc2ef;
  padding: 0px 10px;
  margin: 0;
  display: inline-block;
  margin: 0 0 0;
  padding: 10px 17px;
}

#navbox ul.nav-child li a:link,#navbox  ul.nav-child li a:visited,#navbox ul.nav-child li:last-child a{
  text-decoration: none;
  color: #274268;
}

/* +++++++++++++++  langbox ++++++++++++++++++++++++ */
#langbox {
  float: right;
  padding-top: 6px;
  margin-right: 135px;
}

.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* +++++++++++++++ top ++++++++++++++++++++++++ */
.maintop {
  width: 100% !important;
  height: 550px;
  overflow: hidden;
  position: relative;
}

.maintop .item, .topnews .item {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  top: 0;
  left: 0;
  right: 0;
}

.maintop .item img, .topnews .item img {
  position: absolute;
  height: 100%;
  margin: 0 auto;
  left: -9999px;
  right: -9999px;
}

.maintop .active, .topnews .active {
  opacity: 1;
  display: block;
}

.maintop .bar {
  position: absolute;
  width: 100%;
  top: 438px;
  background-color: #011e3f;
  height: 112px;
  opacity: 0.9;
  text-align: center;
  margin: 0;
  padding: 0;
}

.maintop .bar .description {
  width: 1150px;
  margin: 0 auto;
  position: relative;
}

.maintop .bar .description .arrowLeft {
  cursor: pointer;
  position: absolute;
  width: 36px;
  height: 41px;
  background: url('../images/PK/arrow_left.png');
  display: block;
  top: 36px;
  left: 0;
}

.maintop .bar .description .arrowLeft:hover {
  -webkit-filter: contrast(3);
  filter: contrast(3);
}

.maintop .bar .description .arrowRight:hover {
  -webkit-filter: contrast(3);
  filter: contrast(3);
}

.maintop .bar .description .arrowRight {
  cursor: pointer;
  position: absolute;
  width: 36px;
  height: 41px;
  background: url('../images/PK/arrow_right.png');
  display: block;
  top: 36px;
  right: 0;
}

.maintop .title {
  color: #e4f4fa;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  top: 460px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 1000px;
}

.maintop .title a {
  color: #e4f4fa;
  text-decoration: none;
}

.maintop .desc {
  color: #9fe7ff;
  text-align: center;
  position: absolute;
  top: 490px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
  width: 1000px;
}

.topspacer {
  width: 100%;
  height: 39px;
}

.topnews {
  position: relative;
  width: 1148px;
  height: 298px;
  overflow: hidden;
  margin: 0 auto 10px auto;
  border: 1px solid #a0bad5;
}

.topnews .title {
  color: #e4f4fa;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  top: 250px;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 400px;
}

.topnews .title a {
  color: #e4f4fa;
  text-decoration: none;
}

.topnews .desc {
  color: #9fe7ff;
  text-align: center;
  position: absolute;
  top: 250px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 400px;
}

.topnews .bar {
  position: absolute;
  width: 100%;
  top: 230px;
  background-color: #011e3f;
  height: 70px;
  opacity: 0.9;
  text-align: center;
  margin: 0;
  padding: 0;
}

.topnews .bullet {
  position: absolute;
  top: 223px;
  left: 539px;
  width: 16px;
  height: 16px;
  background: url('../images/PK/bullet.png') no-repeat;
  cursor: pointer;
}

.topnews .bullets :nth-child(2) {
  left: 566px;
}

.topnews .bullets :nth-child(3) {
  left: 593px;
}


.topnews .bullet:hover {
  background: url('../images/PK/bullet_hover.png') no-repeat;
}

.topnews .bullets .bactive {
  background: url('../images/PK/bullet_active.png') no-repeat;
}

.topnews .item img {
  width: 100%;
}

/* +++++++++++++++  faculties ++++++++++++++++++++++++ */
.faculties {
  width: 100%;
  height: 129px;
}

.faculties ul {
  margin: 9px 0 0 0;
  padding: 0px;
  height: 111px;

}

.faculties li {
  width: 140px;
  height: 111px;
  background-color: #00fff0;
  text-align: center;
  float: left;
  margin-left: 4px;
  display: table;
}

.faculties li:hover {
  -webkit-filter: saturate(1.5);
  filter: saturate(1.5);
}

.faculties li:first-child {
  margin-left: 0;
  margin-right: 1px;
}

.faculties li, .faculties li a {
  color: #fff;
  text-shadow: 1px 1px #000;
  text-decoration: none;
}

.faculties li a {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

.faculties li.wa {
  background-color: #00abec;
}

.faculties li.wa:hover {
  background: url('../images/PK/WA.png');
  color: transparent;
}

.faculties li.wf {
  background-color: #df8051;
}

.faculties li.wf:hover {
  background: url('../images/PK/WF.png');
  color: transparent;
}

.faculties li.we {
  background-color: #5e50a1;
}

.faculties li.we:hover {
  background: url('../images/PK/WE.png');
  color: transparent;
}

.faculties li.wil {
  background-color: #788ec7;
}

.faculties li.wil:hover {
  background: url('../images/PK/WIL.png');
  color: transparent;
}

.faculties li.ws {
  background-color: #0086cb;
}

.faculties li.ws:hover {
  background: url('../images/PK/WS.png');
  color: transparent;
}

.faculties li.wch {
  background-color: #009793;
}

.faculties li.wch:hover {
  background: url('../images/PK/WCh.png');
  color: transparent;
}

.faculties li.wm {
  background-color: #ab218e;
}

.faculties li.wm:hover {
  background: url('../images/PK/WM.png');
  color: transparent;
}

.faculties li.jednostki {
  background-color: #013571;
}

.faculties li.jednostki:hover {
  background: url('../images/PK/jednostki.png');
  color: transparent;
}

.faculties li:hover div {
  display: none;
}

.facultiesS {
  width: 100%;
  height: 109px;
}

.facultiesS ul {
  margin: 9px 0 0 0;
  padding: 0px;
  height: 99px;

}

.facultiesS li {
  width: 125px;
  height: 99px;
  background-color: #00fff0;
  text-align: center;
  float: left;
  margin-left: 3px;
  display: table;
}

.facultiesS li:first-child {
  margin-left: 0;
  margin-right: 1px;
}

.facultiesS li, .facultiesS li a {
  color: #fff;
  text-shadow: 1px 1px #000;
  text-decoration: none;
}

.facultiesS li a {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
}

.facultiesS li.wa {
  background-color: #00abec;
}

.facultiesS li.wa:hover {
  background: url('../images/PK/f_WAs.png');
  color: transparent;
}

.facultiesS li.wimf {
  background-color: #df8051;
}

.facultiesS li.wimf:hover {
  background: url('../images/PK/f_WIMFs.png');
  color: transparent;
}

.facultiesS li.we {
  background-color: #5e50a1;
}

.facultiesS li.we:hover {
  background: url('../images/PK/f_WEs.png');
  color: transparent;
}

.facultiesS li.wil {
  background-color: #788ec7;
}

.facultiesS li.wil:hover {
  background: url('../images/PK/f_WILs.png');
  color: transparent;
}

.facultiesS li.ws {
  background-color: #0086cb;
}

.facultiesS li.ws:hover {
  background: url('../images/PK/f_WSiEs.png');
  color: transparent;
}

.facultiesS li.wch {
  background-color: #009793;
}

.facultiesS li.wch:hover {
  background: url('../images/PK/f_WChs.png');
  color: transparent;
}

.facultiesS li.wm {
  background-color: #ab218e;
}

.facultiesS li.wm:hover {
  background: url('../images/PK/f_WMs.png');
  color: transparent;
}

.facultiesS li.sd {
  background-color: #013571;
}

.facultiesS li.sd:hover {
  background: url('../images/PK/SDs.png');
  color: transparent;
}

.facultiesS li.wit {
  background-color: #79a440;
}

.facultiesS li.wit:hover {
  background: url('../images/PK/f_WITs.png');
  color: transparent;
}

.facultiesS li.jednostki {
  background-color: #013571;
}

.facultiesS li.jednostki:hover {
  background: url('../images/PK/jednostkis.png');
  color: transparent;
}

.facultiesS li:hover div {
  display: none;
}

.facultiesS .facdescr {
  font-size: 10px !important;
}


/* +++++++++++++++  content ++++++++++++++++++++++++ */
.spanLeft {
  width: 264px;
  margin: 0;
  float: left;
}

.contentMedium {
  margin-left: 25px;
  width: 810px;
  float: left;
}

.contentSmall {
  width: 511px;
  height: 324px;
  border: 1px solid #ccd7e3;
  overflow: hidden;
  float: left;
  font-size: 14px;
}

.contentSmall .blog {
  padding: 12px 14px;
}

.contentSmall .blog p {
  margin: 0;
  padding: 0;
}

.contentSmall .items-leading, .contentSmall .items-row {
  padding-left: 11px;
  border-left: 5px solid #00abec;
  margin-bottom: 5px;
  height: 60px;
  overflow: hidden;
}

.contentSmall dl, .contentSmall h2 {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.contentSmall .page-header, .contentSmall .page-header a {
  font-size: 14px;
  color: #013571;
  text-decoration: none;
}


.contentSmall .pagination .pageId {
  display: table;
  width: 38px;
  height: 38px;
  border: 1px solid #ccd7e3;
  float: left;
  margin-right: 4px;
  background-color: rgba(204,215,227,0.3);
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  color: #9ab2cd;
}

.contentSmall .pagination .active {
  color: #013571;
}

.contentSmall .pagination-list {
  margin: 0;
  padding: 0;
}

.contentSmall dd.published {
  margin: 0;
  color: #247cca;
  font-style: italic;
  font-size: 12px;
}

.contentSmall .pagination li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #9ab2cd;
  text-decoration: none;
}


.contentSmall .pagination li.active a {
  color: #013571;
}

.contentMiddle {
  width: 240px;
  height: 324px;
  border: 1px solid #ccd7e3;
  margin-left: 10px;
  float: left;
}

.contentMiddle ul {
  margin: 10px 9px 0 9px;
  padding: 0;
}

.contentMiddle li {
  display: block;
  width: 210px;
  height: 58px;
  border: 1px solid #ccd7e3;
  background-color: rgba(204,215,227,0.3);
  margin-bottom: 8px;
  padding: 10px 5px;
  text-align: right;
  font-size: 14px;
  overflow: hidden;
}

.contentMiddle .readmore li {
  height: 18px;
  text-align: center;
}

.contentMiddle .readmore li {
  text-decoration: none;
  color: #013571;
  font-style: italic;
}

.contentMiddle .readmore li:hover {
  font-weight: bold;
}

.contentMiddle .mod-articles-category-title {
  text-align: left;
  display: block;
  text-decoration: none;
  width: 100%;
  color: #013571;
  margin-bottom: 7px;
}

.contentMiddle .mod-articles-category-date {
  width: 100%;
  font-style: italic;
  font-size: 12px;
  color: #0070c6;
}

.contentBanner {
  width: 375px;
  height: 324px;
  margin-left: 9px;
  float: left;
}

/* +++++++++++++++  banner ++++++++++++++++++++++++ */
.contentBanner .buttons {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contentBanner .banneritem, .contentBanner .buttons li {
  margin: 5px 0;
}

.contentBanner .banneritem:first-child, .contentBanner .buttons li:first-child {
  margin-top: 0;
}

.contentBanner .banneritem:hover, .contentBanner .buttons li:hover {
  -webkit-filter: saturate(1.5);
  filter: saturate(1.5);
}

/* +++++++++++++++  shortcut ++++++++++++++++++++++++ */
.shortcut {
  width: 100%;
  position: relative;
  height: 200px;
  background: url('../images/PK/shortcut_bkg.png') repeat-x;
  font-size: 14px;
}

.shortcut .leftbar {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #478bd9;
}

.shortcut .middlebar {
  width: 1250px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.shortcut .middlebarPL {
  background: url('../images/PK/shortcut_bar.png') no-repeat;
}

.shortcut .middlebarEN {
  background: url('../images/PK/shortcut_bar_EN.png') no-repeat;
 padding-top: 30px;  
}
.shortcut .rightbar {
  width: 50%;
  height: 100%;
  float: right;
}

.shortcut ul {
  margin-left: 200px;
  width: 926px;
  height: 175px;
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}

.shortcut ul li {
  padding: 5px 0 5px 15px;
  display: block;
  list-style-type: square;
  width: 214px;
  background: url('../images/PK/shortcut_item.png') no-repeat left center;
}

.shorcut ul li, .shortcut ul li a {
  color: #fff;
  text-decoration: none;
}

/* +++++++++++++++  footer ++++++++++++++++++++++++ */
footer {
  height: 327px;
  width: 100%;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

footer .upper {
  height: 159px;
  width: 100%;
  background-color: #0852a6;
}

footer .lower {
  height: 68px;
  width: 100%;
  background-color: #013571;
}

.clearfix {
  clear: both;
}

.submenus {
  margin: 11px 0;
  width: 1150px;
  height: 327px;
  overflow: hidden;
}

.submenu {
  position: relative;
  width: 280px;
  height: 327px;
  float: left;
  margin-right: 7px;
}

.submenus div:first-child {
  margin-right: 9px;
}

.submenus div.submenu:last-child {
  margin-right: 0;
  margin-left: 4px;
}

.submenu h3 {
  margin: 15px 0 15px 0;
  font-size: 16px;
  color: #013571;
  font-size:  18px;
  text-transform: uppercase;
  font-style: normal;
  background: url('../images/PK/submenu_item.png') no-repeat left center;
  padding-left: 22px;
}

.submenu .img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.ensubmenus .submenu1 .img {
  background: url('../images/PK/submenu1_en.png');
}

.submenu1 .img {
  background: url('../images/PK/submenu1.png');
}


.submenu1 > .active {
  background: url('../images/PK/submenu1b.png');
}

.ensubmenus .submenu1 > .active {
  background: url('../images/PK/submenu1b.png');
}

.ensubmenus .submenu2 .img {
  background: url('../images/PK/submenu2_en.png');
}


.ensubmenus .submenu2 > .active {
  background: url('../images/PK/submenu2b_en.png');
}
  
.submenu2 .img {
  background: url('../images/PK/submenu2.png');
}


.submenu2 > .active {
  background: url('../images/PK/submenu2b.png');
}

.ensubmenus .submenu3 .img {
  background: url('../images/PK/submenu3_en.png');
}


.ensubmenus .submenu3 > .active {
  background: url('../images/PK/submenu3b_en.png');
}

.submenu3 .img {
  background: url('../images/PK/submenu3.png');
}


.submenu3 > .active {
  background: url('../images/PK/submenu3b.png');
}

.ensubmenus .submenu4 .img {
  background: url('../images/PK/submenu4_en.png');
}


.ensubmenus .submenu4 > .active {
  background: url('../images/PK/submenu4b.png');
}

.submenu4 .img {
  background: url('../images/PK/submenu4.png');
}


.submenu4 > .active {
  background: url('../images/PK/submenu4b.png');
}

.submenu > .active {
  z-index: 0;
}

.submenu > .inactive {
  z-index: 100;
}

.submenu > .mmenu {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  width: 260px;
  height: 307px;
  padding: 12px 10px 10px 18px;
}

.submenu menu {
  padding: 0px 10px;
}

.submenu ul {
  padding: 0;
  margin: 0 0 0 22px;
}

.submenu li {
  list-style-type: none;
  margin: 8px 0 0 0;
  font-size:  15px;
}

.submenu a {
  text-decoration: none;
  color: #2d2d2d;
}

.submenu a:hover {
  font-style: italic;
}

/* ++++++++++++++++++++++  menu ++++++++++++++++++++++++++  */
.spanLeft .moduletable_menu, .spanLeft .moduletable {
  background: #f4f4f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 13px;
  margin-bottom: 20px
}

.spanLeft .moduletable_menu, .spanLeft .moduletable > h3 {
  margin-top: 0px;
  margin-bottom: 23px;
  color: #000000;
  font-size: 19px;
}
.spanLeft .moduletable ul li a:link,.spanLeft .moduletable ul li a:visited,.spanLeft .moduletable ul li:last-child a, .spanLeft .moduletable_menu ul li a:link,.spanLeft .moduletable_menu ul li a:visited,.moduletable_menu ul li:last-child a{
  text-decoration: none;
  color: #3f3f3f;
}

.spanLeft .moduletable_menu ul, .spanLeft .moduletable ul  {
  list-style-type: none;
  padding: 0;
  font-size: 16px;
}

.spanLeft .moduletable_menu ul li, .spanLeft .moduletable ul li{
  padding: 3px 10px 3px 20px;
  background: url('../images/PK/menu_item.png') no-repeat left 11px;
}

.spanLeft .moduletable_menu ul li ul li, .spanLeft .moduletable ul li ul li{
  padding: 3px 10px 3px 24px;
  background: url('../images/PK/menu_nested_item.png') no-repeat left 8px;
}

.spanLeft a:hover {
  font-style: italic;
}

.headerRight input {
  width: 240px;
  height: 25px;
  float: left;
}

.headerRight div {
  margin-bottom: 15px;
}

.headerRight a {
  text-decoration: none;
  color: #013570;
  margin-right: 20px;
  margin-left: 16px;
}

.headerRight a:hover {
  color: #216590;
}


.headerRight a:first-child {
  margin-left: 0px;
}

.headerRight a:last-child {
  margin-right: 0px;
}

/*++++++++++++++++ actions items +++++++++++++++*/


ul.actions, ul.dropdown-menu {
  text-align: right;
  list-style-type: none;
}

li.print-icon {
  background: url('../images/PK/ico_print.png') no-repeat;
  color: transparent;
  display: inline-block;
  width: 32px;
  height: 28px;
  overflow: hidden;
}

li.print-icon a {
  color: transparent;
}

li.email-icon {
  background: url('../images/PK/ico_mail.png') no-repeat center center;
  color: transparent;
  display: inline-block;
  width: 32px;
  height: 28px;
  overflow: hidden;
}

li.email-icon a {
  color: transparent;
}

/*++++++++++++++++ item-page +++++++++++++++*/
.page-header .item-page h2, .page-header .item-page h2 a {
  height: 19px;
  font-style: normal;
  text-decoration: none;
  color: #013571;
  margin: 0;
  padding: 0;
}

dl.article-info {
  margin: 0;
}

/*+++++++++++++++ content-blog ++++++++++++*/


.content-blog .page-header, .content-blog .page-header a {
  font-size: 17px;
  color: #2a2a2a;
  text-decoration: none;
}

.content-blog .page-header h1,
.content-blog .page-header h2,
.content-blog .page-header h3,
.content-blog .page-header h4,
.content-blog .page-header h5,
.content-blog .page-header h6 {
  margin: 0;
}

.content-blog .span6, .content-blog .span12 {
  font-size: 12px;
  border-left: 9px solid #013571;
  padding-left: 8px;
  margin: 0 0 29px 0;
}

.content-blog .article-info {
  color: #247cca;
  font-size: 13px;
}

.content-blog .article-info dd{
  margin-left: 0;
  font-size: 13px;
}

.content-blog .readmore .btn {
  border: 2px solid #00abec;
  background-color: #fff;
  color: #013571;
  text-decoration: none;
  text-align: center;
  font-style: italic;
  font-size: 13px;
  height: 26px;
  width: 134px;
  line-height: 26px;
  display: block;
}

.content-blog .readmore .btn:hover {
  border: 2px solid #00abec;
  background-color: #00abec;
  color: #fff;
}


#content .blog .page-header, #content .blog .page-header a {
  font-size: 17px;
  color: #2a2a2a;
  text-decoration: none;
}



#content .blog .page-header h1,
#content .blog .page-header h2,
#content .blog .page-header h3,
#content .blog .page-header h4,
#content .blog .page-header h5,
#content .blog .page-header h6 {
  font-size: 16px;
  margin: 0;
  color: #2a2a2a;
}

#content .blog .span6, #content .blog .span12, #content .blog .items-leading > div {
  font-size: 12px;
  border-left: 9px solid #013571;
  padding-left: 8px;
  margin: 0 0 29px 0;
}

#content .blog .article-info {
  color: #247cca;
  font-size: 13px;
}

#content .blog .article-info dd{
  margin-left: 0;
  font-size: 13px;
}

#content .blog .readmore .btn {
  border: 2px solid #00abec;
  background-color: #fff;
  color: #013571;
  text-decoration: none;
  text-align: center;
  font-style: italic;
  font-size: 13px;
  height: 26px;
  width: 134px;
  line-height: 26px;
  display: block;
}

#content .blog .readmore .btn:hover {
  border: 2px solid #00abec;
  background-color: #00abec;
  color: #fff;
}


/*++++++++++++++++++ pk-main-news ++++++++++++++*/
.pk-main-news {
  margin: 0;
  padding: 12px 14px 9px 14px;
}

.pk-category-module {
  margin: 0 0 8px 0;
  padding: 0;
  height: 255px;
}

.pk-category-module li {
  display: block;
  padding-left: 11px;
  border-left: 9px solid #00abec;
  margin-bottom: 5px;
  height: 60px;
  overflow: hidden;
}

.pk-category-module .category-title {
  width: 100%;
  margin-bottom: 2px;
  overflow: hidden;
}

.pk-category-module .mod-articles-category-title {
  font-size: 17px;
  color: #013571;
  text-decoration: none;
}


.pk-main-news .pagination .pageId,
.pk-main-news .morenews {
  display: table;
  height: 38px;
  border: 1px solid #ccd7e3;
  float: left;
  margin-right: 4px;
  background-color: rgba(204,215,227,0.3);
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  color: #9ab2cd;
}

.pk-main-news .pagination .active {
  color: #013571;
}

.pk-main-news .pagination .pageId {
  width: 38px;
}

.contentSmall .pagination-list {
  margin: 0;
  padding: 0;
}


.pk-main-news .morenews {
  padding: 0 5px;
  margin-right: 0px;
  float: right;
  color: #013571;
}

.pk-category-module .mod-articles-category-date {
  margin: 0;
  color: #247cca;
  font-style: italic;
  font-size: 14px;
}

.pk-main-news .pagination li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #9ab2cd;
  text-decoration: none;
}


.pk-main-news .pagination li.active a {
  color: #013571;
}

.mod-languages a img {
  margin-top: 2px;
}

.headerModules {
  float: right;
}

.headerModules .search, .headerModules .mod-languages {
  float: left;
}

.dropdown-toggle {
  display:none;
}

#content .blog .span6, #content .blog .span12, #content .blog .items-leading > div {
    overflow: hidden;
}