.alert {
    border-radius: 5px;
}
.alert-danger {
    background: #e26868;
    border-color: #e26868;
    color: #fff;
}
.alert-success{
    background: #40a064;
    border-color: #40a064;
    color: #fff;
}
.btn-group .btn {
    margin-top: 0;
}
.table-responsive, .fixed-table-container {
    border : none !important;
}
.table-responsive tr td a:after, .message-participants a:after {
    content: ', ';
}
.table-responsive tr td a:last-child:after, .message-participants a:last-child:after {
    content: '';
}
.home-article {
    margin-top: 50px;
}
.category a, .username a {
    color: #143a32;
}
.username a {
    text-decoration: none;
}
.update-profile {
    position: relative;
    width: 150px;
    height: 150px;
}
.img-form {
    background-color: #e0e0e0;
    border: 1px solid #d4cfbb;
    border-radius: 6px;
    max-width: 50%;
}
.item-cook-talk .date-post {
    margin-left: 0;
    vertical-align: middle;
}
.item-ingredient p a {
    color: #333;
    text-decoration: none;
}
.terms .content {
    min-height: 600px;
}
.home-jumbotron-bottom .item.middle figure {
    bottom: -15px;
}
.home-jumbotron-top .item.middle {
    bottom: -30px;
}
@media (max-width: 991px) {
    .home-jumbotron-top .item.middle {
        bottom: -7px;
    }

    .home-jumbotron-bottom .item.middle figure {
        bottom: -10px;
    }
}
.home-banner-slide {
    position: relative;
    overflow: hidden;
}
.home-banner-slide .item {
    width: 100%;
}
.home-banner-slide .background .img {
    height: 800px;
    background-position: center bottom !important;
}
.home-banner-slide .background .background-table {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.home-banner-slide .background .noTable .background-table {
    display: none;
}
.home-banner-slide .middle {
    position: absolute;
    bottom: 0;
}
.home-banner-slide .middle img {
    min-height: 176px;
}
.home-banner-slide img {
    width: 100%;
}
.home-banner-slide .item.middle {
    bottom: -30px;
}
@media (max-width: 991px) {
    .home-banner-slide .item.middle {
        bottom: -7px;
    }
}
@media (max-width: 991px) {
    .home-banner-slide .background .img {
        height: 450px;
    }
}
@media (max-width: 479px) {
    .home-banner-slide .background .img {
        height: 270px;
    }
}
.home-banner-slide .slick-dots {
    text-align: center;
    bottom: 8px;
    z-index: 99;
}
@media (max-width: 767px) {
    .home-banner-slide .slick-dots {
        bottom: -25px;
    }
}
.home-banner-slide .slick-next, .home-banner-slide .slick-prev {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    position: absolute;
    padding: 2px 18px;
    z-index: 99;
    background: transparent;
    border: 3px solid #fff;
    height: 52px;
    width: 52px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 6px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 6px;
}
.home-banner-slide .slick-next:before, .home-banner-slide .slick-prev:before {
    font-family: FontAwesome;
    font-size: 40px;
    position: absolute;
    top: 2px;
    text-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
.home-banner-slide .slick-next {
    right: 20px;
}
.home-banner-slide .slick-next:before {
    content: "";
    right: 14px;
}
.home-banner-slide .slick-prev {
    left: 20px;
}
.home-banner-slide .slick-prev:before {
    content: "";
    left: 14px;
}
@media (max-width: 991px){
     html.inner .heading-content .media-left .inner-banner .img{
         background-image: none !important;
         height: auto;
     }
     html.inner .heading-content .media-left .inner-banner .img img{
         display: block !important;
     }
}