.child_pages{overflow:auto;margin-bottom:1em}.child_pages .child_page{float:left;overflow:hidden}.child_pages .child_page-container{margin:5px;border:1px solid #dedede;background-image:url(img/bg-white.png);background-repeat:repeat-x;background-position:left bottom;border-radius:5px;padding:10px}.child_pages .post_thumb{text-align:center;overflow:hidden;background-image:url(img/camera.png);background-position:center center;background-repeat:no-repeat}.child_pages .post_thumb img{width:175px;height:auto}.child_pages .post_content{padding:0 10px}.child_pages .post_content h4{font-weight:bolder;margin-top:.5em;font-size:14px;line-height:1.2em}.child_pages .post_content .post_excerpt{margin-top:.5em;font-size:12px;line-height:1.2em;height:100px;} .child_page-container:hover{background-color:rgba(192,192,192,0.3);}/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

/*.col-xs-15 {
    width: 60%;
    float: left;
}*/
.col-lg-15 {
        width: 20%;
        float: left;
    }
@media (max-width: 768px) {
    .col-sm-15 {
        width: 50%;
        float: left;
    }
}
@media (max-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (max-width: 1200px) {
    
}