﻿

/***CUSTOM CODE */
.multimedia-wrapper {
    /*margin: 0% 10% 0% 10%;*/
    padding: 10px;
    color: #666666;
}

    .multimedia-wrapper .colwrapper {
        position: relative;
    }

        .multimedia-wrapper .colwrapper .img {
            position: relative;
            height: 200px;
            background-position: center;
            background-size: cover;
            position: relative;
        }

    .multimedia-wrapper .imghover {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(82,102,152,0);
        color: transparent;
        border-color: transparent;
        text-align: center;
        -webkit-transition: background-color ease-in 200ms, color ease-in 200ms,border-color ease-in 200ms;
        -moz-transition: background-color ease-in 200ms, color ease-in 200ms,border-color ease-in 200ms;
        -ms-transition: background-color ease-in 200ms, color ease-in 200ms,border-color ease-in 200ms;
        -o-transition: background-color ease-in 200ms, color ease-in 200ms,border-color ease-in 200ms;
        transition: background-color ease-in 200ms, color ease-in 200ms,border-color ease-in 200ms;
    }

        .multimedia-wrapper .imghover:hover {
            background-color: rgba(82,102,152,0.7);
            color: white;
            border-color:white;
            -webkit-transition: background-color ease-in 200ms,color ease-in 200ms,border-color ease-in 200ms;
            -moz-transition: background-color ease-in 200ms,color ease-in 200ms,border-color ease-in 200ms;
            -ms-transition: background-color ease-in 200ms,color ease-in 200ms,border-color ease-in 200ms;
            -o-transition: background-color ease-in 200ms,color ease-in 200ms,border-color ease-in 200ms;
            transition: background-color ease-in 200ms,color ease-in 200ms,border-color ease-in 200ms;
        }



.ImgTextWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

.multimedia-wrapper .imgDescription {
    font-size: 15px;
    vertical-align: middle;
    display: table-cell;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cornerTopLeft {
    border-top: 1px solid;
    border-left: 1px solid;
    position: absolute;
    top: 2%;
    left: 2%;
    display: block;
    height: 30px;
    width: 30px;
}

.cornerTopRight {
    border-right: 1px solid;
    border-top: 1px solid;
    position: absolute;
    top: 2%;
    right: 2%;
    display: block;
    height: 30px;
    width: 30px;
}

.cornerBottomLeft {
    border-bottom: 1px solid;
    border-left: 1px solid;
    position: absolute;
    bottom: 2%;
    left: 2%;
    display: block;
    height: 30px;
    width: 30px;
}

.cornerBottomRight {
    border-bottom: 1px solid;
    border-right: 1px solid;
    position: absolute;
    bottom: 2%;
    right: 2%;
    display: block;
    height: 30px;
    width: 30px;
}


@media only screen and (max-width : 991px) {
    .multimedia-wrapper {
        margin-left: 10%;
    }
}


/**DNN GO CSS**/

.thumbnail-title02 {
    position: relative;
    margin-bottom: 40px;
}

    .thumbnail-title02:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 41px;
        border-bottom: 2px solid #20a3f0;
    }

    .thumbnail-title02 div.multimedia-titulo {
        font-size: 20px;
        color: #424242;
        padding: 11px 0 20px;
        font-weight: bold;
    }

    .thumbnail-title02 .right button {
        margin-top: 8px;
    }
