

.single-con {
    margin: 20px auto;
}
.container {
    width: 1200px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:after, .container:before, .row:after, .row:before, .container-fluid:after, .container-fluid:before {
    display: table;
    content: " ";
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.cp-cats {
    margin-bottom: 20px;
}
.cp-cats .cp-title {
    overflow: hidden;
    margin-bottom: 20px;
}
.cp-cats .cp-title h3 {
    float: left;
    border-left: 5px solid black;
    padding-left: 10px;
}
.cp-cats .cp-title h3 a {
    font-size: 24px;
    color: black;
    font-weight: bold;
}

.cp-cats .cp-title p a {
    display: inline-block;
    padding: 5px 10px;
    background: #ff001e;
    color: #fff;
}
.cp-cats ul {
    overflow: hidden;
    margin-top: 40px;
}

.cp-cats ul li {
    margin-bottom: 20px;
	list-style: none;
    background: transparent;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-12 {
    float: left;
}
.cp-cats ul li a {
    display: block;
    padding: 10px;
    border: 1px #dcdcdc solid;
}
.cp-cats .cp-title .more {
	float: right;
}

.cp-cats ul li a img {
    margin: auto;
	width: 330px;
    height: 220px;
}
.single-con img {
    max-width: 100%;
}
.cp-cats ul li a p {
    text-align: Center;
    margin: 10px 0;
    height: 15px;
    line-height: 1;
    overflow: hidden;
}
.cp-cats ul li a img {
    margin: auto;
}
.col-md-3 {
    width: 25%;
	float: left;
}
}