﻿.asterisk {
    color: #ff0000;
}

.dataTable {
    font-size: 14px;
}

.thumbnail .image {
    /*height: 120px;*/
    overflow: hidden
}

.caption {
    padding: 9px 5px;
    background: #F7F7F7
}

    .caption p {
        margin-bottom: 5px
    }

.thumbnail {
    /*height: 190px;*/
    overflow: hidden;
    margin: 5px;
}

.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default
}

    .view .mask,
    .view .content {
        position: absolute;
        width: 100%;
        overflow: hidden;
        top: 0;
        left: 0
    }

    .view img {
        display: block;
        position: relative
    }

    .view .tools {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 3px;
        background: rgba(0, 0, 0, 0.35);
        margin: 0 0 0 0
    }

.mask.no-caption .tools {
    margin: 90px 0 0 0
}

.view .tools a {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    padding: 0 4px
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}

.view-first img {
    transition: all 0.2s linear
}

.view-first .mask {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out
}

.view-first .tools {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out
}

.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear
}

.view-first:hover img {
    transform: scale(1.1)
}

.view-first:hover .mask {
    opacity: 1
}

.view-first:hover .tools,
.view-first:hover p {
    opacity: 1;
    transform: translateY(0px)
}

.view-first:hover p {
    transition-delay: 0.1s
}

.text-time {
    width: 76px !important;
}

.circle-text {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

    .circle-text:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background: #ff0000;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    }

    .circle-text div {
        float: left;
        width: 100%;
        padding-top: 50%;
        line-height: 1em;
        margin-top: -0.5em;
        text-align: center;
        color: white;
    }

.table-gradient {
    background-color: #e3e6f0; /* For browsers that do not support gradients */
    background-image: linear-gradient(#F9F9F9, #F3F3F3); /* Standard syntax (must be last) */
}

.menu-gradient {
    background-color: #e3e6f0; /* For browsers that do not support gradients */
    background-image: linear-gradient(#290052, #56417D); /* Standard syntax (must be last) */
}



@media screen and (min-width: 992px) {
    .circle-text {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .circle-text div {
        font-size: 40px;
    }
}
