body {
    background-color: #f4f4f4;
}

.bg-white {
    color: white
}

.swiper-container {
    z-index: 0;
}

#mainLibraryMeeting #banner img {
    width: 100%;
    height: 380px
}

#mainLibraryMeeting ul li a span {
    color: black;
    font-weight: bold;
}

#mainLibraryMeeting .badge.btn-primary {
    color: white;
}

#publisherContent img {
    width: 166px;
    height: 52px
}

#condition_items {
    margin-bottom: 5px;
}

/*#navbar {
    text-align: center;
}*/

/*#navbar ul {
    display: inline-block;
    float: none;
}*/

#meetingQuery #items .thumbnail {
    margin-bottom: 0;
}

#meetingQuery #items button {
    margin-top: 10px;
    margin-bottom: 10px;
}

#meetingQuery .thumbnail img {
    width: 135px;
    height: 135px;
}

.card {
    border: 1px solid #ccc;
}

.card-media {
    overflow: hidden;
}

.card-body {
    padding: 20px 0;
    height: 80px;
}

.card-body-over {
    background-color: #337ab7;
    color: white;
}

.card-media img {
    width: 100%;
    height: 180px;
    cursor: pointer;
    transition: all 0.6s;
}

/******loginInfo******/
.sectionClass {
    /*padding: 20px 0px 50px 0px;*/
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}

/* .sectiontitle {
     background-position: center;
     margin: 30px 0 0px;
     text-align: center;
     min-height: 20px;
 }*/

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
}

/* .headerLine {
     width: 160px;
     height: 2px;
     display: inline-block;
     background: #101f2e;
 }*/

.projectFactsWrap {
    display: flex;
    /*margin-top: 30px;*/
    flex-direction: row;
    flex-wrap: wrap;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 100%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
    background: #101f2e;
}

.projectFactsWrap .item:nth-child(2) {
    background: #122233;
}

.projectFactsWrap .item:nth-child(3) {
    background: #152638;
}

.projectFactsWrap .item:nth-child(4) {
    background: #172c42;
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}

.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'Open Sans';
}

.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: white;
}

.projectFactsWrap .item:hover span {
    background: white;
}

/*@media (max-width: 786px) {
   .projectFactsWrap .item {
       flex: 0 0 50%;
   }
}*/
/******loginInfo******/