/* CSS Document */
* {
  text-align: justify;
  line-height: 20px;
}

/*main p {
 margin:0 0 -5px;
}*/

main p {
  margin: 0 0 10.5px;
}

header p {
  margin: 0 0 10.5px;
}

h1 {
  color: #112128;
}

h2 {
  color: #112128;
}
.site_header {
  background: #112128;
  color: #ffffff;
}

.pkp_block .title {
  background: #112128;
  color: #ffffff;
  font-weight: bold;
}

.list-group,
.pkp_block ul {
  font-size: 14px;
  font-weight: 300;
}

a {
  color: #256c7a;
  text-decoration: none;
  /*font-weight: bold;*/
}
a:hover,
a:focus {
  color: #1437a0ce;
  text-decoration: underline;
}

.row {
  color: #000000;
}

#main-navigation li a:hover {
  color: #efefef;
  font-weight: bold;
}

.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover {
  background-color: #16525d !important;
  color: #ffffff;
}

.badge {
  font-weight: bold;
  background-color: #112128;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.header_view .navbar-nav > .open > a,
.header_view .navbar-nav > .open > a:hover,
.header_view .navbar-nav > .open > a:focus {
  background-color: #16525d;
  color: #ffffff;
}

.btn-info {
  color: #fff;
  background-color: #2e7d8c;
  border-color: #46b8da;
}

.thumbnail {
  margin-top: 30px;
}

.breadcrumb {
  font-size: 12px;
}

/*.published{
  margin-top: 0;
}*/

.alert {
  font-size: 15px;
  font-weight: 300;
  /*color: white;*/
}

.alert-info {
  background-color: #5bc0de;
  border-color: #3db5d8;
  color: #fff;
}

.footer p {
    color: #fff;
    text-align: center;
}
.mob-grid-article{
 display: flex;
    flex-direction: row;
}
@media (max-width: 550px){
    .mob-grid-article{
        flex-direction: column;
        align-items:center;
        margin-bottom:15px;
}
}
@media (min-width: 768px) {
    .col-sm-10 {
        width: 65% !important;
    }
     .col-sm-2 {
        width: 35% !important;
    }
}
@media (max-width: 991px) {
   .mob-grid-article{
       flex-direction: column;
        align-items:center;
   }
}

