﻿
.tms_widget 
{
    position: relative;
    padding: 20px 5px;
    color: white;
    height: 440px;
    text-align: left;

    overflow: hidden;
}

    .tms_widget.middle {
        height: 320px;
    }
    .tms_widget.low {
        height: 220px;
    }
    .tms_widget.full_height {
        height: 100%;
        padding: 0px 5px;
        
    }

    .tms_widget img.tms_img_bgr
    {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    div.tms_img_bgr {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        z-index: -1;
    }
    /*.darkness:hover div.tms_img_bgr,
    .tms_widget:hover div.tms_img_bgr {
        height: 104%;
        width: 104%;
        top: -2%;
        left: -2%;
    }*/
    .darkness,
    .tms_widget{
        position: relative;
        overflow: hidden;
    }

    a.tms_widget_hyper_lnk
    {
        font-family: "Black_No_7";
        position: absolute;
        display: block;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        
        z-index: 1;
    }

.tms_widget div.tms_widget_top_title
{
    margin: 15px 0px 0px 20px;
}

.tms_widget_top_title > span {
    font-size: 14pt;
    text-transform: uppercase;
    font-family: "FranklinGothic_Black_SSi";
    border-bottom: 3px double #999;
}

.tms_widget div.tms_widget_bottom_title
{
    position:absolute;
    bottom: 0px;
    padding: 0px 0px 15px 20px;
    width: 40%;
    text-align: left;
}
.tms_widget_bottom_title span
{
    white-space: nowrap;
    display: block;
    clear: both;
}
        .tms_widget_bottom_title span.type {
            font-family: "FranklinGothic_Black_SSi";
            font-size: 16pt;
            margin-left: 4px;
        }

        .tms_widget_bottom_title span.month {
            font-family: "Asset";
            font-size: 16pt;
            margin-left: 3px;
        }

        .tms_widget_bottom_title span.day {
            font-family: "Asset";
            font-size: 28pt;
        }

.tms_widget .tms_widget_content
{
    position: relative;
    height: 140px;
    margin: 10px 0px;
}
.tms_widget.low .tms_widget_content
{
    height: 164px;
}

.tms_darkness10 
{
    background: rgba(0,0,0,0.5);
}

.darkness:hover .tms_darkness10,
.tms_widget:hover .tms_darkness10,
.tms_darkness10:hover 
{
    background: rgba(0,0,0,0);
}

.tms_darkness05
{
    background: rgba(203,203,203,0.6);
    color: #353334;
}
.darkness:hover .tms_darkness05,
.tms_widget:hover .tms_darkness05,
.tms_darkness05:hover 
{
    background: rgba(0,0,0,0);
    color: white;
}

.tms_darkness02
{
    background: rgba(255,255,255,0.8);
    color: #353334;
}




/*.tms_widget.tms_darkness02:hover 
{
    background: rgba(255,255,255,0.1);
    color: white;
}*/



.tms_widget_content .custom_content1
{
    position: relative;
    top: 40px;
}
.tms_widget_content .custom_content2
{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
}
.tms_widget_content .custom_content2 img
{
    height: 100%;
}

.tms_widget_content.custom_content3
{
    float: left;
    height: 100%;
    margin: 0px 10px;
    white-space: nowrap;
}
.tms_widget_content.custom_content3 a
{
    color: #EA2038;
}
.tms_widget_content.custom_content3 > p
{
    margin: 10px 0px;
    font-weight: bold;
    line-height: 1.5;
}

.tms_widget_content.custom_content4
{
    text-align: center;
}











.tms_widget_link
{
    position: relative;
    height: 45px;
    display: block;
    line-height: 45px;
    vertical-align: middle;
    padding-left: 20px;
}

.tms_widget_link.red
{
    color: white;
    background-color: #EA2038;
}
.tms_widget_link.dark
{
    color: white;
    background-color: #4F4F4F;
}
.tms_widget_link.gray
{
    color: white;
    background-color: #747474;
}

.tms_widget_link.red:hover,
.tms_widget_link.dark:hover,
.tms_widget_link.gray:hover
{
    background-color: #EA2038;
}



@media (max-width: 980px) and (min-width: 820px){
    .tms_widget,
    .tms_widget p
    {
        font-size: 90%;
    }
}
@media (max-width: 820px) and (min-width: 680px){
    .tms_widget,
    .tms_widget p
    {
        font-size: 80%;
    }
}@media (max-width: 680px) and (min-width: 640px){
    .tms_widget,
    .tms_widget p
    {
        font-size: 70%;
    }
}