/*
Theme Name: AGC PDF Azon 7 FR
Theme URI: http://kreatifu.com/
Author: aandamar
Author URI: https://www.facebook.com/coolingpad
Description: Blank theme
Version: 1.0.0
Text Domain: ktf
Tags:

kreatifu is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/

.container{max-width:900px}
.page-header{margin-top:20px;margin-bottom:0}
.post{padding:15px 0}
.listing{border-top:1px dotted #ccc}
h1,h2,h3{margin-top:0}
.entry-meta, .info{font-size:90%;color:#777;padding:10px 0}
.content{padding:10px 0}
.post ul, .related ul{list-style:none;margin-left:0;padding-left:0}
.post ul li, .related ul li{border-bottom:1px dotted #ddd;margin-left:0;padding:5px 0}
.entry-content{padding:15px 0}

.red{color:red;font-weight:bold}
.btn-group-justified{margin-bottom:10px}
.thumbnail{border:none}
#secondary .list-group-item{padding:0}
.list-group-item .thumbnail{margin:0}
.fb-like{margin-bottom:5px}
.breadcrumb{background:none}
.toplist .thumbnail img{max-height:160px;overflow:hidden}
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5 {
        width: 20%;
        float: left;
    }
}