﻿div.story-item {
    position: relative;
}

    div.story-item p.read-more-container {
        text-align: center;
        width: 250px;
        position: absolute;
        bottom: 25px;
        left: 50%;
        margin-left: -125px;
    }

.story-info .author-name {
    display: inline-block;
    font-size: 16px;
    /*color: #3787d3;*/
    padding: 0 0;
    margin: 0;
}

.story-info {
    max-height: 370px;
}

.fancybox-item-container {
    width: 450px;
}

.story-item-inner {
    max-height: 460px;
    /*min-height: 430px;*/
}

    .story-item-inner .story-info .author-name {
        display: inline-block;
        font-size: 16px;
        color: #3787d3;
        padding: 0 0;
    }

.story-desc-inner {
    max-height: 340px;
    /*min-height: 210px;*/
    margin-top: 10px;
    text-align: left;
}

.author-avatar-inner {
    margin-top: 0px;
}

    .author-avatar-inner img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        display: block;
        margin: 0 auto;
    }


.gift {
    background-image: url(/images/giftcards/gift_main.png);
    background-size: cover;
}

.autodvn {
    background-image: url(/images/autodasvandh/web-banner_option-2.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}

.carousel-indicators li {
    cursor: pointer;
}

.carousel-indicators {
    margin-top: 10px;
    margin-bottom: 10px;
    bottom: 15px;
}
