
/*blog*/
.panel {
    border:none;
    box-shadow:none;
    border-radius:0;
    -webkit-border-radius:0;
}
.blog-body {
    background:#f1f1f1;
}
.blog-section {
    padding:80px 0;
}

.blog h1 {
    font-size:18px;
    text-transform:uppercase;
    color:#424242;
    font-weight:400;
    margin:0px 0 10px 0;
    line-height:30px;
}
.blog h1 a {
    color:#424242;
}
.blog h1 a:hover,.blog h1 a:focus,.auth-row a:hover,.auth-row a:hover {
    color:#fa6862;
}
.blog .auth-row {
    color:#c8c8c8;
    font-weight:300;
    padding-bottom:20px;
    font-size:14px;
}
.auth-row a {
    color:#C8C8C8;
}
.blog .blog-img-wide img {
    width:100%;
    height: auto;
    padding-bottom:25px;
}
.blog-img-sm img {
    width:100%;
    padding-bottom:0;
}
.blog p {
    padding-bottom:15px;
    font-size:14px;
    line-height:25px;
}
.blog a.more {
    margin-bottom:10px;
    display:inline-block;
}
.blog .fa-quote-left {
    font-size:20px;
    padding:40px 0;
    color:#d3d3d3;
}
.blog-search,.blog-search:focus {
    width:83%;
    float:left;
    margin-right:10px;
    background:#f1f1f1;
    border:none;
    height:35px;
    box-shadow:none;
}
.btn-search {
    background:#fa6862;
    color:#fff;
}
.btn-search:hover,.btn-search:focus {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
    background-color:#424242;
    color:#fff;
}
.blog-post h3 {
    font-size:16px;
    text-transform:uppercase;
    color:#424242;
    font-weight:bold;
    letter-spacing:2px;
    margin-top:0px;
}
.blog-post h5 a {
    color:#424242;
    text-transform:uppercase;
    font-weight:bold;
}
.blog-post h5 a:hover,.blog-post h5 a:focus,.blog-post ul li a:hover,.blog-post ul li a:focus {
    color:#fa6862;
}
.blog-post p {
    padding-bottom:0;
    color:#837f7e;
}
.blog-post ul {
    padding-left:0;
    margin-bottom:0;
}
.blog-post ul li {
    line-height:35px;
    color:#837f7e;
    list-style: none;
}
.blog-post ul li a {
    line-height:35px;
    color:#837f7e;
}
.blog-post ul li i {
    padding-right:10px;
}
.carousel-indicators li {
    background:rgba(255,255,255,0.5);
    border:none;
}
.carousel-indicators {
    margin-bottom:20px;
}
.single-blog {
    width:970px;
    margin:0 auto;
}
blockquote {
    margin-left:50px;
    color:#a1a1a1;
    font-style:italic;
}
blockquote p {
    line-height:30px;
    padding-bottom:0 !important;
}
.blog-tags {
    border-top:1px solid #f1f1f1;
    margin:30px 0 0 0;
    padding-top:30px;
    display:inline-block;
    width:100%;
}
.blog-tags a {
    background:#f1f1f1;
    color:#808086;
    padding:5px 10px;
    margin-left:8px;
    border-radius:3px;
    -webkit-border-radius:3px;
}

