﻿
#contentTop
{
    padding-top: 20px;
    background-color: #FFFFFF;
}

#contentBottom
{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
}

    #contentBottom, #contentBottom a
    {
        font-size: 16px;
        font-weight: bold;
        /*color: #6A318F;*/
        color: #0C6648;
    }

        #contentBottom img
        {
            width: 100%;
        }

        #contentBottom > .row > div
        {
            min-height: 355px;
            /*border-right: 1px solid #6A318F;*/
            border-right: 1px solid #0C6648;
        }

            #contentBottom > .row > div:last-child
            {
                border-right: none;
            }

.element
{
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 10px;
}

    .element > .media
    {
        max-height: 290px;
        overflow: hidden;
    }

#categorybar
{
    margin-top: -10px;
    max-height: 418px;
    overflow: auto;
}

#addrotatewrapper
{
    margin-top: -20px;
    padding: 0;
}

h4.media-heading
{
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.media-content
{
    font-size: 12px;
    color: #000000;
}

/* Carousel base class */
.carousel-inner > .item > a > object, .carousel-inner > .item > a > img
{
    width: 100%;
}

.carousel-indicators
{
    padding-top: 30px;
    left: calc(50% - 300px);
    height: 25px;
    vertical-align: middle;
    padding-left: 50px;
}

    .carousel-indicators li
    {
        margin: 3px 6px 3px 6px;
        width: 14px;
        height: 14px;
        border: 1px solid #9D9D9D;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .carousel-indicators .active
    {
        /*background-color: #6A318F;*/
        background-color: #0C6648;
        margin: 0px 3px 0px 3px;
        width: 20px;
        height: 20px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

.carousel-control.left
{
    background: none;
}

.carousel-control.right
{
    background: none;
}
