



.ast_list_grid_container {
    margin: 4px 8px 4px 8px;
    padding: 4px 6px 4px 6px;
    width: 96%;
    float: left;
    display: table;
}


.ast_con_inactive {
    opacity: 0.33;
}


div.ast_container {
    vertical-align: top;
    border: 1px solid #ccc;
    margin: 25px 4px 15px 4px;
}
div.ast_inner {
    margin: 0px;
    width: 100%;
    height: 100%;
    min-height: 400px;
    vertical-align: top;
}



div.ast_container:hover {
    border: 3px solid #3399FF !important;
    margin-left: 0px;
    margin-top: 21px;
}

div.ast_container:hover .ast_title {
    background-color: #3399FF;
    color: #FFFFFF;
}

div.ast_container:hover .ast_title_inactive {
    background-color: #3399FF;
    color: #FFFFFF;
}



div.ast_container:hover .ast_thumb {
    max-width: 140px;
    margin: 10px !important;
}


div.ast_info_section, div.ast_info_section_inactive {
    padding: 5px;
    margin-bottom: 2px;
}
div.ast_info_section {
    /*min-height: 240px;*/
}
div.ast_info_section_inactive {
    color: black;
    background-color: #F2F2F2;
}

.ast_title {
    text-decoration: none !important;
    background-color: #C7D2DC;
    color: #202020;
    margin: 0px;
    padding: 10px;
    font-weight: bold;
    font-size: 24px;
    display: block;
    outline: none;
    border-bottom: 1px dotted #000;
    min-height: 56px !important;
}



.ast_title span, .ast_title_inactive span {
    font-weight: bold;
    font-style: italic;
    float: right;
    line-height: 20px;
}
.ast_title_inactive {
    background-color: #CCC;
    color: #000;
    margin: 0px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: block;
    outline: none;
}


.ast_desc {
    display: block;
    font-size: 16px !important;
    margin: 20px !important;
}

.ast_thumbs_container {
    width: 100%;
    justify-content: left;
    display: flex;
}
.ast_thumb {
    float: left;
    display: block;
    max-width: 120px;
    margin: 5px;
}
.ast_thumb img {
    border: 1px solid #666;
    max-width: 100%;
}
a.ast_thumb:hover img {
    opacity: .8;
    border: 1px solid #F00;
}

div.ast_attributes {
    border: none;
    padding: 3px;
    margin: 5px;
}
div.ast_attributes span {

}

.attributes_title {
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    margin: 0px;
}

div.thumb_and_controls_container {
    border: 1px solid #999;
    float: left;
}

img.additional_thumb {
    float: left;
    margin: 3px;
    border: 1px solid #39F;
}

img.main_thumb {
    float: left;
    margin: 0px;
    border: 4px solid #39F;
}



@media screen and (min-width: 921px) {

    div.ast_container {
        width: 32%;
        display: inline-block;
    }

}


@media screen and (max-width: 920px) {

    div.ast_container {
        width: 98%;
        display: block;
    }

    div.ast_inner {
        min-height: inherit;
    }

    .ast_thumbs_container {
        max-width: 50%;
    }

}


